AT&T · Schema

SimSwapDateResponse

SimSwapDateResponse schema

5GBroadbandCAMARAConnectivityDevice StatusEdge ComputingEnterpriseFortune 100MessagingMobileNetworkNetwork APIsSIM SwapSpeechTelecommunicationsWirelessWireline

Properties

Name Type Description
latestSimChange string Date and time of the most recent SIM swap, or null if no swap has been detected recently.
View JSON Schema on GitHub

JSON Schema

sim-swap-api-sim-swap-date-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/att/refs/heads/main/json-schema/sim-swap-api-sim-swap-date-response-schema.json",
  "title": "SimSwapDateResponse",
  "description": "SimSwapDateResponse schema",
  "type": "object",
  "properties": {
    "latestSimChange": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "Date and time of the most recent SIM swap, or null if no swap has been detected recently.",
      "example": null
    }
  }
}