pageTimings.json 225 B

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