Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "type": "object",
- "properties": {
- "checklistItems": {
- "name": "string",
- "type": "object",
- "properties": {
- "@@odata.type": {
- "type": "string"
- },
- "isChecked": {
- "type": "boolean"
- },
- "title": {
- "type": "string"
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement