definition
stringlengths 2
292k
| key
stringlengths 2
84
| schema
stringclasses 339
values |
---|---|---|
{"additionalProperties": false, "required": ["type", "path"], "type": "object", "properties": {"set": {"additionalProperties": {"type": "string"}, "type": "object"}, "skip": {"items": {"type": "string"}, "type": "array"}, "create": {"items": {"type": "string"}, "type": "array"}, "skipIfNotSameFileName": {"items": {"type": "string"}, "type": "array"}, "path": {"type": "string"}, "type": {"enum": ["env"], "type": "string"}}} | mergeEnv | plagiarize-me.json |
{"additionalProperties": false, "type": "object"} | Record<string,string> | firebase-config.json |
{"additionalProperties": false, "type": "object"} | ExtensionsConfig | firebase-config.json |
{"enum": ["http", "https"], "type": "string"} | transportProtocols | hws-config.json |
{"default": "off", "enum": ["all", "trace", "debug", "info", "warn", "error", "fatal", "off"], "type": "string"} | loggerLevel | hws-config.json |
{"type": "string"} | namespace | hws-config.json |
{"type": "string", "anyOf": [{"pattern": "^lin|^lnx$|^win|^ms.*win|^microsoft.*w|^oob$|^out|^vmware|^mgmt|^management|^esx|^blade|^net|^switch|^sto|^san|vms|tru64|osf|hp.*ux|aix|rs6000|^sun|^ora|sol"}, {"enum": ["win", "linux", "network", "oob", "storage", "aix", "hpux", "solaris", "tru64", "vmx"]}]} | hostType | hws-config.json |
{"default": "logs", "type": "string"} | outputDirectory | hws-config.json |
{"default": "Hardware problem on \\${FQDN\\} with \\${MONITOR_NAME\\}.\\${NEWLINE\\}\\${NEWLINE\\}\\${ALERT_DETAILS\\}\\${NEWLINE\\}\\${NEWLINE\\}\\${FULLREPORT\\}", "type": "string"} | hardwareProblemTemplate | hws-config.json |
{"default": false, "type": "boolean"} | sequential | hws-config.json |
{"oneOf": [{"type": "integer"}, {"pattern": "^[0-9]+\\s*[years|yrs|y|weeks|wks|w|days|d|hours|hrs|h|minutes|mins|m!seconds|secs|s|milliseconds|ms]*$", "type": "string"}]} | duration | hws-config.json |
{"patternProperties": {".*": {"type": ["number", "string", "boolean"]}}, "propertyNames": {"pattern": "^[A-Za-z0-9_.-]+$"}, "type": "object"} | keyValuePairVariables | hws-config.json |
{"required": ["id", "generation"], "properties": {"generation": {"type": "number"}, "id": {"type": "string"}}} | artifact | event-horizons.json |
{"type": ["integer", "null"]} | threshold | codeclimate.json |
{"type": "object"} | config | codeclimate.json |
{"type": "object", "properties": {"enabled": {"default": true, "type": "boolean"}}} | enabled | codeclimate.json |
{"items": {"type": "string"}, "type": ["string", "array"]} | script | project-1.0.0-beta5.json |
{"additionalProperties": {"type": ["string", "object"], "properties": {"version": {"type": "string"}, "type": {"default": "default", "enum": ["default", "build"], "type": "string"}}}, "type": "object"} | dependencies | project-1.0.0-beta5.json |
{"type": "object", "properties": {"allowUnsafe": {"default": false, "type": "boolean"}, "warningsAsErrors": {"default": false, "type": "boolean"}, "define": {"uniqueItems": true, "items": {"type": "string"}, "type": "array"}, "optimize": {"default": false, "type": "boolean"}, "languageVersion": {"enum": ["csharp1", "csharp2", "csharp3", "csharp4", "csharp5", "csharp6", "experimental"], "type": "string"}}} | compilationOptions | project-1.0.0-beta5.json |
{"required": ["name", "alias", "view"], "type": "object", "properties": {"name": {"type": "string"}, "render": {"type": "string"}, "alias": {"type": "string"}, "icon": {"type": "string"}, "config": {"type": "object", "properties": {"style": {"type": "string"}, "markup": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}}}, "minProperties": 1}, "view": {"type": "string"}}} | gridEditor | package.manifest.json |
{"additionalProperties": false, "required": ["name", "alias"], "type": "object", "properties": {"alias": {"minLength": 1, "type": "string"}, "name": {"minLength": 1, "type": "string"}}} | section | package.manifest.json |
{"additionalProperties": false, "required": ["name", "alias", "icon", "view"], "type": "object", "properties": {"name": {"minLength": 1, "type": "string"}, "weight": {"type": "integer"}, "show": {"uniqueItems": true, "items": {"type": "string"}, "type": "array"}, "alias": {"minLength": 1, "type": "string"}, "view": {"type": "string"}, "icon": {"type": "string"}}} | contentApp | package.manifest.json |
{"additionalProperties": false, "required": ["alias", "view", "sections"], "type": "object", "properties": {"access": {"uniqueItems": true, "minItems": 1, "type": "array", "items": {"oneOf": [{"required": ["deny"]}, {"required": ["grant"]}], "type": "object", "properties": {"deny": {"type": "string"}, "grant": {"type": "string"}}}}, "alias": {"minLength": 1, "type": "string"}, "sections": {"uniqueItems": true, "minItems": 1, "type": "array", "items": {"minLength": 1, "type": "string"}}, "weight": {"type": "integer"}, "view": {"minLength": 1, "type": "string"}}} | dashboard | package.manifest.json |
{"minItems": 1, "items": {"type": "object", "properties": {"validation": {"items": {"type": "object", "properties": {"type": {"type": "string"}}}, "type": "array"}, "label": {"type": "string"}, "key": {"minLength": 1, "type": "string"}, "view": {"type": "string"}}, "minProperties": 1}, "type": "array"} | fields | package.manifest.json |
{"additionalProperties": false, "type": "object", "properties": {"hideLabel": {"type": "boolean"}, "supportsReadOnly": {"default": false, "type": "boolean"}, "isReadOnly": {"default": false, "type": "boolean"}, "valueType": {"enum": ["STRING", "JSON", "DATETIME", "TEXT", "INT"], "type": "string"}, "validation": {"type": "object"}, "view": {"type": "string"}}} | editor | package.manifest.json |
{"required": ["remoteUri"], "properties": {"remoteUri": {"type": "string"}, "type": {"enum": ["remote"]}}} | remote | testenvironments.json |
{"oneOf": [{"required": ["dockerImage"], "properties": {"dockerImage": {"type": "string"}}}, {"required": ["dockerFile"], "properties": {"dockerFile": {"type": "string"}}}], "properties": {"type": {"enum": ["docker"]}}} | docker | testenvironments.json |
{"required": ["wslDistribution"], "properties": {"type": {"enum": ["wsl"]}, "wslDistribution": {"type": "string"}}} | wsl | testenvironments.json |
{"required": ["remoteUri"], "properties": {"remoteUri": {"type": "string"}, "type": {"enum": ["ssh"]}}} | ssh | testenvironments.json |
{"type": "null"} | nullRule | jscsrc.json |
{"uniqueItems": true, "items": {"enum": ["++", "--", "+", "-", "~", "!"]}, "type": ["array", "boolean", "null"]} | unaryOperators | jscsrc.json |
{"uniqueItems": true, "items": {"enum": ["catch", "do", "else", "finally", "for", "function", "if", "try", "while"]}, "type": ["array", "null"]} | blockKeywords | jscsrc.json |
{"type": ["null", "object"], "properties": {"beforeOpeningCurlyBrace": {"type": ["boolean", "null"]}, "beforeOpeningRoundBrace": {"type": ["boolean", "null"]}}} | braceRules | jscsrc.json |
{"uniqueItems": true, "items": {"enum": [",", ":", "?", "^", "^=", "|", "||", "|=", "&", "&&", "&=", "+", "+=", "-", "-=", "%", "%=", "/", "/=", "*", "*=", "=", "==", "===", "!=", "!==", ">", ">>", ">>>", ">=", ">>=", ">>>=", "<", "<<", "<=", "<<=", null]}, "type": ["array", "boolean", "null"]} | operators | jscsrc.json |
{"uniqueItems": true, "items": {"enum": ["ArrayExpression", "ArrayPattern", "ArrowFunctionExpression", "AssignmentExpression", "AssignmentPattern", "BinaryExpression", "BlockStatement", "BreakStatement", "CallExpression", "CatchClause", "ClassBody", "ClassDeclaration", "ClassExpression", "ConditionalExpression", "ContinueStatement", "DebuggerStatement", "DoWhileStatement", "EmptyStatement", "ExportAllDeclaration", "ExportDefaultDeclaration", "ExportNamedDeclaration", "ExportSpecifier", "ExpressionStatement", "ForInStatement", "ForStatement", "FunctionDeclaration", "FunctionExpression", "Identifier", "IfStatement", "ImportDeclaration", "ImportDefaultSpecifier", "ImportNamespaceSpecifier", "ImportSpecifier", "LabeledStatement", "Literal", "LogicalExpression", "MemberExpression", "MethodDefinition", "NewExpression", "ObjectExpression", "ObjectPattern", "Program", "Property", "RestElement", "ReturnStatement", "SequenceExpression", "SpreadElement", "Super", "SwitchCase", "SwitchStatement", "TaggedTemplateExpression", "TemplateElement", "TemplateLiteral", "ThisExpression", "ThrowStatement", "TryStatement", "UnaryExpression", "UpdateExpression", "VariableDeclaration", "VariableDeclarator", "WhileStatement", "WithStatement"]}, "type": ["array", "null"]} | esprimaNodeTypes | jscsrc.json |
{"uniqueItems": true, "items": {"enum": ["==", "===", "!=", "!==", null]}, "type": ["array", "boolean", "null"]} | equalityOperators | jscsrc.json |
{"uniqueItems": true, "items": {"enum": ["break", "case", "catch", "continue", "debugger", "default", "delete", "do", "else", "finally", "for", "function", "if", "in", "instanceof", "new", "return", "switch", "this", "throw", "try", "typeof", "var", "void", "while", "with"]}, "type": ["array", "null"]} | keywords | jscsrc.json |
{"oneOf": [{"minItems": 2, "items": [{"enum": [0, 1, 2], "type": "number"}, {"enum": ["always", "never"], "type": "string"}, {}], "additionalItems": false, "type": "array", "maxItems": 3}]} | rule | commitlintrc.json |
{"enum": ["SYS_ADMIN", "SYS_PTRACE", "NET_RAW", "NET_ADMIN"], "type": "string"} | LinuxCapability | mirrord-schema.json |
{"type": "object", "properties": {"operator": {"type": "string"}, "key": {"type": "string"}, "tolerationSeconds": {"type": "integer", "format": "int64"}, "effect": {"type": "string"}, "value": {"type": "string"}}} | io.k8s.api.core.v1.Toleration | mirrord-schema.json |
{"anyOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]} | VecOrSingle_for_String | mirrord-schema.json |
{"oneOf": [{"enum": ["mirror"], "type": "string"}, {"enum": ["steal"], "type": "string"}, {"enum": ["off"], "type": "string"}]} | IncomingMode | mirrord-schema.json |
{"required": ["rollout"], "type": "object", "properties": {"rollout": {"type": "string"}, "container": {"type": ["string", "null"]}}} | RolloutTarget | mirrord-schema.json |
{"required": ["deployment"], "type": "object", "properties": {"container": {"type": ["string", "null"]}, "deployment": {"type": "string"}}} | DeploymentTarget | mirrord-schema.json |
{"anyOf": [{"minimum": 0.0, "type": "integer", "format": "uint16"}, {"items": {"minimum": 0.0, "type": "integer", "format": "uint16"}, "type": "array"}]} | VecOrSingle_for_uint16 | mirrord-schema.json |
{"oneOf": [{"enum": ["override"], "type": "string"}, {"enum": ["continue"], "type": "string"}, {"enum": ["abort"], "type": "string"}]} | ConcurrentSteal | mirrord-schema.json |
{"oneOf": [{"enum": ["local"], "type": "string"}, {"enum": ["localwithoverrides"], "type": "string"}, {"enum": ["read"], "type": "string"}, {"enum": ["write"], "type": "string"}]} | FsModeConfig | mirrord-schema.json |
{"required": ["pod"], "type": "object", "properties": {"pod": {"type": "string"}, "container": {"type": ["string", "null"]}}} | PodTarget | mirrord-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"idle_timeout": {"minimum": 0.0, "type": ["integer", "null"], "format": "uint64"}, "start_idle_timeout": {"minimum": 0.0, "type": ["integer", "null"], "format": "uint64"}}} | InternalProxyFileConfig | mirrord-schema.json |
{"type": "object", "properties": {"enabled": {"default": true, "type": "boolean"}}} | CiConfig | pmbot.yml.schema.json |
{"required": ["name"], "type": "object", "properties": {"config": {}, "name": {"minLength": 1, "type": "string"}}} | PmbotPluginDeclaration | pmbot.yml.schema.json |
{"required": ["name"], "type": "object", "properties": {"on": {"default": [], "items": {"enum": ["running", "pending", "interrupted", "success", "partial", "failure", "unknown"], "type": "string"}, "type": "array"}, "config": {}, "name": {"minLength": 1, "type": "string"}}} | ActionPluginDeclaration | pmbot.yml.schema.json |
{"required": ["dependency", "versionBefore", "versionAfter"], "type": "object", "properties": {"versionBefore": {"type": "string"}, "dependency": {"type": "string"}, "versionAfter": {"type": "string"}}} | DependencyUpdateCommitMessageTemplateContext | pmbot.yml.schema.json |
{"required": ["from", "to"], "type": "object", "properties": {"to": {"minLength": 1, "type": "string"}, "from": {"minLength": 1, "type": "string"}, "subject": {"default": "Automated update of {{slug}} dependencies {{statusEmoji}}", "type": "string"}}} | MessageConfig | pmbot.yml.schema.json |
{"required": ["token"], "type": "object", "properties": {"assignees": {"default": [], "items": {"type": "string"}, "type": "array"}, "token": {"minLength": 1, "type": "string"}, "additionalText": {"type": "string"}, "closeOpen": {"default": true, "type": "boolean"}}} | CreateIssueActionConfig | pmbot.yml.schema.json |
{"required": ["url"], "type": "object", "properties": {"url": {"minLength": 1, "type": "string"}, "additionalText": {"type": "string"}}} | SlackActionConfig | pmbot.yml.schema.json |
{"required": ["slug", "status", "statusEmoji"], "type": "object", "properties": {"status": {}, "slug": {}, "statusEmoji": {}}} | TitleTemplateContext | pmbot.yml.schema.json |
{"type": "object", "properties": {"bumpConfig": {}, "settingsPath": {}}} | MavenPmaConfig | pmbot.yml.schema.json |
{"required": ["name", "value"], "type": "object", "properties": {"name": {"minLength": 1, "type": "string"}, "value": {"minLength": 1, "type": "string"}}} | WebhookHeader | pmbot.yml.schema.json |
{"type": "object", "properties": {"commitMessage": {"default": "chore: update {{slug}} dependencies", "type": "string"}, "squash": {"default": true, "type": "boolean"}, "removeUpdateBranch": {"default": true, "type": "boolean"}}} | AutoMergeActionConfig | pmbot.yml.schema.json |
{"required": ["slug"], "type": "object", "properties": {"slug": {}}} | AutoMergeActionCommitMessageTemplateContext | pmbot.yml.schema.json |
{"required": ["pattern", "bump"], "type": "object", "properties": {"bump": {"enum": ["major", "minor", "patch"], "type": "string"}, "pattern": {"type": "string"}}} | BumpRule | pmbot.yml.schema.json |
{"required": ["url"], "type": "object", "properties": {"url": {"minLength": 1, "type": "string"}, "channels": {"items": {"type": "string"}, "type": "array"}, "additionalText": {"type": "string"}}} | MattermostActionConfig | pmbot.yml.schema.json |
{"required": ["token"], "type": "object", "properties": {"additionalText": {"type": "string"}, "squash": {"default": true, "type": "boolean"}, "assignees": {"default": [], "items": {"type": "string"}, "type": "array"}, "token": {"minLength": 1, "type": "string"}, "closeOpen": {"default": true, "type": "boolean"}, "deleteSourceBranch": {"default": true, "type": "boolean"}, "maintainerCanModify": {"default": true, "type": "boolean"}}} | CreateMergeRequestActionConfig | pmbot.yml.schema.json |
{"type": "object", "properties": {"bumpConfig": {}}} | GoPmaConfig | pmbot.yml.schema.json |
{"enum": ["SIMPLE_SCHEMA_NODE_TYPE_UNSPECIFIED", 0, "STRING", 1, "BOOLEAN", 2, "FLOAT", 3, "INTEGER", 4, "LONG", 5, "NODE", 10], "markdownEnumDescriptions": ["(or 0) ", "(or \"SIMPLE_SCHEMA_NODE_TYPE_UNSPECIFIED\") ", "(or 1) ", "(or \"STRING\") ", "(or 2) ", "(or \"BOOLEAN\") ", "(or 3) ", "(or \"FLOAT\") ", "(or 4) ", "(or \"INTEGER\") ", "(or 5) ", "(or \"LONG\") ", "(or 10) ", "(or \"NODE\") "]} | strmprivacy.api.entities.v1.SimpleSchemaNodeType | strmprivacy.api.entities.v1.Schema.SimpleSchemaDefinition.json |
{"additionalProperties": false, "required": ["// autoCompress (1)", "// autoCompress (2)", "// autoCompress (3)", "autoCompress", "// ignoreReadErrors", "ignoreReadErrors", "// throttleFS (1)", "// throttleFS (2)", "throttleFS"], "type": "object", "properties": {"// throttleFS (1)": {"type": "string"}, "// autoCompress (1)": {"type": "string"}, "// ignoreReadErrors": {"type": "string"}, "ignoreReadErrors": {"type": "boolean", "const": true}, "// autoCompress (3)": {"type": "string"}, "// throttleFS (2)": {"type": "string"}, "// autoCompress (2)": {"type": "string"}, "autoCompress": {"additionalProperties": false, "required": ["sizeFactor", "sizeFactorMinimumSize"], "type": "object", "properties": {"sizeFactorMinimumSize": {"type": "number"}, "sizeFactor": {"type": "number"}}}, "throttleFS": {"additionalProperties": false, "required": ["// intervalMs", "intervalMs", "// maxBufferedCommands", "maxBufferedCommands"], "type": "object", "properties": {"// intervalMs": {"type": "string"}, "// maxBufferedCommands": {"type": "string"}, "intervalMs": {"type": "number"}, "maxBufferedCommands": {"type": "number"}}}}} | JsonlOptions | iobroker.json |
{"additionalProperties": false, "required": ["disabled", "files", "// files", "hours", "// hours", "period", "// period", "path", "// path"], "type": "object", "properties": {"files": {"type": "number"}, "disabled": {"type": "boolean"}, "// hours": {"type": "string"}, "// path": {"type": "string"}, "period": {"type": "number"}, "// files": {"type": "string"}, "hours": {"type": "number"}, "// period": {"type": "string"}, "path": {"type": "string"}}} | DatabaseBackupOptions | iobroker.json |
{"type": "object", "properties": {"severity": {"type": "string"}, "id": {"type": "string"}, "tags": {"items": {"type": "string"}, "type": "array"}}} | queryItem | lgtm.json |
{"additionalProperties": false, "required": ["name", "path"], "type": "object", "properties": {"path": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}}} | pluginOptions | pulumi.json |
{"enum": ["string", "integer", "boolean", "array"]} | simpleConfigType | pulumi.json |
{"type": "object"} | parameters | mta.json |
{"items": {"required": ["name", "path"], "type": "object", "properties": {"path": {"type": "string"}, "name": {"type": "string"}}}, "type": "array"} | includes | mta.json |
{"type": "object", "properties": {"optional": {"default": false, "type": "boolean"}, "overwritable": {"default": true, "type": "boolean"}}} | parameters-metadata | mta.json |
{"type": "object", "properties": {"datatype": {"default": "str", "enum": ["str", "int", "float", "bool"], "type": "string"}, "optional": {"default": false, "type": "boolean"}, "overwritable": {"default": true, "type": "boolean"}}} | properties-metadata | mta.json |
{"type": "object"} | properties | mta.json |
{"pattern": "^[1-9][0-9]*(M|MB|G|GB|m|mb|g|gb)$", "type": "string"} | generic-memory | mta.json |
{"OutgoingWebhook": {"additionalProperties": false, "required": ["name", "type", "configuration"], "type": "object", "properties": {"configuration": {"additionalProperties": false, "required": ["webhookName"], "type": "object", "properties": {"headers": {"type": "object"}, "method": {"enum": ["GET", "PUT", "POST", "DELETE", "PATCH"], "type": "string"}, "webhookName": {"type": "string"}, "parameters": {"type": "string"}, "path": {"type": "string"}}}, "type": {"type": "string"}, "name": {"type": "string"}}}, "FileSpec": {"additionalProperties": false, "required": ["name", "type", "configuration"], "type": "object", "properties": {"configuration": {"additionalProperties": false, "required": ["sourceArtifactory"], "type": "object", "properties": {"flat": {"type": ["boolean", "string"]}, "target": {"type": "string"}, "pattern": {"type": "string"}, "sourceArtifactory": {"type": "string"}, "props": {"type": "string"}, "excludePatterns": {"items": {"type": "string"}, "type": "array"}, "aql": {"type": "string"}, "buildNumber": {"type": ["integer", "string"]}, "limit": {"type": ["integer", "string"]}, "sortOrder": {"type": "string"}, "recursive": {"type": ["boolean", "string"]}, "offset": {"type": ["integer", "string"]}, "buildName": {"type": "string"}, "archiveEntries": {"type": "string"}, "exclusions": {"items": {"type": "string"}, "type": "array"}, "sortBy": {"items": {"type": "string"}, "type": "array"}}}, "type": {"type": "string"}, "name": {"type": "string"}}}, "RemoteFile": {"additionalProperties": false, "required": ["name", "type", "configuration"], "type": "object", "properties": {"configuration": {"additionalProperties": false, "type": "object", "anyOf": [{"required": ["source", "fileLocation"]}, {"required": ["source", "fileName"]}], "properties": {"source": {"type": "string"}, "fileLocation": {"type": "string"}, "fileDateTime": {"type": "string"}, "fileName": {"type": "string"}}}, "type": {"type": "string"}, "name": {"type": "string"}}}, "Image": {"additionalProperties": false, "required": ["name", "type", "configuration"], "type": "object", "properties": {"configuration": {"additionalProperties": false, "required": ["registry", "imageName", "imageTag"], "type": "object", "properties": {"pin": {"additionalProperties": false, "type": "object", "anyOf": [{"required": ["versionId"]}, {"required": ["imageTag"]}], "properties": {"imageTag": {"type": "string"}, "versionId": {"minimum": 1, "type": "integer"}}}, "sourceRepository": {"type": "string"}, "region": {"type": "string"}, "autoPull": {"type": ["boolean", "string"]}, "imageTag": {"type": "string"}, "imageName": {"type": "string"}, "registry": {"type": "string"}}}, "type": {"type": "string"}, "name": {"type": "string"}}}, "CronTrigger": {"additionalProperties": false, "required": ["name", "type", "configuration"], "type": "object", "properties": {"configuration": {"additionalProperties": false, "required": ["interval"], "type": "object", "properties": {"interval": {"type": "string"}, "branches": {"type": "object", "properties": {"exclude": {"type": "string"}, "include": {"type": "string"}}}}}, "type": {"type": "string"}, "name": {"type": "string"}}}, "BuildInfo": {"additionalProperties": false, "required": ["name", "type", "configuration"], "type": "object", "properties": {"configuration": {"additionalProperties": false, "required": ["sourceArtifactory"], "type": "object", "properties": {"buildNumber": {"type": ["integer", "string"]}, "buildName": {"type": "string"}, "sourceArtifactory": {"type": "string"}, "pin": {"additionalProperties": false, "type": "object", "anyOf": [{"required": ["versionId"]}, {"required": ["buildName", "buildNumber"]}], "properties": {"buildName": {"type": "string"}, "buildNumber": {"type": ["integer", "string"]}, "versionId": {"minimum": 1, "type": "integer"}, "targetRepo": {"type": "string"}}}, "externalCI": {"type": "string"}}}, "type": {"type": "string"}, "name": {"type": "string"}}}, "IncomingWebhook": {"additionalProperties": false, "required": ["name", "type", "configuration"], "type": "object", "properties": {"configuration": {"additionalProperties": false, "required": ["webhookName"], "type": "object", "properties": {"webhookName": {"type": "string"}}}, "type": {"type": "string"}, "name": {"type": "string"}}}, "ReleaseBundle": {"additionalProperties": false, "required": ["name", "type", "configuration"], "type": "object", "properties": {"configuration": {"additionalProperties": false, "required": ["name", "version", "sourceDistribution"], "type": "object", "properties": {"isSigned": {"type": ["boolean", "string"]}, "version": {"type": "string"}, "sourceDistribution": {"type": "string"}, "name": {"type": "string"}, "pin": {"additionalProperties": false, "type": "object", "anyOf": [{"required": ["versionId"]}, {"required": ["name", "version"]}], "properties": {"versionId": {"minimum": 1, "type": "integer"}, "version": {"type": "string"}, "name": {"type": "string"}}}}}, "type": {"type": "string"}, "name": {"type": "string"}}}, "GitRepo": {"additionalProperties": false, "required": ["name", "type", "configuration"], "type": "object", "properties": {"configuration": {"additionalProperties": false, "required": ["gitProvider", "path"], "type": "object", "properties": {"files": {"additionalProperties": false, "type": "object", "properties": {"exclude": {"type": "string", "format": "regex"}, "include": {"type": "string", "format": "regex"}}}, "cloneProtocol": {"enum": ["ssh", "https"], "type": "string"}, "branches": {"additionalProperties": false, "type": "object", "properties": {"exclude": {"type": "string", "format": "regex"}, "include": {"type": "string", "format": "regex"}}}, "pin": {"additionalProperties": false, "type": "object", "anyOf": [{"required": ["versionId"]}, {"required": ["sha"]}], "properties": {"sha": {"type": "string"}, "versionId": {"minimum": 1, "type": "integer"}}}, "tags": {"additionalProperties": false, "type": "object", "properties": {"exclude": {"type": "string", "format": "regex"}, "include": {"type": "string", "format": "regex"}}}, "pullRequestSourceBranches": {"additionalProperties": false, "type": "object", "properties": {"exclude": {"type": "string", "format": "regex"}, "include": {"type": "string", "format": "regex"}}}, "gitProvider": {"type": "string"}, "pullRequestTargetBranches": {"additionalProperties": false, "type": "object", "properties": {"exclude": {"type": "string", "format": "regex"}, "include": {"type": "string", "format": "regex"}}}, "path": {"type": "string"}, "cancelPendingRunsOn": {"additionalProperties": false, "type": "object", "properties": {"newCommit": {"type": "boolean"}, "pullRequestUpdate": {"type": "boolean"}}}, "buildOn": {"additionalProperties": false, "type": "object", "properties": {"commit": {"type": "boolean"}, "releaseCreate": {"type": "boolean"}, "pullRequestClose": {"type": "boolean"}, "pullRequestCreate": {"type": "boolean"}, "tagCreate": {"type": "boolean"}}}, "shallowDepth": {"minimum": 1, "type": "integer"}}}, "type": {"type": "string"}, "name": {"type": "string"}}}, "DistributionRule": {"additionalProperties": false, "required": ["name", "type", "configuration"], "type": "object", "properties": {"configuration": {"additionalProperties": false, "required": ["serviceName", "cityName", "siteName", "countryCodes", "sourceDistribution"], "type": "object", "properties": {"siteName": {"type": "string"}, "countryCodes": {"minItems": 1, "items": {"type": "string"}, "type": "array"}, "serviceName": {"type": "string"}, "cityName": {"type": "string"}, "sourceDistribution": {"type": "string"}}}, "type": {"type": "string"}, "name": {"type": "string"}}}, "Aql": {"additionalProperties": false, "required": ["name", "type", "configuration"], "type": "object", "properties": {"configuration": {"additionalProperties": false, "required": ["query", "sourceArtifactory"], "type": "object", "properties": {"query": {"type": "string"}, "sourceArtifactory": {"type": "string"}, "addedProperties": {"additionalProperties": {"type": ["string", "number"]}, "type": "object"}, "mappings": {"minItems": 1, "items": {"additionalProperties": false, "type": "object", "properties": {"input": {"type": "string"}, "name": {"type": "string"}, "output": {"type": "string"}}}, "type": "array"}}}, "type": {"type": "string"}, "name": {"type": "string"}}}, "PropertyBag": {"additionalProperties": false, "required": ["name", "type", "configuration"], "type": "object", "properties": {"configuration": {"additionalProperties": true, "required": [], "type": "object", "properties": {"pin": {"additionalProperties": true, "type": "object", "properties": {"versionId": {"minimum": 1, "type": "integer"}}}}}, "type": {"type": "string"}, "name": {"type": "string"}}}, "HelmChart": {"additionalProperties": false, "required": ["name", "type", "configuration"], "type": "object", "properties": {"configuration": {"additionalProperties": false, "required": ["sourceArtifactory", "repository", "chart", "version"], "type": "object", "properties": {"repository": {"type": "string"}, "sourceArtifactory": {"type": "string"}, "version": {"type": "string"}, "chart": {"type": "string"}, "pin": {"additionalProperties": false, "type": "object", "anyOf": [{"required": ["versionId"]}, {"required": ["version"]}], "properties": {"versionId": {"minimum": 1, "type": "integer"}, "version": {"type": "string"}}}}}, "type": {"type": "string"}, "name": {"type": "string"}}}, "VmCluster": {"additionalProperties": false, "required": ["name", "type", "configuration"], "type": "object", "properties": {"configuration": {"additionalProperties": false, "required": ["sshKey", "targets"], "type": "object", "properties": {"sshKey": {"type": "string"}, "targets": {"items": {"type": "string"}, "type": "array"}}}, "type": {"type": "string"}, "name": {"type": "string"}}}} | resourceTypes | jfrog-pipelines.json |
{"RequiresApproval": {"additionalProperties": false, "type": ["boolean", "object"], "properties": {"notifications": {"minItems": 1, "items": {"additionalProperties": false, "required": ["integrationName"], "type": "object", "properties": {"integrationName": {"type": "string"}, "recipients": {"minItems": 1, "items": {"type": "string"}, "type": "array"}}}, "type": "array"}, "approvers": {"minItems": 1, "items": {"type": "string"}, "type": "array"}, "timeoutSeconds": {"type": "integer", "exclusiveMinimum": 0}}}, "EnvironmentVariables": {"additionalProperties": {"required": ["default"], "type": ["string", "number", "object"], "properties": {"default": {"type": ["string", "number"]}, "values": {"minItems": 1, "items": {"type": ["string", "number"]}, "type": "array"}, "allowCustom": {"type": "boolean"}}}, "type": "object"}} | common | jfrog-pipelines.json |
{"required": ["_id", "type"], "type": "object", "properties": {"_id": {"type": "string"}, "type": {"type": "string"}, "common": {"type": "object"}}} | iobrokerObject | io-package.json |
{"not": {"required": ["nodeProcessParams"]}} | disallowNodeProcessParams | io-package.json |
{"required": ["compact"], "properties": {"compact": {"const": true}}} | isCompactTrue | io-package.json |
{"additionalProperties": false, "type": "object", "required": ["en"], "patternProperties": {"en|de|ru|pt|nl|fr|it|es|pl|uk|zh-cn": {"type": "string"}}} | multilingual | io-package.json |
{"patternProperties": {"^.*$": {"type": ["string", "boolean", "array", "integer"]}}, "type": "object"} | labels | scenario_schema.json |
{"additionalProperties": "", "items": {"type": "object", "properties": {"type": {"additionalProperties": "", "pattern": "^(string|regexp)$", "type": "string"}, "dest_file": {"type": "string"}, "source_url": {"type": "string"}}}, "required": ["type", "dest_file"], "type": "array"} | data | scenario_schema.json |
{"additionalProperties": false, "required": ["_kind", "type", "val"], "type": "object", "properties": {"_kind": {"enum": ["xstr"], "type": "string"}, "type": {"pattern": "^[A-Z][a-zA-Z0-9_]*$", "type": "string"}, "val": {"type": "string"}}} | xstr | hayson-json-schema.json |
{"additionalProperties": false, "required": ["_kind", "val"], "type": "object", "properties": {"_kind": {"enum": ["date"], "type": "string"}, "val": {"type": "string", "format": "date"}}} | date | hayson-json-schema.json |
{"additionalProperties": false, "required": ["_kind", "lat", "lng"], "type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}, "_kind": {"enum": ["coord"], "type": "string"}}} | coord | hayson-json-schema.json |
{"additionalProperties": false, "required": ["_kind", "val"], "type": "object", "properties": {"_kind": {"enum": ["symbol"], "type": "string"}, "val": {"pattern": "^[0-9a-zA-Z_:\\-.~]+$", "type": "string"}}} | symbol | hayson-json-schema.json |
{"additionalProperties": false, "required": ["_kind", "val"], "type": "object", "properties": {"_kind": {"enum": ["uri"], "type": "string"}, "val": {"type": "string"}}} | uri | hayson-json-schema.json |
{"additionalProperties": false, "required": ["_kind", "val"], "type": "object", "properties": {"_kind": {"enum": ["number"], "type": "string"}, "val": {"type": "number"}, "unit": {"pattern": "^([a-zA-Z%_/$]|[\\x80-\\xFFFF])+$", "type": "string"}}} | number | hayson-json-schema.json |
{"additionalProperties": false, "required": ["_kind"], "type": "object", "properties": {"_kind": {"enum": ["remove"], "type": "string"}}} | remove | hayson-json-schema.json |
{"additionalProperties": false, "required": ["_kind", "val"], "type": "object", "properties": {"_kind": {"enum": ["number"], "type": "string"}, "val": {"enum": ["INF", "-INF", "NaN"], "type": "string"}}} | numberSpecial | hayson-json-schema.json |
{"additionalProperties": false, "required": ["_kind", "val"], "type": "object", "properties": {"_kind": {"enum": ["time"], "type": "string"}, "val": {"pattern": "^(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?$", "type": "string"}}} | time | hayson-json-schema.json |
{"additionalProperties": false, "required": ["_kind"], "type": "object", "properties": {"_kind": {"enum": ["na"], "type": "string"}}} | na | hayson-json-schema.json |
{"additionalProperties": false, "required": ["_kind"], "type": "object", "properties": {"_kind": {"enum": ["marker"], "type": "string"}}} | marker | hayson-json-schema.json |
{"additionalProperties": false, "required": ["_kind", "val"], "type": "object", "properties": {"_kind": {"enum": ["dateTime"], "type": "string"}, "tz": {"minLength": 1, "type": "string"}, "val": {"pattern": "^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|[-+](2[0-3]|[01][0-9]):[0-5][0-9])?$", "type": "string"}}} | dateTime | hayson-json-schema.json |
{"additionalProperties": false, "required": ["_kind", "val"], "type": "object", "properties": {"_kind": {"enum": ["ref"], "type": "string"}, "val": {"pattern": "^[0-9a-zA-Z_:\\-.~]+$", "type": "string"}, "dis": {"type": "string"}}} | ref | hayson-json-schema.json |
{"properties": {"Type": {"type": "string"}, "Mode": {"default": "Raw", "enum": ["Raw", "Script"]}, "Id": {"type": "string"}}} | templateOptions | chutzpah.json |
{"type": "object", "properties": {"ChromeBrowserPath": {"type": "string"}}} | engineOptions | chutzpah.json |
Subsets and Splits