Censys · Schema
Icap_OptionsResponse
Icap_OptionsResponse schema from Asset Graph API
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery
Properties
| Name | Type | Description |
|---|---|---|
| allow_204 | boolean | |
| icap_version | string | |
| istag | string | |
| max_connections | integer | |
| methods | arraynull | |
| options_ttl | integer | |
| preview | integer | |
| server_header | string | |
| service | string | |
| service_id | string | |
| status_code | integer | |
| status_text | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-icap-optionsresponse-schema.json",
"title": "Icap_OptionsResponse",
"description": "Icap_OptionsResponse schema from Asset Graph API",
"type": "object",
"properties": {
"allow_204": {
"type": "boolean"
},
"icap_version": {
"type": "string"
},
"istag": {
"type": "string"
},
"max_connections": {
"format": "int32",
"type": "integer"
},
"methods": {
"items": {
"type": "string"
},
"type": [
"array",
"null"
]
},
"options_ttl": {
"format": "int32",
"type": "integer"
},
"preview": {
"format": "int32",
"type": "integer"
},
"server_header": {
"type": "string"
},
"service": {
"type": "string"
},
"service_id": {
"type": "string"
},
"status_code": {
"format": "int32",
"type": "integer"
},
"status_text": {
"type": "string"
}
},
"additionalProperties": false
}