Advertisement
Guest User

Untitled

a guest
Oct 14th, 2020
1,322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {
  2. "type": "object",
  3. "properties": {
  4. "checklistItems": {
  5. "name": "string",
  6. "type": "object",
  7. "properties": {
  8. "@@odata.type": {
  9. "type": "string"
  10. },
  11. "isChecked": {
  12. "type": "boolean"
  13. },
  14. "title": {
  15. "type": "string"
  16. }
  17. }
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement