Repository Fine-Grained Permission

A fine-grained permission that protects repository resources.

APIs.ioEngineeringPlatform

Properties

Name Type Description
name string
description string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-repository-fine-grained-permission-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/repository-fine-grained-permission",
  "title": "Repository Fine-Grained Permission",
  "description": "A fine-grained permission that protects repository resources.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  },
  "required": [
    "name",
    "description"
  ]
}