Last active
June 2, 2016 00:12
-
-
Save pateketrueke/152cf7ab2ad61543cd27 to your computer and use it in GitHub Desktop.
JSON-Schema Faker / dereferencing issues / see #28 #80
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "http://webservices.amazon.com/AWSECommerceService/2013-08-01#", | |
"definitions": { | |
"ItemLookupRequest": { | |
"type": "object", | |
"title": "ItemLookupRequest", | |
"properties": { | |
"condition": { | |
"title": "condition", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Condition", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"idType": { | |
"title": "idType", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IdType", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"merchantId": { | |
"title": "merchantId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MerchantId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"itemId": { | |
"title": "itemId", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ItemId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"responseGroup": { | |
"title": "responseGroup", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ResponseGroup", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"searchIndex": { | |
"title": "searchIndex", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SearchIndex", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"variationPage": { | |
"title": "variationPage", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "VariationPage", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"relatedItemPage": { | |
"title": "relatedItemPage", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RelatedItemPage", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"relationshipType": { | |
"title": "relationshipType", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RelationshipType", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"includeReviewsSummary": { | |
"title": "includeReviewsSummary", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IncludeReviewsSummary", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"truncateReviewsAt": { | |
"title": "truncateReviewsAt", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TruncateReviewsAt", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"typeName": { | |
"localPart": "ItemLookupRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
}, | |
"propertiesOrder": [ | |
"condition", | |
"idType", | |
"merchantId", | |
"itemId", | |
"responseGroup", | |
"searchIndex", | |
"variationPage", | |
"relatedItemPage", | |
"relationshipType", | |
"includeReviewsSummary", | |
"truncateReviewsAt" | |
] | |
}, | |
"Request": { | |
"type": "object", | |
"title": "Request", | |
"properties": { | |
"isValid": { | |
"title": "isValid", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IsValid", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"browseNodeLookupRequest": { | |
"title": "browseNodeLookupRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/BrowseNodeLookupRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "BrowseNodeLookupRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"itemSearchRequest": { | |
"title": "itemSearchRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/ItemSearchRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ItemSearchRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"itemLookupRequest": { | |
"title": "itemLookupRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/ItemLookupRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ItemLookupRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"similarityLookupRequest": { | |
"title": "similarityLookupRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/SimilarityLookupRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SimilarityLookupRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"cartGetRequest": { | |
"title": "cartGetRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/CartGetRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CartGetRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"cartAddRequest": { | |
"title": "cartAddRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/CartAddRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CartAddRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"cartCreateRequest": { | |
"title": "cartCreateRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/CartCreateRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CartCreateRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"cartModifyRequest": { | |
"title": "cartModifyRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/CartModifyRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CartModifyRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"cartClearRequest": { | |
"title": "cartClearRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/CartClearRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CartClearRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"errors": { | |
"title": "errors", | |
"allOf": [{ | |
"$ref": "#/definitions/Errors" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Errors", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"isValid", | |
"browseNodeLookupRequest", | |
"itemSearchRequest", | |
"itemLookupRequest", | |
"similarityLookupRequest", | |
"cartGetRequest", | |
"cartAddRequest", | |
"cartCreateRequest", | |
"cartModifyRequest", | |
"cartClearRequest", | |
"errors" | |
] | |
}, | |
"Tracks": { | |
"type": "object", | |
"title": "Tracks", | |
"required": [ | |
"disc" | |
], | |
"properties": { | |
"disc": { | |
"title": "disc", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Tracks.Disc" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Disc", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"disc" | |
] | |
}, | |
"Item.ImageSets": { | |
"type": "object", | |
"title": "Item.ImageSets", | |
"properties": { | |
"imageSet": { | |
"title": "imageSet", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/ImageSet" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ImageSet", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"imageSet" | |
] | |
}, | |
"ItemLink": { | |
"type": "object", | |
"title": "ItemLink", | |
"properties": { | |
"description": { | |
"title": "description", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Description", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"url": { | |
"title": "url", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "URL", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"description", | |
"url" | |
] | |
}, | |
"SavedForLaterItems": { | |
"type": "object", | |
"title": "SavedForLaterItems", | |
"required": [ | |
"savedForLaterItem" | |
], | |
"properties": { | |
"subTotal": { | |
"title": "subTotal", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SubTotal", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"savedForLaterItem": { | |
"title": "savedForLaterItem", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/CartItem" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SavedForLaterItem", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"subTotal", | |
"savedForLaterItem" | |
] | |
}, | |
"Item.VariationAttributes": { | |
"type": "object", | |
"title": "Item.VariationAttributes", | |
"properties": { | |
"variationAttribute": { | |
"title": "variationAttribute", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/VariationAttribute" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "VariationAttribute", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"variationAttribute" | |
] | |
}, | |
"CartAddResponse": { | |
"type": "object", | |
"title": "CartAddResponse", | |
"properties": { | |
"operationRequest": { | |
"title": "operationRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/OperationRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OperationRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"cart": { | |
"title": "cart", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Cart" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Cart", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"operationRequest", | |
"cart" | |
] | |
}, | |
"ItemAttributes.CatalogNumberList": { | |
"type": "object", | |
"title": "ItemAttributes.CatalogNumberList", | |
"properties": { | |
"catalogNumberListElement": { | |
"title": "catalogNumberListElement", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CatalogNumberListElement", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"catalogNumberListElement" | |
] | |
}, | |
"Offer": { | |
"type": "object", | |
"title": "Offer", | |
"properties": { | |
"merchant": { | |
"title": "merchant", | |
"allOf": [{ | |
"$ref": "#/definitions/Merchant" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Merchant", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"offerAttributes": { | |
"title": "offerAttributes", | |
"allOf": [{ | |
"$ref": "#/definitions/OfferAttributes" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OfferAttributes", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"offerListing": { | |
"title": "offerListing", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/OfferListing" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OfferListing", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"loyaltyPoints": { | |
"title": "loyaltyPoints", | |
"allOf": [{ | |
"$ref": "#/definitions/LoyaltyPoints" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "LoyaltyPoints", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"promotions": { | |
"title": "promotions", | |
"allOf": [{ | |
"$ref": "#/definitions/Promotions" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Promotions", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"merchant", | |
"offerAttributes", | |
"offerListing", | |
"loyaltyPoints", | |
"promotions" | |
] | |
}, | |
"ItemAttributes.ItemDimensions": { | |
"type": "object", | |
"title": "ItemAttributes.ItemDimensions", | |
"properties": { | |
"height": { | |
"title": "height", | |
"allOf": [{ | |
"$ref": "#/definitions/DecimalWithUnits" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Height", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"length": { | |
"title": "length", | |
"allOf": [{ | |
"$ref": "#/definitions/DecimalWithUnits" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Length", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"weight": { | |
"title": "weight", | |
"allOf": [{ | |
"$ref": "#/definitions/DecimalWithUnits" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Weight", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"width": { | |
"title": "width", | |
"allOf": [{ | |
"$ref": "#/definitions/DecimalWithUnits" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Width", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"height", | |
"length", | |
"weight", | |
"width" | |
] | |
}, | |
"OfferAttributes": { | |
"type": "object", | |
"title": "OfferAttributes", | |
"properties": { | |
"condition": { | |
"title": "condition", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Condition", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"condition" | |
] | |
}, | |
"Property": { | |
"type": "object", | |
"title": "Property", | |
"properties": { | |
"name": { | |
"title": "name", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Name", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"value": { | |
"title": "value", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Value", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"name", | |
"value" | |
] | |
}, | |
"ItemAttributes.PackageDimensions": { | |
"type": "object", | |
"title": "ItemAttributes.PackageDimensions", | |
"properties": { | |
"height": { | |
"title": "height", | |
"allOf": [{ | |
"$ref": "#/definitions/DecimalWithUnits" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Height", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"length": { | |
"title": "length", | |
"allOf": [{ | |
"$ref": "#/definitions/DecimalWithUnits" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Length", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"weight": { | |
"title": "weight", | |
"allOf": [{ | |
"$ref": "#/definitions/DecimalWithUnits" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Weight", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"width": { | |
"title": "width", | |
"allOf": [{ | |
"$ref": "#/definitions/DecimalWithUnits" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Width", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"height", | |
"length", | |
"weight", | |
"width" | |
] | |
}, | |
"Item.AlternateVersions.AlternateVersion": { | |
"type": "object", | |
"title": "Item.AlternateVersions.AlternateVersion", | |
"required": [ | |
"asin" | |
], | |
"properties": { | |
"asin": { | |
"title": "asin", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"title": { | |
"title": "title", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Title", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"binding": { | |
"title": "binding", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Binding", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"asin", | |
"title", | |
"binding" | |
] | |
}, | |
"ItemAttributes.Creator": { | |
"type": "object", | |
"title": "ItemAttributes.Creator", | |
"required": [ | |
"role" | |
], | |
"properties": { | |
"value": { | |
"title": "value", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "value" | |
}, | |
"role": { | |
"title": "role", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "attribute", | |
"attributeName": { | |
"localPart": "Role", | |
"namespaceURI": "" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"value", | |
"role" | |
] | |
}, | |
"BrowseNode.Children": { | |
"type": "object", | |
"title": "BrowseNode.Children", | |
"required": [ | |
"browseNode" | |
], | |
"properties": { | |
"browseNode": { | |
"title": "browseNode", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/BrowseNode" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "BrowseNode", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"browseNode" | |
] | |
}, | |
"Offers": { | |
"type": "object", | |
"title": "Offers", | |
"properties": { | |
"totalOffers": { | |
"title": "totalOffers", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TotalOffers", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"totalOfferPages": { | |
"title": "totalOfferPages", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TotalOfferPages", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"moreOffersUrl": { | |
"title": "moreOffersUrl", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MoreOffersUrl", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"offer": { | |
"title": "offer", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Offer" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Offer", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"totalOffers", | |
"totalOfferPages", | |
"moreOffersUrl", | |
"offer" | |
] | |
}, | |
"RentalListing": { | |
"type": "object", | |
"title": "RentalListing", | |
"properties": { | |
"price": { | |
"title": "price", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Price", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"period": { | |
"title": "period", | |
"allOf": [{ | |
"$ref": "#/definitions/NonNegativeIntegerWithUnits" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Period", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"isFulfilledByAmazon": { | |
"title": "isFulfilledByAmazon", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IsFulfilledByAmazon", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"disclaimer": { | |
"title": "disclaimer", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Disclaimer", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"price", | |
"period", | |
"isFulfilledByAmazon", | |
"disclaimer" | |
] | |
}, | |
"BrowseNode.Properties": { | |
"type": "object", | |
"title": "BrowseNode.Properties", | |
"required": [ | |
"property" | |
], | |
"properties": { | |
"property": { | |
"title": "property", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Property" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Property", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"property" | |
] | |
}, | |
"StringWithUnits": { | |
"type": "object", | |
"title": "StringWithUnits", | |
"required": [ | |
"units" | |
], | |
"properties": { | |
"value": { | |
"title": "value", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "value" | |
}, | |
"units": { | |
"title": "units", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "attribute", | |
"attributeName": { | |
"localPart": "Units", | |
"namespaceURI": "" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"typeName": { | |
"localPart": "StringWithUnits", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
}, | |
"propertiesOrder": [ | |
"value", | |
"units" | |
] | |
}, | |
"ImageSet": { | |
"type": "object", | |
"title": "ImageSet", | |
"properties": { | |
"swatchImage": { | |
"title": "swatchImage", | |
"allOf": [{ | |
"$ref": "#/definitions/Image" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SwatchImage", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"smallImage": { | |
"title": "smallImage", | |
"allOf": [{ | |
"$ref": "#/definitions/Image" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SmallImage", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"thumbnailImage": { | |
"title": "thumbnailImage", | |
"allOf": [{ | |
"$ref": "#/definitions/Image" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ThumbnailImage", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"tinyImage": { | |
"title": "tinyImage", | |
"allOf": [{ | |
"$ref": "#/definitions/Image" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TinyImage", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"mediumImage": { | |
"title": "mediumImage", | |
"allOf": [{ | |
"$ref": "#/definitions/Image" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MediumImage", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"largeImage": { | |
"title": "largeImage", | |
"allOf": [{ | |
"$ref": "#/definitions/Image" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "LargeImage", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"hiResImage": { | |
"title": "hiResImage", | |
"allOf": [{ | |
"$ref": "#/definitions/Image" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "HiResImage", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"category": { | |
"title": "category", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "attribute", | |
"attributeName": { | |
"localPart": "Category", | |
"namespaceURI": "" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"swatchImage", | |
"smallImage", | |
"thumbnailImage", | |
"tinyImage", | |
"mediumImage", | |
"largeImage", | |
"hiResImage", | |
"category" | |
] | |
}, | |
"OfferSummary": { | |
"type": "object", | |
"title": "OfferSummary", | |
"properties": { | |
"lowestNewPrice": { | |
"title": "lowestNewPrice", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "LowestNewPrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"lowestUsedPrice": { | |
"title": "lowestUsedPrice", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "LowestUsedPrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"lowestCollectiblePrice": { | |
"title": "lowestCollectiblePrice", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "LowestCollectiblePrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"lowestRefurbishedPrice": { | |
"title": "lowestRefurbishedPrice", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "LowestRefurbishedPrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"totalNew": { | |
"title": "totalNew", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TotalNew", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"totalUsed": { | |
"title": "totalUsed", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TotalUsed", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"totalCollectible": { | |
"title": "totalCollectible", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TotalCollectible", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"totalRefurbished": { | |
"title": "totalRefurbished", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TotalRefurbished", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"lowestNewPrice", | |
"lowestUsedPrice", | |
"lowestCollectiblePrice", | |
"lowestRefurbishedPrice", | |
"totalNew", | |
"totalUsed", | |
"totalCollectible", | |
"totalRefurbished" | |
] | |
}, | |
"OfferListing.AvailabilityAttributes": { | |
"type": "object", | |
"title": "OfferListing.AvailabilityAttributes", | |
"properties": { | |
"availabilityType": { | |
"title": "availabilityType", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AvailabilityType", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"isPreorder": { | |
"title": "isPreorder", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IsPreorder", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"minimumHours": { | |
"title": "minimumHours", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MinimumHours", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"maximumHours": { | |
"title": "maximumHours", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MaximumHours", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"availabilityType", | |
"isPreorder", | |
"minimumHours", | |
"maximumHours" | |
] | |
}, | |
"Promotions": { | |
"type": "object", | |
"title": "Promotions", | |
"properties": { | |
"promotion": { | |
"title": "promotion", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Promotion" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Promotion", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"promotion" | |
] | |
}, | |
"SearchResultsMap.SearchIndex": { | |
"type": "object", | |
"title": "SearchResultsMap.SearchIndex", | |
"required": [ | |
"indexName", | |
"relevanceRank", | |
"asin" | |
], | |
"properties": { | |
"indexName": { | |
"title": "indexName", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IndexName", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"results": { | |
"title": "results", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Results", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"pages": { | |
"title": "pages", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Pages", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"correctedQuery": { | |
"title": "correctedQuery", | |
"allOf": [{ | |
"$ref": "#/definitions/CorrectedQuery" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CorrectedQuery", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"relevanceRank": { | |
"title": "relevanceRank", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RelevanceRank", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"asin": { | |
"title": "asin", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"indexName", | |
"results", | |
"pages", | |
"correctedQuery", | |
"relevanceRank", | |
"asin" | |
] | |
}, | |
"Collections.Collection.CollectionSummary": { | |
"type": "object", | |
"title": "Collections.Collection.CollectionSummary", | |
"properties": { | |
"lowestListPrice": { | |
"title": "lowestListPrice", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "LowestListPrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"highestListPrice": { | |
"title": "highestListPrice", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "HighestListPrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"lowestSalePrice": { | |
"title": "lowestSalePrice", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "LowestSalePrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"highestSalePrice": { | |
"title": "highestSalePrice", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "HighestSalePrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"lowestListPrice", | |
"highestListPrice", | |
"lowestSalePrice", | |
"highestSalePrice" | |
] | |
}, | |
"SearchBinSets": { | |
"type": "object", | |
"title": "SearchBinSets", | |
"properties": { | |
"searchBinSet": { | |
"title": "searchBinSet", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/SearchBinSet" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SearchBinSet", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"searchBinSet" | |
] | |
}, | |
"ItemLookupResponse": { | |
"type": "object", | |
"title": "ItemLookupResponse", | |
"properties": { | |
"operationRequest": { | |
"title": "operationRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/OperationRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OperationRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"items": { | |
"title": "items", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Items" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Items", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"operationRequest", | |
"items" | |
] | |
}, | |
"SearchBinSet": { | |
"type": "object", | |
"title": "SearchBinSet", | |
"required": [ | |
"narrowBy" | |
], | |
"properties": { | |
"bin": { | |
"title": "bin", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Bin" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Bin", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"narrowBy": { | |
"title": "narrowBy", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "attribute", | |
"attributeName": { | |
"localPart": "NarrowBy", | |
"namespaceURI": "" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"bin", | |
"narrowBy" | |
] | |
}, | |
"CartGetRequest": { | |
"type": "object", | |
"title": "CartGetRequest", | |
"properties": { | |
"cartId": { | |
"title": "cartId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CartId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"hmac": { | |
"title": "hmac", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "HMAC", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"mergeCart": { | |
"title": "mergeCart", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MergeCart", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"responseGroup": { | |
"title": "responseGroup", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ResponseGroup", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"typeName": { | |
"localPart": "CartGetRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
}, | |
"propertiesOrder": [ | |
"cartId", | |
"hmac", | |
"mergeCart", | |
"responseGroup" | |
] | |
}, | |
"TopItemSet": { | |
"type": "object", | |
"title": "TopItemSet", | |
"required": [ | |
"topItem" | |
], | |
"properties": { | |
"type": { | |
"title": "type", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Type", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"topItem": { | |
"title": "topItem", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/TopItemSet.TopItem" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TopItem", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"type", | |
"topItem" | |
] | |
}, | |
"Promotion": { | |
"type": "object", | |
"title": "Promotion", | |
"properties": { | |
"summary": { | |
"title": "summary", | |
"allOf": [{ | |
"$ref": "#/definitions/Promotion.Summary" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Summary", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"summary" | |
] | |
}, | |
"Bin.BinParameter": { | |
"type": "object", | |
"title": "Bin.BinParameter", | |
"required": [ | |
"name", | |
"value" | |
], | |
"properties": { | |
"name": { | |
"title": "name", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Name", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"value": { | |
"title": "value", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Value", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"name", | |
"value" | |
] | |
}, | |
"Price": { | |
"type": "object", | |
"title": "Price", | |
"required": [ | |
"formattedPrice" | |
], | |
"properties": { | |
"amount": { | |
"title": "amount", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Amount", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"currencyCode": { | |
"title": "currencyCode", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CurrencyCode", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"formattedPrice": { | |
"title": "formattedPrice", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "FormattedPrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"typeName": { | |
"localPart": "Price", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
}, | |
"propertiesOrder": [ | |
"amount", | |
"currencyCode", | |
"formattedPrice" | |
] | |
}, | |
"Accessories": { | |
"type": "object", | |
"title": "Accessories", | |
"required": [ | |
"accessory" | |
], | |
"properties": { | |
"accessory": { | |
"title": "accessory", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Accessories.Accessory" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Accessory", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"accessory" | |
] | |
}, | |
"Cart": { | |
"type": "object", | |
"title": "Cart", | |
"required": [ | |
"cartId", | |
"hmac", | |
"urlEncodedHMAC" | |
], | |
"properties": { | |
"request": { | |
"title": "request", | |
"allOf": [{ | |
"$ref": "#/definitions/Request" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Request", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"cartId": { | |
"title": "cartId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CartId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"hmac": { | |
"title": "hmac", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "HMAC", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"urlEncodedHMAC": { | |
"title": "urlEncodedHMAC", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "URLEncodedHMAC", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"purchaseURL": { | |
"title": "purchaseURL", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "PurchaseURL", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"mobileCartURL": { | |
"title": "mobileCartURL", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MobileCartURL", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"subTotal": { | |
"title": "subTotal", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SubTotal", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"cartItems": { | |
"title": "cartItems", | |
"allOf": [{ | |
"$ref": "#/definitions/CartItems" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CartItems", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"savedForLaterItems": { | |
"title": "savedForLaterItems", | |
"allOf": [{ | |
"$ref": "#/definitions/SavedForLaterItems" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SavedForLaterItems", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"similarProducts": { | |
"title": "similarProducts", | |
"allOf": [{ | |
"$ref": "#/definitions/SimilarProducts" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SimilarProducts", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"topSellers": { | |
"title": "topSellers", | |
"allOf": [{ | |
"$ref": "#/definitions/TopSellers" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TopSellers", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"newReleases": { | |
"title": "newReleases", | |
"allOf": [{ | |
"$ref": "#/definitions/NewReleases" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "NewReleases", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"similarViewedProducts": { | |
"title": "similarViewedProducts", | |
"allOf": [{ | |
"$ref": "#/definitions/SimilarViewedProducts" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SimilarViewedProducts", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"otherCategoriesSimilarProducts": { | |
"title": "otherCategoriesSimilarProducts", | |
"allOf": [{ | |
"$ref": "#/definitions/OtherCategoriesSimilarProducts" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OtherCategoriesSimilarProducts", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"request", | |
"cartId", | |
"hmac", | |
"urlEncodedHMAC", | |
"purchaseURL", | |
"mobileCartURL", | |
"subTotal", | |
"cartItems", | |
"savedForLaterItems", | |
"similarProducts", | |
"topSellers", | |
"newReleases", | |
"similarViewedProducts", | |
"otherCategoriesSimilarProducts" | |
] | |
}, | |
"CartModifyRequest.Items": { | |
"type": "object", | |
"title": "CartModifyRequest.Items", | |
"properties": { | |
"item": { | |
"title": "item", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/CartModifyRequest.Items.Item" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Item", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"item" | |
] | |
}, | |
"ItemSearch": { | |
"type": "object", | |
"title": "ItemSearch", | |
"properties": { | |
"marketplaceDomain": { | |
"title": "marketplaceDomain", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MarketplaceDomain", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"awsAccessKeyId": { | |
"title": "awsAccessKeyId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AWSAccessKeyId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"associateTag": { | |
"title": "associateTag", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AssociateTag", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"xmlEscaping": { | |
"title": "xmlEscaping", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "XMLEscaping", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"validate": { | |
"title": "validate", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Validate", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"shared": { | |
"title": "shared", | |
"allOf": [{ | |
"$ref": "#/definitions/ItemSearchRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Shared", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"request": { | |
"title": "request", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/ItemSearchRequest" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Request", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"marketplaceDomain", | |
"awsAccessKeyId", | |
"associateTag", | |
"xmlEscaping", | |
"validate", | |
"shared", | |
"request" | |
] | |
}, | |
"Merchant": { | |
"type": "object", | |
"title": "Merchant", | |
"properties": { | |
"name": { | |
"title": "name", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Name", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"name" | |
] | |
}, | |
"CorrectedQuery": { | |
"type": "object", | |
"title": "CorrectedQuery", | |
"properties": { | |
"keywords": { | |
"title": "keywords", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Keywords", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"message": { | |
"title": "message", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Message", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"keywords", | |
"message" | |
] | |
}, | |
"Item.AlternateVersions": { | |
"type": "object", | |
"title": "Item.AlternateVersions", | |
"properties": { | |
"alternateVersion": { | |
"title": "alternateVersion", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Item.AlternateVersions.AlternateVersion" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AlternateVersion", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"alternateVersion" | |
] | |
}, | |
"SimilarityLookup": { | |
"type": "object", | |
"title": "SimilarityLookup", | |
"properties": { | |
"marketplaceDomain": { | |
"title": "marketplaceDomain", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MarketplaceDomain", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"awsAccessKeyId": { | |
"title": "awsAccessKeyId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AWSAccessKeyId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"associateTag": { | |
"title": "associateTag", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AssociateTag", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"validate": { | |
"title": "validate", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Validate", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"xmlEscaping": { | |
"title": "xmlEscaping", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "XMLEscaping", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"shared": { | |
"title": "shared", | |
"allOf": [{ | |
"$ref": "#/definitions/SimilarityLookupRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Shared", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"request": { | |
"title": "request", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/SimilarityLookupRequest" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Request", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"marketplaceDomain", | |
"awsAccessKeyId", | |
"associateTag", | |
"validate", | |
"xmlEscaping", | |
"shared", | |
"request" | |
] | |
}, | |
"ItemAttributes": { | |
"type": "object", | |
"title": "ItemAttributes", | |
"properties": { | |
"actor": { | |
"title": "actor", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Actor", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"artist": { | |
"title": "artist", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Artist", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"aspectRatio": { | |
"title": "aspectRatio", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AspectRatio", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"audienceRating": { | |
"title": "audienceRating", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AudienceRating", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"audioFormat": { | |
"title": "audioFormat", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AudioFormat", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"author": { | |
"title": "author", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Author", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"binding": { | |
"title": "binding", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Binding", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"brand": { | |
"title": "brand", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Brand", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"catalogNumberList": { | |
"title": "catalogNumberList", | |
"allOf": [{ | |
"$ref": "#/definitions/ItemAttributes.CatalogNumberList" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CatalogNumberList", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"category": { | |
"title": "category", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Category", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"ceroAgeRating": { | |
"title": "ceroAgeRating", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CEROAgeRating", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"clothingSize": { | |
"title": "clothingSize", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ClothingSize", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"color": { | |
"title": "color", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Color", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"creator": { | |
"title": "creator", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/ItemAttributes.Creator" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Creator", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"department": { | |
"title": "department", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Department", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"director": { | |
"title": "director", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Director", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"ean": { | |
"title": "ean", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "EAN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"eanList": { | |
"title": "eanList", | |
"allOf": [{ | |
"$ref": "#/definitions/ItemAttributes.EANList" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "EANList", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"edition": { | |
"title": "edition", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Edition", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"eisbn": { | |
"title": "eisbn", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "EISBN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"energyEfficiencyClass": { | |
"title": "energyEfficiencyClass", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "EnergyEfficiencyClass", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"episodeSequence": { | |
"title": "episodeSequence", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "EpisodeSequence", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"esrbAgeRating": { | |
"title": "esrbAgeRating", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ESRBAgeRating", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"feature": { | |
"title": "feature", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Feature", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"format": { | |
"title": "format", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Format", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"genre": { | |
"title": "genre", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Genre", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"hardwarePlatform": { | |
"title": "hardwarePlatform", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "HardwarePlatform", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"hazardousMaterialType": { | |
"title": "hazardousMaterialType", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "HazardousMaterialType", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"isAdultProduct": { | |
"title": "isAdultProduct", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IsAdultProduct", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"isAutographed": { | |
"title": "isAutographed", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IsAutographed", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"isbn": { | |
"title": "isbn", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ISBN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"isEligibleForTradeIn": { | |
"title": "isEligibleForTradeIn", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IsEligibleForTradeIn", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"isMemorabilia": { | |
"title": "isMemorabilia", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IsMemorabilia", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"issuesPerYear": { | |
"title": "issuesPerYear", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IssuesPerYear", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"itemDimensions": { | |
"title": "itemDimensions", | |
"allOf": [{ | |
"$ref": "#/definitions/ItemAttributes.ItemDimensions" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ItemDimensions", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"itemPartNumber": { | |
"title": "itemPartNumber", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ItemPartNumber", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"label": { | |
"title": "label", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Label", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"languages": { | |
"title": "languages", | |
"allOf": [{ | |
"$ref": "#/definitions/ItemAttributes.Languages" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Languages", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"legalDisclaimer": { | |
"title": "legalDisclaimer", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "LegalDisclaimer", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"listPrice": { | |
"title": "listPrice", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ListPrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"magazineType": { | |
"title": "magazineType", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MagazineType", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"manufacturer": { | |
"title": "manufacturer", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Manufacturer", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"manufacturerMaximumAge": { | |
"title": "manufacturerMaximumAge", | |
"allOf": [{ | |
"$ref": "#/definitions/DecimalWithUnits" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ManufacturerMaximumAge", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"manufacturerMinimumAge": { | |
"title": "manufacturerMinimumAge", | |
"allOf": [{ | |
"$ref": "#/definitions/DecimalWithUnits" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ManufacturerMinimumAge", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"manufacturerPartsWarrantyDescription": { | |
"title": "manufacturerPartsWarrantyDescription", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ManufacturerPartsWarrantyDescription", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"mediaType": { | |
"title": "mediaType", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MediaType", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"model": { | |
"title": "model", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Model", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"modelYear": { | |
"title": "modelYear", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ModelYear", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"mpn": { | |
"title": "mpn", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MPN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"numberOfDiscs": { | |
"title": "numberOfDiscs", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "NumberOfDiscs", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"numberOfIssues": { | |
"title": "numberOfIssues", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "NumberOfIssues", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"numberOfItems": { | |
"title": "numberOfItems", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "NumberOfItems", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"numberOfPages": { | |
"title": "numberOfPages", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "NumberOfPages", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"numberOfTracks": { | |
"title": "numberOfTracks", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "NumberOfTracks", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"operatingSystem": { | |
"title": "operatingSystem", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OperatingSystem", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"packageDimensions": { | |
"title": "packageDimensions", | |
"allOf": [{ | |
"$ref": "#/definitions/ItemAttributes.PackageDimensions" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "PackageDimensions", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"packageQuantity": { | |
"title": "packageQuantity", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "PackageQuantity", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"partNumber": { | |
"title": "partNumber", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "PartNumber", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"pictureFormat": { | |
"title": "pictureFormat", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "PictureFormat", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"platform": { | |
"title": "platform", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Platform", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"productGroup": { | |
"title": "productGroup", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ProductGroup", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"productTypeName": { | |
"title": "productTypeName", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ProductTypeName", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"productTypeSubcategory": { | |
"title": "productTypeSubcategory", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ProductTypeSubcategory", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"publicationDate": { | |
"title": "publicationDate", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "PublicationDate", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"publisher": { | |
"title": "publisher", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Publisher", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"regionCode": { | |
"title": "regionCode", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RegionCode", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"releaseDate": { | |
"title": "releaseDate", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ReleaseDate", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"seasonSequence": { | |
"title": "seasonSequence", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SeasonSequence", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"runningTime": { | |
"title": "runningTime", | |
"allOf": [{ | |
"$ref": "#/definitions/DecimalWithUnits" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RunningTime", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"seikodoProductCode": { | |
"title": "seikodoProductCode", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SeikodoProductCode", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"size": { | |
"title": "size", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Size", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"sku": { | |
"title": "sku", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SKU", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"studio": { | |
"title": "studio", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Studio", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"subscriptionLength": { | |
"title": "subscriptionLength", | |
"allOf": [{ | |
"$ref": "#/definitions/NonNegativeIntegerWithUnits" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SubscriptionLength", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"title": { | |
"title": "title", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Title", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"trackSequence": { | |
"title": "trackSequence", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TrackSequence", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"tradeInValue": { | |
"title": "tradeInValue", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TradeInValue", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"upc": { | |
"title": "upc", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "UPC", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"upcList": { | |
"title": "upcList", | |
"allOf": [{ | |
"$ref": "#/definitions/ItemAttributes.UPCList" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "UPCList", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"warranty": { | |
"title": "warranty", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Warranty", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"weeeTaxValue": { | |
"title": "weeeTaxValue", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "WEEETaxValue", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"actor", | |
"artist", | |
"aspectRatio", | |
"audienceRating", | |
"audioFormat", | |
"author", | |
"binding", | |
"brand", | |
"catalogNumberList", | |
"category", | |
"ceroAgeRating", | |
"clothingSize", | |
"color", | |
"creator", | |
"department", | |
"director", | |
"ean", | |
"eanList", | |
"edition", | |
"eisbn", | |
"energyEfficiencyClass", | |
"episodeSequence", | |
"esrbAgeRating", | |
"feature", | |
"format", | |
"genre", | |
"hardwarePlatform", | |
"hazardousMaterialType", | |
"isAdultProduct", | |
"isAutographed", | |
"isbn", | |
"isEligibleForTradeIn", | |
"isMemorabilia", | |
"issuesPerYear", | |
"itemDimensions", | |
"itemPartNumber", | |
"label", | |
"languages", | |
"legalDisclaimer", | |
"listPrice", | |
"magazineType", | |
"manufacturer", | |
"manufacturerMaximumAge", | |
"manufacturerMinimumAge", | |
"manufacturerPartsWarrantyDescription", | |
"mediaType", | |
"model", | |
"modelYear", | |
"mpn", | |
"numberOfDiscs", | |
"numberOfIssues", | |
"numberOfItems", | |
"numberOfPages", | |
"numberOfTracks", | |
"operatingSystem", | |
"packageDimensions", | |
"packageQuantity", | |
"partNumber", | |
"pictureFormat", | |
"platform", | |
"productGroup", | |
"productTypeName", | |
"productTypeSubcategory", | |
"publicationDate", | |
"publisher", | |
"regionCode", | |
"releaseDate", | |
"seasonSequence", | |
"runningTime", | |
"seikodoProductCode", | |
"size", | |
"sku", | |
"studio", | |
"subscriptionLength", | |
"title", | |
"trackSequence", | |
"tradeInValue", | |
"upc", | |
"upcList", | |
"warranty", | |
"weeeTaxValue" | |
] | |
}, | |
"CustomerReviews": { | |
"type": "object", | |
"title": "CustomerReviews", | |
"properties": { | |
"iFrameURL": { | |
"title": "iFrameURL", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IFrameURL", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"hasReviews": { | |
"title": "hasReviews", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "HasReviews", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"iFrameURL", | |
"hasReviews" | |
] | |
}, | |
"CartAddRequest.Items.Item": { | |
"type": "object", | |
"title": "CartAddRequest.Items.Item", | |
"properties": { | |
"asin": { | |
"title": "asin", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"offerListingId": { | |
"title": "offerListingId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OfferListingId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"quantity": { | |
"title": "quantity", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Quantity", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"associateTag": { | |
"title": "associateTag", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AssociateTag", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"listItemId": { | |
"title": "listItemId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ListItemId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"asin", | |
"offerListingId", | |
"quantity", | |
"associateTag", | |
"listItemId" | |
] | |
}, | |
"CartGetResponse": { | |
"type": "object", | |
"title": "CartGetResponse", | |
"properties": { | |
"operationRequest": { | |
"title": "operationRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/OperationRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OperationRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"cart": { | |
"title": "cart", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Cart" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Cart", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"operationRequest", | |
"cart" | |
] | |
}, | |
"SimilarProducts": { | |
"type": "object", | |
"title": "SimilarProducts", | |
"required": [ | |
"similarProduct" | |
], | |
"properties": { | |
"similarProduct": { | |
"title": "similarProduct", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/SimilarProducts.SimilarProduct" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SimilarProduct", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"similarProduct" | |
] | |
}, | |
"Collections.Collection.CollectionItem": { | |
"type": "object", | |
"title": "Collections.Collection.CollectionItem", | |
"properties": { | |
"asin": { | |
"title": "asin", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"title": { | |
"title": "title", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Title", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"asin", | |
"title" | |
] | |
}, | |
"TopSellers": { | |
"type": "object", | |
"title": "TopSellers", | |
"required": [ | |
"topSeller" | |
], | |
"properties": { | |
"topSeller": { | |
"title": "topSeller", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/TopSellers.TopSeller" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TopSeller", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"topSeller" | |
] | |
}, | |
"ItemSearchResponse": { | |
"type": "object", | |
"title": "ItemSearchResponse", | |
"properties": { | |
"operationRequest": { | |
"title": "operationRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/OperationRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OperationRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"items": { | |
"title": "items", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Items" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Items", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"operationRequest", | |
"items" | |
] | |
}, | |
"SimilarViewedProducts.SimilarViewedProduct": { | |
"type": "object", | |
"title": "SimilarViewedProducts.SimilarViewedProduct", | |
"properties": { | |
"asin": { | |
"title": "asin", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"title": { | |
"title": "title", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Title", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"asin", | |
"title" | |
] | |
}, | |
"CartModify": { | |
"type": "object", | |
"title": "CartModify", | |
"properties": { | |
"marketplaceDomain": { | |
"title": "marketplaceDomain", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MarketplaceDomain", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"awsAccessKeyId": { | |
"title": "awsAccessKeyId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AWSAccessKeyId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"associateTag": { | |
"title": "associateTag", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AssociateTag", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"validate": { | |
"title": "validate", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Validate", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"xmlEscaping": { | |
"title": "xmlEscaping", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "XMLEscaping", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"shared": { | |
"title": "shared", | |
"allOf": [{ | |
"$ref": "#/definitions/CartModifyRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Shared", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"request": { | |
"title": "request", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/CartModifyRequest" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Request", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"marketplaceDomain", | |
"awsAccessKeyId", | |
"associateTag", | |
"validate", | |
"xmlEscaping", | |
"shared", | |
"request" | |
] | |
}, | |
"ItemAttributes.EANList": { | |
"type": "object", | |
"title": "ItemAttributes.EANList", | |
"properties": { | |
"eanListElement": { | |
"title": "eanListElement", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "EANListElement", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"eanListElement" | |
] | |
}, | |
"LoyaltyPoints": { | |
"type": "object", | |
"title": "LoyaltyPoints", | |
"properties": { | |
"points": { | |
"title": "points", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Points", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"typicalRedemptionValue": { | |
"title": "typicalRedemptionValue", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TypicalRedemptionValue", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"points", | |
"typicalRedemptionValue" | |
] | |
}, | |
"Item": { | |
"type": "object", | |
"title": "Item", | |
"required": [ | |
"asin" | |
], | |
"properties": { | |
"asin": { | |
"title": "asin", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"parentASIN": { | |
"title": "parentASIN", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ParentASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"errors": { | |
"title": "errors", | |
"allOf": [{ | |
"$ref": "#/definitions/Errors" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Errors", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"detailPageURL": { | |
"title": "detailPageURL", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "DetailPageURL", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"itemLinks": { | |
"title": "itemLinks", | |
"allOf": [{ | |
"$ref": "#/definitions/ItemLinks" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ItemLinks", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"salesRank": { | |
"title": "salesRank", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SalesRank", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"smallImage": { | |
"title": "smallImage", | |
"allOf": [{ | |
"$ref": "#/definitions/Image" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SmallImage", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"mediumImage": { | |
"title": "mediumImage", | |
"allOf": [{ | |
"$ref": "#/definitions/Image" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MediumImage", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"largeImage": { | |
"title": "largeImage", | |
"allOf": [{ | |
"$ref": "#/definitions/Image" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "LargeImage", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"imageSets": { | |
"title": "imageSets", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Item.ImageSets" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ImageSets", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"itemAttributes": { | |
"title": "itemAttributes", | |
"allOf": [{ | |
"$ref": "#/definitions/ItemAttributes" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ItemAttributes", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"variationAttributes": { | |
"title": "variationAttributes", | |
"allOf": [{ | |
"$ref": "#/definitions/Item.VariationAttributes" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "VariationAttributes", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"relatedItems": { | |
"title": "relatedItems", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/RelatedItems" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RelatedItems", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"collections": { | |
"title": "collections", | |
"allOf": [{ | |
"$ref": "#/definitions/Collections" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Collections", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"subjects": { | |
"title": "subjects", | |
"allOf": [{ | |
"$ref": "#/definitions/Item.Subjects" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Subjects", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"offerSummary": { | |
"title": "offerSummary", | |
"allOf": [{ | |
"$ref": "#/definitions/OfferSummary" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OfferSummary", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"offers": { | |
"title": "offers", | |
"allOf": [{ | |
"$ref": "#/definitions/Offers" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Offers", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"rentalOffers": { | |
"title": "rentalOffers", | |
"allOf": [{ | |
"$ref": "#/definitions/RentalOffers" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RentalOffers", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"variationSummary": { | |
"title": "variationSummary", | |
"allOf": [{ | |
"$ref": "#/definitions/VariationSummary" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "VariationSummary", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"variations": { | |
"title": "variations", | |
"allOf": [{ | |
"$ref": "#/definitions/Variations" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Variations", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"customerReviews": { | |
"title": "customerReviews", | |
"allOf": [{ | |
"$ref": "#/definitions/CustomerReviews" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CustomerReviews", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"editorialReviews": { | |
"title": "editorialReviews", | |
"allOf": [{ | |
"$ref": "#/definitions/EditorialReviews" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "EditorialReviews", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"similarProducts": { | |
"title": "similarProducts", | |
"allOf": [{ | |
"$ref": "#/definitions/SimilarProducts" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SimilarProducts", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"accessories": { | |
"title": "accessories", | |
"allOf": [{ | |
"$ref": "#/definitions/Accessories" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Accessories", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"tracks": { | |
"title": "tracks", | |
"allOf": [{ | |
"$ref": "#/definitions/Tracks" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Tracks", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"browseNodes": { | |
"title": "browseNodes", | |
"allOf": [{ | |
"$ref": "#/definitions/BrowseNodes" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "BrowseNodes", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"alternateVersions": { | |
"title": "alternateVersions", | |
"allOf": [{ | |
"$ref": "#/definitions/Item.AlternateVersions" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AlternateVersions", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"asin", | |
"parentASIN", | |
"errors", | |
"detailPageURL", | |
"itemLinks", | |
"salesRank", | |
"smallImage", | |
"mediumImage", | |
"largeImage", | |
"imageSets", | |
"itemAttributes", | |
"variationAttributes", | |
"relatedItems", | |
"collections", | |
"subjects", | |
"offerSummary", | |
"offers", | |
"rentalOffers", | |
"variationSummary", | |
"variations", | |
"customerReviews", | |
"editorialReviews", | |
"similarProducts", | |
"accessories", | |
"tracks", | |
"browseNodes", | |
"alternateVersions" | |
] | |
}, | |
"CartCreateRequest": { | |
"type": "object", | |
"title": "CartCreateRequest", | |
"properties": { | |
"mergeCart": { | |
"title": "mergeCart", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MergeCart", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"items": { | |
"title": "items", | |
"allOf": [{ | |
"$ref": "#/definitions/CartCreateRequest.Items" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Items", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"responseGroup": { | |
"title": "responseGroup", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ResponseGroup", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"typeName": { | |
"localPart": "CartCreateRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
}, | |
"propertiesOrder": [ | |
"mergeCart", | |
"items", | |
"responseGroup" | |
] | |
}, | |
"CartModifyRequest": { | |
"type": "object", | |
"title": "CartModifyRequest", | |
"properties": { | |
"cartId": { | |
"title": "cartId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CartId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"hmac": { | |
"title": "hmac", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "HMAC", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"mergeCart": { | |
"title": "mergeCart", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MergeCart", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"items": { | |
"title": "items", | |
"allOf": [{ | |
"$ref": "#/definitions/CartModifyRequest.Items" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Items", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"responseGroup": { | |
"title": "responseGroup", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ResponseGroup", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"typeName": { | |
"localPart": "CartModifyRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
}, | |
"propertiesOrder": [ | |
"cartId", | |
"hmac", | |
"mergeCart", | |
"items", | |
"responseGroup" | |
] | |
}, | |
"VariationSummary": { | |
"type": "object", | |
"title": "VariationSummary", | |
"properties": { | |
"lowestPrice": { | |
"title": "lowestPrice", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "LowestPrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"highestPrice": { | |
"title": "highestPrice", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "HighestPrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"lowestSalePrice": { | |
"title": "lowestSalePrice", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "LowestSalePrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"highestSalePrice": { | |
"title": "highestSalePrice", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "HighestSalePrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"lowestPrice", | |
"highestPrice", | |
"lowestSalePrice", | |
"highestSalePrice" | |
] | |
}, | |
"VariationDimensions": { | |
"type": "object", | |
"title": "VariationDimensions", | |
"required": [ | |
"variationDimension" | |
], | |
"properties": { | |
"variationDimension": { | |
"title": "variationDimension", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "VariationDimension", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"variationDimension" | |
] | |
}, | |
"CartCreate": { | |
"type": "object", | |
"title": "CartCreate", | |
"properties": { | |
"marketplaceDomain": { | |
"title": "marketplaceDomain", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MarketplaceDomain", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"awsAccessKeyId": { | |
"title": "awsAccessKeyId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AWSAccessKeyId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"associateTag": { | |
"title": "associateTag", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AssociateTag", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"validate": { | |
"title": "validate", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Validate", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"xmlEscaping": { | |
"title": "xmlEscaping", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "XMLEscaping", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"shared": { | |
"title": "shared", | |
"allOf": [{ | |
"$ref": "#/definitions/CartCreateRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Shared", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"request": { | |
"title": "request", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/CartCreateRequest" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Request", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"marketplaceDomain", | |
"awsAccessKeyId", | |
"associateTag", | |
"validate", | |
"xmlEscaping", | |
"shared", | |
"request" | |
] | |
}, | |
"NewReleases": { | |
"type": "object", | |
"title": "NewReleases", | |
"required": [ | |
"newRelease" | |
], | |
"properties": { | |
"newRelease": { | |
"title": "newRelease", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/NewReleases.NewRelease" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "NewRelease", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"newRelease" | |
] | |
}, | |
"CartCreateResponse": { | |
"type": "object", | |
"title": "CartCreateResponse", | |
"properties": { | |
"operationRequest": { | |
"title": "operationRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/OperationRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OperationRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"cart": { | |
"title": "cart", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Cart" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Cart", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"operationRequest", | |
"cart" | |
] | |
}, | |
"HTTPHeaders.Header": { | |
"type": "object", | |
"title": "HTTPHeaders.Header", | |
"required": [ | |
"name", | |
"value" | |
], | |
"properties": { | |
"name": { | |
"title": "name", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "attribute", | |
"attributeName": { | |
"localPart": "Name", | |
"namespaceURI": "" | |
} | |
}, | |
"value": { | |
"title": "value", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "attribute", | |
"attributeName": { | |
"localPart": "Value", | |
"namespaceURI": "" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"name", | |
"value" | |
] | |
}, | |
"ItemLookup": { | |
"type": "object", | |
"title": "ItemLookup", | |
"properties": { | |
"marketplaceDomain": { | |
"title": "marketplaceDomain", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MarketplaceDomain", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"awsAccessKeyId": { | |
"title": "awsAccessKeyId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AWSAccessKeyId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"associateTag": { | |
"title": "associateTag", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AssociateTag", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"validate": { | |
"title": "validate", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Validate", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"xmlEscaping": { | |
"title": "xmlEscaping", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "XMLEscaping", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"shared": { | |
"title": "shared", | |
"allOf": [{ | |
"$ref": "#/definitions/ItemLookupRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Shared", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"request": { | |
"title": "request", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/ItemLookupRequest" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Request", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"marketplaceDomain", | |
"awsAccessKeyId", | |
"associateTag", | |
"validate", | |
"xmlEscaping", | |
"shared", | |
"request" | |
] | |
}, | |
"OtherCategoriesSimilarProducts.OtherCategoriesSimilarProduct": { | |
"type": "object", | |
"title": "OtherCategoriesSimilarProducts.OtherCategoriesSimilarProduct", | |
"properties": { | |
"asin": { | |
"title": "asin", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"title": { | |
"title": "title", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Title", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"asin", | |
"title" | |
] | |
}, | |
"BrowseNode": { | |
"type": "object", | |
"title": "BrowseNode", | |
"properties": { | |
"browseNodeId": { | |
"title": "browseNodeId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "BrowseNodeId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"name": { | |
"title": "name", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Name", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"isCategoryRoot": { | |
"title": "isCategoryRoot", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IsCategoryRoot", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"properties": { | |
"title": "properties", | |
"allOf": [{ | |
"$ref": "#/definitions/BrowseNode.Properties" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Properties", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"children": { | |
"title": "children", | |
"allOf": [{ | |
"$ref": "#/definitions/BrowseNode.Children" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Children", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"ancestors": { | |
"title": "ancestors", | |
"allOf": [{ | |
"$ref": "#/definitions/BrowseNode.Ancestors" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Ancestors", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"topSellers": { | |
"title": "topSellers", | |
"allOf": [{ | |
"$ref": "#/definitions/TopSellers" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TopSellers", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"newReleases": { | |
"title": "newReleases", | |
"allOf": [{ | |
"$ref": "#/definitions/NewReleases" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "NewReleases", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"topItemSet": { | |
"title": "topItemSet", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/TopItemSet" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TopItemSet", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"browseNodeId", | |
"name", | |
"isCategoryRoot", | |
"properties", | |
"children", | |
"ancestors", | |
"topSellers", | |
"newReleases", | |
"topItemSet" | |
] | |
}, | |
"Items": { | |
"type": "object", | |
"title": "Items", | |
"properties": { | |
"request": { | |
"title": "request", | |
"allOf": [{ | |
"$ref": "#/definitions/Request" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Request", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"correctedQuery": { | |
"title": "correctedQuery", | |
"allOf": [{ | |
"$ref": "#/definitions/CorrectedQuery" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CorrectedQuery", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"qid": { | |
"title": "qid", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Qid", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"engineQuery": { | |
"title": "engineQuery", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "EngineQuery", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"totalResults": { | |
"title": "totalResults", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TotalResults", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"totalPages": { | |
"title": "totalPages", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TotalPages", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"moreSearchResultsUrl": { | |
"title": "moreSearchResultsUrl", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MoreSearchResultsUrl", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"searchResultsMap": { | |
"title": "searchResultsMap", | |
"allOf": [{ | |
"$ref": "#/definitions/SearchResultsMap" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SearchResultsMap", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"item": { | |
"title": "item", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Item" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Item", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"searchBinSets": { | |
"title": "searchBinSets", | |
"allOf": [{ | |
"$ref": "#/definitions/SearchBinSets" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SearchBinSets", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"request", | |
"correctedQuery", | |
"qid", | |
"engineQuery", | |
"totalResults", | |
"totalPages", | |
"moreSearchResultsUrl", | |
"searchResultsMap", | |
"item", | |
"searchBinSets" | |
] | |
}, | |
"Variations": { | |
"type": "object", | |
"title": "Variations", | |
"properties": { | |
"totalVariations": { | |
"title": "totalVariations", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TotalVariations", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"totalVariationPages": { | |
"title": "totalVariationPages", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TotalVariationPages", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"variationDimensions": { | |
"title": "variationDimensions", | |
"allOf": [{ | |
"$ref": "#/definitions/VariationDimensions" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "VariationDimensions", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"item": { | |
"title": "item", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Item" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Item", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"totalVariations", | |
"totalVariationPages", | |
"variationDimensions", | |
"item" | |
] | |
}, | |
"BrowseNodeLookupResponse": { | |
"type": "object", | |
"title": "BrowseNodeLookupResponse", | |
"properties": { | |
"operationRequest": { | |
"title": "operationRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/OperationRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OperationRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"browseNodes": { | |
"title": "browseNodes", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/BrowseNodes" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "BrowseNodes", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"operationRequest", | |
"browseNodes" | |
] | |
}, | |
"TopItemSet.TopItem": { | |
"type": "object", | |
"title": "TopItemSet.TopItem", | |
"properties": { | |
"asin": { | |
"title": "asin", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"title": { | |
"title": "title", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Title", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"detailPageURL": { | |
"title": "detailPageURL", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "DetailPageURL", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"productGroup": { | |
"title": "productGroup", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ProductGroup", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"author": { | |
"title": "author", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Author", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"artist": { | |
"title": "artist", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Artist", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"actor": { | |
"title": "actor", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Actor", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"asin", | |
"title", | |
"detailPageURL", | |
"productGroup", | |
"author", | |
"artist", | |
"actor" | |
] | |
}, | |
"CartAdd": { | |
"type": "object", | |
"title": "CartAdd", | |
"properties": { | |
"marketplaceDomain": { | |
"title": "marketplaceDomain", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MarketplaceDomain", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"awsAccessKeyId": { | |
"title": "awsAccessKeyId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AWSAccessKeyId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"associateTag": { | |
"title": "associateTag", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AssociateTag", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"validate": { | |
"title": "validate", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Validate", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"xmlEscaping": { | |
"title": "xmlEscaping", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "XMLEscaping", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"shared": { | |
"title": "shared", | |
"allOf": [{ | |
"$ref": "#/definitions/CartAddRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Shared", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"request": { | |
"title": "request", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/CartAddRequest" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Request", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"marketplaceDomain", | |
"awsAccessKeyId", | |
"associateTag", | |
"validate", | |
"xmlEscaping", | |
"shared", | |
"request" | |
] | |
}, | |
"ItemLinks": { | |
"type": "object", | |
"title": "ItemLinks", | |
"properties": { | |
"itemLink": { | |
"title": "itemLink", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/ItemLink" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ItemLink", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"itemLink" | |
] | |
}, | |
"Collections.Collection.CollectionParent": { | |
"type": "object", | |
"title": "Collections.Collection.CollectionParent", | |
"properties": { | |
"asin": { | |
"title": "asin", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"title": { | |
"title": "title", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Title", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"asin", | |
"title" | |
] | |
}, | |
"Promotion.Summary": { | |
"type": "object", | |
"title": "Promotion.Summary", | |
"required": [ | |
"promotionId" | |
], | |
"properties": { | |
"promotionId": { | |
"title": "promotionId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "PromotionId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"message": { | |
"title": "message", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Message", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"category": { | |
"title": "category", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Category", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"startDate": { | |
"title": "startDate", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "StartDate", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"endDate": { | |
"title": "endDate", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "EndDate", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"eligibilityRequirementDescription": { | |
"title": "eligibilityRequirementDescription", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "EligibilityRequirementDescription", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"benefitDescription": { | |
"title": "benefitDescription", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "BenefitDescription", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"termsAndConditions": { | |
"title": "termsAndConditions", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TermsAndConditions", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"promotionId", | |
"message", | |
"category", | |
"startDate", | |
"endDate", | |
"eligibilityRequirementDescription", | |
"benefitDescription", | |
"termsAndConditions" | |
] | |
}, | |
"SimilarViewedProducts": { | |
"type": "object", | |
"title": "SimilarViewedProducts", | |
"required": [ | |
"similarViewedProduct" | |
], | |
"properties": { | |
"similarViewedProduct": { | |
"title": "similarViewedProduct", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/SimilarViewedProducts.SimilarViewedProduct" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SimilarViewedProduct", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"similarViewedProduct" | |
] | |
}, | |
"CartClearResponse": { | |
"type": "object", | |
"title": "CartClearResponse", | |
"properties": { | |
"operationRequest": { | |
"title": "operationRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/OperationRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OperationRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"cart": { | |
"title": "cart", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Cart" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Cart", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"operationRequest", | |
"cart" | |
] | |
}, | |
"OperationRequest": { | |
"type": "object", | |
"title": "OperationRequest", | |
"properties": { | |
"httpHeaders": { | |
"title": "httpHeaders", | |
"allOf": [{ | |
"$ref": "#/definitions/HTTPHeaders" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "HTTPHeaders", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"requestId": { | |
"title": "requestId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RequestId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"arguments": { | |
"title": "arguments", | |
"allOf": [{ | |
"$ref": "#/definitions/Arguments" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Arguments", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"errors": { | |
"title": "errors", | |
"allOf": [{ | |
"$ref": "#/definitions/Errors" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Errors", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"requestProcessingTime": { | |
"title": "requestProcessingTime", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/float" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RequestProcessingTime", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"httpHeaders", | |
"requestId", | |
"arguments", | |
"errors", | |
"requestProcessingTime" | |
] | |
}, | |
"HTTPHeaders": { | |
"type": "object", | |
"title": "HTTPHeaders", | |
"properties": { | |
"header": { | |
"title": "header", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/HTTPHeaders.Header" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Header", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"header" | |
] | |
}, | |
"BrowseNodeLookup": { | |
"type": "object", | |
"title": "BrowseNodeLookup", | |
"properties": { | |
"marketplaceDomain": { | |
"title": "marketplaceDomain", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MarketplaceDomain", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"awsAccessKeyId": { | |
"title": "awsAccessKeyId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AWSAccessKeyId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"associateTag": { | |
"title": "associateTag", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AssociateTag", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"validate": { | |
"title": "validate", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Validate", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"xmlEscaping": { | |
"title": "xmlEscaping", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "XMLEscaping", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"shared": { | |
"title": "shared", | |
"allOf": [{ | |
"$ref": "#/definitions/BrowseNodeLookupRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Shared", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"request": { | |
"title": "request", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/BrowseNodeLookupRequest" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Request", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"marketplaceDomain", | |
"awsAccessKeyId", | |
"associateTag", | |
"validate", | |
"xmlEscaping", | |
"shared", | |
"request" | |
] | |
}, | |
"Item.Subjects": { | |
"type": "object", | |
"title": "Item.Subjects", | |
"properties": { | |
"subject": { | |
"title": "subject", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Subject", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"subject" | |
] | |
}, | |
"Accessories.Accessory": { | |
"type": "object", | |
"title": "Accessories.Accessory", | |
"properties": { | |
"asin": { | |
"title": "asin", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"title": { | |
"title": "title", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Title", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"asin", | |
"title" | |
] | |
}, | |
"CartAddRequest": { | |
"type": "object", | |
"title": "CartAddRequest", | |
"properties": { | |
"cartId": { | |
"title": "cartId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CartId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"hmac": { | |
"title": "hmac", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "HMAC", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"mergeCart": { | |
"title": "mergeCart", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MergeCart", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"items": { | |
"title": "items", | |
"allOf": [{ | |
"$ref": "#/definitions/CartAddRequest.Items" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Items", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"responseGroup": { | |
"title": "responseGroup", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ResponseGroup", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"typeName": { | |
"localPart": "CartAddRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
}, | |
"propertiesOrder": [ | |
"cartId", | |
"hmac", | |
"mergeCart", | |
"items", | |
"responseGroup" | |
] | |
}, | |
"ItemAttributes.UPCList": { | |
"type": "object", | |
"title": "ItemAttributes.UPCList", | |
"properties": { | |
"upcListElement": { | |
"title": "upcListElement", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "UPCListElement", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"upcListElement" | |
] | |
}, | |
"Errors.Error": { | |
"type": "object", | |
"title": "Errors.Error", | |
"required": [ | |
"code", | |
"message" | |
], | |
"properties": { | |
"code": { | |
"title": "code", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Code", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"message": { | |
"title": "message", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Message", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"code", | |
"message" | |
] | |
}, | |
"Arguments.Argument": { | |
"type": "object", | |
"title": "Arguments.Argument", | |
"required": [ | |
"name" | |
], | |
"properties": { | |
"name": { | |
"title": "name", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "attribute", | |
"attributeName": { | |
"localPart": "Name", | |
"namespaceURI": "" | |
} | |
}, | |
"value": { | |
"title": "value", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "attribute", | |
"attributeName": { | |
"localPart": "Value", | |
"namespaceURI": "" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"name", | |
"value" | |
] | |
}, | |
"Arguments": { | |
"type": "object", | |
"title": "Arguments", | |
"required": [ | |
"argument" | |
], | |
"properties": { | |
"argument": { | |
"title": "argument", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Arguments.Argument" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Argument", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"argument" | |
] | |
}, | |
"OtherCategoriesSimilarProducts": { | |
"type": "object", | |
"title": "OtherCategoriesSimilarProducts", | |
"required": [ | |
"otherCategoriesSimilarProduct" | |
], | |
"properties": { | |
"otherCategoriesSimilarProduct": { | |
"title": "otherCategoriesSimilarProduct", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/OtherCategoriesSimilarProducts.OtherCategoriesSimilarProduct" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OtherCategoriesSimilarProduct", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"otherCategoriesSimilarProduct" | |
] | |
}, | |
"CartAddRequest.Items": { | |
"type": "object", | |
"title": "CartAddRequest.Items", | |
"properties": { | |
"item": { | |
"title": "item", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/CartAddRequest.Items.Item" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Item", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"item" | |
] | |
}, | |
"CartItem.MetaData": { | |
"type": "object", | |
"title": "CartItem.MetaData", | |
"properties": { | |
"keyValuePair": { | |
"title": "keyValuePair", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/CartItem.MetaData.KeyValuePair" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "KeyValuePair", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"keyValuePair" | |
] | |
}, | |
"Errors": { | |
"type": "object", | |
"title": "Errors", | |
"required": [ | |
"error" | |
], | |
"properties": { | |
"error": { | |
"title": "error", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Errors.Error" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Error", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"error" | |
] | |
}, | |
"ItemSearchRequest": { | |
"type": "object", | |
"title": "ItemSearchRequest", | |
"properties": { | |
"actor": { | |
"title": "actor", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Actor", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"artist": { | |
"title": "artist", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Artist", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"availability": { | |
"title": "availability", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Availability", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"audienceRating": { | |
"title": "audienceRating", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AudienceRating", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"author": { | |
"title": "author", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Author", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"brand": { | |
"title": "brand", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Brand", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"browseNode": { | |
"title": "browseNode", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "BrowseNode", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"composer": { | |
"title": "composer", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Composer", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"condition": { | |
"title": "condition", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Condition", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"conductor": { | |
"title": "conductor", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Conductor", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"director": { | |
"title": "director", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Director", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"itemPage": { | |
"title": "itemPage", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ItemPage", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"keywords": { | |
"title": "keywords", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Keywords", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"manufacturer": { | |
"title": "manufacturer", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Manufacturer", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"maximumPrice": { | |
"title": "maximumPrice", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MaximumPrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"merchantId": { | |
"title": "merchantId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MerchantId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"minimumPrice": { | |
"title": "minimumPrice", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MinimumPrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"minPercentageOff": { | |
"title": "minPercentageOff", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MinPercentageOff", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"musicLabel": { | |
"title": "musicLabel", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MusicLabel", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"orchestra": { | |
"title": "orchestra", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Orchestra", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"power": { | |
"title": "power", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Power", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"publisher": { | |
"title": "publisher", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Publisher", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"relatedItemPage": { | |
"title": "relatedItemPage", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RelatedItemPage", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"relationshipType": { | |
"title": "relationshipType", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RelationshipType", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"responseGroup": { | |
"title": "responseGroup", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ResponseGroup", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"searchIndex": { | |
"title": "searchIndex", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SearchIndex", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"sort": { | |
"title": "sort", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Sort", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"title": { | |
"title": "title", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Title", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"releaseDate": { | |
"title": "releaseDate", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ReleaseDate", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"includeReviewsSummary": { | |
"title": "includeReviewsSummary", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IncludeReviewsSummary", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"truncateReviewsAt": { | |
"title": "truncateReviewsAt", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "TruncateReviewsAt", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"typeName": { | |
"localPart": "ItemSearchRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
}, | |
"propertiesOrder": [ | |
"actor", | |
"artist", | |
"availability", | |
"audienceRating", | |
"author", | |
"brand", | |
"browseNode", | |
"composer", | |
"condition", | |
"conductor", | |
"director", | |
"itemPage", | |
"keywords", | |
"manufacturer", | |
"maximumPrice", | |
"merchantId", | |
"minimumPrice", | |
"minPercentageOff", | |
"musicLabel", | |
"orchestra", | |
"power", | |
"publisher", | |
"relatedItemPage", | |
"relationshipType", | |
"responseGroup", | |
"searchIndex", | |
"sort", | |
"title", | |
"releaseDate", | |
"includeReviewsSummary", | |
"truncateReviewsAt" | |
] | |
}, | |
"RelatedItems": { | |
"type": "object", | |
"title": "RelatedItems", | |
"properties": { | |
"relationship": { | |
"title": "relationship", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Relationship", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"relationshipType": { | |
"title": "relationshipType", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RelationshipType", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"relatedItemCount": { | |
"title": "relatedItemCount", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RelatedItemCount", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"relatedItemPageCount": { | |
"title": "relatedItemPageCount", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RelatedItemPageCount", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"relatedItemPage": { | |
"title": "relatedItemPage", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RelatedItemPage", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"relatedItem": { | |
"title": "relatedItem", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/RelatedItem" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RelatedItem", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"relationship", | |
"relationshipType", | |
"relatedItemCount", | |
"relatedItemPageCount", | |
"relatedItemPage", | |
"relatedItem" | |
] | |
}, | |
"OfferListing": { | |
"type": "object", | |
"title": "OfferListing", | |
"properties": { | |
"offerListingId": { | |
"title": "offerListingId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OfferListingId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"pricePerUnit": { | |
"title": "pricePerUnit", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "PricePerUnit", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"price": { | |
"title": "price", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Price", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"salePrice": { | |
"title": "salePrice", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SalePrice", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"amountSaved": { | |
"title": "amountSaved", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AmountSaved", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"percentageSaved": { | |
"title": "percentageSaved", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "PercentageSaved", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"availability": { | |
"title": "availability", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Availability", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"availabilityAttributes": { | |
"title": "availabilityAttributes", | |
"allOf": [{ | |
"$ref": "#/definitions/OfferListing.AvailabilityAttributes" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AvailabilityAttributes", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"isEligibleForSuperSaverShipping": { | |
"title": "isEligibleForSuperSaverShipping", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IsEligibleForSuperSaverShipping", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"isEligibleForPrimeFreeDigitalVideo": { | |
"title": "isEligibleForPrimeFreeDigitalVideo", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IsEligibleForPrimeFreeDigitalVideo", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"isEligibleForPrime": { | |
"title": "isEligibleForPrime", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IsEligibleForPrime", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"offerListingId", | |
"pricePerUnit", | |
"price", | |
"salePrice", | |
"amountSaved", | |
"percentageSaved", | |
"availability", | |
"availabilityAttributes", | |
"isEligibleForSuperSaverShipping", | |
"isEligibleForPrimeFreeDigitalVideo", | |
"isEligibleForPrime" | |
] | |
}, | |
"CartGet": { | |
"type": "object", | |
"title": "CartGet", | |
"properties": { | |
"marketplaceDomain": { | |
"title": "marketplaceDomain", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MarketplaceDomain", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"awsAccessKeyId": { | |
"title": "awsAccessKeyId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AWSAccessKeyId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"associateTag": { | |
"title": "associateTag", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AssociateTag", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"validate": { | |
"title": "validate", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Validate", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"xmlEscaping": { | |
"title": "xmlEscaping", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "XMLEscaping", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"shared": { | |
"title": "shared", | |
"allOf": [{ | |
"$ref": "#/definitions/CartGetRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Shared", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"request": { | |
"title": "request", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/CartGetRequest" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Request", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"marketplaceDomain", | |
"awsAccessKeyId", | |
"associateTag", | |
"validate", | |
"xmlEscaping", | |
"shared", | |
"request" | |
] | |
}, | |
"BrowseNodes": { | |
"type": "object", | |
"title": "BrowseNodes", | |
"properties": { | |
"request": { | |
"title": "request", | |
"allOf": [{ | |
"$ref": "#/definitions/Request" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Request", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"browseNode": { | |
"title": "browseNode", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/BrowseNode" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "BrowseNode", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"request", | |
"browseNode" | |
] | |
}, | |
"CartItem.MetaData.KeyValuePair": { | |
"type": "object", | |
"title": "CartItem.MetaData.KeyValuePair", | |
"required": [ | |
"key", | |
"value" | |
], | |
"properties": { | |
"key": { | |
"title": "key", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Key", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"value": { | |
"title": "value", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Value", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"key", | |
"value" | |
] | |
}, | |
"VariationAttribute": { | |
"type": "object", | |
"title": "VariationAttribute", | |
"required": [ | |
"name", | |
"value" | |
], | |
"properties": { | |
"name": { | |
"title": "name", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Name", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"value": { | |
"title": "value", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Value", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"name", | |
"value" | |
] | |
}, | |
"DecimalWithUnits": { | |
"type": "object", | |
"title": "DecimalWithUnits", | |
"required": [ | |
"units" | |
], | |
"properties": { | |
"value": { | |
"title": "value", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/decimal" | |
}], | |
"propertyType": "value" | |
}, | |
"units": { | |
"title": "units", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "attribute", | |
"attributeName": { | |
"localPart": "Units", | |
"namespaceURI": "" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"typeName": { | |
"localPart": "DecimalWithUnits", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
}, | |
"propertiesOrder": [ | |
"value", | |
"units" | |
] | |
}, | |
"EditorialReview": { | |
"type": "object", | |
"title": "EditorialReview", | |
"properties": { | |
"source": { | |
"title": "source", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Source", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"content": { | |
"title": "content", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Content", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"isLinkSuppressed": { | |
"title": "isLinkSuppressed", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IsLinkSuppressed", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"source", | |
"content", | |
"isLinkSuppressed" | |
] | |
}, | |
"EditorialReviews": { | |
"type": "object", | |
"title": "EditorialReviews", | |
"properties": { | |
"editorialReview": { | |
"title": "editorialReview", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/EditorialReview" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "EditorialReview", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"editorialReview" | |
] | |
}, | |
"SimilarProducts.SimilarProduct": { | |
"type": "object", | |
"title": "SimilarProducts.SimilarProduct", | |
"properties": { | |
"asin": { | |
"title": "asin", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"title": { | |
"title": "title", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Title", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"asin", | |
"title" | |
] | |
}, | |
"Tracks.Disc.Track": { | |
"type": "object", | |
"title": "Tracks.Disc.Track", | |
"required": [ | |
"number" | |
], | |
"properties": { | |
"value": { | |
"title": "value", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "value" | |
}, | |
"number": { | |
"title": "number", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger" | |
}], | |
"propertyType": "attribute", | |
"attributeName": { | |
"localPart": "Number", | |
"namespaceURI": "" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"value", | |
"number" | |
] | |
}, | |
"SimilarityLookupResponse": { | |
"type": "object", | |
"title": "SimilarityLookupResponse", | |
"properties": { | |
"operationRequest": { | |
"title": "operationRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/OperationRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OperationRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"items": { | |
"title": "items", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Items" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Items", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"operationRequest", | |
"items" | |
] | |
}, | |
"CartClear": { | |
"type": "object", | |
"title": "CartClear", | |
"properties": { | |
"marketplaceDomain": { | |
"title": "marketplaceDomain", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MarketplaceDomain", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"awsAccessKeyId": { | |
"title": "awsAccessKeyId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AWSAccessKeyId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"associateTag": { | |
"title": "associateTag", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AssociateTag", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"validate": { | |
"title": "validate", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Validate", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"xmlEscaping": { | |
"title": "xmlEscaping", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "XMLEscaping", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"shared": { | |
"title": "shared", | |
"allOf": [{ | |
"$ref": "#/definitions/CartClearRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Shared", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"request": { | |
"title": "request", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/CartClearRequest" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Request", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"marketplaceDomain", | |
"awsAccessKeyId", | |
"associateTag", | |
"validate", | |
"xmlEscaping", | |
"shared", | |
"request" | |
] | |
}, | |
"Collections.Collection": { | |
"type": "object", | |
"title": "Collections.Collection", | |
"properties": { | |
"collectionSummary": { | |
"title": "collectionSummary", | |
"allOf": [{ | |
"$ref": "#/definitions/Collections.Collection.CollectionSummary" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CollectionSummary", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"collectionParent": { | |
"title": "collectionParent", | |
"allOf": [{ | |
"$ref": "#/definitions/Collections.Collection.CollectionParent" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CollectionParent", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"collectionItem": { | |
"title": "collectionItem", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Collections.Collection.CollectionItem" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CollectionItem", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"collectionSummary", | |
"collectionParent", | |
"collectionItem" | |
] | |
}, | |
"CartClearRequest": { | |
"type": "object", | |
"title": "CartClearRequest", | |
"properties": { | |
"cartId": { | |
"title": "cartId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CartId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"hmac": { | |
"title": "hmac", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "HMAC", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"mergeCart": { | |
"title": "mergeCart", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MergeCart", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"responseGroup": { | |
"title": "responseGroup", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ResponseGroup", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"typeName": { | |
"localPart": "CartClearRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
}, | |
"propertiesOrder": [ | |
"cartId", | |
"hmac", | |
"mergeCart", | |
"responseGroup" | |
] | |
}, | |
"BrowseNodeLookupRequest": { | |
"type": "object", | |
"title": "BrowseNodeLookupRequest", | |
"properties": { | |
"browseNodeId": { | |
"title": "browseNodeId", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "BrowseNodeId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"responseGroup": { | |
"title": "responseGroup", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ResponseGroup", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"typeName": { | |
"localPart": "BrowseNodeLookupRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
}, | |
"propertiesOrder": [ | |
"browseNodeId", | |
"responseGroup" | |
] | |
}, | |
"Image": { | |
"type": "object", | |
"title": "Image", | |
"required": [ | |
"url", | |
"height", | |
"width" | |
], | |
"properties": { | |
"url": { | |
"title": "url", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "URL", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"height": { | |
"title": "height", | |
"allOf": [{ | |
"$ref": "#/definitions/DecimalWithUnits" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Height", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"width": { | |
"title": "width", | |
"allOf": [{ | |
"$ref": "#/definitions/DecimalWithUnits" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Width", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"isVerified": { | |
"title": "isVerified", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "IsVerified", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"typeName": { | |
"localPart": "Image", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
}, | |
"propertiesOrder": [ | |
"url", | |
"height", | |
"width", | |
"isVerified" | |
] | |
}, | |
"CartModifyRequest.Items.Item": { | |
"type": "object", | |
"title": "CartModifyRequest.Items.Item", | |
"properties": { | |
"action": { | |
"title": "action", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Action", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"cartItemId": { | |
"title": "cartItemId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CartItemId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"quantity": { | |
"title": "quantity", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Quantity", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"action", | |
"cartItemId", | |
"quantity" | |
] | |
}, | |
"CartModifyResponse": { | |
"type": "object", | |
"title": "CartModifyResponse", | |
"properties": { | |
"operationRequest": { | |
"title": "operationRequest", | |
"allOf": [{ | |
"$ref": "#/definitions/OperationRequest" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OperationRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"cart": { | |
"title": "cart", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Cart" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Cart", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"operationRequest", | |
"cart" | |
] | |
}, | |
"CartCreateRequest.Items.Item.MetaData": { | |
"type": "object", | |
"title": "CartCreateRequest.Items.Item.MetaData", | |
"properties": { | |
"key": { | |
"title": "key", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Key", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"value": { | |
"title": "value", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Value", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"key", | |
"value" | |
] | |
}, | |
"CartCreateRequest.Items": { | |
"type": "object", | |
"title": "CartCreateRequest.Items", | |
"properties": { | |
"item": { | |
"title": "item", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/CartCreateRequest.Items.Item" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Item", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"item" | |
] | |
}, | |
"SimilarityLookupRequest": { | |
"type": "object", | |
"title": "SimilarityLookupRequest", | |
"properties": { | |
"condition": { | |
"title": "condition", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Condition", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"itemId": { | |
"title": "itemId", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ItemId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"merchantId": { | |
"title": "merchantId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MerchantId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"responseGroup": { | |
"title": "responseGroup", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ResponseGroup", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"similarityType": { | |
"title": "similarityType", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SimilarityType", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"typeName": { | |
"localPart": "SimilarityLookupRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
}, | |
"propertiesOrder": [ | |
"condition", | |
"itemId", | |
"merchantId", | |
"responseGroup", | |
"similarityType" | |
] | |
}, | |
"RentalOffer": { | |
"type": "object", | |
"title": "RentalOffer", | |
"properties": { | |
"merchant": { | |
"title": "merchant", | |
"allOf": [{ | |
"$ref": "#/definitions/Merchant" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Merchant", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"rentalListing": { | |
"title": "rentalListing", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/RentalListing" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RentalListing", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"merchant", | |
"rentalListing" | |
] | |
}, | |
"RentalOffers": { | |
"type": "object", | |
"title": "RentalOffers", | |
"properties": { | |
"rentalOffer": { | |
"title": "rentalOffer", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/RentalOffer" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "RentalOffer", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"rentalOffer" | |
] | |
}, | |
"NewReleases.NewRelease": { | |
"type": "object", | |
"title": "NewReleases.NewRelease", | |
"properties": { | |
"asin": { | |
"title": "asin", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"title": { | |
"title": "title", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Title", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"asin", | |
"title" | |
] | |
}, | |
"CartItems": { | |
"type": "object", | |
"title": "CartItems", | |
"required": [ | |
"cartItem" | |
], | |
"properties": { | |
"subTotal": { | |
"title": "subTotal", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SubTotal", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"cartItem": { | |
"title": "cartItem", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/CartItem" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CartItem", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"subTotal", | |
"cartItem" | |
] | |
}, | |
"BrowseNode.Ancestors": { | |
"type": "object", | |
"title": "BrowseNode.Ancestors", | |
"required": [ | |
"browseNode" | |
], | |
"properties": { | |
"browseNode": { | |
"title": "browseNode", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/BrowseNode" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "BrowseNode", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"browseNode" | |
] | |
}, | |
"ItemAttributes.Languages.Language": { | |
"type": "object", | |
"title": "ItemAttributes.Languages.Language", | |
"required": [ | |
"name" | |
], | |
"properties": { | |
"name": { | |
"title": "name", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Name", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"type": { | |
"title": "type", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Type", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"audioFormat": { | |
"title": "audioFormat", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AudioFormat", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"name", | |
"type", | |
"audioFormat" | |
] | |
}, | |
"NonNegativeIntegerWithUnits": { | |
"type": "object", | |
"title": "NonNegativeIntegerWithUnits", | |
"required": [ | |
"units" | |
], | |
"properties": { | |
"value": { | |
"title": "value", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger" | |
}], | |
"propertyType": "value" | |
}, | |
"units": { | |
"title": "units", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "attribute", | |
"attributeName": { | |
"localPart": "Units", | |
"namespaceURI": "" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"typeName": { | |
"localPart": "NonNegativeIntegerWithUnits", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
}, | |
"propertiesOrder": [ | |
"value", | |
"units" | |
] | |
}, | |
"CartCreateRequest.Items.Item": { | |
"type": "object", | |
"title": "CartCreateRequest.Items.Item", | |
"properties": { | |
"asin": { | |
"title": "asin", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"offerListingId": { | |
"title": "offerListingId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "OfferListingId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"quantity": { | |
"title": "quantity", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Quantity", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"associateTag": { | |
"title": "associateTag", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "AssociateTag", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"listItemId": { | |
"title": "listItemId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ListItemId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"metaData": { | |
"title": "metaData", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/CartCreateRequest.Items.Item.MetaData" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MetaData", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"asin", | |
"offerListingId", | |
"quantity", | |
"associateTag", | |
"listItemId", | |
"metaData" | |
] | |
}, | |
"ItemAttributes.Languages": { | |
"type": "object", | |
"title": "ItemAttributes.Languages", | |
"properties": { | |
"language": { | |
"title": "language", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/ItemAttributes.Languages.Language" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Language", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"language" | |
] | |
}, | |
"TopSellers.TopSeller": { | |
"type": "object", | |
"title": "TopSellers.TopSeller", | |
"properties": { | |
"asin": { | |
"title": "asin", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"title": { | |
"title": "title", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Title", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"asin", | |
"title" | |
] | |
}, | |
"Tracks.Disc": { | |
"type": "object", | |
"title": "Tracks.Disc", | |
"required": [ | |
"track", | |
"number" | |
], | |
"properties": { | |
"track": { | |
"title": "track", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Tracks.Disc.Track" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Track", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"number": { | |
"title": "number", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger" | |
}], | |
"propertyType": "attribute", | |
"attributeName": { | |
"localPart": "Number", | |
"namespaceURI": "" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"track", | |
"number" | |
] | |
}, | |
"CartItem": { | |
"type": "object", | |
"title": "CartItem", | |
"required": [ | |
"cartItemId", | |
"quantity" | |
], | |
"properties": { | |
"cartItemId": { | |
"title": "cartItemId", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "CartItemId", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"asin": { | |
"title": "asin", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ASIN", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"sellerNickname": { | |
"title": "sellerNickname", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SellerNickname", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"quantity": { | |
"title": "quantity", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Quantity", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"title": { | |
"title": "title", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Title", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"productGroup": { | |
"title": "productGroup", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ProductGroup", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"metaData": { | |
"title": "metaData", | |
"allOf": [{ | |
"$ref": "#/definitions/CartItem.MetaData" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "MetaData", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"price": { | |
"title": "price", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Price", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"itemTotal": { | |
"title": "itemTotal", | |
"allOf": [{ | |
"$ref": "#/definitions/Price" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "ItemTotal", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"typeName": { | |
"localPart": "CartItem", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
}, | |
"propertiesOrder": [ | |
"cartItemId", | |
"asin", | |
"sellerNickname", | |
"quantity", | |
"title", | |
"productGroup", | |
"metaData", | |
"price", | |
"itemTotal" | |
] | |
}, | |
"SearchResultsMap": { | |
"type": "object", | |
"title": "SearchResultsMap", | |
"required": [ | |
"searchIndex" | |
], | |
"properties": { | |
"searchIndex": { | |
"title": "searchIndex", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/SearchResultsMap.SearchIndex" | |
}, | |
"minItems": 1 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "SearchIndex", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"searchIndex" | |
] | |
}, | |
"RelatedItem": { | |
"type": "object", | |
"title": "RelatedItem", | |
"properties": { | |
"item": { | |
"title": "item", | |
"allOf": [{ | |
"$ref": "#/definitions/Item" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Item", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"item" | |
] | |
}, | |
"Collections": { | |
"type": "object", | |
"title": "Collections", | |
"properties": { | |
"collection": { | |
"title": "collection", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Collections.Collection" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "Collection", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"collection" | |
] | |
}, | |
"Bin": { | |
"type": "object", | |
"title": "Bin", | |
"required": [ | |
"binName", | |
"binItemCount" | |
], | |
"properties": { | |
"binName": { | |
"title": "binName", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "BinName", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"binItemCount": { | |
"title": "binItemCount", | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger" | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "BinItemCount", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, | |
"binParameter": { | |
"title": "binParameter", | |
"allOf": [{ | |
"type": "array", | |
"items": { | |
"$ref": "#/definitions/Bin.BinParameter" | |
}, | |
"minItems": 0 | |
}], | |
"propertyType": "element", | |
"elementName": { | |
"localPart": "BinParameter", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
} | |
}, | |
"typeType": "classInfo", | |
"propertiesOrder": [ | |
"binName", | |
"binItemCount", | |
"binParameter" | |
] | |
} | |
}, | |
"anyOf": [{ | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Request" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Request" | |
} | |
}, | |
"elementName": { | |
"localPart": "Request", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"RentalListing" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/RentalListing" | |
} | |
}, | |
"elementName": { | |
"localPart": "RentalListing", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"CartModify" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/CartModify" | |
} | |
}, | |
"elementName": { | |
"localPart": "CartModify", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"BrowseNode" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/BrowseNode" | |
} | |
}, | |
"elementName": { | |
"localPart": "BrowseNode", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"TopItemSet" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/TopItemSet" | |
} | |
}, | |
"elementName": { | |
"localPart": "TopItemSet", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"BrowseNodeLookup" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/BrowseNodeLookup" | |
} | |
}, | |
"elementName": { | |
"localPart": "BrowseNodeLookup", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"OtherCategoriesSimilarProducts" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/OtherCategoriesSimilarProducts" | |
} | |
}, | |
"elementName": { | |
"localPart": "OtherCategoriesSimilarProducts", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"CartClear" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/CartClear" | |
} | |
}, | |
"elementName": { | |
"localPart": "CartClear", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"ItemLink" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/ItemLink" | |
} | |
}, | |
"elementName": { | |
"localPart": "ItemLink", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"BrowseNodeLookupResponse" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/BrowseNodeLookupResponse" | |
} | |
}, | |
"elementName": { | |
"localPart": "BrowseNodeLookupResponse", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Arguments" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Arguments" | |
} | |
}, | |
"elementName": { | |
"localPart": "Arguments", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Accessories" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Accessories" | |
} | |
}, | |
"elementName": { | |
"localPart": "Accessories", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"LoyaltyPoints" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/LoyaltyPoints" | |
} | |
}, | |
"elementName": { | |
"localPart": "LoyaltyPoints", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"VariationDimensions" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/VariationDimensions" | |
} | |
}, | |
"elementName": { | |
"localPart": "VariationDimensions", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"EditorialReview" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/EditorialReview" | |
} | |
}, | |
"elementName": { | |
"localPart": "EditorialReview", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Offer" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Offer" | |
} | |
}, | |
"elementName": { | |
"localPart": "Offer", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"RentalOffer" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/RentalOffer" | |
} | |
}, | |
"elementName": { | |
"localPart": "RentalOffer", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"TopSellers" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/TopSellers" | |
} | |
}, | |
"elementName": { | |
"localPart": "TopSellers", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"ItemLinks" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/ItemLinks" | |
} | |
}, | |
"elementName": { | |
"localPart": "ItemLinks", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"CorrectedQuery" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/CorrectedQuery" | |
} | |
}, | |
"elementName": { | |
"localPart": "CorrectedQuery", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"SearchBinSet" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/SearchBinSet" | |
} | |
}, | |
"elementName": { | |
"localPart": "SearchBinSet", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"CartClearResponse" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/CartClearResponse" | |
} | |
}, | |
"elementName": { | |
"localPart": "CartClearResponse", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"ItemSearchResponse" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/ItemSearchResponse" | |
} | |
}, | |
"elementName": { | |
"localPart": "ItemSearchResponse", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"RelatedItems" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/RelatedItems" | |
} | |
}, | |
"elementName": { | |
"localPart": "RelatedItems", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"CartGet" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/CartGet" | |
} | |
}, | |
"elementName": { | |
"localPart": "CartGet", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Bin" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Bin" | |
} | |
}, | |
"elementName": { | |
"localPart": "Bin", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Item" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Item" | |
} | |
}, | |
"elementName": { | |
"localPart": "Item", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"ItemAttributes" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/ItemAttributes" | |
} | |
}, | |
"elementName": { | |
"localPart": "ItemAttributes", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Promotion" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Promotion" | |
} | |
}, | |
"elementName": { | |
"localPart": "Promotion", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Condition" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
} | |
}, | |
"elementName": { | |
"localPart": "Condition", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Items" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Items" | |
} | |
}, | |
"elementName": { | |
"localPart": "Items", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"CartCreateResponse" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/CartCreateResponse" | |
} | |
}, | |
"elementName": { | |
"localPart": "CartCreateResponse", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"EditorialReviews" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/EditorialReviews" | |
} | |
}, | |
"elementName": { | |
"localPart": "EditorialReviews", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"SimilarProducts" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/SimilarProducts" | |
} | |
}, | |
"elementName": { | |
"localPart": "SimilarProducts", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"SimilarityLookupResponse" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/SimilarityLookupResponse" | |
} | |
}, | |
"elementName": { | |
"localPart": "SimilarityLookupResponse", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Property" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Property" | |
} | |
}, | |
"elementName": { | |
"localPart": "Property", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"BrowseNodes" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/BrowseNodes" | |
} | |
}, | |
"elementName": { | |
"localPart": "BrowseNodes", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"CartAdd" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/CartAdd" | |
} | |
}, | |
"elementName": { | |
"localPart": "CartAdd", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Collections" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Collections" | |
} | |
}, | |
"elementName": { | |
"localPart": "Collections", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"ItemSearch" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/ItemSearch" | |
} | |
}, | |
"elementName": { | |
"localPart": "ItemSearch", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"CustomerReviews" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/CustomerReviews" | |
} | |
}, | |
"elementName": { | |
"localPart": "CustomerReviews", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Errors" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Errors" | |
} | |
}, | |
"elementName": { | |
"localPart": "Errors", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Tracks" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Tracks" | |
} | |
}, | |
"elementName": { | |
"localPart": "Tracks", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"SimilarityLookup" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/SimilarityLookup" | |
} | |
}, | |
"elementName": { | |
"localPart": "SimilarityLookup", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"CartGetResponse" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/CartGetResponse" | |
} | |
}, | |
"elementName": { | |
"localPart": "CartGetResponse", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"VariationAttribute" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/VariationAttribute" | |
} | |
}, | |
"elementName": { | |
"localPart": "VariationAttribute", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"VariationSummary" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/VariationSummary" | |
} | |
}, | |
"elementName": { | |
"localPart": "VariationSummary", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"ItemLookup" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/ItemLookup" | |
} | |
}, | |
"elementName": { | |
"localPart": "ItemLookup", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"OperationRequest" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/OperationRequest" | |
} | |
}, | |
"elementName": { | |
"localPart": "OperationRequest", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"SearchBinSets" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/SearchBinSets" | |
} | |
}, | |
"elementName": { | |
"localPart": "SearchBinSets", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Promotions" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Promotions" | |
} | |
}, | |
"elementName": { | |
"localPart": "Promotions", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Cart" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Cart" | |
} | |
}, | |
"elementName": { | |
"localPart": "Cart", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"CartItems" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/CartItems" | |
} | |
}, | |
"elementName": { | |
"localPart": "CartItems", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"OfferListing" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/OfferListing" | |
} | |
}, | |
"elementName": { | |
"localPart": "OfferListing", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"AudienceRating" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
} | |
}, | |
"elementName": { | |
"localPart": "AudienceRating", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"OfferAttributes" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/OfferAttributes" | |
} | |
}, | |
"elementName": { | |
"localPart": "OfferAttributes", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"SavedForLaterItems" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/SavedForLaterItems" | |
} | |
}, | |
"elementName": { | |
"localPart": "SavedForLaterItems", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"RentalOffers" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/RentalOffers" | |
} | |
}, | |
"elementName": { | |
"localPart": "RentalOffers", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"CartAddResponse" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/CartAddResponse" | |
} | |
}, | |
"elementName": { | |
"localPart": "CartAddResponse", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"CartCreate" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/CartCreate" | |
} | |
}, | |
"elementName": { | |
"localPart": "CartCreate", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"NewReleases" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/NewReleases" | |
} | |
}, | |
"elementName": { | |
"localPart": "NewReleases", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Merchant" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Merchant" | |
} | |
}, | |
"elementName": { | |
"localPart": "Merchant", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"CartModifyResponse" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/CartModifyResponse" | |
} | |
}, | |
"elementName": { | |
"localPart": "CartModifyResponse", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"OfferSummary" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/OfferSummary" | |
} | |
}, | |
"elementName": { | |
"localPart": "OfferSummary", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"ItemLookupResponse" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/ItemLookupResponse" | |
} | |
}, | |
"elementName": { | |
"localPart": "ItemLookupResponse", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Variations" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Variations" | |
} | |
}, | |
"elementName": { | |
"localPart": "Variations", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"ImageSet" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/ImageSet" | |
} | |
}, | |
"elementName": { | |
"localPart": "ImageSet", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"HTTPHeaders" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/HTTPHeaders" | |
} | |
}, | |
"elementName": { | |
"localPart": "HTTPHeaders", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"SimilarViewedProducts" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/SimilarViewedProducts" | |
} | |
}, | |
"elementName": { | |
"localPart": "SimilarViewedProducts", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"RelatedItem" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/RelatedItem" | |
} | |
}, | |
"elementName": { | |
"localPart": "RelatedItem", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"Offers" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/Offers" | |
} | |
}, | |
"elementName": { | |
"localPart": "Offers", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}, { | |
"type": "object", | |
"properties": { | |
"name": { | |
"allOf": [{ | |
"$ref": "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
}, { | |
"type": "object", | |
"properties": { | |
"localPart": { | |
"enum": [ | |
"SearchResultsMap" | |
] | |
}, | |
"namespaceURI": { | |
"enum": [ | |
"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
] | |
} | |
} | |
}] | |
}, | |
"value": { | |
"$ref": "#/definitions/SearchResultsMap" | |
} | |
}, | |
"elementName": { | |
"localPart": "SearchResultsMap", | |
"namespaceURI": "http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
} | |
}] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
// git clone [email protected]:json-schema-faker/json-schema-faker.git | |
// cd json-schema-faker && git checkout develop | |
// npm install | |
// node test.js | |
var jsf = require('./lib'); | |
// http://webservices.amazon.com/AWSECommerceService/2013-08-01 | |
var AWSECommerce = require('./AWSECommerce.json'); | |
var refs = [ | |
// http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema | |
require('./XMLSchema.json') | |
]; | |
var samples = 1; | |
var n = process.argv.slice(2)[0]; | |
if (n && !isNaN(parseInt(n, 10))) { | |
samples = parseInt(n, 10); | |
} | |
function refCount(node, acc) { | |
acc = acc || 0; | |
if (node.$ref) { | |
acc += 1; | |
} | |
for (var id in node) { | |
var value = node[id]; | |
if (typeof value === 'object' && value !== null) { | |
acc += refCount(value); | |
} | |
} | |
return acc; | |
} | |
var start = new Date(); | |
var inc = 0; | |
var error; | |
// console.log('---'); | |
while (inc < samples) { | |
var s = jsf(AWSECommerce, refs); | |
console.log(JSON.stringify(s, null, 2)); | |
if (refCount(s)) { | |
error = new Error('Unexpected references?'); | |
break; | |
} | |
inc++; | |
} | |
console.log('--- ', samples, 'in', (((new Date()) - start) / 1000) + 'ms'); | |
if (error) { | |
throw error; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id" : "http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#", | |
"definitions" : { | |
"anyType" : { | |
"description" : "http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#key-urType" | |
}, | |
"anySimpleType" : { | |
"type" : [ "string", "number", "integer", "boolean", "null" ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#dt-anySimpleType" | |
}, | |
"string" : { | |
"type" : [ "string", "null" ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#string" | |
}, | |
"normalizedString" : { | |
"anyOf" : [ { | |
"type" : "string" | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#normalizedString" | |
}, | |
"token" : { | |
"anyOf" : [ { | |
"type" : "string" | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#normalizedString" | |
}, | |
"language" : { | |
"anyOf" : [ { | |
"type" : "string" | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#language" | |
}, | |
"Name" : { | |
"anyOf" : [ { | |
"type" : "string" | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#Name" | |
}, | |
"NCName" : { | |
"anyOf" : [ { | |
"type" : "string" | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#NCName" | |
}, | |
"ID" : { | |
"anyOf" : [ { | |
"type" : "string" | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#ID" | |
}, | |
"IDREF" : { | |
"anyOf" : [ { | |
"type" : "string" | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#IDREF" | |
}, | |
"IDREFS" : { | |
"anyOf" : [ { | |
"type" : "array", | |
"item" : { | |
"type" : "string" | |
} | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#IDREFS" | |
}, | |
"ENTITY" : { | |
"anyOf" : [ { | |
"type" : "string" | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#ENTITY" | |
}, | |
"ENTITIES" : { | |
"anyOf" : [ { | |
"type" : "array", | |
"item" : { | |
"type" : "string" | |
} | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#ENTITIES" | |
}, | |
"NMTOKEN" : { | |
"anyOf" : [ { | |
"type" : "string" | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#NMTOKEN" | |
}, | |
"NMTOKENS" : { | |
"anyOf" : [ { | |
"type" : "array", | |
"item" : { | |
"type" : "string" | |
} | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#NMTOKENS" | |
}, | |
"boolean" : { | |
"type" : [ "boolean", "null" ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#boolean" | |
}, | |
"base64Binary" : { | |
"anyOf" : [ { | |
"type" : "array", | |
"item" : { | |
"$ref" : "#/definitions/unsignedByte" | |
} | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#base64Binary" | |
}, | |
"hexBinary" : { | |
"anyOf" : [ { | |
"type" : "array", | |
"item" : { | |
"$ref" : "#/definitions/unsignedByte" | |
} | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#hexBinary" | |
}, | |
"float" : { | |
"type" : [ "number", "null" ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#float" | |
}, | |
"decimal" : { | |
"type" : [ "number", "null" ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#decimal" | |
}, | |
"integer" : { | |
"type" : [ "integer", "null" ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#decimal" | |
}, | |
"nonPositiveInteger" : { | |
"anyOf" : [ { | |
"type" : "integer", | |
"maximum" : 0, | |
"exclusiveMaximum" : false | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#nonPositiveInteger" | |
}, | |
"negativeInteger" : { | |
"anyOf" : [ { | |
"type" : "integer", | |
"maximum" : 0, | |
"exclusiveMaximum" : true | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#negativeInteger" | |
}, | |
"long" : { | |
"anyOf" : [ { | |
"type" : "integer", | |
"maximum" : 9223372036854775807, | |
"exclusiveMaximum" : false, | |
"minimum" : -9223372036854775808, | |
"exclusiveMinimum" : false | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#long" | |
}, | |
"int" : { | |
"anyOf" : [ { | |
"type" : "integer", | |
"maximum" : 2147483647, | |
"exclusiveMaximum" : false, | |
"minimum" : -2147483648, | |
"exclusiveMinimum" : false | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#int" | |
}, | |
"short" : { | |
"anyOf" : [ { | |
"type" : "integer", | |
"maximum" : 32767, | |
"exclusiveMaximum" : false, | |
"minimum" : -32768, | |
"exclusiveMinimum" : false | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#short" | |
}, | |
"byte" : { | |
"anyOf" : [ { | |
"type" : "integer", | |
"maximum" : 127, | |
"exclusiveMaximum" : false, | |
"minimum" : -128, | |
"exclusiveMinimum" : false | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#byte" | |
}, | |
"nonNegativeInteger" : { | |
"anyOf" : [ { | |
"type" : "integer", | |
"minimum" : 0, | |
"exclusiveMinimum" : false | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger" | |
}, | |
"unsignedLong" : { | |
"anyOf" : [ { | |
"type" : "integer", | |
"minimum" : 0, | |
"exclusiveMinimum" : false, | |
"maximum" : 18446744073709551615, | |
"exclusiveMaximum" : false | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#unsignedLong" | |
}, | |
"unsignedInt" : { | |
"anyOf" : [ { | |
"type" : "integer", | |
"minimum" : 0, | |
"exclusiveMinimum" : false, | |
"maximum" : 4294967295, | |
"exclusiveMaximum" : false | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#unsignedInt" | |
}, | |
"unsignedShort" : { | |
"anyOf" : [ { | |
"type" : "integer", | |
"minimum" : 0, | |
"exclusiveMinimum" : false, | |
"maximum" : 65535, | |
"exclusiveMaximum" : false | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#unsignedShort" | |
}, | |
"unsignedByte" : { | |
"anyOf" : [ { | |
"type" : "integer", | |
"minimum" : 0, | |
"exclusiveMinimum" : false, | |
"maximum" : 255, | |
"exclusiveMaximum" : false | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#unsignedByte" | |
}, | |
"positiveInteger" : { | |
"anyOf" : [ { | |
"type" : "integer", | |
"minimum" : 0, | |
"exclusiveMinimum" : true | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#positiveInteger" | |
}, | |
"double" : { | |
"type" : [ "number", "null" ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#double" | |
}, | |
"anyURI" : { | |
"anyOf" : [ { | |
"type" : "string", | |
"format" : "uri" | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#anyURI" | |
}, | |
"QName" : { | |
"anyOf" : [ { | |
"type" : "object", | |
"properties" : { | |
"namespaceURI" : { | |
"anyOf" : [ { | |
"$ref" : "#/definitions/anyURI" | |
}, { | |
"type" : "string", | |
"enum" : [ "" ] | |
} ] | |
}, | |
"localPart" : { | |
"$ref" : "#/definitions/NCName" | |
}, | |
"prefix" : { | |
"anyOf" : [ { | |
"$ref" : "#/definitions/NCName" | |
}, { | |
"type" : "string", | |
"enum" : [ "" ] | |
} ] | |
} | |
}, | |
"required" : [ "localPart" ] | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#QName" | |
}, | |
"NOTATION" : { | |
"anyOf" : [ { | |
"$ref" : "#/definitions/QName" | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#NOTATION" | |
}, | |
"duration" : { | |
"anyOf" : [ { | |
"type" : "object", | |
"properties" : { | |
"sign" : { | |
"type" : "integer", | |
"enum" : [ -1, 1 ] | |
}, | |
"years" : { | |
"$ref" : "#/definitions/nonNegativeInteger" | |
}, | |
"months" : { | |
"$ref" : "#/definitions/nonNegativeInteger" | |
}, | |
"days" : { | |
"$ref" : "#/definitions/nonNegativeInteger" | |
}, | |
"hours" : { | |
"$ref" : "#/definitions/nonNegativeInteger" | |
}, | |
"minutes" : { | |
"$ref" : "#/definitions/nonNegativeInteger" | |
}, | |
"seconds" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/decimal" | |
}, { | |
"minimum" : 0, | |
"exclusiveMinimum" : false | |
} ] | |
} | |
}, | |
"minProperties" : 1 | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#duration" | |
}, | |
"dateTime" : { | |
"anyOf" : [ { | |
"type" : "object", | |
"properties" : { | |
"year" : { | |
"$ref" : "#/definitions/integer" | |
}, | |
"month" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/unsignedByte" | |
}, { | |
"minimum" : 1, | |
"exclusiveMinimum" : false, | |
"maximum" : 12, | |
"exclusiveMaximum" : false | |
} ] | |
}, | |
"day" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/unsignedByte" | |
}, { | |
"minimum" : 1, | |
"exclusiveMinimum" : false, | |
"maximum" : 31, | |
"exclusiveMaximum" : false | |
} ] | |
}, | |
"hour" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/unsignedByte" | |
}, { | |
"minimum" : 0, | |
"exclusiveMinimum" : false, | |
"maximum" : 23, | |
"exclusiveMaximum" : false | |
} ] | |
}, | |
"minute" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/unsignedByte" | |
}, { | |
"minimum" : 0, | |
"exclusiveMinimum" : false, | |
"maximum" : 59, | |
"exclusiveMaximum" : false | |
} ] | |
}, | |
"second" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/unsignedByte" | |
}, { | |
"minimum" : 0, | |
"exclusiveMinimum" : false, | |
"maximum" : 59, | |
"exclusiveMaximum" : false | |
} ] | |
}, | |
"fractionalSecond" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/decimal" | |
}, { | |
"minimum" : 0, | |
"exclusiveMinimum" : false, | |
"maximum" : 1, | |
"exclusiveMaximum" : true | |
} ] | |
}, | |
"timezone" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/integer" | |
}, { | |
"minimum" : -1440, | |
"exclusiveMinimum" : false, | |
"maximum" : 1440, | |
"exclusiveMaximum" : true | |
} ] | |
} | |
} | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#dateTime" | |
}, | |
"date" : { | |
"anyOf" : [ { | |
"type" : "object", | |
"properties" : { | |
"year" : { | |
"$ref" : "#/definitions/integer" | |
}, | |
"month" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/unsignedByte" | |
}, { | |
"minimum" : 1, | |
"exclusiveMinimum" : false, | |
"maximum" : 12, | |
"exclusiveMaximum" : false | |
} ] | |
}, | |
"day" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/unsignedByte" | |
}, { | |
"minimum" : 1, | |
"exclusiveMinimum" : false, | |
"maximum" : 31, | |
"exclusiveMaximum" : false | |
} ] | |
}, | |
"timezone" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/integer" | |
}, { | |
"minimum" : -1440, | |
"exclusiveMinimum" : false, | |
"maximum" : 1440, | |
"exclusiveMaximum" : true | |
} ] | |
} | |
} | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#date" | |
}, | |
"time" : { | |
"anyOf" : [ { | |
"type" : "object", | |
"properties" : { | |
"hour" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/unsignedByte" | |
}, { | |
"minimum" : 0, | |
"exclusiveMinimum" : false, | |
"maximum" : 23, | |
"exclusiveMaximum" : false | |
} ] | |
}, | |
"minute" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/unsignedByte" | |
}, { | |
"minimum" : 0, | |
"exclusiveMinimum" : false, | |
"maximum" : 59, | |
"exclusiveMaximum" : false | |
} ] | |
}, | |
"second" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/unsignedByte" | |
}, { | |
"minimum" : 0, | |
"exclusiveMinimum" : false, | |
"maximum" : 59, | |
"exclusiveMaximum" : false | |
} ] | |
}, | |
"fractionalSecond" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/decimal" | |
}, { | |
"minimum" : 0, | |
"exclusiveMinimum" : false, | |
"maximum" : 1, | |
"exclusiveMaximum" : true | |
} ] | |
}, | |
"timezone" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/integer" | |
}, { | |
"minimum" : -1440, | |
"exclusiveMinimum" : false, | |
"maximum" : 1440, | |
"exclusiveMaximum" : true | |
} ] | |
} | |
} | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#time" | |
}, | |
"gYearMonth" : { | |
"anyOf" : [ { | |
"type" : "object", | |
"properties" : { | |
"year" : { | |
"$ref" : "#/definitions/integer" | |
}, | |
"month" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/unsignedByte" | |
}, { | |
"minimum" : 1, | |
"exclusiveMinimum" : false, | |
"maximum" : 12, | |
"exclusiveMaximum" : false | |
} ] | |
}, | |
"timezone" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/integer" | |
}, { | |
"minimum" : -1440, | |
"exclusiveMinimum" : false, | |
"maximum" : 1440, | |
"exclusiveMaximum" : true | |
} ] | |
} | |
} | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#gYearMonth" | |
}, | |
"gYear" : { | |
"anyOf" : [ { | |
"type" : "object", | |
"properties" : { | |
"year" : { | |
"$ref" : "#/definitions/integer" | |
}, | |
"timezone" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/integer" | |
}, { | |
"minimum" : -1440, | |
"exclusiveMinimum" : false, | |
"maximum" : 1440, | |
"exclusiveMaximum" : true | |
} ] | |
} | |
} | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#gYear" | |
}, | |
"gMonthDay" : { | |
"anyOf" : [ { | |
"type" : "object", | |
"properties" : { | |
"month" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/unsignedByte" | |
}, { | |
"minimum" : 1, | |
"exclusiveMinimum" : false, | |
"maximum" : 12, | |
"exclusiveMaximum" : false | |
} ] | |
}, | |
"day" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/unsignedByte" | |
}, { | |
"minimum" : 1, | |
"exclusiveMinimum" : false, | |
"maximum" : 31, | |
"exclusiveMaximum" : false | |
} ] | |
}, | |
"timezone" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/integer" | |
}, { | |
"minimum" : -1440, | |
"exclusiveMinimum" : false, | |
"maximum" : 1440, | |
"exclusiveMaximum" : true | |
} ] | |
} | |
} | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#gMonthDay" | |
}, | |
"gDay" : { | |
"anyOf" : [ { | |
"type" : "object", | |
"properties" : { | |
"day" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/unsignedByte" | |
}, { | |
"minimum" : 1, | |
"exclusiveMinimum" : false, | |
"maximum" : 31, | |
"exclusiveMaximum" : false | |
} ] | |
}, | |
"timezone" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/integer" | |
}, { | |
"minimum" : -1440, | |
"exclusiveMinimum" : false, | |
"maximum" : 1440, | |
"exclusiveMaximum" : true | |
} ] | |
} | |
} | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#gDay" | |
}, | |
"gMonth" : { | |
"anyOf" : [ { | |
"type" : "object", | |
"properties" : { | |
"month" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/unsignedByte" | |
}, { | |
"minimum" : 1, | |
"exclusiveMinimum" : false, | |
"maximum" : 12, | |
"exclusiveMaximum" : false | |
} ] | |
}, | |
"timezone" : { | |
"allOf" : [ { | |
"$ref" : "#/definitions/integer" | |
}, { | |
"minimum" : -1440, | |
"exclusiveMinimum" : false, | |
"maximum" : 1440, | |
"exclusiveMaximum" : true | |
} ] | |
} | |
} | |
}, { | |
"type" : "null" | |
} ], | |
"description" : "http://www.w3.org/TR/xmlschema-2/#gMonth" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment