{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-upnp-specversion-schema.json", "title": "Upnp_SpecVersion", "description": "Upnp_SpecVersion schema from Censys Platform API", "type": "object", "properties": { "major": { "type": "string" }, "minor": { "type": "string" } }, "additionalProperties": false }