Sha256: 1d19283f795276fd6100aeeb78518e49097fdd1501cb1e51dab1f77e2eeef819
Contents?: true
Size: 841 Bytes
Versions: 5
Compression:
Stored size: 841 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/customer_account.json" }, "includedItems": { "oneOf": [ { "$ref": "#/definitions/externalResources/carts" } ] }, "externalResources": { "carts": { "$ref": "../../resources/cart" } } } }
Version data entries
5 entries across 5 versions & 1 rubygems