Define a schema
PUT {{base_url}}/api/1/terminal/events/my_event?locale={{locale}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
locale | string |
Request Body
{"$id"=>"{{base_url}}/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}}}