Created
April 30, 2025 14:09
-
-
Save blake41/2cab6a78686b731aa6e38d2f4af5d0a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"steps": [ | |
{ | |
"stage": "2. Qualified", | |
"requiredFields": [ | |
{ | |
"name": "Need__c", | |
"label": "Need", | |
"type": "picklist" | |
} | |
] | |
}, | |
{ | |
"stage": "3. Scoping", | |
"requiredFields": [ | |
{ | |
"name": "Workspace__c", | |
"label": "Workspace", | |
"type": "url" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment