Loading 103705/schema/etsi_types.schema.json +47 −11 Original line number Diff line number Diff line Loading @@ -695,13 +695,29 @@ "subscriber": { "oneOf": [ { "type": "object", "properties": { "person": { "$ref": "#/$defs/Person", "description": "Information about the natural person registered as the subscriber" } }, "required": [ "person" ] }, { "type": "object", "properties": { "organisation": { "$ref": "#/$defs/Organisation", "description": "Information about the organisation registered as the subscriber" } }, "required": [ "organisation" ] } ], "description": "Subscriber is either a natural person or an organisation" }, Loading @@ -711,7 +727,8 @@ } }, "required": [ "validityPeriod" "validityPeriod", "subscriber" ] }, "RegistartionInformationRecord": { Loading Loading @@ -924,21 +941,40 @@ "type": "object", "description": "PUK-Code information", "properties": { "ICCIDOfSIM": { "iCCIDOfSIM": { "oneOf": [ { "$ref": "ts_103280_2017_07#/$defs/ICCID" "type": "object", "properties": { "iCCID": { "$ref": "ts_103280_2017_07#/$defs/ICCID", "description": "Identity of the SIM card is a Integrated Circuit Card IDentifier" } }, "required": [ "iCCID" ] }, { "$ref": "ts_103280_2017_07#/$defs/EUICCID" "type": "object", "properties": { "eUICCID": { "$ref": "ts_103280_2017_07#/$defs/EUICCID", "description": "Identity of the SIM card is an Embedded Universal Integrated Circuit Card IDentifier" } }, "required": [ "eUICCID" ] } ], "description": "Identity of the SIM card is either a ICCID or an EUICCID" }, "PUK": { "pUK": { "type": "string", "description": "Personal Unlocking Key for PIN" }, "PUK2": { "pUK2": { "type": "string", "description": "Personal Unlocking Key for PIN2" } Loading Loading
103705/schema/etsi_types.schema.json +47 −11 Original line number Diff line number Diff line Loading @@ -695,13 +695,29 @@ "subscriber": { "oneOf": [ { "type": "object", "properties": { "person": { "$ref": "#/$defs/Person", "description": "Information about the natural person registered as the subscriber" } }, "required": [ "person" ] }, { "type": "object", "properties": { "organisation": { "$ref": "#/$defs/Organisation", "description": "Information about the organisation registered as the subscriber" } }, "required": [ "organisation" ] } ], "description": "Subscriber is either a natural person or an organisation" }, Loading @@ -711,7 +727,8 @@ } }, "required": [ "validityPeriod" "validityPeriod", "subscriber" ] }, "RegistartionInformationRecord": { Loading Loading @@ -924,21 +941,40 @@ "type": "object", "description": "PUK-Code information", "properties": { "ICCIDOfSIM": { "iCCIDOfSIM": { "oneOf": [ { "$ref": "ts_103280_2017_07#/$defs/ICCID" "type": "object", "properties": { "iCCID": { "$ref": "ts_103280_2017_07#/$defs/ICCID", "description": "Identity of the SIM card is a Integrated Circuit Card IDentifier" } }, "required": [ "iCCID" ] }, { "$ref": "ts_103280_2017_07#/$defs/EUICCID" "type": "object", "properties": { "eUICCID": { "$ref": "ts_103280_2017_07#/$defs/EUICCID", "description": "Identity of the SIM card is an Embedded Universal Integrated Circuit Card IDentifier" } }, "required": [ "eUICCID" ] } ], "description": "Identity of the SIM card is either a ICCID or an EUICCID" }, "PUK": { "pUK": { "type": "string", "description": "Personal Unlocking Key for PIN" }, "PUK2": { "pUK2": { "type": "string", "description": "Personal Unlocking Key for PIN2" } Loading