ApiVersionInformation
ApiVersionInformation
This type represents API version information.
JSON Example
{
"uriPrefix": "string",
"apiVersions": [
{
"version": "string",
"isDeprecated": false,
"retirementDate": "string"
}
]
}
string
uriPrefix
Required
Specifies the URI prefix for the API, in the following form {apiRoot}/{apiName}/{apiMajorVersion}/.
array of ApiVersionInformation_apiVersions
apiVersions
Required
Version(s) supported for the API signalled by the uriPrefix attribute.