pageTimings.json 311 B

123456789101112131415161718
  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. }