iam_response_create

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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