Sha256: 6a35da4d7969b646f6d39c70fc04afaeaa3465d9682da9e93389d45ed8f746b6

Contents?: true

Size: 487 Bytes

Versions: 17

Compression:

Stored size: 487 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"
    }
  }
}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
landable-1.13.2 doc/schema/author.json
landable-1.13.1 doc/schema/author.json
landable-1.12.3 doc/schema/author.json
landable-1.12.2 doc/schema/author.json
landable-1.12.1 doc/schema/author.json
landable-1.11.1 doc/schema/author.json
landable-1.11.0 doc/schema/author.json
landable-1.10.0.rc2 doc/schema/author.json
landable-1.10.0.rc1 doc/schema/author.json
landable-1.9.2 doc/schema/author.json
landable-1.9.1 doc/schema/author.json
landable-1.9.0 doc/schema/author.json
landable-1.9.0.rc2 doc/schema/author.json
landable-1.9.0.rc1 doc/schema/author.json
landable-1.8.0 doc/schema/author.json
landable-1.7.1.rc1 doc/schema/author.json
landable-1.7.0 doc/schema/author.json