{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["order_id","total"],"properties":{"total":{"type":"number","minimum":0},"currency":{"type":"string","description":"ISO 4217 currency code."},"order_id":{"type":"string","format":"uuid"},"created_at":{"type":"string","format":"date-time"}},"$id":"https://schematalog.com/api/schemas/example.order/versions/1.1","title":"example.order","deprecated":true}