Data Schema
Created
Jan 19, 2022 07:08 PM
A Data Schema is a JSON file used to define key data points within your software’s codebase. It contains the parameters used to generate instructions.
The data types are expressed as either:
- text
- date
- category
- boolean
- number
- image
- video
Here’s an example of a schema based on a video and its title:
{ "user":{} "product":{} "content":{ "title":{ "type":"text" } "video":{ "type":"video" } } "user_user_interactions":{} "user_content_interactions":{} "user_product_interactions":{} }
See also: