Sha256: 765a0812e007f42a61dbcf129e47aabd730e6e604af9fa557dfa630e939c4d94

Contents?: true

Size: 640 Bytes

Versions: 1

Compression:

Stored size: 640 Bytes

Contents

{
  "title": "Author",
  "description": "An author of landable content",
  "type": "object",
  "additionalProperties": false,
  "required": ["id", "username", "email", "first_name", "last_name"],

  "properties": {
    "id": {
      "$ref": "uuid.json#"
    },

    "username": {
      "type": "string"
    },

    "email": {
      "type": "string",
      "format": "email"
    },

    "first_name": {
      "type": "string"
    },

    "last_name": {
      "type": "string"
    },

    "can_read": {
      "type": "boolean"
    },

    "can_edit": {
      "type": "boolean"
    },

    "can_publish": {
      "type": "boolean"
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

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