mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-24 05:51:06 -05:00
28 lines
377 B
JSON
28 lines
377 B
JSON
{
|
|
"type": "object",
|
|
"required": [
|
|
"size",
|
|
"mimeType"
|
|
],
|
|
"properties": {
|
|
"size": {
|
|
"type": "integer"
|
|
},
|
|
"compression": {
|
|
"type": "integer"
|
|
},
|
|
"mimeType": {
|
|
"type": "string"
|
|
},
|
|
"text": {
|
|
"type": "string"
|
|
},
|
|
"encoding": {
|
|
"type": "string"
|
|
},
|
|
"comment": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|