Last active
May 17, 2023 19:51
-
-
Save raitucarp/2ac86c96226371bc80d7 to your computer and use it in GitHub Desktop.
JSON Schema AWSEcommerce
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":{ | |
| "Cart":{ | |
| "type":"object", | |
| "title":"Cart", | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "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":{ | |
| "type":"object", | |
| "title":"Collections", | |
| "properties":{ | |
| "collection":{ | |
| "title":"collection", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/Collections.Collection" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Collection", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "collection" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "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/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"RelatedItemPage", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| "relatedItem":{ | |
| "title":"relatedItem", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/RelatedItem" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"RelatedItem", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "relationship", | |
| "relationshipType", | |
| "relatedItemCount", | |
| "relatedItemPageCount", | |
| "relatedItemPage", | |
| "relatedItem" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"RentalListing", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "merchant", | |
| "rentalListing" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Cart", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "operationRequest", | |
| "cart" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Cart", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "operationRequest", | |
| "cart" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "SimilarProducts":{ | |
| "type":"object", | |
| "title":"SimilarProducts", | |
| "properties":{ | |
| "similarProduct":{ | |
| "title":"similarProduct", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/SimilarProducts.SimilarProduct" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"SimilarProduct", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "similarProduct" | |
| ] | |
| }, | |
| "SearchBinSets":{ | |
| "type":"object", | |
| "title":"SearchBinSets", | |
| "properties":{ | |
| "searchBinSet":{ | |
| "title":"searchBinSet", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/SearchBinSet" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"SearchBinSet", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "searchBinSet" | |
| ] | |
| }, | |
| "RentalOffers":{ | |
| "type":"object", | |
| "title":"RentalOffers", | |
| "properties":{ | |
| "rentalOffer":{ | |
| "title":"rentalOffer", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/RentalOffer" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"RentalOffer", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "rentalOffer" | |
| ] | |
| }, | |
| "Errors":{ | |
| "type":"object", | |
| "title":"Errors", | |
| "properties":{ | |
| "error":{ | |
| "title":"error", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/Errors.Error" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Error", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "error" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "BrowseNode.Properties":{ | |
| "type":"object", | |
| "title":"BrowseNode.Properties", | |
| "properties":{ | |
| "property":{ | |
| "title":"property", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/Property" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Property", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "property" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "Item.ImageSets":{ | |
| "type":"object", | |
| "title":"Item.ImageSets", | |
| "properties":{ | |
| "imageSet":{ | |
| "title":"imageSet", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/ImageSet" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"ImageSet", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "imageSet" | |
| ] | |
| }, | |
| "Item":{ | |
| "type":"object", | |
| "title":"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" | |
| } | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "Offers":{ | |
| "type":"object", | |
| "title":"Offers", | |
| "properties":{ | |
| "totalOffers":{ | |
| "title":"totalOffers", | |
| "allOf":[ | |
| { | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Offer", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "totalOffers", | |
| "totalOfferPages", | |
| "moreOffersUrl", | |
| "offer" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Request", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "marketplaceDomain", | |
| "awsAccessKeyId", | |
| "associateTag", | |
| "validate", | |
| "xmlEscaping", | |
| "shared", | |
| "request" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Items", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "operationRequest", | |
| "items" | |
| ] | |
| }, | |
| "SavedForLaterItems":{ | |
| "type":"object", | |
| "title":"SavedForLaterItems", | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"SavedForLaterItem", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "subTotal", | |
| "savedForLaterItem" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Request", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "marketplaceDomain", | |
| "awsAccessKeyId", | |
| "associateTag", | |
| "validate", | |
| "xmlEscaping", | |
| "shared", | |
| "request" | |
| ] | |
| }, | |
| "Accessories":{ | |
| "type":"object", | |
| "title":"Accessories", | |
| "properties":{ | |
| "accessory":{ | |
| "title":"accessory", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/Accessories.Accessory" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Accessory", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "accessory" | |
| ] | |
| }, | |
| "Tracks.Disc.Track":{ | |
| "type":"object", | |
| "title":"Tracks.Disc.Track", | |
| "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/integer" | |
| } | |
| ], | |
| "propertyType":"attribute", | |
| "attributeName":{ | |
| "localPart":"Number", | |
| "namespaceURI":"" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "value", | |
| "number" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Subject", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "subject" | |
| ] | |
| }, | |
| "LoyaltyPoints":{ | |
| "type":"object", | |
| "title":"LoyaltyPoints", | |
| "properties":{ | |
| "points":{ | |
| "title":"points", | |
| "allOf":[ | |
| { | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer" | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "CartModifyRequest.Items":{ | |
| "type":"object", | |
| "title":"CartModifyRequest.Items", | |
| "properties":{ | |
| "item":{ | |
| "title":"item", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/CartModifyRequest.Items.Item" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Item", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "item" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Request", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "marketplaceDomain", | |
| "awsAccessKeyId", | |
| "associateTag", | |
| "validate", | |
| "xmlEscaping", | |
| "shared", | |
| "request" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Cart", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "operationRequest", | |
| "cart" | |
| ] | |
| }, | |
| "ItemAttributes.Languages.Language":{ | |
| "type":"object", | |
| "title":"ItemAttributes.Languages.Language", | |
| "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" | |
| ] | |
| }, | |
| "EditorialReviews":{ | |
| "type":"object", | |
| "title":"EditorialReviews", | |
| "properties":{ | |
| "editorialReview":{ | |
| "title":"editorialReview", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/EditorialReview" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"EditorialReview", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "editorialReview" | |
| ] | |
| }, | |
| "Errors.Error":{ | |
| "type":"object", | |
| "title":"Errors.Error", | |
| "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" | |
| ] | |
| }, | |
| "BrowseNode.Children":{ | |
| "type":"object", | |
| "title":"BrowseNode.Children", | |
| "properties":{ | |
| "browseNode":{ | |
| "title":"browseNode", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/BrowseNode" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"BrowseNode", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "browseNode" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "StringWithUnits":{ | |
| "type":"object", | |
| "title":"StringWithUnits", | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "ItemAttributes.Languages":{ | |
| "type":"object", | |
| "title":"ItemAttributes.Languages", | |
| "properties":{ | |
| "language":{ | |
| "title":"language", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/ItemAttributes.Languages.Language" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Language", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "language" | |
| ] | |
| }, | |
| "HTTPHeaders.Header":{ | |
| "type":"object", | |
| "title":"HTTPHeaders.Header", | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "CartAddRequest.Items":{ | |
| "type":"object", | |
| "title":"CartAddRequest.Items", | |
| "properties":{ | |
| "item":{ | |
| "title":"item", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/CartAddRequest.Items.Item" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Item", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "item" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Cart", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "operationRequest", | |
| "cart" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "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/integer" | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Quantity", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "action", | |
| "cartItemId", | |
| "quantity" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "NewReleases":{ | |
| "type":"object", | |
| "title":"NewReleases", | |
| "properties":{ | |
| "newRelease":{ | |
| "title":"newRelease", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/NewReleases.NewRelease" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"NewRelease", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "newRelease" | |
| ] | |
| }, | |
| "Variations":{ | |
| "type":"object", | |
| "title":"Variations", | |
| "properties":{ | |
| "totalVariations":{ | |
| "title":"totalVariations", | |
| "allOf":[ | |
| { | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Item", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "totalVariations", | |
| "totalVariationPages", | |
| "variationDimensions", | |
| "item" | |
| ] | |
| }, | |
| "SearchBinSet":{ | |
| "type":"object", | |
| "title":"SearchBinSet", | |
| "properties":{ | |
| "bin":{ | |
| "title":"bin", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/Bin" | |
| } | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "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/integer" | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "CartCreateRequest.Items":{ | |
| "type":"object", | |
| "title":"CartCreateRequest.Items", | |
| "properties":{ | |
| "item":{ | |
| "title":"item", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/CartCreateRequest.Items.Item" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Item", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "item" | |
| ] | |
| }, | |
| "Price":{ | |
| "type":"object", | |
| "title":"Price", | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "Promotions":{ | |
| "type":"object", | |
| "title":"Promotions", | |
| "properties":{ | |
| "promotion":{ | |
| "title":"promotion", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/Promotion" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Promotion", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "promotion" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Items", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "operationRequest", | |
| "items" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Items", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "operationRequest", | |
| "items" | |
| ] | |
| }, | |
| "CartItems":{ | |
| "type":"object", | |
| "title":"CartItems", | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"CartItem", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "subTotal", | |
| "cartItem" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"UPCListElement", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "upcListElement" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Cart", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "operationRequest", | |
| "cart" | |
| ] | |
| }, | |
| "ItemAttributes.Creator":{ | |
| "type":"object", | |
| "title":"ItemAttributes.Creator", | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"EANListElement", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "eanListElement" | |
| ] | |
| }, | |
| "Promotion.Summary":{ | |
| "type":"object", | |
| "title":"Promotion.Summary", | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"BrowseNodes", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "operationRequest", | |
| "browseNodes" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "Image":{ | |
| "type":"object", | |
| "title":"Image", | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"CollectionItem", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "collectionSummary", | |
| "collectionParent", | |
| "collectionItem" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "Arguments.Argument":{ | |
| "type":"object", | |
| "title":"Arguments.Argument", | |
| "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" | |
| ] | |
| }, | |
| "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/integer" | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"MetaData", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "asin", | |
| "offerListingId", | |
| "quantity", | |
| "associateTag", | |
| "listItemId", | |
| "metaData" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "Bin.BinParameter":{ | |
| "type":"object", | |
| "title":"Bin.BinParameter", | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "SimilarViewedProducts":{ | |
| "type":"object", | |
| "title":"SimilarViewedProducts", | |
| "properties":{ | |
| "similarViewedProduct":{ | |
| "title":"similarViewedProduct", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/SimilarViewedProducts.SimilarViewedProduct" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"SimilarViewedProduct", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "similarViewedProduct" | |
| ] | |
| }, | |
| "Tracks.Disc":{ | |
| "type":"object", | |
| "title":"Tracks.Disc", | |
| "properties":{ | |
| "track":{ | |
| "title":"track", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/Tracks.Disc.Track" | |
| } | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "propertyType":"attribute", | |
| "attributeName":{ | |
| "localPart":"Number", | |
| "namespaceURI":"" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "track", | |
| "number" | |
| ] | |
| }, | |
| "CartItem.MetaData.KeyValuePair":{ | |
| "type":"object", | |
| "title":"CartItem.MetaData.KeyValuePair", | |
| "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" | |
| ] | |
| }, | |
| "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/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Actor", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "asin", | |
| "title", | |
| "detailPageURL", | |
| "productGroup", | |
| "author", | |
| "artist", | |
| "actor" | |
| ] | |
| }, | |
| "BrowseNode.Ancestors":{ | |
| "type":"object", | |
| "title":"BrowseNode.Ancestors", | |
| "properties":{ | |
| "browseNode":{ | |
| "title":"browseNode", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/BrowseNode" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"BrowseNode", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "browseNode" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "SearchResultsMap.SearchIndex":{ | |
| "type":"object", | |
| "title":"SearchResultsMap.SearchIndex", | |
| "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/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"ASIN", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "indexName", | |
| "results", | |
| "pages", | |
| "correctedQuery", | |
| "relevanceRank", | |
| "asin" | |
| ] | |
| }, | |
| "VariationDimensions":{ | |
| "type":"object", | |
| "title":"VariationDimensions", | |
| "properties":{ | |
| "variationDimension":{ | |
| "title":"variationDimension", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"VariationDimension", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "variationDimension" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"BrowseNode", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "request", | |
| "browseNode" | |
| ] | |
| }, | |
| "Arguments":{ | |
| "type":"object", | |
| "title":"Arguments", | |
| "properties":{ | |
| "argument":{ | |
| "title":"argument", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/Arguments.Argument" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Argument", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "argument" | |
| ] | |
| }, | |
| "Item.AlternateVersions.AlternateVersion":{ | |
| "type":"object", | |
| "title":"Item.AlternateVersions.AlternateVersion", | |
| "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" | |
| ] | |
| }, | |
| "Item.AlternateVersions":{ | |
| "type":"object", | |
| "title":"Item.AlternateVersions", | |
| "properties":{ | |
| "alternateVersion":{ | |
| "title":"alternateVersion", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/Item.AlternateVersions.AlternateVersion" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"AlternateVersion", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "alternateVersion" | |
| ] | |
| }, | |
| "Tracks":{ | |
| "type":"object", | |
| "title":"Tracks", | |
| "properties":{ | |
| "disc":{ | |
| "title":"disc", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/Tracks.Disc" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Disc", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "disc" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"CatalogNumberListElement", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "catalogNumberListElement" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "Bin":{ | |
| "type":"object", | |
| "title":"Bin", | |
| "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/integer" | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"BinParameter", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "binName", | |
| "binItemCount", | |
| "binParameter" | |
| ] | |
| }, | |
| "CartItem":{ | |
| "type":"object", | |
| "title":"CartItem", | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "ItemLinks":{ | |
| "type":"object", | |
| "title":"ItemLinks", | |
| "properties":{ | |
| "itemLink":{ | |
| "title":"itemLink", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/ItemLink" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"ItemLink", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "itemLink" | |
| ] | |
| }, | |
| "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/integer" | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Request", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "marketplaceDomain", | |
| "awsAccessKeyId", | |
| "associateTag", | |
| "xmlEscaping", | |
| "validate", | |
| "shared", | |
| "request" | |
| ] | |
| }, | |
| "SearchResultsMap":{ | |
| "type":"object", | |
| "title":"SearchResultsMap", | |
| "properties":{ | |
| "searchIndex":{ | |
| "title":"searchIndex", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/SearchResultsMap.SearchIndex" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"SearchIndex", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "searchIndex" | |
| ] | |
| }, | |
| "VariationAttribute":{ | |
| "type":"object", | |
| "title":"VariationAttribute", | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Value", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "name", | |
| "value" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "NonNegativeIntegerWithUnits":{ | |
| "type":"object", | |
| "title":"NonNegativeIntegerWithUnits", | |
| "properties":{ | |
| "value":{ | |
| "title":"value", | |
| "allOf":[ | |
| { | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer" | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Request", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "marketplaceDomain", | |
| "awsAccessKeyId", | |
| "associateTag", | |
| "validate", | |
| "xmlEscaping", | |
| "shared", | |
| "request" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Request", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "marketplaceDomain", | |
| "awsAccessKeyId", | |
| "associateTag", | |
| "validate", | |
| "xmlEscaping", | |
| "shared", | |
| "request" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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/integer" | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "TopItemSet":{ | |
| "type":"object", | |
| "title":"TopItemSet", | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"TopItem", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "type", | |
| "topItem" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "CartItem.MetaData":{ | |
| "type":"object", | |
| "title":"CartItem.MetaData", | |
| "properties":{ | |
| "keyValuePair":{ | |
| "title":"keyValuePair", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/CartItem.MetaData.KeyValuePair" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"KeyValuePair", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "keyValuePair" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "Item.VariationAttributes":{ | |
| "type":"object", | |
| "title":"Item.VariationAttributes", | |
| "properties":{ | |
| "variationAttribute":{ | |
| "title":"variationAttribute", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/VariationAttribute" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"VariationAttribute", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "variationAttribute" | |
| ] | |
| }, | |
| "DecimalWithUnits":{ | |
| "type":"object", | |
| "title":"DecimalWithUnits", | |
| "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" | |
| ] | |
| }, | |
| "OtherCategoriesSimilarProducts":{ | |
| "type":"object", | |
| "title":"OtherCategoriesSimilarProducts", | |
| "properties":{ | |
| "otherCategoriesSimilarProduct":{ | |
| "title":"otherCategoriesSimilarProduct", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/OtherCategoriesSimilarProducts.OtherCategoriesSimilarProduct" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"OtherCategoriesSimilarProduct", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "otherCategoriesSimilarProduct" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| } | |
| } | |
| ], | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "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" | |
| ] | |
| }, | |
| "HTTPHeaders":{ | |
| "type":"object", | |
| "title":"HTTPHeaders", | |
| "properties":{ | |
| "header":{ | |
| "title":"header", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/HTTPHeaders.Header" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Header", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "header" | |
| ] | |
| }, | |
| "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" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"Request", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "marketplaceDomain", | |
| "awsAccessKeyId", | |
| "associateTag", | |
| "validate", | |
| "xmlEscaping", | |
| "shared", | |
| "request" | |
| ] | |
| }, | |
| "TopSellers":{ | |
| "type":"object", | |
| "title":"TopSellers", | |
| "properties":{ | |
| "topSeller":{ | |
| "title":"topSeller", | |
| "allOf":[ | |
| { | |
| "type":"array", | |
| "items":{ | |
| "$ref":"#/definitions/TopSellers.TopSeller" | |
| } | |
| } | |
| ], | |
| "propertyType":"element", | |
| "elementName":{ | |
| "localPart":"TopSeller", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| }, | |
| "typeType":"classInfo", | |
| "propertiesOrder":[ | |
| "topSeller" | |
| ] | |
| } | |
| }, | |
| "anyOf":[ | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/SearchBinSets" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"SearchBinSets", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/RentalOffer" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"RentalOffer", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Errors" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Errors", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Merchant" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Merchant", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/SearchBinSet" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"SearchBinSet", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Variations" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Variations", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/ItemLookupResponse" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"ItemLookupResponse", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/SimilarityLookup" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"SimilarityLookup", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/HTTPHeaders" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"HTTPHeaders", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/RelatedItem" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"RelatedItem", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/EditorialReviews" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"EditorialReviews", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "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":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/RentalListing" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"RentalListing", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/CartAddResponse" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"CartAddResponse", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "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":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Property" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Property", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Collections" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Collections", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/SimilarProducts" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"SimilarProducts", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/OtherCategoriesSimilarProducts" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"OtherCategoriesSimilarProducts", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Accessories" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Accessories", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/CartGetResponse" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"CartGetResponse", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/OperationRequest" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"OperationRequest", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/ItemLink" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"ItemLink", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/SavedForLaterItems" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"SavedForLaterItems", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Item" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Item", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Promotions" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Promotions", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/BrowseNodes" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"BrowseNodes", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Promotion" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Promotion", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/TopSellers" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"TopSellers", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/CartAdd" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"CartAdd", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/ItemAttributes" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"ItemAttributes", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/CartClear" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"CartClear", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/BrowseNodeLookupResponse" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"BrowseNodeLookupResponse", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/SimilarViewedProducts" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"SimilarViewedProducts", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/BrowseNode" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"BrowseNode", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/ItemSearchResponse" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"ItemSearchResponse", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/BrowseNodeLookup" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"BrowseNodeLookup", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/CustomerReviews" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"CustomerReviews", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/ItemSearch" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"ItemSearch", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/OfferAttributes" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"OfferAttributes", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/TopItemSet" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"TopItemSet", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Request" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Request", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Offer" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Offer", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/LoyaltyPoints" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"LoyaltyPoints", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Arguments" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Arguments", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/ItemLookup" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"ItemLookup", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Tracks" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Tracks", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/CorrectedQuery" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"CorrectedQuery", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/RentalOffers" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"RentalOffers", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Bin" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Bin", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/CartGet" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"CartGet", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/VariationAttribute" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"VariationAttribute", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/VariationDimensions" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"VariationDimensions", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/CartCreateResponse" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"CartCreateResponse", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/OfferListing" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"OfferListing", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/EditorialReview" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"EditorialReview", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Offers" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Offers", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/RelatedItems" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"RelatedItems", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/CartClearResponse" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"CartClearResponse", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/ImageSet" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"ImageSet", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/VariationSummary" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"VariationSummary", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/CartModify" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"CartModify", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Cart" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Cart", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/SearchResultsMap" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"SearchResultsMap", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/NewReleases" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"NewReleases", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/CartItems" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"CartItems", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/Items" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"Items", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/ItemLinks" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"ItemLinks", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/CartCreate" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"CartCreate", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/OfferSummary" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"OfferSummary", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/SimilarityLookupResponse" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"SimilarityLookupResponse", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| }, | |
| { | |
| "type":"object", | |
| "properties":{ | |
| "name":{ | |
| "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName" | |
| }, | |
| "value":{ | |
| "$ref":"#/definitions/CartModifyResponse" | |
| } | |
| }, | |
| "elementName":{ | |
| "localPart":"CartModifyResponse", | |
| "namespaceURI":"http://webservices.amazon.com/AWSECommerceService/2013-08-01" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment