Sha256: 3d865881f5e50587ac737017b2befc82555c5634db0ce5e0f92b193d43b0505b

Contents?: true

Size: 329 Bytes

Versions: 1

Compression:

Stored size: 329 Bytes

Contents

{
  "title": "Permissions",
  "description": "Permissions for authors",
  "type": "object",
  "additionalProperties": false,
  "required": ["read", "edit", "publish"],

  "properties": {
    "read": {
      "type": "string"
    },

    "edit": {
      "type": "string"
    },

    "publish": {
      "type": "string"
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
landable-1.14.0 doc/schema/permissions.json