diff --git a/docs/parsers/crontab.md b/docs/parsers/crontab.md index 4d920fa0..553ddf0a 100644 --- a/docs/parsers/crontab.md +++ b/docs/parsers/crontab.md @@ -22,8 +22,10 @@ Schema: { "variables": [ - "name": string, - "value": string + { + "name": string, + "value": string + } ], "schedule": [ { diff --git a/docs/parsers/crontab_u.md b/docs/parsers/crontab_u.md index 088560ee..570b673f 100644 --- a/docs/parsers/crontab_u.md +++ b/docs/parsers/crontab_u.md @@ -18,8 +18,10 @@ Schema: { "variables": [ - "name": string, - "value": string + { + "name": string, + "value": string + } ], "schedule": [ { diff --git a/jc/parsers/crontab.py b/jc/parsers/crontab.py index 0c0476eb..c2a52397 100644 --- a/jc/parsers/crontab.py +++ b/jc/parsers/crontab.py @@ -19,8 +19,10 @@ Schema: { "variables": [ - "name": string, - "value": string + { + "name": string, + "value": string + } ], "schedule": [ { diff --git a/jc/parsers/crontab_u.py b/jc/parsers/crontab_u.py index a67b9b29..93c0b6af 100644 --- a/jc/parsers/crontab_u.py +++ b/jc/parsers/crontab_u.py @@ -15,8 +15,10 @@ Schema: { "variables": [ - "name": string, - "value": string + { + "name": string, + "value": string + } ], "schedule": [ {