{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeliverySlaPerType2", "title": "DeliverySlaPerType2", "type": "object", "properties": { "TypeName": { "type": "string" }, "Price": { "type": "number" }, "EstimatedTimeSpanToDelivery": { "type": "string" } } }