intel_resolves_to_ref

APIs.ioEngineeringPlatform

Properties

Name Type Description
id object
value string IP address or domain name.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-intel-resolves-to-ref-schema.json Raw ↑
{
  "$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"
}