intel_resolves_to_refs

Specifies a list of references to one or more IP addresses or domain names that the domain name currently resolves to.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-intel-resolves-to-refs-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/intel_resolves_to_refs",
  "title": "intel_resolves_to_refs",
  "description": "Specifies a list of references to one or more IP addresses or domain names that the domain name currently resolves to.",
  "items": {
    "$ref": "#/components/schemas/intel_resolves_to_ref"
  },
  "type": "array"
}