content.json 377 B

123456789101112131415161718192021222324252627
  1. {
  2. "type": "object",
  3. "required": [
  4. "size",
  5. "mimeType"
  6. ],
  7. "properties": {
  8. "size": {
  9. "type": "integer"
  10. },
  11. "compression": {
  12. "type": "integer"
  13. },
  14. "mimeType": {
  15. "type": "string"
  16. },
  17. "text": {
  18. "type": "string"
  19. },
  20. "encoding": {
  21. "type": "string"
  22. },
  23. "comment": {
  24. "type": "string"
  25. }
  26. }
  27. }