content.json 402 B

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