Commit 8190c586 authored by Frank Fransen's avatar Frank Fransen
Browse files

updated descriptions in PUKCode to be consistent Personal Unblocking Key (PUK)

parent 1c0ff2a0
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -917,7 +917,7 @@
    },
    "PUKCode": {
      "type": "object",
      "description": "Information about the PIN Unblocking Key (PUK)",
      "description": "Information about the PUK",
      "properties": {
        "identityOfSIMCard": {
          "oneOf": [
@@ -950,11 +950,11 @@
        },
        "pUK": {
          "type": "string",
          "description": "Personal Unlocking Key for PIN"
          "description": "Personal Unblocking Key for PIN"
        },
        "pUK2": {
          "type": "string",
          "description": "Personal Unlocking Key for PIN2"
          "description": "Personal Unblocking Key for PIN2"
        }
      }
    }