1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

fix schema docs

This commit is contained in:
Kelly Brazil
2021-12-09 10:21:37 -08:00
parent a73d0d26cb
commit ea61434123
4 changed files with 16 additions and 8 deletions

View File

@ -22,8 +22,10 @@ Schema:
{ {
"variables": [ "variables": [
"name": string, {
"value": string "name": string,
"value": string
}
], ],
"schedule": [ "schedule": [
{ {

View File

@ -18,8 +18,10 @@ Schema:
{ {
"variables": [ "variables": [
"name": string, {
"value": string "name": string,
"value": string
}
], ],
"schedule": [ "schedule": [
{ {

View File

@ -19,8 +19,10 @@ Schema:
{ {
"variables": [ "variables": [
"name": string, {
"value": string "name": string,
"value": string
}
], ],
"schedule": [ "schedule": [
{ {

View File

@ -15,8 +15,10 @@ Schema:
{ {
"variables": [ "variables": [
"name": string, {
"value": string "name": string,
"value": string
}
], ],
"schedule": [ "schedule": [
{ {