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