intel_ip

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-intel-ip-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/intel_ip",
  "title": "intel_ip",
  "anyOf": [
    {
      "$ref": "#/components/schemas/intel_ipv4"
    },
    {
      "$ref": "#/components/schemas/intel_ipv6"
    }
  ]
}