Create token response, with the token value

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-token-with-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_token_with_value",
  "title": "Create token response, with the token value",
  "allOf": [
    {
      "$ref": "#/components/schemas/iam_token_base"
    },
    {
      "properties": {
        "value": {
          "$ref": "#/components/schemas/iam_value"
        }
      }
    }
  ]
}