{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.checkpoint.com/schemas/host.json", "title": "Check Point Host Object", "type": "object", "required": ["name", "ip-address"], "properties": { "name": { "type": "string" }, "ip-address": { "type": "string" }, "ipv4-address": { "type": "string" }, "ipv6-address": { "type": "string" }, "comments": { "type": "string" }, "color": { "type": "string" }, "uid": { "type": "string" } } }