Skip to content

Commit

Permalink
Merge pull request #9 from thufschmitt/update-schemas-from-9924092993
Browse files Browse the repository at this point in the history
Re-generate the schema files
  • Loading branch information
thufschmitt authored Jul 17, 2024
2 parents d5f0b46 + 72f82da commit 44890d8
Show file tree
Hide file tree
Showing 62 changed files with 31,103 additions and 13,686 deletions.
8 changes: 8 additions & 0 deletions main.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@
"KIMMDY config file" = import "out/KIMMDY config file.ncl",
"KrakenD" = import "out/KrakenD.ncl",
"Datadog Service Definition" = import "out/Datadog Service Definition.ncl",
"Datadog Software Catalog" = import "out/Datadog Software Catalog.ncl",
"Ory Keto configuration" = import "out/Ory Keto configuration.ncl",
"kontinuous-values.yaml" = import "out/kontinuous-values.yaml.ncl",
"kontinuous-config.yaml" = import "out/kontinuous-config.yaml.ncl",
Expand Down Expand Up @@ -892,5 +893,12 @@
"Configu .configu file" = import "out/Configu .configu file.ncl",
"Qt Creator workspace file" = import "out/Qt Creator workspace file.ncl",
"mprocs Configuration file" = import "out/mprocs Configuration file.ncl",
"Language configuration" = import "out/Language configuration.ncl",
"Any" = import "out/Any.ncl",
"zerops.yml" = import "out/zerops.yml.ncl",
"zerops.io import file" = import "out/zerops.io import file.ncl",
"Microsoft RulesEngine workflow rules" = import "out/Microsoft RulesEngine workflow rules.ncl",
"Microsoft RulesEngine workflow rules list" = import "out/Microsoft RulesEngine workflow rules list.ncl",
"spicepod.yaml" = import "out/spicepod.yaml.ncl",
"Concord" = import "out/Concord.ncl",
}
2 changes: 2 additions & 0 deletions out/Argo Events.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -3950,6 +3950,8 @@ let rec _js2n__-refsenv
_js2n__-prdslib.records.record
{
atLeastOnce = _js2n__-prdslib.isType '"Bool",
dlqTrigger =
_js2n__-refsenv."_js2n__-:definitions/io.argoproj.sensor.v1alpha1.Trigger!predicate",
parameters =
_js2n__-prdslib.allOf
[
Expand Down
8 changes: 4 additions & 4 deletions out/Azure Landing Zones Library archetype definition.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -900,9 +900,9 @@ let rec _js2n__-refsenv
in
{
name | String,
policy_assignments | Array (String),
policy_definitions | Array (String),
policy_set_definitions | Array (String),
role_definitions | Array (String),
policy_assignments | Array (String) | optional,
policy_definitions | Array (String) | optional,
policy_set_definitions | Array (String) | optional,
role_definitions | Array (String) | optional,
..
}
24 changes: 16 additions & 8 deletions out/Azure Landing Zones Library archetype override.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -907,55 +907,63 @@ let rec _js2n__-refsenv
[
_js2n__-prdslib.isType '"Array",
_js2n__-prdslib.arrays.items [ _js2n__-prdslib.isType '"String" ]
]),
])
| optional,
policy_assignments_to_remove
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType '"Array",
_js2n__-prdslib.arrays.items [ _js2n__-prdslib.isType '"String" ]
]),
])
| optional,
policy_definitions_to_add
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType '"Array",
_js2n__-prdslib.arrays.items [ _js2n__-prdslib.isType '"String" ]
]),
])
| optional,
policy_definitions_to_remove
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType '"Array",
_js2n__-prdslib.arrays.items [ _js2n__-prdslib.isType '"String" ]
]),
])
| optional,
policy_set_definitions_to_add
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType '"Array",
_js2n__-prdslib.arrays.items [ _js2n__-prdslib.isType '"String" ]
]),
])
| optional,
policy_set_definitions_to_remove
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType '"Array",
_js2n__-prdslib.arrays.items [ _js2n__-prdslib.isType '"String" ]
]),
])
| optional,
role_definitions_to_add
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType '"Array",
_js2n__-prdslib.arrays.items [ _js2n__-prdslib.isType '"String" ]
]),
])
| optional,
role_definitions_to_remove
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType '"Array",
_js2n__-prdslib.arrays.items [ _js2n__-prdslib.isType '"String" ]
]),
])
| optional,
..
}
9 changes: 8 additions & 1 deletion out/Bashly Settings (bashly-settings.yml).ncl
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,13 @@ let rec _js2n__-refsenv
https://bashly.dannyb.co/usage/settings/#partials_extension
"%
| optional,
show_examples_on_error
| Bool
| doc m%"
Whether to show command examples when the input line is missing required arguments
https://bashly.dannyb.co/usage/settings/#show_examples_on_error
"%
| optional,
source_dir
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.allOf
Expand Down Expand Up @@ -1008,7 +1015,7 @@ let rec _js2n__-refsenv
tab_indent
| Bool
| doc m%"
Whether to use tabs or spaces in the the generated script
Whether to use tabs or spaces in the generated script
https://bashly.dannyb.co/usage/settings/#tab_indent
"%
| optional,
Expand Down
3 changes: 2 additions & 1 deletion out/CGS Custom Card Game (CardGameDef.json).ncl
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,8 @@ let rec _js2n__-refsenv
= _js2n__-prdslib.allOf
[
_js2n__-prdslib.isType '"String",
_js2n__-prdslib.enum [ "move", "flip", "rotate", "tap", "zoom" ]
_js2n__-prdslib.enum
[ "move", "rotate", "tap", "flip", "discard" ]
],
"_js2n__-:definitions/DeckFileTxtId!predicate"
| doc ""
Expand Down
6 changes: 6 additions & 0 deletions out/Camel YAML DSL.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -13393,6 +13393,7 @@ let rec _js2n__-refsenv
_js2n__-refsenv."_js2n__-:items/definitions/org.apache.camel.model.rest.SecurityDefinition!predicate"
],
skipBindingOnErrorCode = _js2n__-prdslib.isType '"Bool",
streamCache = _js2n__-prdslib.isType '"Bool",
to =
_js2n__-refsenv."_js2n__-:items/definitions/org.apache.camel.model.ToDefinition!predicate",
type = _js2n__-prdslib.isType '"String",
Expand Down Expand Up @@ -13447,6 +13448,7 @@ let rec _js2n__-refsenv
_js2n__-refsenv."_js2n__-:items/definitions/org.apache.camel.model.rest.SecurityDefinition!predicate"
],
skipBindingOnErrorCode = _js2n__-prdslib.isType '"Bool",
streamCache = _js2n__-prdslib.isType '"Bool",
to =
_js2n__-refsenv."_js2n__-:items/definitions/org.apache.camel.model.ToDefinition!predicate",
type = _js2n__-prdslib.isType '"String",
Expand Down Expand Up @@ -13501,6 +13503,7 @@ let rec _js2n__-refsenv
_js2n__-refsenv."_js2n__-:items/definitions/org.apache.camel.model.rest.SecurityDefinition!predicate"
],
skipBindingOnErrorCode = _js2n__-prdslib.isType '"Bool",
streamCache = _js2n__-prdslib.isType '"Bool",
to =
_js2n__-refsenv."_js2n__-:items/definitions/org.apache.camel.model.ToDefinition!predicate",
type = _js2n__-prdslib.isType '"String",
Expand Down Expand Up @@ -13683,6 +13686,7 @@ let rec _js2n__-refsenv
_js2n__-refsenv."_js2n__-:items/definitions/org.apache.camel.model.rest.SecurityDefinition!predicate"
],
skipBindingOnErrorCode = _js2n__-prdslib.isType '"Bool",
streamCache = _js2n__-prdslib.isType '"Bool",
to =
_js2n__-refsenv."_js2n__-:items/definitions/org.apache.camel.model.ToDefinition!predicate",
type = _js2n__-prdslib.isType '"String",
Expand Down Expand Up @@ -13737,6 +13741,7 @@ let rec _js2n__-refsenv
_js2n__-refsenv."_js2n__-:items/definitions/org.apache.camel.model.rest.SecurityDefinition!predicate"
],
skipBindingOnErrorCode = _js2n__-prdslib.isType '"Bool",
streamCache = _js2n__-prdslib.isType '"Bool",
to =
_js2n__-refsenv."_js2n__-:items/definitions/org.apache.camel.model.ToDefinition!predicate",
type = _js2n__-prdslib.isType '"String",
Expand Down Expand Up @@ -13791,6 +13796,7 @@ let rec _js2n__-refsenv
_js2n__-refsenv."_js2n__-:items/definitions/org.apache.camel.model.rest.SecurityDefinition!predicate"
],
skipBindingOnErrorCode = _js2n__-prdslib.isType '"Bool",
streamCache = _js2n__-prdslib.isType '"Bool",
to =
_js2n__-refsenv."_js2n__-:items/definitions/org.apache.camel.model.ToDefinition!predicate",
type = _js2n__-prdslib.isType '"String",
Expand Down
1 change: 1 addition & 0 deletions out/Cargo Make.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,7 @@ let rec _js2n__-refsenv
{
binary = _js2n__-prdslib.isType '"String",
crate_name = _js2n__-prdslib.isType '"String",
"force" = _js2n__-prdslib.isType '"Bool",
install_command =
_js2n__-prdslib.isType '"String",
min_version =
Expand Down
7 changes: 2 additions & 5 deletions out/CircleCI config.yml.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -1817,11 +1817,7 @@ let rec _js2n__-refsenv
[
_js2n__-prdslib.isType '"String",
_js2n__-prdslib.enum
[
"macos.x86.medium.gen2",
"macos.m1.medium.gen1",
"macos.m1.large.gen1"
]
[ "macos.m1.medium.gen1", "macos.m1.large.gen1" ]
],
"_js2n__-:definitions/machineExecutor!predicate"
| doc "Options for the [machine executor](https://circleci.com/docs/configuration-reference#machine)"
Expand Down Expand Up @@ -2234,6 +2230,7 @@ let rec _js2n__-refsenv
_js2n__-prdslib.isType '"String",
_js2n__-prdslib.enum
[
"16.0.0",
"15.4.0",
"15.3.0",
"15.2.0",
Expand Down
18 changes: 11 additions & 7 deletions out/CodeRabbit.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ let rec _js2n__-refsenv
| {
auto_incremental_review
| Bool
| doc "Enable Automatic Incremental Review | Automatic incremental code review on each push"
| doc "Automatic Incremental Review | Automatic incremental code review on each push"
| optional,
base_branches
| Array (String)
Expand All @@ -1063,7 +1063,7 @@ let rec _js2n__-refsenv
drafts | Bool | doc "Review draft PRs/MRs." | optional,
enabled
| Bool
| doc "Enable Automatic Review | Automatic code review"
| doc "Automatic Review | Automatic code review"
| optional,
ignore_title_keywords
| Array (String)
Expand Down Expand Up @@ -1119,7 +1119,7 @@ let rec _js2n__-refsenv
profile
| std.enum.TagOrString
| [| 'assertive, 'chill |]
| doc "Set the profile for reviews."
| doc "Set the profile for reviews. Assertive profile yields more feedback, that may be considered nitpicky."
| optional,
request_changes_workflow
| Bool
Expand All @@ -1129,6 +1129,10 @@ let rec _js2n__-refsenv
| Bool
| doc "Post review details on each review. Additionally, post a review status when a review is skipped in certain cases."
| optional,
sequence_diagrams
| Bool
| doc "Generate sequence diagrams in the walkthrough."
| optional,
tools
| {
ast-grep
Expand Down Expand Up @@ -1228,11 +1232,11 @@ let rec _js2n__-refsenv
| {
disabled_categories
| Array (String)
| doc "IDs of categories to be disabled."
| doc "IDs of categories to be disabled. Note: TYPOS, TYPOGRAPHY, and CASING are always disabled."
| optional,
disabled_rules
| Array (String)
| doc "IDs of rules to be disabled."
| doc "IDs of rules to be disabled. Note: EN_UNPAIRED_BRACKETS, and EN_UNPAIRED_QUOTES are always disabled."
| optional,
enabled
| Bool
Expand Down Expand Up @@ -1275,7 +1279,7 @@ let rec _js2n__-refsenv
| {
enabled
| Bool
| doc "Enable PHPStan | PHPStan requires [config file](https://phpstan.org/config-reference#config-file) in your repository root."
| doc "Enable PHPStan | PHPStan requires [config file](https://phpstan.org/config-reference#config-file) in your repository root. Please ensure that this file contains the `paths:` parameter."
| optional,
level
| std.enum.TagOrString
Expand All @@ -1293,7 +1297,7 @@ let rec _js2n__-refsenv
'"0",
'"default"
|]
| doc "Level | Specify the [rule level](https://phpstan.org/user-guide/rule-levels) to run."
| doc "Level | Specify the [rule level](https://phpstan.org/user-guide/rule-levels) to run. This setting is ignored if your configuration file already has a `level:` parameter."
| optional,
}
| doc "PHPStan is a tool to analyze PHP code."
Expand Down
52 changes: 37 additions & 15 deletions out/Codux.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,10 @@ let rec _js2n__-refsenv
Refer to https://help.codux.com/kb/en/article/kb25813 for more information.
"%
| optional,
defaultImagesDir | String | optional,
defaultImagesDir
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.isType '"String")
| optional,
disableProjectSharing
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.isType '"Bool")
Expand Down Expand Up @@ -1048,6 +1051,13 @@ let rec _js2n__-refsenv
Refer to https://help.codux.com/kb/en/article/kb14730 for more information.
"%
| optional,
"json-simple-ast.defaultJSONSchemas"
| _js2n__-prdslib.contract_from_predicate _js2n__-prdslib.always
| doc m%"
Configuration for adding additional json schemas to your project.
This can be used to centralise json schemas addition instead of using $schema and get autocompletion for json files when using Codux.
"%
| optional,
maxThumbnailSnapshotDelayConfig
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.isType '"Number")
Expand All @@ -1056,7 +1066,19 @@ let rec _js2n__-refsenv
Refer to https://help.codux.com/kb/en/article/kb20920 for more information.
"%
| optional,
newBoard | Dyn | optional,
newBoard
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType 'Record,
_js2n__-prdslib.records.record
{
templatesConfig = _js2n__-prdslib.isType 'Record,
templatesPath = _js2n__-prdslib.always,
} {} true _js2n__-prdslib.always
])
| doc "Configures default path for board template folders and files."
| optional,
newComponent
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.allOf
Expand All @@ -1065,7 +1087,7 @@ let rec _js2n__-refsenv
_js2n__-prdslib.records.record
{
componentsPath = _js2n__-prdslib.isType '"String",
templatesConfig = _js2n__-prdslib.always,
templatesConfig = _js2n__-prdslib.isType 'Record,
templatesPath = _js2n__-prdslib.always,
} {} true _js2n__-prdslib.always
])
Expand Down Expand Up @@ -1214,17 +1236,14 @@ let rec _js2n__-refsenv
"%
| optional,
styleFilesConfig
| {
commonStyleFilePattern
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.isType '"String")
| doc m%"
An extended glob pattern that describes the common CSS files used in the project.
The Style Panel will not suggest these files for adding new rules to an element or editing its style.
"%
| optional,
..
}
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType 'Record,
_js2n__-prdslib.records.record
{ commonStyleFilePattern = _js2n__-prdslib.isType '"String", }
{} true _js2n__-prdslib.always
])
| optional,
styling
| _js2n__-prdslib.contract_from_predicate
Expand Down Expand Up @@ -1266,6 +1285,9 @@ let rec _js2n__-refsenv
Refer to https://help.codux.com/kb/en/article/kb17934 for more information.
"%
| optional,
tailwindcssConfig | String | optional,
tailwindcssConfig
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.isType '"String")
| optional,
..
}
Loading

0 comments on commit 44890d8

Please sign in to comment.