definition
stringlengths 2
292k
| key
stringlengths 2
84
| schema
stringclasses 339
values |
---|---|---|
{"additionalProperties": false, "required": ["from", "to"], "type": "object", "properties": {"action": {"enum": ["move", "copy"], "type": "string"}, "to": {"type": "string"}, "from": {"type": "string"}}} | TransferSchemaTransformObject | config-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}}} | HiveClientInfo | config-schema.json |
{"additionalProperties": false, "required": ["table", "fields"], "type": "object", "properties": {"table": {"type": "string"}, "fields": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}}} | TableField | config-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"allow": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}, "if": {"type": "string"}}} | OperationFieldPermission | config-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"maxRetries": {"type": "integer"}, "minTimeout": {"type": "integer"}, "maxSize": {"type": "integer"}, "timeout": {"type": "integer"}, "sendInterval": {"type": "integer"}}} | HiveAgentOptions | config-schema.json |
{"additionalProperties": false, "required": ["field", "args"], "type": "object", "properties": {"field": {"type": "string"}, "args": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}}} | LiveQueryIndexBy | config-schema.json |
{"additionalProperties": false, "required": ["coordinate", "ttl"], "type": "object", "properties": {"coordinate": {"type": "string"}, "ttl": {"type": "number"}}} | ResponseCacheTTLConfig | config-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"only": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}, "required": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}, "remove": {"items": {"type": "string"}, "additionalItems": false, "type": "array"}}} | ComposeWithMongooseFieldsOpts | config-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"resolvers": {"anyOf": [{"additionalProperties": true, "type": "object"}, {"type": "string"}, {"additionalItems": true, "type": "array"}]}, "typeDefs": {"anyOf": [{"additionalProperties": true, "type": "object"}, {"type": "string"}, {"additionalItems": true, "type": "array"}]}}} | ExtendTransform | config-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"if": {"anyOf": [{"additionalProperties": true, "type": "object"}, {"type": "string"}, {"additionalItems": true, "type": "array"}]}}} | HTTPDetailsExtensionsConfig | config-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"query": {"type": "boolean"}, "mutation": {"type": "boolean"}, "subscription": {"type": "boolean"}}} | EncapsulateTransformApplyTo | config-schema.json |
{"additionalProperties": false, "type": "object", "properties": {"certChain": {"type": "string"}, "privateKey": {"type": "string"}, "rootCA": {"type": "string"}}} | GrpcCredentialsSsl | config-schema.json |
{"defaultSnippets": [{"body": "{backend.response.headers.<HeaderName>}", "label": "Backend Response Header"}, {"body": "{backend.response.statusCode}", "label": "Backend Response Status Code"}, {"body": "{backend.response.statusReason}", "label": "Backend Response Status Reason"}, {"body": "{request.headers.<HeaderName>}", "label": "Original Request Header"}, {"body": "{request.querystring.<ParameterName>}", "label": "Original Request Query String"}, {"body": "{request.method}", "label": "Original Request Method"}, {"body": "{backend.request.headers.<HeaderName>}", "label": "Backend Request Header"}, {"body": "{backend.request.querystring.<ParameterName>}", "label": "Backend Request Query String"}, {"body": "{backend.request.method}", "label": "Backend Request Method"}], "type": "string"} | response-overrides-value-expression-schema | proxies.json |
{"enum": ["GET", "POST", "HEAD", "OPTIONS", "PUT", "TRACE", "DELETE", "PATCH", "CONNECT"]} | http-method-schema | proxies.json |
{"defaultSnippets": [{"body": "{request.headers.<HeaderName>}", "label": "Original Request Header"}, {"body": "{request.querystring.<ParameterName>}", "label": "Original Request Query String Parameter"}, {"body": "{request.method}", "label": "Original Request Method"}], "type": "string"} | request-overrides-value-expression-schema | proxies.json |
{"additionalProperties": true, "type": "object", "properties": {"line_numbers": {"default": true, "type": "boolean"}, "line_wrapping": {"default": true, "type": "boolean"}, "key_map": {"default": "default", "enum": ["default", "sublime", "vim"], "type": "string"}, "theme": {"enum": ["light", "material"], "type": "string"}, "mode": {"enum": ["clike", "css", "diff", "go", "haml", "handlebars", "htmlmixed", "less", "markdown", "gfm", "nginx", "text/x-java", "javascript", "jsx", "text/x-objectivec", "php", "python", "ruby", "scss", "shell", "sql", "twig", "vue", "xml", "yaml-frontmatter"], "type": "string"}, "indent_type": {"enum": ["tabs", "spaces"], "type": "string"}, "type": {"const": "code"}, "indent_size": {"default": 4, "type": "integer"}}} | code | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"default": {"type": "string"}, "type": {"const": "button_group"}, "options": {"type": ["object", "array"]}}} | button_group | statamic.blueprint.schema.json |
{"type": "boolean"} | localizable | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"color_modes": {"uniqueItems": true, "default": "hex", "type": "array", "items": {"enum": ["hex", "rgba", "hsla", "hsva", "cmyk"], "type": "string"}}, "swatches": {"uniqueItems": true, "type": "array"}, "default_color_mode": {"default": "HEXA", "enum": ["HEXA", "RGBA", "HSLA", "HSVA", "CMYK"], "type": "string"}, "theme": {"enum": ["classic", "nano"], "type": "string"}, "lock_opacity": {"default": false, "type": "boolean"}, "type": {"const": "color"}}} | color | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"default": {"default": false, "type": "boolean"}, "type": {"const": "toggle"}}} | toggle | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"inline": {"default": false, "type": "boolean"}, "cast_booleans": {"default": false, "type": "boolean"}, "type": {"const": "radio"}, "options": {"type": ["object", "array"]}}} | radio | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"type": {"const": "table"}}} | table | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"type": {"const": "replicator"}}} | replicator | statamic.blueprint.schema.json |
{"oneOf": [{"type": "boolean"}, {"pattern": "hidden", "type": "string"}]} | listable | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"type": {"const": "section"}}} | section | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"default": {"type": ["object", "string"]}, "type": {"const": "yaml"}}} | yaml | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"html": {"type": ["string"]}, "type": {"const": "html"}}} | html | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"type": {"const": "template"}, "hide_partials": {"default": true, "type": "boolean"}}} | template | statamic.blueprint.schema.json |
{"type": "string"} | import | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"default": {"type": "string"}, "type": {"const": "hidden"}}} | hidden | statamic.blueprint.schema.json |
{"enum": ["above", "below"], "type": "string"} | instructions_position | statamic.blueprint.schema.json |
{"default": false, "type": "boolean"} | antlers | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"type": {"const": "revealer"}}} | revealer | statamic.blueprint.schema.json |
{"enum": ["accepted", "active_url", "required", "alpha", "alpha_dash", "alpha_num", "array", "bail", "boolean", "confirmed", "current_password", "date", "declined", "dimensions", "distinct", "email", "enum", "exclude", "file", "filled", "image", "integer", "ip", "ipv4", "ipv6", "json", "nullable", "numeric", "password", "present", "prohibited", "string", "timezone", "url", "uuid"], "type": "string"} | validationRules | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"reorderable": {"default": true, "type": "boolean"}, "fields": {"items": {"type": "object"}, "type": "array"}, "min_rows": {"minimum": 0, "type": "integer"}, "max_rows": {"minimum": 1, "type": "integer"}, "mode": {"enum": ["table", "stacked"], "type": "string"}, "add_row": {"minimum": 1, "type": "string"}, "type": {"const": "grid"}}} | grid | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"rows": {"default": 1, "minimum": 1, "type": "integer"}, "full_width": {"default": false, "type": "boolean"}, "format": {"default": "'Y-m-d'", "type": "string"}, "time_required": {"default": false, "type": "boolean"}, "mode": {"default": "single", "enum": ["single", "range"], "type": "string"}, "inline": {"default": false, "type": "boolean"}, "time_enabled": {"default": false, "type": "boolean"}, "icon": {"type": "string"}, "type": {"type": "string", "const": "date"}, "columns": {"default": 1, "minimum": 1, "type": "integer"}, "earliest_date": {"default": "1900-01-01", "oneOf": [{"format": "date"}, {"format": "date-time"}], "type": "string"}}} | date | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"default": {"type": ["string", "integer"]}, "type": {"const": "integer"}}} | integer | statamic.blueprint.schema.json |
{"type": "string"} | placeholder | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"type": {"const": "slug"}, "generate": {"default": true, "type": "boolean"}}} | slug | statamic.blueprint.schema.json |
{"type": "string"} | icon | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"container": {"type": "string"}, "max_files": {"type": "integer"}, "allow_uploads": {"default": true, "type": "boolean"}, "restrict": {"default": false, "type": "boolean"}, "mode": {"default": "list", "enum": ["grid", "list"], "type": "string"}, "show_filename": {"default": true, "type": "boolean"}, "folder": {"type": "string"}, "type": {"const": "assets"}}} | assets | statamic.blueprint.schema.json |
{"type": "string"} | instructions | statamic.blueprint.schema.json |
{"type": "boolean"} | required | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"default": {"type": "array"}, "type": {"const": "list"}}} | list | statamic.blueprint.schema.json |
{"pattern": "^((accepted|declined|exclude)_if:\\S+,\\S+|(after|before):[\\w\\d_-]+|(after|before)_or_equal:[\\w\\d_-]+|between:\\d+,\\d+|date_equals:[\\w\\d_-]+|date_format:[\\w\\d_-]+|different:\\S+|digits:\\d+|digits_between:\\d+,\\d+|ends_with:\\S+,\\S+|exclude_unless:\\S+,\\S+|exclude_without:\\S+|exists:\\S+,\\S+|[lg]t(e)?:\\S+|in:\\S+,\\S+|in_array:\\S+|(min|max):\\d+|mimetypes:\\S+|mimes:\\S+|multiple_of:\\d+|not_in:\\S+,\\S+|(not_)?regex:\\S+|prohibited_(if|unless):[\\S_]+,\\S+|prohibits:(\\S)+,(\\S)+|required_(if|unless):\\S+,\\d+|required_(with|with_all|without|without_all):\\S+,\\S+|same:\\S+|size:\\d+|starts_with:\\S+,\\S+|unique:\\S+,\\S+|unique_user_value:[\\{(collection|id|site)\\}]+)$", "type": "string"} | ruleMin | statamic.blueprint.schema.json |
{"minimum": 1, "type": "integer"} | max_items | statamic.blueprint.schema.json |
{"enum": ["default", "select", "typeahead"], "type": "string"} | userSelectModes | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"default": {"type": "integer"}, "max": {"default": 100, "type": "integer"}, "step": {"default": 1, "minimum": 1, "type": "integer"}, "type": {"const": "range"}, "min": {"default": 0, "minimum": 0, "type": "integer"}}} | range | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"default": {"type": "string"}, "inline": {"default": "false", "type": "boolean"}, "type": {"const": "checkboxes"}, "options": {"type": ["object", "array"]}}} | checkboxes | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"default": {"pattern": "^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$", "type": "string"}, "type": {"const": "time"}}} | time | statamic.blueprint.schema.json |
{"additionalProperties": true, "type": "object", "properties": {"type": {"const": "link"}, "collections": {"type": "array"}}} | link | statamic.blueprint.schema.json |
{"type": "string"} | display | statamic.blueprint.schema.json |
{"additionalProperties": false, "required": ["type", "enabled"], "type": "object", "properties": {"type": {"default": "maven", "enum": ["maven", "npm", "local"]}, "enabled": {"default": false, "type": "boolean"}, "target": {"default": "/container-path/directory", "type": "string"}, "source": {"default": ".ci-cache/<type>", "type": "string"}}} | cacheItem | bxci.schema-2.x.json |
{"type": "string"} | branchPattern | bxci.schema-2.x.json |
{"type": "string"} | releaseChannel | bxci.schema-2.x.json |
{"additionalProperties": false, "oneOf": [{"not": {"required": ["value"]}, "required": ["env"]}, {"not": {"required": ["env"]}, "required": ["value"]}], "required": ["key"], "type": "object", "properties": {"key": {"type": "string"}, "env": {"pattern": "^[A-Za-z_][A-Za-z0-9_]*$", "type": "string"}, "value": {"type": "string"}}} | outputDockerBuildArgs | bxci.schema-2.x.json |
{"type": "string"} | dockerfile | bxci.schema-2.x.json |
{"type": "string"} | credentials | bxci.schema-2.x.json |
{"additionalProperties": false, "oneOf": [{"not": {"required": ["value"]}, "required": ["env"]}, {"not": {"required": ["env"]}, "required": ["value"]}], "required": ["key"], "type": "object", "properties": {"key": {"type": "string"}, "env": {"pattern": "^[A-Za-z_][A-Za-z0-9_]*$", "type": "string"}, "value": {"type": "string"}}} | outputHelmUpdatesProperties | bxci.schema-2.x.json |
{"default": false, "type": "boolean"} | failFast | bxci.schema-2.x.json |
{"type": "array"} | steps | bxci.schema-2.x.json |
{"type": "integer"} | timeout | bxci.schema-2.x.json |
{"enum": ["SUBJECT", "OBJECT", "PREDICATE", "NODE", "OTHER_ROLE"], "type": "string"} | RelationalRoleEnum | meta.schema.json |
{"enum": ["CODE", "CURIE", "URI", "FHIR_CODING"], "type": "string"} | PvFormulaOptions | meta.schema.json |
{"additionalProperties": false, "required": ["setting_key", "setting_value"], "type": "object", "properties": {"setting_key": {"type": "string"}, "setting_value": {"type": "string"}}} | Setting | meta.schema.json |
{"additionalProperties": false, "type": "object", "properties": {"has_quantity_kind": {"type": "string"}, "descriptive_name": {"type": "string"}, "derivation": {"type": "string"}, "iec61360code": {"type": "string"}, "symbol": {"type": "string"}, "abbreviation": {"type": "string"}, "ucum_code": {"type": "string"}, "exact_mappings": {"items": {"type": "string"}, "type": "array"}}} | UnitOfMeasure | meta.schema.json |
{"additionalProperties": false, "required": ["source", "description"], "type": "object", "properties": {"source": {"type": "string"}}} | AltDescription | meta.schema.json |
{"enum": ["UNCOMMITTED", "PRESENT", "ABSENT"], "type": "string"} | PresenceEnum | meta.schema.json |
{"additionalProperties": true, "type": "object"} | Anything | meta.schema.json |
{"additionalProperties": false, "type": "object", "properties": {"source_nodes": {"items": {"type": "string"}, "type": "array"}, "is_direct": {"type": "boolean"}, "source_ontology": {"type": "string"}, "include_self": {"type": "boolean"}, "traverse_up": {"type": "boolean"}, "relationship_types": {"items": {"type": "string"}, "type": "array"}}} | ReachabilityQuery | meta.schema.json |
{"additionalProperties": false, "required": ["local_name_value"], "type": "object", "properties": {"local_name_value": {"type": "string"}, "local_name_source": {"type": "string"}}} | LocalName__identifier_optional | meta.schema.json |
{"enum": ["EXACT_SYNONYM", "RELATED_SYNONYM", "BROAD_SYNONYM", "NARROW_SYNONYM"], "type": "string"} | AliasPredicateEnum | meta.schema.json |
{"additionalProperties": false, "required": ["prefix_reference"], "type": "object", "properties": {"prefix_prefix": {"type": "string"}, "prefix_reference": {"type": "string"}}} | Prefix__identifier_optional | meta.schema.json |
{"additionalProperties": false, "required": ["local_name_source", "local_name_value"], "type": "object", "properties": {"local_name_value": {"type": "string"}, "local_name_source": {"type": "string"}}} | LocalName | meta.schema.json |
{"additionalProperties": false, "type": "object", "properties": {"identifier_pattern": {"type": "string"}, "source_ontology": {"type": "string"}}} | MatchQuery | meta.schema.json |
{"additionalProperties": false, "required": ["setting_value"], "type": "object", "properties": {"setting_key": {"type": "string"}, "setting_value": {"type": "string"}}} | Setting__identifier_optional | meta.schema.json |
{"additionalProperties": false, "required": ["prefix_prefix", "prefix_reference"], "type": "object", "properties": {"prefix_prefix": {"type": "string"}, "prefix_reference": {"type": "string"}}} | Prefix | meta.schema.json |
{"additionalProperties": false, "required": ["description"], "type": "object", "properties": {"source": {"type": "string"}}} | AltDescription__identifier_optional | meta.schema.json |
{"additionalProperties": false, "type": "object", "anyOf": [{"required": ["account"]}, {"required": ["item"]}, {"required": ["vault"]}], "properties": {"item": {"type": "string"}, "account": {"type": "string"}, "vault": {"type": "string"}}} | AgentConfigRule | ssh-agent-config.json |
{"required": ["src"], "type": "object", "properties": {"nonull": {"default": false, "type": "boolean"}, "rename": {"type": "string"}, "src": {"minItems": 1, "uniqueItems": true, "type": "array", "items": {"type": "string"}}, "dest": {"type": "string"}, "extDot": {"default": "first", "enum": ["first", "last"]}, "cwd": {"type": "string"}, "filter": {"enum": ["isFile", "isDirectory", "isBlockDevice", "isCharacterDevice", "isSymbolicLink", "isFIFO", "isSocket"]}, "ext": {"type": "string"}, "flatten": {"default": false, "type": "boolean"}, "matchBase": {"default": false, "type": "boolean"}, "expand": {"default": false, "type": "boolean"}}} | dynamic | grunt-task.json |
{"properties": {"sdkVersion": {"type": "string"}, "name": {"minLength": 1, "type": "string"}, "workingDirectory": {"type": "string"}, "commandLineArgs": {"default": "", "type": "string"}, "environmentVariables": {"additionalProperties": {"type": "string"}, "type": "object"}, "launchUrl": {"type": "string", "format": "uri"}, "launchBrowser": {"default": false, "type": "boolean"}}} | content | debugsettings.json |
{"required": ["name"], "type": "object", "properties": {"emotion": {"minimum": -2, "type": "integer", "maximum": 2}, "color": {"type": "string"}, "name": {"type": "string"}, "thoughts": {"items": {"type": "string"}, "type": "array"}, "painPoints": {"items": {"type": "string"}, "type": "array"}}} | UserAction | journey-map.schema.json |
{"type": "object", "properties": {"emotion": {"type": "number"}, "painPoint": {"type": "number"}, "thought": {"type": "number"}, "chance": {"type": "number"}, "action": {"type": "number"}, "stage": {"type": "number"}}} | Partial<Record<SectionType,number>> | journey-map.schema.json |
{"required": ["name"], "type": "object", "properties": {"override-checkout": {"type": "string"}, "name": {"type": "string"}}} | RequiredProjectModel | zuul.json |
{"additionalProperties": false, "required": ["zuul"], "type": "object", "properties": {"zuul": {"type": "string"}}} | ZuulRoleModel | zuul.json |
{"additionalProperties": false, "type": "object", "properties": {"queue": {"type": "string"}, "jobs": {"items": {}, "type": "array"}}} | PipelineModel | zuul.json |
{"additionalProperties": false, "required": ["name", "secret"], "type": "object", "properties": {"secret": {"type": "string"}, "name": {"type": "string"}, "pass-to-parent": {"default": false, "type": "boolean"}}} | JobSecretModel | zuul.json |
{"additionalProperties": false, "required": ["name", "data"], "type": "object", "properties": {"data": {"type": "object"}, "name": {"type": "string"}}} | SecretModel | zuul.json |
{"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"soft": {"default": false, "type": "boolean"}, "name": {"type": "string"}}} | JobDependencyModel | zuul.json |
{"pattern": "^\\./", "type": ["string", "null"]} | packageExportsEntryPath | package.json |
{"anyOf": [{"type": "string"}, {"enum": ["Apache-2.0", "MIT", "ISC", "BSD-3-Clause", "BSD-2-Clause", "CC0-1.0", "CDDL-1.1", "LGPL-2.1-only", "LGPL-2.1-or-later", "LGPL-3.0-only", "LGPL-3.0-or-later", "EPL-1.0", "EPL-2.0", "MS-PL", "UNLICENSED"]}]} | license | package.json |
{"x-intellij-language-injection": "Shell Script", "type": "string"} | scriptsRestart | package.json |
{"x-intellij-language-injection": "Shell Script", "type": "string"} | scriptsStart | package.json |
{"x-intellij-language-injection": "Shell Script", "type": "string"} | scriptsUninstallBefore | package.json |
{"x-intellij-language-injection": "Shell Script", "type": "string"} | scriptsInstallAfter | package.json |
{"x-intellij-language-injection": "Shell Script", "type": "string"} | scriptsTest | package.json |
{"required": ["name"], "type": ["object", "string"], "properties": {"url": {"type": "string", "format": "uri"}, "name": {"type": "string"}, "email": {"type": "string", "format": "email"}}} | person | package.json |
{"x-intellij-language-injection": "Shell Script", "type": "string"} | scriptsPublishAfter | package.json |
{"x-intellij-language-injection": "Shell Script", "type": "string"} | scriptsStop | package.json |
{"type": "string", "format": "uri"} | fundingUrl | package.json |