Sha256: 5a95a9ada39546732d9cc7159e9ebeff9d607bc8de4b168156e3b016b26f4b8f
Contents?: true
Size: 550 Bytes
Versions: 19
Compression:
Stored size: 550 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "apply_prep request", "description": "POST <transport>/apply_prep request schema", "type": "object", "properties": { "versioned_project": { "type": "String", "description": "Project from which to load code" }, "target": { "$ref": "partial:target-any" }, "job_id": { "type": "integer", "description": "job-id associated with request" } }, "required": ["target", "versioned_project", "job_id"], "additionalProperties": false }
Version data entries
19 entries across 19 versions & 1 rubygems