Sha256: eace4796fe2bdd28449e7cd097d6780bf034da08bda47ef40f8b387380dc41c8
Contents?: true
Size: 763 Bytes
Versions: 5
Compression:
Stored size: 763 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "data": { "type": "object", "$ref": "#/definitions/resource" }, "meta": { "type": "object", "additionalProperties": true }, "jsonapi": { "type": "object" }, "links": { "type": "object" }, "included": { "type": "array", "items": { "$ref": "#/definitions/includedItems" } } }, "additionalProperties": false, "definitions": { "resource": { "$ref": "../../resources/product.json" }, "includedItems": { "oneOf": [ { "$ref": "../../resources/variant.json" }, { "$ref": "../../resources/asset_file.json" } ] } } }
Version data entries
5 entries across 5 versions & 1 rubygems