definition
stringlengths 2
292k
| key
stringlengths 2
84
| schema
stringclasses 339
values |
---|---|---|
{"x-intellij-language-injection": "Shell Script", "type": "string"}
|
scriptsVersionBefore
|
package.json
|
{"additionalProperties": {"type": "string"}, "type": "object"}
|
dependency
|
package.json
|
{"additionalProperties": false, "required": ["content"], "type": "object", "properties": {"content": {"type": "string"}, "example": {"type": "string"}}}
|
placeholder
|
browser.i18n.json
|
{"additionalProperties": false, "required": ["column", "line"], "type": "object", "properties": {"column": {"minimum": 1, "type": "integer"}, "line": {"minimum": 1, "type": "integer"}, "offset": {"minimum": 0, "type": "integer"}}}
|
Point
|
unist.json
|
{"anyOf": [{"type": "string"}, {"enum": ["comment", "comment.block", "comment.block.documentation", "comment.line", "comment.line.double-dash", "comment.line.double-slash", "comment.line.number-sign", "comment.line.percentage", "constant", "constant.character", "constant.character.escape", "constant.language", "constant.numeric", "constant.other", "constant.regexp", "constant.rgb-value", "constant.sha.git-rebase", "emphasis", "entity", "entity.name", "entity.name.class", "entity.name.function", "entity.name.method", "entity.name.section", "entity.name.selector", "entity.name.tag", "entity.name.type", "entity.other", "entity.other.attribute-name", "entity.other.inherited-class", "header", "invalid", "invalid.deprecated", "invalid.illegal", "keyword", "keyword.control", "keyword.control.less", "keyword.operator", "keyword.operator.new", "keyword.other", "keyword.other.unit", "markup", "markup.bold", "markup.changed", "markup.deleted", "markup.heading", "markup.inline.raw", "markup.inserted", "markup.italic", "markup.list", "markup.list.numbered", "markup.list.unnumbered", "markup.other", "markup.punctuation.list.beginning", "markup.punctuation.quote.beginning", "markup.quote", "markup.raw", "markup.underline", "markup.underline.link", "meta", "meta.cast", "meta.parameter.type.variable", "meta.preprocessor", "meta.preprocessor.numeric", "meta.preprocessor.string", "meta.return-type", "meta.selector", "meta.structure.dictionary.key.python", "meta.tag", "meta.type.annotation", "meta.type.name", "metatag.php", "storage", "storage.modifier", "storage.modifier.import.java", "storage.modifier.package.java", "storage.type", "storage.type.cs", "storage.type.java", "string", "string.html", "string.interpolated", "string.jade", "string.other", "string.quoted", "string.quoted.double", "string.quoted.other", "string.quoted.single", "string.quoted.triple", "string.regexp", "string.unquoted", "string.xml", "string.yaml", "strong", "support", "support.class", "support.constant", "support.function", "support.function.git-rebase", "support.other", "support.property-value", "support.type", "support.type.property-name", "support.type.property-name.css", "support.type.property-name.less", "support.type.property-name.scss", "support.variable", "variable", "variable.language", "variable.name", "variable.other", "variable.parameter"], "type": "string"}]}
|
name
|
tmlanguage.json
|
{"pattern": "^[a-z][a-z0-9\\-]+$", "type": "string"}
|
strictName
|
arc-schema.json
|
{"pattern": "^[a-z][a-zA-Z0-9\\-_/.]+$", "type": "string"}
|
macros
|
arc-schema.json
|
{"pattern": "^[a-z][a-zA-Z0-9\\-_]+$", "type": "string"}
|
looseName
|
arc-schema.json
|
{"enum": ["us-east-1", "us-east-2", "us-west-1", "us-west-2", "ca-central-1", "eu-west-1", "eu-central-1", "eu-west-2", "eu-west-3", "eu-north-1", "ap-northeast-1", "ap-northeast-2", "ap-southeast-1", "ap-southeast-2", "ap-south-1", "sa-east-1", "us-gov-west-1", "us-gov-east-1"], "type": "string"}
|
region
|
arc-schema.json
|
{"maxProperties": 1, "propertyNames": {"pattern": "^[a-z][a-z|0-9|\\-]+$"}, "minProperties": 1, "type": "object"}
|
table
|
arc-schema.json
|
{"anyOf": [{"type": "boolean"}, {"enum": ["none", "information", "warning", "error"], "type": "string"}]}
|
diagnostic
|
pyrightconfig.schema.json
|
{"type": ["string", "array"]}
|
linter
|
lintstagedrc.schema.json
|
{"additionalProperties": false, "type": "object", "properties": {"matchBase": {"default": true, "type": "boolean"}, "dot": {"default": true, "type": "boolean"}}}
|
globOptions
|
lintstagedrc.schema.json
|
{"type": "string"}
|
$schemaProperty
|
lintstagedrc.schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[xX][cC][pP][cC][fF][gG]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["path/to/my.xcpcfg", "${path_in_variable}", "path/${name_in_variable}"]}}
|
568cc
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[Aa][Rr][Xx][Mm][Ll]$"}, {"pattern": "^.*\\.[Dd][Bb][Cc]$"}, {"pattern": "^.*\\.[Ll][Dd][Ff]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["path/to/some.dbc", "path/to/some.arxml", "path/to/some.ldf", "path/${var_with_name}", "${var_with_path}"]}}
|
5349d
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[vV][cC][dD][lL]$"}, {"pattern": "^.*\\.[vV][cC][oO][dD][mM]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["path/to/my.vcdl", "path/to/my.vcodm", "${path_in_variable}", "path/${name_in_variable}"]}}
|
4de3d
|
venvironment-schema.json
|
{"full": {"$schema": "http://json-schema.org/draft-07/schema#", "minimum": 0, "type": "integer", "maximum": 9223372036854775807}}
|
815f9
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[Cc][Ss]$"}, {"pattern": "^.*\\.[Pp][Yy]$"}, {"pattern": "^.*\\.[Ss][Ll][Nn]$"}, {"pattern": "^.*\\.[Cc][Aa][Nn]$"}, {"pattern": "^.*\\.[Cc][Aa][Nn][Ee][Nn][Cc][Rr]$"}, {"pattern": "^.*\\.[vV][mM][oO][dD][uU][lL][eE]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["my_dotnet.cs", "my_python.py", "my_visual_studio.sln", "my_capl_file.can", "my_encrypted_capl_file.canencr", "my_module.vmodule", "${some_variable}"]}}
|
b8a7b
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "const": "1.1.0", "examples": ["1.1.0"]}}
|
dad40
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[Cc][Aa][Nn]$"}, {"pattern": "^.*\\.[Cc][Ss]$"}, {"pattern": "^.*\\.[Ss][Ll][Nn]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["path/to/my_capl_script.can", "path/to/my_dotnet.cs", "path/to/my_visual_studio.sln", "${path_in_variable}", "path/${name_in_variable}"]}}
|
a10be
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[Cc][Aa][Nn]$"}, {"pattern": "^.*\\.[Cc][Aa][Nn][Ee][Nn][Cc][Rr]$"}, {"pattern": "^.*\\.[Cc][Ss]$"}, {"pattern": "^.*\\.[Ss][Ll][Nn]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["path/to/my_capl_script.can", "path/to/my_encrypted_capl_file.canencr", "path/to/my_dotnet.cs", "path/to/my_visual_studio.sln", "${path_in_variable}", "path/${name_in_variable}"]}}
|
a19ff
|
venvironment-schema.json
|
{"full": {"$schema": "http://json-schema.org/draft-07/schema#", "minimum": -1.79769e+308, "type": "number", "maximum": 1.79769e+308}}
|
f26f2
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "const": "2.1.0", "examples": ["2.1.0"]}}
|
716b3
|
venvironment-schema.json
|
{"full": {"$schema": "http://json-schema.org/draft-07/schema#", "minimum": 0, "type": "integer", "maximum": 18446744073709551615}}
|
39ed5
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[vV][mM][oO][dD][uU][lL][eE]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["CANoeILNLVector.vmodule", "SomeIP_IL.vmodule", "AsrPDUIL2.vmodule", "OSEKNM01.vmodule", "DMOSEKNM.vmodule", "AsrNM30.vmodule", "AsrNM33.vmodule", "AsrUdpNm.vmodule", "AVB_IL.vmodule", "CANoeILNL_AUTOSAR_Eth.vmodule", "SCC_ChargePoint.vmodule", "SCC_Monitor.vmodule", "SCC_Vehicle.vmodule", "path/to/my.vmodule", "${path_in_variable}", "path/${name_in_variable}"]}}
|
b1f6d
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[Cc][Ss]$"}, {"pattern": "^.*\\.[Pp][Yy]$"}, {"pattern": "^.*\\.[Ss][Ll][Nn]$"}, {"pattern": "^.*\\.[Cc][Aa][Nn]$"}, {"pattern": "^.*\\.[vV][mM][oO][dD][uU][lL][eE]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["my_dotnet.cs", "my_python.py", "my_visual_studio.sln", "my_caplfile.can", "my_module.vmodule", "${some_variable}"]}}
|
619f7
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[vV][mM][oO][dD][uU][lL][eE]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["CANoeILNLVector.vmodule", "SomeIP_IL.vmodule", "AsrPDUIL2.vmodule", "OSEKNM01.vmodule", "DMOSEKNM.vmodule", "AsrNM30.vmodule", "AsrNM33.vmodule", "AsrUdpNm.vmodule", "AVB_IL.vmodule", "CANoeILNL_AUTOSAR_Eth.vmodule", "LINtp.vmodule", "SCC_ChargePoint.vmodule", "SCC_Monitor.vmodule", "SCC_Vehicle.vmodule", "path/to/my.vmodule", "${path_in_variable}", "path/${name_in_variable}"]}}
|
172e4
|
venvironment-schema.json
|
{"full": {"pattern": "^[a-zA-Z_][a-zA-Z0-9_]*$", "$schema": "http://json-schema.org/draft-07/schema#", "type": "string", "examples": ["myid", "THIS_IS_CASE_SENSITIVE", "__1_2_3_4_5__"]}}
|
038dc
|
venvironment-schema.json
|
{"full": {"$schema": "http://json-schema.org/draft-07/schema#", "minimum": 0, "type": "integer", "maximum": 65535}}
|
09338
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "const": "1.1.1", "examples": ["1.1.1"]}}
|
29b8a
|
venvironment-schema.json
|
{"full": {"pattern": "^([a-zA-Z_]|([a-zA-Z_][a-zA-Z0-9_]*)?\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\})[a-zA-Z0-9_]*(=((0|[1-9][0-9]*)|(\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\})|[Tt]rue|[Ff]alse))?$", "$schema": "http://json-schema.org/draft-07/schema#", "type": "string", "examples": ["mydefine1", "mydefine2", "mydefine_with_value=42", "${var_with_define_name}=${var_with_define_value}"]}}
|
d6fe8
|
venvironment-schema.json
|
{"full": {"pattern": "\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}", "$schema": "http://json-schema.org/draft-07/schema#", "type": "string", "examples": ["${myvarname}"]}}
|
779cd
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[Yy][Aa]?[Mm][Ll]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["path/to/my.yaml", "path/to/my.yml", "${path_in_variable}", "path/${name_in_variable}"]}}
|
a220f
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[yY][aA][mM][lL]$"}, {"pattern": "^.*\\.[jJ][sS][oO][nN]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["path/to/myConfigFile.json", "path/to/myConfigFile.yaml", "${path_in_variable}", "path/${name_in_variable}"]}}
|
c9f2a
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "const": "2.0.0", "examples": ["2.0.0"]}}
|
cb919
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[Dd][Ll]{2}$"}, {"pattern": "^.*\\.[vV][mM][oO][dD][uU][lL][eE]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["path/to/my.dll", "path/to/my.vmodule", "${path_in_variable}", "path/${name_in_variable}"]}}
|
ee1ae
|
venvironment-schema.json
|
{"full": {"$schema": "http://json-schema.org/draft-07/schema#", "enum": ["master", "slave", "config-tester"], "type": "string", "examples": ["master", "slave", "config-tester"]}}
|
183d9
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[vV][sS][yY][sS][vV][aA][rR]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["path/to/my.vsysvar", "${path_in_variable}", "path/${name_in_variable}"]}}
|
dc7e6
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "const": "1.0.0", "examples": ["1.0.0"]}}
|
0e921
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[bB][lL][fF]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["path/to/my.blf", "${path_in_variable}", "path/${name_in_variable}"]}}
|
79394
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[xX][mM][lL]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["path/to/myDescriptionFile.xml", "${path_in_variable}", "path/${name_in_variable}"]}}
|
42d39
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^[a-zA-Z_][a-zA-Z0-9_]*$"}, {"pattern": "^([a-zA-Z_][a-zA-Z0-9_]*)?\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}[a-zA-Z0-9_]*$"}], "examples": ["myid", "THIS_IS_CASE_SENSITIVE", "__1_2_3_4_5__", "${id_in_variable}"]}}
|
17e6a
|
venvironment-schema.json
|
{"full": {"$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"type": "string"}, {"type": "boolean"}], "examples": ["SCENARIO_NAME == \"my_scenario_name\"", "some_variable == \"somevalue\"", "some_int_variable > 42 && some_other_int_variable <= 42", true]}}
|
09e40
|
venvironment-schema.json
|
{"full": {"anyOf": [{"pattern": "^(?!.*(\\{TriggerCondition\\}|\\{LoggingBlock\\}|\\{IncMeasurement\\}|\\{ConfigName\\}|\\{IncTrigger\\|[0-9]*\\}|[\"<>*?:/\\\\])).*\\.[bB][lL][fF]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "$schema": "http://json-schema.org/draft-07/schema#", "type": "string", "examples": ["fileName.blf", "file_${SCENARIO_NAME}.blf", "${name_in_variable}", "log_{ComputerName}.blf", "log_{LocalTime}.blf", "log_{MeasurementIndex}.blf", "log_{MeasurementStart}.blf"]}}
|
799e1
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[Ff][Mm][Uu]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["my_functional_mockup_unit.fmu", "Inputs/MyFmu.FMU", "${some_variable}"]}}
|
8af01
|
venvironment-schema.json
|
{"full": {"pattern": "^([a-zA-Z_]|([a-zA-Z_][a-zA-Z0-9_]*)?\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\})[a-zA-Z0-9_]*(=((0|[1-9][0-9]*)|(\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\})|(\"([^\"\\\\]|\\\\\"|\\\\\\\\)*\")|[Tt]rue|[Ff]alse))?$", "$schema": "http://json-schema.org/draft-07/schema#", "type": "string", "examples": ["mydefine1", "mydefine2", "mydefine_with_value=42", "${var_with_define_name}=${var_with_define_value}"]}}
|
a8440
|
venvironment-schema.json
|
{"full": {"$schema": "http://json-schema.org/draft-07/schema#", "minimum": -9223372036854775808, "type": "integer", "maximum": 9223372036854775807}}
|
c49a5
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[vV][mM][oO][dD][uU][lL][eE]$"}, {"pattern": "^.*\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}$"}], "examples": ["path/to/my.vmodule", "${path_in_variable}", "path/${name_in_variable}"]}}
|
81bab
|
venvironment-schema.json
|
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^[a-zA-Z_][a-zA-Z0-9_]*$"}, {"pattern": "^([a-zA-Z_][a-zA-Z0-9_]*)?\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}[a-zA-Z0-9_]*$"}], "examples": ["myid", "THIS_IS_CASE_SENSITIVE", "__1_2_3_4_5__", "${id_in_variable}"]}}
|
e4921
|
venvironment-schema.json
|
{"pattern": "^[A-Za-z0-9_\\.-]+$", "type": "string"}
|
plugin-name
|
bungee-plugin.json
|
{"properties": {"sqlDebugging": {"default": false, "type": "boolean"}, "ancmHostingModel": {"default": false, "enum": ["InProcess", "OutOfProcess"]}, "useSSL": {"default": true, "type": "boolean"}, "commandLineArgs": {"default": "", "type": "string"}, "authenticationMode": {"default": "None", "enum": ["None", "Windows"]}, "launchUrl": {"type": "string"}, "sslPort": {"default": 0, "minimum": 0, "type": "integer", "maximum": 65535}, "jsWebView2Debugging": {"default": false, "type": "boolean"}, "workingDirectory": {"type": "string"}, "remoteDebugEnabled": {"default": false, "type": "boolean"}, "leaveRunningOnClose": {"default": false, "type": "boolean"}, "commandName": {"default": "", "minLength": 1, "enum": ["Executable", "Project", "IIS", "IISExpress", "DebugRoslynComponent", "Docker", "DockerCompose", "MsixPackage"], "type": "string"}, "dotnetRunMessages": {"default": true, "type": "boolean"}, "httpPort": {"default": 0, "minimum": 0, "type": "integer", "maximum": 65535}, "targetProject": {"default": "", "type": "string"}, "externalUrlConfiguration": {"default": false, "type": "boolean"}, "inspectUri": {"default": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "type": "string"}, "publishAllPorts": {"default": true, "type": "boolean"}, "executablePath": {"default": "", "type": "string"}, "remoteDebugMachine": {"type": "string"}, "use64Bit": {"default": true, "type": "boolean"}, "applicationUrl": {"type": "string"}, "hotReloadEnabled": {"default": true, "type": "boolean"}, "environmentVariables": {"additionalProperties": {"type": "string"}, "type": "object"}, "launchBrowser": {"default": false, "type": "boolean"}, "nativeDebugging": {"default": false, "type": "boolean"}}}
|
profileContent
|
launchsettings.json
|
{"properties": {"applicationUrl": {"default": "", "type": "string", "format": "uri"}, "sslPort": {"default": 0, "minimum": 0, "type": "integer", "maximum": 65535}}}
|
iisBindingContent
|
launchsettings.json
|
{"additionalProperties": false, "required": ["level", "roles"], "type": "object", "properties": {"roles": {"items": {"type": "string"}, "type": "array"}, "level": {"type": "string"}}}
|
BlueprintRoles
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["machineType"], "type": "object", "properties": {"machineType": {"type": "string"}, "gpuType": {"items": {"type": "string"}, "type": "array"}}}
|
GCEGPUTypeExtension
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["heading"], "type": "object", "properties": {"snippet": {"type": "string"}, "showIf": {"type": "string"}, "heading": {"type": "string"}}}
|
UIActionItem
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["resourceVariable"], "type": "object", "properties": {"resourceVariable": {"type": "string"}}}
|
GCEGenericResourceExtension
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "type": "object", "properties": {"showInNotification": {"type": "boolean"}, "openInNewTab": {"type": "boolean"}}}
|
DisplayOutput
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["diskTypeVariable"], "type": "object", "properties": {"diskTypeVariable": {"type": "string"}}}
|
GCEDiskSizeExtension
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "type": "object", "properties": {"value": {"type": "string"}, "label": {"type": "string"}}}
|
ValueLabel
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"name": {"type": "string"}}}
|
BlueprintOutput
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["policyId"], "type": "object", "properties": {"requiredValues": {"items": {"type": "string"}, "type": "array"}, "policyId": {"type": "string"}}}
|
BlueprintOrgPolicyCheck
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["networkVariable"], "type": "object", "properties": {"networkVariable": {"type": "string"}, "notConfigurable": {"type": "boolean"}}}
|
GCEIPForwardingExtension
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["description", "url"], "type": "object", "properties": {"url": {"type": "string"}}}
|
BlueprintCostEstimate
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "type": "object", "properties": {"allowlistedZones": {"items": {"type": "string"}, "type": "array"}, "allowlistedRegions": {"items": {"type": "string"}, "type": "array"}}}
|
GCELocationExtension
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "type": "object", "properties": {"labels": {"patternProperties": {".*": {"type": "string"}}, "type": "object"}, "name": {"type": "string"}, "annotations": {"patternProperties": {".*": {"type": "string"}}, "type": "object"}}}
|
ResourceTypeMeta
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["repo", "sourceType"], "type": "object", "properties": {"repo": {"type": "string"}, "sourceType": {"type": "string"}, "dir": {"type": "string"}}}
|
BlueprintRepoDetail
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["title"], "type": "object", "properties": {"url": {"type": "string"}, "version": {"type": "string"}, "licenseUrl": {"type": "string"}}}
|
BlueprintSoftware
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"altText": {"type": "string"}, "name": {"type": "string"}}}
|
BlueprintDiagram
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["diagramUrl", "description"], "type": "object", "properties": {"diagramUrl": {"type": "string"}}}
|
BlueprintArchitecture
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "type": "object", "properties": {"detailed": {"type": "string"}, "tagline": {"type": "string"}, "html": {"type": "string"}, "eulaUrls": {"items": {"type": "string"}, "type": "array"}, "preDeploy": {"type": "string"}, "architecture": {"items": {"type": "string"}, "type": "array"}}}
|
BlueprintDescription
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["title"], "type": "object", "properties": {"url": {"type": "string"}}}
|
BlueprintListContent
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["roles"], "type": "object", "properties": {"roles": {"items": {"type": "string"}, "type": "array"}}}
|
IAMServiceAccountExtension
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "type": "object", "properties": {"configurationSecs": {"type": "integer"}, "deploymentSecs": {"type": "integer"}}}
|
BlueprintTimeEstimate
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["description"], "type": "object", "properties": {"url": {"type": "string"}, "showSupportId": {"type": "boolean"}, "entity": {"type": "string"}}}
|
BlueprintSupport
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["machineTypeVariable"], "type": "object", "properties": {"machineTypeVariable": {"type": "string"}}}
|
GCEGPUCountExtension
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "type": "object", "properties": {"defaultValue": true, "required": {"type": "boolean"}, "varType": {"type": "string"}, "name": {"type": "string"}}}
|
BlueprintVariable
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"variables": {"items": {"type": "string"}, "type": "array"}, "name": {"type": "string"}}}
|
BlueprintVariableGroup
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["networkVariable"], "type": "object", "properties": {"networkVariable": {"type": "string"}}}
|
GCEFirewallExtension
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["title"], "type": "object", "properties": {"url": {"type": "string"}}}
|
BlueprintAuthor
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["Kind"], "type": "object", "properties": {"Kind": true}}
|
Value
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "type": "object", "properties": {"flavor": {"type": "string"}, "version": {"type": "string"}}}
|
BlueprintActuationTool
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"name": {"type": "string"}, "location": {"type": "string"}}}
|
BlueprintMiscContent
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["machineTypeVariable"], "type": "object", "properties": {"labels": {"items": {"type": "string"}, "type": "array"}, "machineTypeVariable": {"type": "string"}, "allowSharedVpcs": {"type": "boolean"}}}
|
GCENetworkExtension
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"subtext": {"type": "string"}, "name": {"type": "string"}, "parent": {"type": "string"}, "tooltip": {"type": "string"}}}
|
DisplaySection
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["pageUrl"], "type": "object", "properties": {"pageUrl": {"type": "string"}, "productId": {"type": "string"}, "isExternal": {"type": "boolean"}, "label": {"type": "string"}}}
|
BlueprintCloudProduct
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["networkVariable"], "type": "object", "properties": {"networkVariable": {"type": "string"}, "allowStaticIPs": {"type": "boolean"}, "type": {"oneOf": [{"type": "string"}, {"type": "integer"}]}, "notConfigurable": {"type": "boolean"}}}
|
GCEExternalIPExtension
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["networkVariable"], "type": "object", "properties": {"networkVariable": {"type": "string"}}}
|
GCESubnetworkExtension
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "type": "object", "properties": {"minCpu": {"type": "integer"}, "minRamGb": {"type": "number"}, "diskImageProperty": {"type": "string"}, "disallowCustomMachineTypes": {"type": "boolean"}}}
|
GCEMachineTypeExtension
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["firewallVariable"], "type": "object", "properties": {"firewallVariable": {"type": "string"}}}
|
GCEFirewallRangeExtension
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["resourceType", "quotaType"], "type": "object", "properties": {"resourceType": {"oneOf": [{"type": "string"}, {"type": "integer"}]}, "quotaType": {"patternProperties": {".*": {"type": "string"}}, "type": "object"}, "dynamicVariable": {"type": "string"}}}
|
BlueprintQuotaDetail
|
gcp-blueprint-metadata.json
|
{"additionalProperties": false, "required": ["kind", "name", "version"], "type": "object", "properties": {"group": {"type": "string"}, "kind": {"type": "string"}, "version": {"type": "string"}, "namespace": {"type": "string"}, "name": {"type": "string"}}}
|
PatchTarget
|
kustomization.json
|
{"type": "object", "properties": {"path": {"type": "string"}, "create": {"type": "boolean"}, "version": {"type": "string"}, "group": {"type": "string"}, "kind": {"type": "string"}}}
|
FieldSpec
|
kustomization.json
|
{"additionalProperties": false, "type": "object", "properties": {"fieldpath": {"type": "string"}}}
|
FieldSelector
|
kustomization.json
|
{"additionalProperties": false, "type": "object", "properties": {"labels": {"patternProperties": {".*": {"type": "string"}}, "type": "object"}, "namespace": {"type": "string"}, "name": {"type": "string"}, "annotations": {"patternProperties": {".*": {"type": "string"}}, "type": "object"}}}
|
Metadata
|
kustomization.json
|
{"additionalProperties": false, "type": "object", "properties": {"args": {"items": {"type": "string"}, "type": "array"}, "pluginType": {"type": "string"}, "name": {"type": "string"}}}
|
KVSource
|
kustomization.json
|
{"additionalProperties": false, "type": "object", "properties": {"allowNameChange": {"type": "boolean"}, "allowKindChange": {"type": "boolean"}}}
|
PatchesOptions
|
kustomization.json
|
{"additionalProperties": false, "type": "object", "properties": {"count": {"type": "number"}, "name": {"type": "string"}}}
|
Replicas
|
kustomization.json
|
{"additionalProperties": false, "type": "object", "properties": {"kind": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}, "annotationSelector": {"type": "string"}, "namespace": {"type": "string"}, "version": {"type": "string"}, "labelSelector": {"type": "string"}}}
|
PatchTargetOptional
|
kustomization.json
|
{"additionalProperties": false, "required": ["source", "targets"], "type": "object", "properties": {"source": {"type": "object", "properties": {"kind": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}, "namespace": {"type": "string"}, "fieldPath": {"type": "string"}, "version": {"type": "string"}, "options": {"type": "object", "properties": {"index": {"type": "number"}, "delimiter": {"type": "string"}, "create": {"type": "boolean"}}}}}, "targets": {"items": {"required": ["select"], "type": "object", "properties": {"fieldPaths": {"items": {"type": "string"}, "type": "array"}, "options": {"type": "object", "properties": {"index": {"type": "number"}, "delimiter": {"type": "string"}, "create": {"type": "boolean"}}}, "select": {"type": "object", "properties": {"group": {"type": "string"}, "kind": {"type": "string"}, "version": {"type": "string"}, "namespace": {"type": "string"}, "name": {"type": "string"}}}, "reject": {"items": {"type": "object", "properties": {"group": {"type": "string"}, "kind": {"type": "string"}, "version": {"type": "string"}, "namespace": {"type": "string"}, "name": {"type": "string"}}}, "type": "array"}}}, "type": "array"}}}
|
ReplacementsInline
|
kustomization.json
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.