{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-usernotice-schema.json", "title": "UserNotice", "description": "UserNotice schema from Censys Platform API", "type": "object", "properties": { "explicit_text": { "type": "string" }, "notice_reference": { "$ref": "#/components/schemas/NoticeReference" } }, "additionalProperties": false }