Skip to content

Commit

Permalink
Merge pull request #4 from thufschmitt/update-schemas-from-9432730043
Browse files Browse the repository at this point in the history
Re-generate the schema files
  • Loading branch information
thufschmitt authored Jun 10, 2024
2 parents cb48cc3 + a2796c9 commit 569c869
Show file tree
Hide file tree
Showing 25 changed files with 2,178 additions and 1,311 deletions.
1 change: 1 addition & 0 deletions main.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -866,4 +866,5 @@
"changelogging" = import "out/changelogging.ncl",
"Configu .cfgu files" = import "out/Configu .cfgu files.ncl",
"Configu .configu file" = import "out/Configu .configu file.ncl",
"Qt Creator workspace file" = import "out/Qt Creator workspace file.ncl",
}
4 changes: 3 additions & 1 deletion out/.eslintrc.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -1714,9 +1714,11 @@ let rec _js2n__-refsenv
2022,
14,
2023,
15,
2024,
"latest"
])
| doc "Set to 3, 5, 6, 7, 8, 9, 10, 11 (default), 12, 13, 14 or \"latest\" to specify the version of ECMAScript syntax you want to use. You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11), 2021 (same as 12), 2022 (same as 13) or 2023 (same as 14) to use the year-based naming. \"latest\" always enables the latest supported ECMAScript version."
| doc "Set to 3, 5 (default), 6, 7, 8, 9, 10, 11, 12, 13, 14, or 15 to specify the version of ECMAScript syntax you want to use. You can also set it to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11), 2021 (same as 12), 2022 (same as 13), 2023 (same as 14), or 2024 (same as 15) to use the year-based naming. You can also set \"latest\" to use the most recently supported version."
| optional,
sourceType
| _js2n__-prdslib.contract_from_predicate
Expand Down
46 changes: 45 additions & 1 deletion out/All Contributors configuration file.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,14 @@ let rec _js2n__-refsenv
(_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType 'Record,
_js2n__-prdslib.records.required
[
"avatar_url",
"contributions",
"login",
"name",
"profile"
],
_js2n__-prdslib.records.record
{
avatar_url =
Expand All @@ -953,6 +961,42 @@ let rec _js2n__-refsenv
(_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType '"String",
_js2n__-prdslib.enum
[
"a11y",
"audio",
"blog",
"bug",
"business",
"code",
"content",
"data",
"design",
"doc",
"eventOrganizing",
"example",
"financial",
"fundingFinding",
"ideas",
"infra",
"maintenance",
"mentoring",
"platform",
"plugin",
"projectManagement",
"promotion",
"question",
"research",
"review",
"security",
"talk",
"test",
"tool",
"translation",
"tutorial",
"userTesting",
"video"
],
_js2n__-prdslib.strings.minLength
0
]),
Expand All @@ -976,7 +1020,7 @@ let rec _js2n__-refsenv
_js2n__-prdslib.isType '"String",
_js2n__-prdslib.strings.minLength 0
],
} {} true _js2n__-prdslib.always
} {} false _js2n__-prdslib.never
])
],
contributorsPerLine =
Expand Down
1 change: 1 addition & 0 deletions out/Ansible-lint Configuration.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,7 @@ let rec _js2n__-refsenv
skip_action_validation | Bool | optional,
skip_list | Array (String) | optional,
strict | Bool | optional,
supported_ansible_also | Array (String) | optional,
tags | Array (String) | optional,
task_name_prefix | String | optional,
use_default_rules | Bool | optional,
Expand Down
84 changes: 84 additions & 0 deletions out/Atmos Manifests.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,90 @@ let rec _js2n__-refsenv
_js2n__-prdslib.records.record
{
acl = _js2n__-prdslib.isType '"String",
assume_role =
_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType 'Record,
_js2n__-prdslib.records.record
{
duration =
_js2n__-prdslib.anyOf
[
_js2n__-prdslib.isType
'"String",
_js2n__-prdslib.isType 'Null
],
external_id =
_js2n__-prdslib.anyOf
[
_js2n__-prdslib.isType
'"String",
_js2n__-prdslib.isType 'Null
],
policy =
_js2n__-prdslib.anyOf
[
_js2n__-prdslib.isType
'"String",
_js2n__-prdslib.isType 'Null
],
policy_arns =
_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType
'"Array",
_js2n__-prdslib.arrays.arrayOf
(_js2n__-prdslib.isType
'"String"),
_js2n__-prdslib.arrays.uniqueItems
],
role_arn =
_js2n__-prdslib.anyOf
[
_js2n__-prdslib.isType
'"String",
_js2n__-prdslib.isType 'Null
],
session_name =
_js2n__-prdslib.anyOf
[
_js2n__-prdslib.isType
'"String",
_js2n__-prdslib.isType 'Null
],
source_identity =
_js2n__-prdslib.anyOf
[
_js2n__-prdslib.isType
'"String",
_js2n__-prdslib.isType 'Null
],
tags =
_js2n__-prdslib.allOf
[
_js2n__-prdslib.anyOf
[
_js2n__-prdslib.isType
'Record,
_js2n__-prdslib.isType
'Null
],
_js2n__-prdslib.records.record
{} {} true
_js2n__-prdslib.always
],
transitive_tag_keys =
_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType
'"Array",
_js2n__-prdslib.arrays.arrayOf
(_js2n__-prdslib.isType
'"String"),
_js2n__-prdslib.arrays.uniqueItems
],
} {} false _js2n__-prdslib.never
],
bucket = _js2n__-prdslib.isType '"String",
dynamodb_table = _js2n__-prdslib.isType '"String",
encrypt = _js2n__-prdslib.isType '"Bool",
Expand Down
98 changes: 10 additions & 88 deletions out/CircleCI config.yml.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -1556,93 +1556,6 @@ let rec _js2n__-refsenv
type = _js2n__-prdslib.enum [ "approval" ],
} {} true _js2n__-prdslib.always
],
"_js2n__-:definitions/jobs!contract"
| doc "Jobs are collections of steps. All of the steps in the job are executed in a single unit, either within a fresh container or VM."
= _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType 'Record,
_js2n__-prdslib.records.record {} {} true
(_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType 'Record,
_js2n__-prdslib.anyOf
[
_js2n__-refsenv."_js2n__-:definitions/executorChoice!predicate",
_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType 'Record,
_js2n__-prdslib.records.required [ "executor" ],
_js2n__-prdslib.records.record
{ executor = _js2n__-prdslib.isType '"String", }
{} true _js2n__-prdslib.always
],
_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType 'Record,
_js2n__-prdslib.records.required [ "executor" ],
_js2n__-prdslib.records.record
{
executor =
_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType 'Record,
_js2n__-prdslib.records.required
[ "name" ],
_js2n__-prdslib.records.record
{
name =
_js2n__-prdslib.isType
'"String",
} {} true _js2n__-prdslib.always
],
} {} true _js2n__-prdslib.always
]
],
_js2n__-prdslib.records.required [ "steps" ],
_js2n__-prdslib.records.record
{
branches =
_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType 'Record,
_js2n__-prdslib.records.record {} {} true
(_js2n__-prdslib.isType '"String")
],
environment =
_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType 'Record,
_js2n__-prdslib.records.record {} {} true
(_js2n__-prdslib.anyOf
[
_js2n__-prdslib.isType '"String",
_js2n__-prdslib.isType '"Number"
])
],
parallelism =
_js2n__-prdslib.oneOf
[
_js2n__-prdslib.isType 'Integer,
_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType '"String",
_js2n__-prdslib.strings.pattern
"^<<.+\\..+>>$"
]
],
shell = _js2n__-prdslib.isType '"String",
steps =
_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType '"Array",
_js2n__-prdslib.arrays.arrayOf
_js2n__-refsenv."_js2n__-:definitions/step!predicate"
],
working_directory = _js2n__-prdslib.isType '"String",
} {} true _js2n__-prdslib.always
])
]),
"_js2n__-:definitions/jobs!predicate"
| doc "Jobs are collections of steps. All of the steps in the job are executed in a single unit, either within a fresh container or VM."
= _js2n__-prdslib.allOf
Expand Down Expand Up @@ -2343,7 +2256,16 @@ let rec _js2n__-refsenv
executors
| _js2n__-refsenv."_js2n__-:definitions/executors!contract"
| optional,
jobs | _js2n__-refsenv."_js2n__-:definitions/jobs!contract" | optional,
jobs
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.allOf
[
_js2n__-prdslib.records.propertyNames
(_js2n__-prdslib.strings.pattern "^[A-Za-z][A-Za-z\\s\\d_-]*$"),
_js2n__-prdslib.records.record {} {} true _js2n__-prdslib.always,
_js2n__-refsenv."_js2n__-:definitions/jobs!predicate"
])
| optional,
orbs | _js2n__-refsenv."_js2n__-:definitions/orbs!contract" | optional,
version
| _js2n__-prdslib.contract_from_predicate
Expand Down
12 changes: 2 additions & 10 deletions out/Codux.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -1036,15 +1036,6 @@ let rec _js2n__-refsenv
Options: "pascal-case" | "camel-case" | "kebab-case"
"%
| optional,
formatting
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.oneOf
[ _js2n__-prdslib.isType 'Null, _js2n__-prdslib.always ])
| doc m%"
Formats code styling in Codux code drawer.
Refer to https://help.codux.com/kb/en/article/kb21416 for more information.
"%
| optional,
httpServerPort
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.isType '"Number")
Expand Down Expand Up @@ -1074,7 +1065,8 @@ let rec _js2n__-refsenv
_js2n__-prdslib.records.record
{
componentsPath = _js2n__-prdslib.isType '"String",
templatesPath = _js2n__-prdslib.isType '"String",
templatesConfig = _js2n__-prdslib.always,
templatesPath = _js2n__-prdslib.always,
} {} true _js2n__-prdslib.always
])
| doc m%"
Expand Down
5 changes: 3 additions & 2 deletions out/Containerlab.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -1304,8 +1304,7 @@ let rec _js2n__-refsenv
"vr-vsrx",
"vr-juniper_vsrx",
"juniper_vsrx",
"vr-vjunosswitch",
"vr-juniper_vjunosswitch",
"juniper_vjunosrouter",
"juniper_vjunosswitch",
"juniper_vjunosevolved",
"vr-xrv",
Expand Down Expand Up @@ -1714,6 +1713,8 @@ let rec _js2n__-refsenv
_js2n__-refsenv."_js2n__-:definitions/node-config!predicate",
juniper_vjunosevolved =
_js2n__-refsenv."_js2n__-:definitions/node-config!predicate",
juniper_vjunosrouter =
_js2n__-refsenv."_js2n__-:definitions/node-config!predicate",
juniper_vjunosswitch =
_js2n__-refsenv."_js2n__-:definitions/node-config!predicate",
keysight_ixia-c-one =
Expand Down
Loading

0 comments on commit 569c869

Please sign in to comment.