Sha256: f9398d1a7a57bec19741a64f71026664458aa42f8f32288e78be3945d933ed9c

Contents?: true

Size: 647 Bytes

Versions: 7

Compression:

Stored size: 647 Bytes

Contents

{
  "id": "postDataType",
  "description": "Posted data info.",
  "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

7 entries across 7 versions & 1 rubygems

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