Sha256: e5d0c800b37f8cf246e354988249a9879de96a7f720c588e088400418e6a96f1

Contents?: true

Size: 853 Bytes

Versions: 4

Compression:

Stored size: 853 Bytes

Contents

{
  "type": "object",
  "relations": [
    {"rel": "all", "href": "/nigiri"}
  ],
  "properties": {
    "id": {
      "type": "integer",
      "minimum": 1,
      "readonly": true
    },
    "name": {
      "type": "string"
    },
    "fish": {
      "type": "string"
    },
    "_links": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "rel": {
            "type": "string"
          },
          "href": {
            "type": "string",
            "optional": true
          },
          "method": {
            "type": "string",
            "default": "get"
          },
          "schema": {
            "type": "string",
            "optional": true
          }
        },
        "additionalProperties": false
      },
      "additionalProperties": false,
      "readonly": true
    }
  }
}


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sawyer-0.0.4 example/nigiri.schema.json
sawyer-0.0.3 example/nigiri.schema.json
sawyer-0.0.2 example/nigiri.schema.json
sawyer-0.0.1 example/nigiri.schema.json