Sha256: 74f39dd7cd9acb3105feffc79e688caf09344471cc5662d28032c5699c9a047d

Contents?: true

Size: 667 Bytes

Versions: 9

Compression:

Stored size: 667 Bytes

Contents

{
  "id": "postDataType",
  "description": "Posted data info.",
  "optional": true,
  "properties": {
    "mimeType": {
      "type": "string",
      "required": true
    },
    "text": {
      "type": "string"
    },
    "params": {
      "type": "array",
      "properties": {
        "name": {
          "type": "string",
          "required": true
        },
        "value": {
          "type": "string"
        },
        "fileName": {
          "type": "string"
        },
        "contentType": {
          "type": "string"
        },
        "comment": {
          "type": "string"
        }
      }
    },
    "comment": {
      "type": "string"
    }
  }
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
har-0.0.8 lib/har/schemas/postDataType
har-0.0.7 lib/har/schemas/postDataType
har-0.0.6 lib/har/schemas/postDataType
har-0.0.5 lib/har/schemas/postDataType
har-0.0.4 lib/har/schemas/postDataType
har-0.0.3 lib/har/schemas/postDataType
har-0.0.2 lib/har/schemas/postDataType
har-0.0.1 lib/har/schemas/postDataType
har-0.0.1.dev lib/har/schemas/postDataType