API Schema
Event contract
Schema ApiEventContract from lib/api-platform.ts.
Schema
{
"type": "object",
"required": [
"eventType",
"schemaId"
],
"properties": {
"eventType": {
"type": "string"
},
"schemaId": {
"type": "string"
},
"producerServices": {
"type": "array",
"items": {
"type": "string"
}
}
}
}