{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AzureAttributes", "type": "object", "properties": { "first_on_demand": { "type": "integer" }, "availability": { "type": "string" }, "spot_bid_max_price": { "type": "number" } } }