"description":"URI Too Long : used to indicate that the server is refusing to process the request because the request URI is longer than the server is willing or able to process.",
"content":{
"application/problem+json":{
"schema":{
"$ref":"#/components/schemas/ProblemDetails"
}
}
}
},
"415":{
"description":"Unsupported Media Type : used to indicate that the server or the client does not support the content type of the entity body.",
"content":{
@@ -2466,6 +2479,44 @@
"type":"object",
"x-etsi-ref":"6.3.3"
},
"ProblemDetails":{
"properties":{
"detail":{
"description":"A human-readable explanation specific to this occurrence of the problem",
"type":"string",
"x-etsi-mec-cardinality":"0..1",
"x-etsi-mec-origin-type":"String"
},
"instance":{
"description":"A URI reference that identifies the specific occurrence of the problem",
"format":"uri",
"type":"string",
"x-etsi-mec-cardinality":"0..1",
"x-etsi-mec-origin-type":"URI"
},
"status":{
"description":"The HTTP status code for this occurrence of the problem",
"format":"uint32",
"type":"integer",
"x-etsi-mec-cardinality":"0..1",
"x-etsi-mec-origin-type":"Uint32"
},
"title":{
"description":"A short, human-readable summary of the problem type",
"type":"string",
"x-etsi-mec-cardinality":"0..1",
"x-etsi-mec-origin-type":"String"
},
"type":{
"description":"A URI reference according to IETF RFC 3986 that identifies the problem type",
"format":"uri",
"type":"string",
"x-etsi-mec-cardinality":"0..1",
"x-etsi-mec-origin-type":"URI"
}
},
"type":"object"
},
"TerminalDistance":{
"description":"A type containing information about the distance from a terminal to a location or between two terminals, in addition the accuracy and a timestamp of the information are provided.",
description:A human-readable explanation specific to this occurrence of the problem
type:string
x-etsi-mec-cardinality:0..1
x-etsi-mec-origin-type:String
instance:
description:A URI reference that identifies the specific occurrence of the problem
format:uri
type:string
x-etsi-mec-cardinality:0..1
x-etsi-mec-origin-type:URI
status:
description:The HTTP status code for this occurrence of the problem
format:uint32
type:integer
x-etsi-mec-cardinality:0..1
x-etsi-mec-origin-type:Uint32
title:
description:A short, human-readable summary of the problem type
type:string
x-etsi-mec-cardinality:0..1
x-etsi-mec-origin-type:String
type:
description:A URI reference according to IETF RFC 3986 that identifies the problem type
format:uri
type:string
x-etsi-mec-cardinality:0..1
x-etsi-mec-origin-type:URI
type:object
TerminalDistance:
description:A type containing information about the distance from a terminal to a location or between two terminals, in addition the accuracy and a timestamp of the information are provided.