The JSON Schema
Last updated
Was this helpful?
Last updated
Was this helpful?
Each directory (namely stickpage
, slushers
, and animators
) has its own different JSON fields and formats.
We complied templates to ease filling up the form and available in the templates
directory of the Central Database repo. We'll also have an JSON generator app soon.
Don't worry, we got you covered! and pick one or even a few about JSON 101 to help you get started.
We can easily send a response to the client from the API because JSON is just text-only.
JSON is language independent. While JSON uses JavaScript syntax, the JSON format is just text.
Values must be a string, a number, an object (JSON object), an array, a boolean (true
or false
), or null