Sha256: d1e3c719ecc073eb5972ed841923b6b7a06ab1e69f81f16a1bd8cffe73dfce60

Contents?: true

Size: 730 Bytes

Versions: 5

Compression:

Stored size: 730 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/resource"
      }
    },
    "meta": {
      "type": "object",
      "additionalProperties": true
    },
    "jsonapi": {
      "type": "object"
    },
    "links": {
      "type": "object"
    },
    "included": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/includedItems"
      }
    }
  },
  "required": [
    "data",
    "meta"
  ],
  "additionalProperties": false,
  "definitions": {
    "resource": {
      "$ref": "../../resources/asset_file.json"
    },
    "includedItems": {
      "oneOf": [

      ]
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
flex_commerce_api-0.8.3 schemas/shift/v1/documents/collection/asset_file.json
flex_commerce_api-0.8.2 schemas/shift/v1/documents/collection/asset_file.json
flex_commerce_api-0.8.1 schemas/shift/v1/documents/collection/asset_file.json
flex_commerce_api-0.7 schemas/shift/v1/documents/collection/asset_file.json
flex_commerce_api-0.6.57 schemas/shift/v1/documents/collection/asset_file.json