List all schemas
GET {{base_url}}/api/1/terminal/events?locale={{locale}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
locale | string |
Request Body
{"$id"=>"https://gateway.acme.neo.day/api/1/terminal/events/my_event", "$schema"=>"https://json-schema.org/draft/2020-12/schema", "title"=>"My example event", "type"=>"object", "properties"=>{"some_value"=>{"type"=>"string", "description"=>"Some string value."}, "another_value"=>{"description"=>"An integer value", "type"=>"integer", "minimum"=>0}}}