response_with_policies

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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