Sha256: d844784d11bac5656077b224198e57c2bc38ae8aea60142ab8194116b9a95393

Contents?: true

Size: 877 Bytes

Versions: 19

Compression:

Stored size: 877 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "apply request",
  "description": "POST <transport>/apply request schema",
  "type": "object",
  "properties": {
    "versioned_project": {
      "type": "string",
      "description": "Project from which to load code"
    },
    "parameters": {
      "type": "object",
      "properties": {
        "catalog": {
          "type": "object",
          "description": "Compiled catalog to apply"
        },
        "apply_options": {
          "type": "object",
          "description": "Options for application of a catalog"
        }
      }
    },
    "job_id": {
      "type": "integer",
      "description": "job-id associated with request"
    },
    "target": { "$ref": "partial:target-any" }
  },
  "required": ["target", "versioned_project", "parameters", "job_id"],
  "additionalProperties": false
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
bolt-3.29.0 lib/bolt_server/schemas/action-apply.json
bolt-3.28.0 lib/bolt_server/schemas/action-apply.json
bolt-3.27.4 lib/bolt_server/schemas/action-apply.json
bolt-3.27.2 lib/bolt_server/schemas/action-apply.json
bolt-3.27.1 lib/bolt_server/schemas/action-apply.json
bolt-3.26.2 lib/bolt_server/schemas/action-apply.json
bolt-3.26.1 lib/bolt_server/schemas/action-apply.json
bolt-3.25.0 lib/bolt_server/schemas/action-apply.json
bolt-3.24.0 lib/bolt_server/schemas/action-apply.json
bolt-3.23.1 lib/bolt_server/schemas/action-apply.json
bolt-3.23.0 lib/bolt_server/schemas/action-apply.json
bolt-3.22.1 lib/bolt_server/schemas/action-apply.json
bolt-3.22.0 lib/bolt_server/schemas/action-apply.json
bolt-3.21.0 lib/bolt_server/schemas/action-apply.json
bolt-3.20.0 lib/bolt_server/schemas/action-apply.json
bolt-3.19.0 lib/bolt_server/schemas/action-apply.json
bolt-3.18.0 lib/bolt_server/schemas/action-apply.json
bolt-3.17.0 lib/bolt_server/schemas/action-apply.json
bolt-3.16.1 lib/bolt_server/schemas/action-apply.json