{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/page-shield_connection",
"title": "page-shield_connection",
"properties": {
"added_at": {
"example": "2021-08-18T10:51:10.09615Z",
"format": "date-time",
"type": "string"
},
"domain_reported_malicious": {
"example": false,
"type": "boolean"
},
"first_page_url": {
"example": "blog.cloudflare.com/page",
"type": "string"
},
"first_seen_at": {
"example": "2021-08-18T10:51:08Z",
"format": "date-time",
"type": "string"
},
"host": {
"example": "blog.cloudflare.com",
"type": "string"
},
"id": {
"$ref": "#/components/schemas/page-shield_id"
},
"last_seen_at": {
"example": "2021-09-02T09:57:54Z",
"format": "date-time",
"type": "string"
},
"malicious_domain_categories": {
"example": [
"Malware"
],
"items": {
"type": "string"
},
"type": "array"
},
"malicious_url_categories": {
"example": [
"Malware"
],
"items": {
"type": "string"
},
"type": "array"
},
"page_urls": {
"example": [
"blog.cloudflare.com/page1",
"blog.cloudflare.com/page2"
],
"items": {
"type": "string"
},
"type": "array"
},
"url": {
"example": "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.min.js",
"type": "string"
},
"url_contains_cdn_cgi_path": {
"example": false,
"type": "boolean"
},
"url_reported_malicious": {
"example": false,
"type": "boolean"
}
},
"required": [
"id",
"url",
"added_at",
"first_seen_at",
"last_seen_at",
"host",
"url_contains_cdn_cgi_path"
]
}