Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81152 views
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
}
28
29