Last change
on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
459 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "$id": "content.json#",
|
---|
| 3 | "$schema": "http://json-schema.org/draft-06/schema#",
|
---|
| 4 | "type": "object",
|
---|
| 5 | "required": [
|
---|
| 6 | "size",
|
---|
| 7 | "mimeType"
|
---|
| 8 | ],
|
---|
| 9 | "properties": {
|
---|
| 10 | "size": {
|
---|
| 11 | "type": "integer"
|
---|
| 12 | },
|
---|
| 13 | "compression": {
|
---|
| 14 | "type": "integer"
|
---|
| 15 | },
|
---|
| 16 | "mimeType": {
|
---|
| 17 | "type": "string"
|
---|
| 18 | },
|
---|
| 19 | "text": {
|
---|
| 20 | "type": "string"
|
---|
| 21 | },
|
---|
| 22 | "encoding": {
|
---|
| 23 | "type": "string"
|
---|
| 24 | },
|
---|
| 25 | "comment": {
|
---|
| 26 | "type": "string"
|
---|
| 27 | }
|
---|
| 28 | }
|
---|
| 29 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.