iam_response_single_value

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-response-single-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_response_single_value",
  "title": "iam_response_single_value",
  "allOf": [
    {
      "$ref": "#/components/schemas/iam_api-response-single"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/iam_value"
        }
      },
      "type": "object"
    }
  ]
}