Last change
on this file since 571e0df was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
591 bytes
|
Line | |
---|
1 | {
|
---|
2 | "$id": "log.json#",
|
---|
3 | "$schema": "http://json-schema.org/draft-06/schema#",
|
---|
4 | "type": "object",
|
---|
5 | "required": [
|
---|
6 | "version",
|
---|
7 | "creator",
|
---|
8 | "entries"
|
---|
9 | ],
|
---|
10 | "properties": {
|
---|
11 | "version": {
|
---|
12 | "type": "string"
|
---|
13 | },
|
---|
14 | "creator": {
|
---|
15 | "$ref": "creator.json#"
|
---|
16 | },
|
---|
17 | "browser": {
|
---|
18 | "$ref": "browser.json#"
|
---|
19 | },
|
---|
20 | "pages": {
|
---|
21 | "type": "array",
|
---|
22 | "items": {
|
---|
23 | "$ref": "page.json#"
|
---|
24 | }
|
---|
25 | },
|
---|
26 | "entries": {
|
---|
27 | "type": "array",
|
---|
28 | "items": {
|
---|
29 | "$ref": "entry.json#"
|
---|
30 | }
|
---|
31 | },
|
---|
32 | "comment": {
|
---|
33 | "type": "string"
|
---|
34 | }
|
---|
35 | }
|
---|
36 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.