Skip to main content
Version: Next

ProtocolVersion

version objectrequired

The version string

anyOf
string

Possible values: [0.8, 2024-1, 2025-1]

pathstringrequired

The path for the protocol version

binding objectrequired

The binding type

anyOf
string

Possible values: [HTTPS]

identifierTypestring

Identifier type

serviceIdstring

Service ID

auth object

Authentication information

protocolstringrequired

Authentication protocol

versionstringrequired

Authentication protocol version

profilestring[]

Authentication profiles

ProtocolVersion
{
"version": "0.8",
"path": "string",
"binding": "HTTPS",
"identifierType": "string",
"serviceId": "string",
"auth": {
"protocol": "string",
"version": "string",
"profile": [
"string"
]
}
}