ProtocolVersion
version objectrequired
The version string
- string
- string
string
Possible values: [0.8, 2024-1, 2025-1]
string
pathstringrequired
The path for the protocol version
binding objectrequired
The binding type
- string
- string
string
Possible values: [HTTPS]
string
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"
    ]
  }
}