Skip to content

Semantic Validator¶

Simple semantic validator,

Paste your orchestration file in text mode and it will be semantically validated

{
commandTemplates
:
[
 
0
:
{
id
:
TEMPLATE_ID
command
:
echo
arguments
:
[
 
0
:
list
1
:
of
2
:
arguments
3
:
$ENV_VALUE
environment
:
{
ENV_VALUE
:
{
defaultValue
:
DEFAULT
description
:
An environment variable with a default value
steps
:
[
 
0
:
{
id
:
UseTemplate
commandId
:
TEMPLATE_ID
1
:
{
id
:
OverrideTemplate
commandId
:
TEMPLATE_ID
arguments
:
[
 
0
:
Added
1
:
arguments
environment
:
{
ENV_VALUE
:
{
value
:
OVERRIDE
description
:
An environment variable with a forced value
precedents
:
[
 
0
:
UseTemplate
2
:
{
id
:
NewCommand
command
:
echo
arguments
:
[
 
0
:
$NO_EXIST
environment
:
{
NO_EXIST
:
{
description
:
An environment variable with no value
precedents
:
[
 
0
:
OverrideTemplate

Page made with https://github.com/josdejong/svelte-jsoneditor