Project Collaborator Permission

Project Collaborator Permission

APIs.ioEngineeringPlatform

Properties

Name Type Description
permission string
user object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-project-collaborator-permission-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/project-collaborator-permission",
  "title": "Project Collaborator Permission",
  "description": "Project Collaborator Permission",
  "type": "object",
  "properties": {
    "permission": {
      "type": "string"
    },
    "user": {
      "$ref": "#/components/schemas/nullable-simple-user"
    }
  },
  "required": [
    "permission",
    "user"
  ]
}