Sha256: c92ddbd6c82dab9ec21ea43a250d02c579d758e9bf47cede596208bc8175b65c
Contents?: true
Size: 771 Bytes
Versions: 45
Compression:
Stored size: 771 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "run_plan request", "description": "POST plan/run request schema", "type": "object", "properties": { "plan_name": { "type": "string", "description": "Name of the plan" }, "job_id": { "type": "string", "description": "The job ID initialized in Orchestrator" }, "environment": { "type": "string", "description": "Environment used for plan execution" }, "description": { "type": "string", "description": "Describes this execution of the plan" }, "params": { "type": "object", "description": "JSON formatted parameters to be provided to plan" } }, "required": ["plan_name", "job_id", "params"] }
Version data entries
45 entries across 45 versions & 1 rubygems