iam_schemas-role

APIs.ioEngineeringPlatform

Properties

Name Type Description
description object
id object
name object
permissions object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-schemas-role-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_schemas-role",
  "title": "iam_schemas-role",
  "properties": {
    "description": {
      "$ref": "#/components/schemas/iam_description"
    },
    "id": {
      "$ref": "#/components/schemas/iam_role_components-schemas-identifier"
    },
    "name": {
      "$ref": "#/components/schemas/iam_components-schemas-name"
    },
    "permissions": {
      "$ref": "#/components/schemas/iam_schemas-permissions"
    }
  },
  "required": [
    "id",
    "name",
    "description",
    "permissions"
  ],
  "type": "object"
}