{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-reject-schema.json", "title": "Reject", "description": "Reject schema from Asset Graph API", "type": "object", "properties": { "reason": { "type": "string" }, "type": { "enum": [ "", "wrong_version", "invalid_username", "wrong_user_pw", "wrong_server_pw", "username_in_use", "server_full", "no_certificate", "authenticator_fail" ], "type": "string" } }, "additionalProperties": false }