{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MasterCardActionReference", "title": "MasterCardActionReference", "type": "object", "properties": { "event_id": { "type": "integer", "description": "The id of the event.", "readOnly": true, "writeOnly": false } } }