members_with_roles

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-collection-member-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_collection_member_response",
  "title": "members_with_roles",
  "allOf": [
    {
      "$ref": "#/components/schemas/iam_api-response-collection"
    },
    {
      "properties": {
        "result": {
          "items": {
            "$ref": "#/components/schemas/iam_member"
          },
          "type": "array"
        }
      },
      "type": "object"
    }
  ]
}