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