Database attributes
{
"id": uuid,
"name": "my_store",
"created_at": datetime,
"updated_at": datetime,
"last_generated": datetime,
"data_url": string,
"platform": string,
"variables": {
"<variable_name>": string
},
"entities": entity[]
"workspace": {
"id": uuid,
"name": string
}
}Last updated
Was this helpful?