Telefónica · Schema

ApplicationServer

TelecommunicationsMobile NetworkCAMARAOpen GatewayAuthenticationFraud PreventionLocation Services

Properties

Name Type Description
ipv4Address string
ipv6Address string
View JSON Schema on GitHub

JSON Schema

telefonica-applicationserver-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationServer",
  "title": "ApplicationServer",
  "type": "object",
  "properties": {
    "ipv4Address": {
      "type": "string"
    },
    "ipv6Address": {
      "type": "string"
    }
  }
}