Sha256: 91bc5ee3aefc1c7371f3c17c54d0634cb6c2e0ecd7155a1057c6bb9a2aed13ca

Contents?: true

Size: 594 Bytes

Versions: 12

Compression:

Stored size: 594 Bytes

Contents

{
  "type": "object",
  "required": [
    "board",
    "id",
    "is_admin",
    "encrypted_password",
    "created_at",
    "updated_at"
  ],
  "properties": {
    "board": {
      "type": "object",
      "required": [
        "name"
      ],
      "properties": {
        "name": {
          "type": "string"
        }
      }
    },
    "id": {
      "type": "integer"
    },
    "is_admin": {
      "type": "boolean"
    },
    "encrypted_password": {
      "type": "string|nil"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
unsakini-0.0.5 spec/schema/board.json
unsakini-0.0.5.pre.1 spec/schema/board.json
unsakini-0.0.4.pre.1 spec/schema/board.json
unsakini-0.0.4.3 spec/schema/board.json
unsakini-0.0.4.2 spec/schema/board.json
unsakini-0.0.4.1 spec/schema/board.json
unsakini-0.0.4 spec/schema/board.json
unsakini-0.0.3.1 spec/schema/board.json
unsakini-0.0.3 spec/schema/board.json
unsakini-0.0.2 spec/schema/board.json
unsakini-0.0.1 spec/schema/board.json
unsakini-0.0.0 spec/schema/board.json