{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-schema/amazon-snow-family-create-long-term-pricing-request-schema.json", "title": "CreateLongTermPricingRequest", "description": "CreateLongTermPricingRequest schema from Amazon Snow Family API", "type": "object", "properties": { "LongTermPricingType": { "allOf": [ { "$ref": "#/components/schemas/LongTermPricingType" }, { "description": "The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing." } ] }, "IsLongTermPricingAutoRenew": { "allOf": [ { "$ref": "#/components/schemas/JavaBoolean" }, { "description": "Specifies whether the current long-term pricing type for the device should be renewed." } ] }, "SnowballType": { "allOf": [ { "$ref": "#/components/schemas/SnowballType" }, { "description": "The type of Snow Family devices to use for the long-term pricing job." } ] } }, "required": [ "LongTermPricingType", "SnowballType" ] }