pageTimings.json 254 B

1234567891011121314151617
  1. {
  2. "id": "pageTimings.json#",
  3. "type": "object",
  4. "properties": {
  5. "onContentLoad": {
  6. "type": "number",
  7. "min": -1
  8. },
  9. "onLoad": {
  10. "type": "number",
  11. "min": -1
  12. },
  13. "comment": {
  14. "type": "string"
  15. }
  16. }
  17. }