Loading 103705/schema/etsi_types.schema.json +13 −8 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ }, "roamingRecord": { "$ref": "#/$defs/RoamingInformation", "description": "Information for inbound or outbound roaming record." "description": "Information for inbound / outbound roaming record." } } }, Loading @@ -91,7 +91,7 @@ }, "roamingRecord": { "$ref": "#/$defs/RoamingInformation", "description": "Information for inbound or outbound roaming record." "description": "Information for inbound / outbound roaming record." } } } Loading Loading @@ -151,7 +151,7 @@ }, "roamingRecord": { "$ref": "#/$defs/RoamingInformation", "description": "Information for inbound or outbound roaming record." "description": "Information for inbound / outbound roaming record." } } }, Loading Loading @@ -421,17 +421,22 @@ }, "RoamingInformation": { "type": "object", "description": "Inbound or outbound roaming information", "description": "Inbound / outbound roaming information", "properties": { "vPLMNId": { "type": "string", "description": "PLMN identifier of the visited network. Consists of MCC (3 digits), MNC (2-3 digits)." "$ref": "#/$defs/PLMNID", "description": "PLMN identifier of the visited network." }, "hPLMNId": { "type": "string", "description": "PLMN identifier of the home network. Consists of MCC (3 digits), MNC (2-3 digits)." "$ref": "#/$defs/PLMNID", "description": "PLMN identifier of the home network." } } }, "PLMNID": { "type": "string", "pattern": "[0-9]{3}-[0-9]{2,3}", "description": "PLMN identifier, consists of MCC (3 digits), MNC (2-3 digits)." } } } Loading
103705/schema/etsi_types.schema.json +13 −8 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ }, "roamingRecord": { "$ref": "#/$defs/RoamingInformation", "description": "Information for inbound or outbound roaming record." "description": "Information for inbound / outbound roaming record." } } }, Loading @@ -91,7 +91,7 @@ }, "roamingRecord": { "$ref": "#/$defs/RoamingInformation", "description": "Information for inbound or outbound roaming record." "description": "Information for inbound / outbound roaming record." } } } Loading Loading @@ -151,7 +151,7 @@ }, "roamingRecord": { "$ref": "#/$defs/RoamingInformation", "description": "Information for inbound or outbound roaming record." "description": "Information for inbound / outbound roaming record." } } }, Loading Loading @@ -421,17 +421,22 @@ }, "RoamingInformation": { "type": "object", "description": "Inbound or outbound roaming information", "description": "Inbound / outbound roaming information", "properties": { "vPLMNId": { "type": "string", "description": "PLMN identifier of the visited network. Consists of MCC (3 digits), MNC (2-3 digits)." "$ref": "#/$defs/PLMNID", "description": "PLMN identifier of the visited network." }, "hPLMNId": { "type": "string", "description": "PLMN identifier of the home network. Consists of MCC (3 digits), MNC (2-3 digits)." "$ref": "#/$defs/PLMNID", "description": "PLMN identifier of the home network." } } }, "PLMNID": { "type": "string", "pattern": "[0-9]{3}-[0-9]{2,3}", "description": "PLMN identifier, consists of MCC (3 digits), MNC (2-3 digits)." } } }