Skip to content

Commit

Permalink
Merge pull request #22 from thufschmitt/update-schemas-from-11310121537
Browse files Browse the repository at this point in the history
Re-generate the schema files
  • Loading branch information
thufschmitt authored Oct 14, 2024
2 parents a799d13 + 672098b commit 13af441
Show file tree
Hide file tree
Showing 30 changed files with 2,164 additions and 413 deletions.
2 changes: 2 additions & 0 deletions main.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -943,4 +943,6 @@
"Preset list for a WinUtil" = import "out/Preset list for a WinUtil.ncl",
"Tab list for a LinUtil" = import "out/Tab list for a LinUtil.ncl",
"Tab data for a LinUtil" = import "out/Tab data for a LinUtil.ncl",
"Eidolon Resource" = import "out/Eidolon Resource.ncl",
"Waku Config" = import "out/Waku Config.ncl",
}
2 changes: 1 addition & 1 deletion out/.pre-commit-config.yml.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ let rec _js2n__-refsenv
[
_js2n__-prdslib.isType '"String",
_js2n__-prdslib.strings.pattern
"^(?!.*(local|meta)).*$"
"^(?!(?:meta|local)$).*$"
],
rev = _js2n__-prdslib.isType '"String",
} {} true _js2n__-prdslib.always
Expand Down
10 changes: 7 additions & 3 deletions out/Codux.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,9 @@ let rec _js2n__-refsenv
Refer to https://help.codux.com/kb/en/article/kb02353 for more information.
"%
| optional,
externalProviders
| { wix | { projectId | String, .. } | optional, .. }
| optional,
fileNamingConvention
| _js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.oneOf
Expand Down Expand Up @@ -1108,10 +1111,11 @@ let rec _js2n__-refsenv
(_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType 'Record,
_js2n__-prdslib.records.required [ "environmentVariables" ],
_js2n__-prdslib.records.record
{ environmentVariables = _js2n__-prdslib.isType 'Record, } {}
true _js2n__-prdslib.always
{
envFile = _js2n__-prdslib.isType '"String",
environmentVariables = _js2n__-prdslib.isType 'Record,
} {} true _js2n__-prdslib.always
])
| doc m%"
Specifies environment variables to use globally across the project.
Expand Down
15 changes: 15 additions & 0 deletions out/Cycle Stack File.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -7816,6 +7816,21 @@ let rec _js2n__-refsenv
'Record,
_js2n__-prdslib.records.record
{
custom_resolvers =
_js2n__-prdslib.anyOf
[
_js2n__-prdslib.allOf
[
_js2n__-prdslib.isType
'"Array",
_js2n__-prdslib.arrays.arrayOf
(_js2n__-prdslib.isType
'"String")
],
_js2n__-refsenv."_js2n__-:properties/about/oneOf/1!predicate",
_js2n__-prdslib.isType
'Null
],
empty_set_delay =
_js2n__-prdslib.anyOf
[
Expand Down
5 changes: 5 additions & 0 deletions out/Data Contract Specification.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,12 @@ let rec _js2n__-refsenv
_js2n__-prdslib.records.record
{
account = _js2n__-prdslib.isType '"String",
clusterIdentifier =
_js2n__-prdslib.isType '"String",
database = _js2n__-prdslib.isType '"String",
endpoint = _js2n__-prdslib.isType '"String",
host = _js2n__-prdslib.isType '"String",
port = _js2n__-prdslib.isType 'Integer,
schema = _js2n__-prdslib.isType '"String",
type =
_js2n__-prdslib.allOf
Expand Down
36 changes: 36 additions & 0 deletions out/Datadog Service Definition.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -928,5 +928,41 @@ let rec _js2n__-refsenv
{ schema-version = _js2n__-prdslib.const "v2.2", } {} true
_js2n__-prdslib.always,
_js2n__-prdslib.always
],
_js2n__-prdslib.allOf
[
_js2n__-prdslib.records.record
{
apiVersion = _js2n__-prdslib.const "v3",
kind = _js2n__-prdslib.const "service",
} {} true _js2n__-prdslib.always,
_js2n__-prdslib.always
],
_js2n__-prdslib.allOf
[
_js2n__-prdslib.records.record
{
apiVersion = _js2n__-prdslib.const "v3",
kind = _js2n__-prdslib.const "queue",
} {} true _js2n__-prdslib.always,
_js2n__-prdslib.always
],
_js2n__-prdslib.allOf
[
_js2n__-prdslib.records.record
{
apiVersion = _js2n__-prdslib.const "v3",
kind = _js2n__-prdslib.const "datastore",
} {} true _js2n__-prdslib.always,
_js2n__-prdslib.always
],
_js2n__-prdslib.allOf
[
_js2n__-prdslib.records.record
{
apiVersion = _js2n__-prdslib.const "v3",
kind = _js2n__-prdslib.const "system",
} {} true _js2n__-prdslib.always,
_js2n__-prdslib.always
]
])
21 changes: 21 additions & 0 deletions out/Datadog Software Catalog.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,27 @@ let rec _js2n__-refsenv
_js2n__-prdslib.contract_from_predicate
(_js2n__-prdslib.oneOf
[
_js2n__-prdslib.allOf
[
_js2n__-prdslib.records.record
{ schema-version = _js2n__-prdslib.const "v2", } {} true
_js2n__-prdslib.always,
_js2n__-prdslib.always
],
_js2n__-prdslib.allOf
[
_js2n__-prdslib.records.record
{ schema-version = _js2n__-prdslib.const "v2.1", } {} true
_js2n__-prdslib.always,
_js2n__-prdslib.always
],
_js2n__-prdslib.allOf
[
_js2n__-prdslib.records.record
{ schema-version = _js2n__-prdslib.const "v2.2", } {} true
_js2n__-prdslib.always,
_js2n__-prdslib.always
],
_js2n__-prdslib.allOf
[
_js2n__-prdslib.records.record
Expand Down
Loading

0 comments on commit 13af441

Please sign in to comment.