AT&T · JSON Structure

Network Apis Sim Swap Check Response Structure

Result of SIM swap check

Type: object Properties: 1
Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

Network Apis Sim Swap Check Response Structure is a JSON Structure definition published by AT&T, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

swapped

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api.att.com/schemas/network/sim-swap-check-response",
  "title": "SIM Swap Check Response",
  "description": "Result of SIM swap check",
  "type": "object",
  "properties": {
    "swapped": {
      "type": "boolean"
    }
  }
}