Sha256: c50fe9e6adc2561693fee9db438606854309982e8ceda1c541b9335130a29f37

Contents?: true

Size: 586 Bytes

Versions: 7

Compression:

Stored size: 586 Bytes

Contents

{
  "id": "pageType",
  "description": "Exported web page",
  "properties": {
    "startedDateTime": {
      "type": "string",
      "format": "date-time",
      "pattern": "^(\\d{4})(-)?(\\d\\d)(-)?(\\d\\d)(T)?(\\d\\d)(:)?(\\d\\d)(:)?(\\d\\d)(\\.\\d+)?(Z|([+-])(\\d\\d)(:)?(\\d\\d))",
      "required": true
    },
    "id": {
      "type": "string",
      "required": true
    },
    "title": {
      "type": "string",
      "required": true
    },
    "pageTimings": {
      "$ref": "pageTimingsType",
      "required": true
    },
    "comment": {
      "type": "string"
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
har-0.1.5 lib/har/schemas/pageType.json
har-0.1.4 lib/har/schemas/pageType.json
har-0.1.3 lib/har/schemas/pageType.json
har-0.1.2 lib/har/schemas/pageType.json
har-0.1.1 lib/har/schemas/pageType.json
har-0.1.0 lib/har/schemas/pageType.json
har-0.0.9 lib/har/schemas/pageType.json