{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/intel_ip-list", "title": "intel_ip-list", "properties": { "description": { "type": "string" }, "id": { "type": "integer" }, "name": { "example": "Malware", "type": "string" } } }