{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PickupOption", "title": "Pickup Option", "type": "object", "properties": { "pickup_method_id": { "type": "integer" } } }