Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "defaultSchema": {
- "_comment": "Default label value",
- "label": "First Name"
- },
- "formSchema": {
- "_comment": "Uses default label value"
- },
- "inlineSchema": {
- "_comment": "Overrides default label value with the following",
- "label": "My first name is{},"
- },
- "conversationalSchema": {
- "_comment": "Overrides default label value with the following",
- "label": ["Hey! what's you name","Tell me your name","Is that you Rodrigez?!"]
- },
- "dataModel": {
- "_comment": "This is where the field values are stored",
- "label": ""
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment