Properties
| Name | Type | Description |
|---|---|---|
| additional_information | object | |
| application | object | |
| content_categories | object | |
| domain | object | |
| inherited_content_categories | object | |
| inherited_from | object | |
| inherited_risk_types | object | |
| popularity_rank | object | |
| resolves_to_refs | object | |
| risk_score | object | |
| risk_types | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/intel_domain",
"title": "intel_domain",
"properties": {
"additional_information": {
"$ref": "#/components/schemas/intel_additional_information"
},
"application": {
"$ref": "#/components/schemas/intel_application"
},
"content_categories": {
"$ref": "#/components/schemas/intel_content_categories"
},
"domain": {
"$ref": "#/components/schemas/intel_domain_name"
},
"inherited_content_categories": {
"$ref": "#/components/schemas/intel_inherited_content_categories"
},
"inherited_from": {
"$ref": "#/components/schemas/intel_inherited_from"
},
"inherited_risk_types": {
"$ref": "#/components/schemas/intel_inherited_risk_types"
},
"popularity_rank": {
"$ref": "#/components/schemas/intel_popularity_rank"
},
"resolves_to_refs": {
"$ref": "#/components/schemas/intel_resolves_to_refs"
},
"risk_score": {
"$ref": "#/components/schemas/intel_risk_score"
},
"risk_types": {
"$ref": "#/components/schemas/intel_risk_types"
}
}
}