APIs.io Engineering Platform · Schema
page-shield_get-zone-script-response
APIs.ioEngineeringPlatform
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/page-shield_get-zone-script-response",
"title": "page-shield_get-zone-script-response",
"allOf": [
{
"$ref": "#/components/schemas/page-shield_api-get-response-collection"
},
{
"properties": {
"result": {
"allOf": [
{
"$ref": "#/components/schemas/page-shield_script"
},
{
"properties": {
"versions": {
"example": [
{
"cryptomining_score": 20,
"dataflow_score": 2,
"fetched_at": "2021-08-18T10:51:08Z",
"hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b423",
"js_integrity_score": 2,
"magecart_score": 10,
"malware_score": 5,
"obfuscation_score": 10
}
],
"items": {
"$ref": "#/components/schemas/page-shield_version"
},
"nullable": true,
"type": "array"
}
}
}
]
}
},
"required": [
"result"
]
}
]
}