Codebase list node-har-schema / run/a4c2552c-a365-4c0a-a94a-1889c1adaf26/main lib / postData.json
run/a4c2552c-a365-4c0a-a94a-1889c1adaf26/main

Tree @run/a4c2552c-a365-4c0a-a94a-1889c1adaf26/main (Download .tar.gz)

postData.json @run/a4c2552c-a365-4c0a-a94a-1889c1adaf26/mainraw · history · blame

{
  "$id": "postData.json#",
  "$schema": "http://json-schema.org/draft-06/schema#",
  "type": "object",
  "optional": true,
  "required": [
    "mimeType"
  ],
  "properties": {
    "mimeType": {
      "type": "string"
    },
    "text": {
      "type": "string"
    },
    "params": {
      "type": "array",
      "required": [
        "name"
      ],
      "properties": {
        "name": {
          "type": "string"
        },
        "value": {
          "type": "string"
        },
        "fileName": {
          "type": "string"
        },
        "contentType": {
          "type": "string"
        },
        "comment": {
          "type": "string"
        }
      }
    },
    "comment": {
      "type": "string"
    }
  }
}