Commit 88f790e2 authored by Michele Carignani's avatar Michele Carignani
Browse files

fix enum on numeric values

parent 21dc733f
Pipeline #5738 passed with stage
in 0 seconds
......@@ -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
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment