get https://api.sama.com/v2/projects//schemas/create_task.json
The format of a task creation request specified according to JSON Schema draft 7 can be retrieved via this schema API endpoint. The response includes the following details for inputs configured on the given project:
- If a specific format has been configured, this is returned as a
format
ofinteger
,uri
, ordate
. - If the input is "required" (blank values are rejected), this is indicated with a
pattern
of^.+$
. - If the input has been configured as a
primary key
,client batch id
,task group id
, orhidden from deliveries
, those are provided in a comma-separated list in thedescription
.