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:
311 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "$id": "pageTimings.json#",
|
---|
| 3 | "$schema": "http://json-schema.org/draft-06/schema#",
|
---|
| 4 | "type": "object",
|
---|
| 5 | "properties": {
|
---|
| 6 | "onContentLoad": {
|
---|
| 7 | "type": "number",
|
---|
| 8 | "min": -1
|
---|
| 9 | },
|
---|
| 10 | "onLoad": {
|
---|
| 11 | "type": "number",
|
---|
| 12 | "min": -1
|
---|
| 13 | },
|
---|
| 14 | "comment": {
|
---|
| 15 | "type": "string"
|
---|
| 16 | }
|
---|
| 17 | }
|
---|
| 18 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.