Schema

Schema

You can retrieve a Template's JSON Schema for valid File structure composition.

  • HTTP Method: GET
  • Endpoint: https://eledo.online/api/RESTv1/Schema/{template_id}/{template_version}

Path Parameters

NameTypeRequiredDescription
template_idStringYesUnique identifier of the Template
template_versionIntegerNoTemplate version

Query String Parameters

NameTypeRequiredDescription
schemaTypeStringNoSelect schema type. Available: "zapier"

Response Body Parameters

NameTypeDescription
schemaArray of Schema itemsList of Schema items

Schema Item Properties

NameTypeDescription
keyStringUnique identifier of the item
typeStringItem type: string, number
childrenArray of Schema itemsList of child Schema items
listBooleantrue if the item is a list

Was this article helpful?

Yes

No