Sha256: 20d99314778d66c9aff996e17232edb9d320a4faead1a2ea4a1ad4e49482f7da

Contents?: true

Size: 1.1 KB

Versions: 110

Compression:

Stored size: 1.1 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "upload_file request",
  "description": "POST <transport>/upload_file request schema",
  "type": "object",
  "properties": {
    "files": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "relative_path": {
            "type": "string"
          },
          "uri": {
            "type": "object",
            "properties": {
              "path": {
                "type": "string"
              },
              "params": {
                "type": "object"
              }
            },
            "required": ["path", "params"]
          },
          "sha256": {
            "type": "string"
          },
          "kind": {
            "type": "string"
          }
        },
        "required": ["relative_path", "uri", "sha256", "kind"]
      }
    },
    "job_id": {
      "type": "integer"
    },
    "destination": {
      "type": "string"
    },
    "target": { "$ref": "partial:target-any" }
  },
  "required": ["files", "job_id", "destination", "target"],
  "additionalProperties": false
}

Version data entries

110 entries across 110 versions & 1 rubygems

Version Path
bolt-2.25.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.24.1 lib/bolt_server/schemas/action-upload_file.json
bolt-2.24.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.23.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.22.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.21.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.20.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.19.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.18.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.17.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.16.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.15.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.14.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.13.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.12.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.11.1 lib/bolt_server/schemas/action-upload_file.json
bolt-2.11.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.10.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.9.0 lib/bolt_server/schemas/action-upload_file.json
bolt-2.8.0 lib/bolt_server/schemas/action-upload_file.json