Advertisement
Guest User

Untitled

a guest
Oct 14th, 2020
1,520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. {
  2. "type": "object",
  3. "properties": {
  4. "@@odata.context": {
  5. "type": "string"
  6. },
  7. "@@odata.etag": {
  8. "type": "string"
  9. },
  10. "description": {
  11. "type": "string"
  12. },
  13. "previewType": {
  14. "type": "string"
  15. },
  16. "id": {
  17. "type": "string"
  18. },
  19. "references": {
  20. "type": "object",
  21. "properties": {}
  22. },
  23. "checklist": {
  24. "type": "object",
  25. "properties": {
  26. "checklistitem": {
  27. "type": "object",
  28. "properties": {
  29. "@@odata.type": {
  30. "type": "string"
  31. },
  32. "isChecked": {
  33. "type": "boolean"
  34. },
  35. "title": {
  36. "type": "string"
  37. },
  38. "orderHint": {
  39. "type": "string"
  40. },
  41. "lastModifiedDateTime": {
  42. "type": "string"
  43. },
  44. "lastModifiedBy": {
  45. "type": [
  46. "object",
  47. "null"
  48. ],
  49. "properties": {
  50. "user": {
  51. "type": "object",
  52. "properties": {
  53. "displayName": {},
  54. "id": {
  55. "type": "string"
  56. }
  57. }
  58. }
  59. }
  60. }
  61. }
  62. }
  63. }
  64. }
  65. }
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement