description:A URI reference that identifies the specific occurrence of the problem
Addresses:
description:Entry point information of the service as one or more pairs of IP address and port. See note.
type:object
minItems:0
properties:
host:
description:Host portion of the address.
type:string
port:
description:Port portion of the address.
type:integer
required:
-host
-port
LinkType:
type:object
required:
-href
properties:
href:
type:string
format:uri
description:The hyperlink reference.
EndPointInfo:
x-etsi-ref:8.1.5.3
type:object
properties:
uris:
description:Entry point information of the service as string, formatted according to URI syntax (see IETF RFC 3986 [8]). Shall be used for REST APIs. See note.
type:array
minItems:0
items:
type:string
fqdn:
description:Fully Qualified Domain Name of the service. See note.