From 88f790e238146066e3a6f1d937d459fe77feb470 Mon Sep 17 00:00:00 2001 From: Michele Carignani Date: Fri, 22 Jan 2021 18:32:48 +0100 Subject: [PATCH] fix enum on numeric values --- SRV/RNIS/schemas/RabInfo.schema.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/SRV/RNIS/schemas/RabInfo.schema.json b/SRV/RNIS/schemas/RabInfo.schema.json index c3be426..bb3c808 100644 --- a/SRV/RNIS/schemas/RabInfo.schema.json +++ b/SRV/RNIS/schemas/RabInfo.schema.json @@ -57,10 +57,7 @@ "properties": { "type": { "description": "Numeric value (0-255) corresponding to specified type of identifier as following:\n0 = reserved.\n1= UE_IPv4_ADDRESS.\n2 = UE_IPV6_ADDRESS.\n3 = NATED_IP_ADDRESS.\n4 = GTP_TEID.", - "enum": [ - "SEE_DESCRIPTION" - ], - "type": "string", + "type": "number", "x-etsi-mec-cardinality": "1", "x-etsi-mec-origin-type": "Enum" }, @@ -152,4 +149,4 @@ "x-etsi-ref": "6.5.3" } } -} \ No newline at end of file +} -- GitLab