Get schema

GET {{base_url}}/api/1/terminal/events/my_event?locale={{locale}}

Request Params

KeyDatatypeRequiredDescription
localestring

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}}}