Skip to content

Instantly share code, notes, and snippets.

@bianpratama
Last active June 7, 2020 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bianpratama/20481f100d7c85e3891925d392a55528 to your computer and use it in GitHub Desktop.
Save bianpratama/20481f100d7c85e3891925d392a55528 to your computer and use it in GitHub Desktop.
Organisme
{
"_id": "xxx",
"sections": [
{
"_id": "xxx",
"name": "Main",
"handle": "main",
"cells": [
"xxx",
"xxx",
"xxx"
]
}
],
"cells": [
{
"_id": "xxx",
"interface": "short-text",
"name": "Name",
"handle": "name",
"dataType": "string",
"options": {
"required": true,
"hideOnIndex": false
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment