Properties
| Name | Type | Description |
|---|---|---|
| asn | object | |
| country | object | |
| description | object | |
| domain_count | integer | |
| top_domains | array | |
| type | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/intel_schemas-asn",
"title": "intel_schemas-asn",
"properties": {
"asn": {
"$ref": "#/components/schemas/intel_asn"
},
"country": {
"$ref": "#/components/schemas/intel_asn_country"
},
"description": {
"$ref": "#/components/schemas/intel_asn_description"
},
"domain_count": {
"type": "integer"
},
"top_domains": {
"example": [
"example.com"
],
"items": {
"type": "string"
},
"type": "array"
},
"type": {
"$ref": "#/components/schemas/intel_asn_type"
}
}
}