postData.json 680 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "id": "postData.json#",
  3. "type": "object",
  4. "optional": true,
  5. "required": [
  6. "mimeType"
  7. ],
  8. "properties": {
  9. "mimeType": {
  10. "type": "string"
  11. },
  12. "text": {
  13. "type": "string"
  14. },
  15. "params": {
  16. "type": "array",
  17. "required": [
  18. "name"
  19. ],
  20. "properties": {
  21. "name": {
  22. "type": "string"
  23. },
  24. "value": {
  25. "type": "string"
  26. },
  27. "fileName": {
  28. "type": "string"
  29. },
  30. "contentType": {
  31. "type": "string"
  32. },
  33. "comment": {
  34. "type": "string"
  35. }
  36. }
  37. },
  38. "comment": {
  39. "type": "string"
  40. }
  41. }
  42. }