{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/intel_resolves_to_ref", "title": "intel_resolves_to_ref", "properties": { "id": { "$ref": "#/components/schemas/intel_stix_identifier" }, "value": { "description": "IP address or domain name.", "example": "192.0.2.0", "type": "string" } }, "type": "object" }