schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
vega-lite.json | limit | The maximum allowed length in pixels of legend labels. | {"minimum": 0, "type": "number"} |
vega-lite.json | offset | Offset in pixels of the title from the chart body and axes. | {"type": "number"} |
vega-lite.json | orient | Default title orientation ("top", "bottom", "left", or "right") | {} |
vega-lite.json | clip | Whether the view should be clipped. | {"type": "boolean"} |
vega-lite.json | fill | The fill color.
__Default value:__ (none) | {"type": "string"} |
vega-lite.json | fillOpacity | The fill opacity (value between [0,1]).
__Default value:__ (none) | {"type": "number"} |
vega-lite.json | height | The default height of the single plot or each plot in a trellis plot when the visualization has a continuous (non-ordinal) y-scale with `rangeStep` = `null`.
__Default value:__ `200` | {"type": "number"} |
vega-lite.json | stroke | The stroke color.
__Default value:__ (none) | {"type": "string"} |
vega-lite.json | strokeDash | An array of alternating stroke, space lengths for creating dashed or dotted lines.
__Default value:__ (none) | {"items": {"type": "number"}, "type": "array"} |
vega-lite.json | strokeDashOffset | The offset (in pixels) into which to begin drawing with the stroke dash array.
__Default value:__ (none) | {"type": "number"} |
vega-lite.json | strokeOpacity | The stroke opacity (value between [0,1]).
__Default value:__ (none) | {"type": "number"} |
vega-lite.json | strokeWidth | The stroke width, in pixels.
__Default value:__ (none) | {"type": "number"} |
vega-lite.json | width | The default width of the single plot or each plot in a trellis plot when the visualization has a continuous (non-ordinal) x-scale or ordinal x-scale with `rangeStep` = `null`.
__Default value:__ `200` | {"type": "number"} |
vega-lite.json | shortTimeLabels | Whether month names and weekday names should be abbreviated.
__Default value:__ `false` | {"type": "boolean"} |
pyrseas-0.8.json | ^type | 5 types: Base Type, Composite, Enum, Domain, Range | {"type": "object", "additionalProperties": false, "properties": {"labels": {"type": "array", "items": {"type": "string"}}, "owner": {"type": "string"}, "privileges": {}, "attributes": {"type": "array", "items": {"type": "object", "additionalProperties": {"type": "object", "additionalProperties": false, "properties": {"type": {"type": "string"}, "oldname": {"type": "string"}}}}}, "subtype": {"type": "string"}, "oldname": {"type": "string"}, "input": {"type": "string"}, "output": {"type": "string"}, "internallength": {"oneOf": [{"type": "string"}, {"type": "integer"}]}, "alignment": {"type": "string"}, "storage": {"type": "string"}, "category": {"type": "string"}, "subtype_diff": {"type": "string"}, "type": {"type": "string"}, "not_null": {"type": "boolean"}, "default": {"type": "string"}, "canonical": {"type": "string"}, "receive": {"type": "string"}, "send": {"type": "string"}, "typmod_in": {"type": "string"}, "typmod_out": {"type": "string"}, "analyze": {"type": "string"}, "delimiter": {"type": "string"}, "preferred": {"type": "boolean"}}} |
fulibWorkflows.schema.json | Schema for the generation file of fulibWorkflows | {"$schema": "https://json-schema.org/draft-07/schema#", "type": "array", "additionalItems": false, "$defs": {"workflowItem": {"type": "object", "properties": {"workflow": {"type": "string"}}, "required": ["workflow"], "additionalProperties": false}, "externalSystemItem": {"type": "object", "properties": {"externalSystem": {"type": "string"}}, "required": ["externalSystem"], "additionalProperties": false}, "serviceItem": {"type": "object", "properties": {"service": {"type": "string"}}, "required": ["service"], "additionalProperties": false}, "commandItem": {"type": "object", "properties": {"command": {"type": "string"}}, "required": ["command"], "additionalProperties": false}, "eventItem": {"type": "object", "properties": {"event": {"type": "string"}}, "required": ["event"]}, "policyItem": {"type": "object", "properties": {"policy": {"type": "string"}}, "required": ["policy"], "additionalProperties": false}, "userItem": {"type": "object", "properties": {"user": {"type": "string"}}, "required": ["user"], "additionalProperties": false}, "dataItem": {"type": "object", "properties": {"data": {"type": "string"}}, "required": ["data"]}, "pageItem": {"type": "object", "properties": {"page": {}}, "required": ["page"], "additionalProperties": false}, "problemItem": {"type": "object", "properties": {"problem": {"type": "string"}}, "required": ["problem"], "additionalProperties": false}, "divItem": {"type": "object", "properties": {"div": {}}, "required": ["div"], "additionalProperties": false}}, "items": {"oneOf": [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}} |
|
fulibWorkflows.schema.json | workflowItem | The title of your current workflow | {"type": "object", "properties": {"workflow": {"type": "string"}}, "required": ["workflow"], "additionalProperties": false} |
fulibWorkflows.schema.json | externalSystemItem | Can be used to address data coming from another source | {"type": "object", "properties": {"externalSystem": {"type": "string"}}, "required": ["externalSystem"], "additionalProperties": false} |
fulibWorkflows.schema.json | serviceItem | The service on which the following events are executed | {"type": "object", "properties": {"service": {"type": "string"}}, "required": ["service"], "additionalProperties": false} |
fulibWorkflows.schema.json | commandItem | A command send by a user | {"type": "object", "properties": {"command": {"type": "string"}}, "required": ["command"], "additionalProperties": false} |
fulibWorkflows.schema.json | eventItem | An event signalling that some system state is reached | {"type": "object", "properties": {"event": {"type": "string"}}, "required": ["event"]} |
fulibWorkflows.schema.json | policyItem | The following steps define the reaction of a service to some triggering command or event | {"type": "object", "properties": {"policy": {"type": "string"}}, "required": ["policy"], "additionalProperties": false} |
fulibWorkflows.schema.json | userItem | Defines the user who is going to perform an action | {"type": "object", "properties": {"user": {"type": "string"}}, "required": ["user"], "additionalProperties": false} |
fulibWorkflows.schema.json | dataItem | data object created within a service | {"type": "object", "properties": {"data": {"type": "string"}}, "required": ["data"]} |
fulibWorkflows.schema.json | pageItem | Defines a ui page | {"type": "object", "properties": {"page": {}}, "required": ["page"], "additionalProperties": false} |
fulibWorkflows.schema.json | problemItem | Shows a problem/question in the workflow | {"type": "object", "properties": {"problem": {"type": "string"}}, "required": ["problem"], "additionalProperties": false} |
fulibWorkflows.schema.json | divItem | Defines a ui page | {"type": "object", "properties": {"div": {}}, "required": ["div"], "additionalProperties": false} |
haystack-pipeline.schema.json | Haystack Pipeline YAML file describing the nodes of the pipelines. For more info read the docs at: https://haystack.deepset.ai/components/pipelines#yaml-file-definitions | {"$schema": "http://json-schema.org/draft-07/schema", "oneOf": [{"allOf": [{"properties": {"version": {"const": "ignore"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.0.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.1.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.2.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.3.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.4.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.4.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.4.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.5.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.5.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.6.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.7.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.7.1"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.7.2"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.8.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.9.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.9.1"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.10.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.11.0rc0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.11.1"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.12.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.12.1"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.12.2"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.13.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.13.1"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.13.2"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.14.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.15.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.15.1"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.16.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.16.1"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.17.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.17.1"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.17.2"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.18.0"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.18.1"}}}, {}]}, {"allOf": [{"properties": {"version": {"const": "1.19.0"}}}, {}]}], "type": "object"} |
|
jsbeautifyrc.json | indent_size | Indent size. [JS,CSS,HTML] | {"type": "integer", "default": 4} |
jsbeautifyrc.json | indent_char | Indentation character. [JS,CSS,HTML] | {"type": "string", "default": " ", "maxLength": 1} |
jsbeautifyrc.json | eol | Character(s) to use as line terminators. [JS,CSS,HTML] | {"type": "string", "default": "\n"} |
jsbeautifyrc.json | indent_with_tabs | Indent with tabs, overrides 'indent_size' and 'indent_char' [JS,CSS,HTML] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | end_with_newline | Ensure newline at end of file. [JS,CSS,HTML] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | preserve_newlines | Preserve line-breaks. [JS,CSS,HTML] | {"type": "boolean", "default": true} |
jsbeautifyrc.json | max_preserve_newlines | Number of line-breaks to be preserved in one chunk. [JS,HTML] | {"type": "integer", "default": 10} |
jsbeautifyrc.json | brace_style | [collapse|expand|end-expand|none][,preserve-inline] [JS,HTML] | {"type": "string", "default": "collapse", "enum": ["collapse", "expand", "end-expand", "none", "collapse,preserve-inline", "expand,preserve-inline", "end-expand,preserve-inline", "none,preserve-inline"]} |
jsbeautifyrc.json | wrap_line_length | Wrap lines at next opportunity after N characters. [JS,HTML] | {"type": "integer", "default": 0} |
jsbeautifyrc.json | selector_separator_newline | Add a newline between multiple selectors. [CSS] | {"type": "boolean", "default": true} |
jsbeautifyrc.json | newline_between_rules | Add a newline between CSS rules. [CSS] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | space_around_selector_separator | (Deprecated: use space_around_combinator) [CSS] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | space_around_combinator | Ensure space around selector separators (>+~). [CSS] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | void_elements | HTLM void elements - aka self-closing tags. [HTML] | {"type": "array", "items": {"type": "string"}, "default": ["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen", "link", "menuitem", "meta", "param", "source", "track", "wbr", "!doctype", "?xml", "?php", "basefont", "isindex"]} |
jsbeautifyrc.json | wrap_attributes | Wrap attributes to new lines. [HTML] | {"type": "string", "default": "auto", "enum": ["auto", "force", "force-aligned", "force-expand-multiline"]} |
jsbeautifyrc.json | wrap_attributes_indent_size | Indent wrapped attributes to after N characters. Defaults to 'indent_size'. [HTML] | {"type": "number"} |
jsbeautifyrc.json | indent_inner_html | Indent <head> and <body> sections. [HTML] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | indent_scripts | [keep|separate|normal] [HTML] | {"type": "string", "default": "normal", "enum": ["keep", "separate", "normal"]} |
jsbeautifyrc.json | unformatted | List of tags that should not be reformatted. [HTML] | {"type": "array", "items": {"type": "string"}, "default": ["a", "abbr", "area", "audio", "b", "bdi", "bdo", "br", "button", "canvas", "cite", "code", "data", "datalist", "del", "dfn", "em", "embed", "i", "iframe", "img", "input", "ins", "kbd", "keygen", "label", "map", "mark", "math", "meter", "noscript", "object", "output", "progress", "q", "ruby", "s", "samp", "select", "small", "span", "strong", "sub", "sup", "svg", "template", "textarea", "time", "u", "var", "video", "wbr", "text", "acronym", "address", "big", "dt", "ins", "strike", "tt"]} |
jsbeautifyrc.json | content_unformatted | List of tags whose content should not be reformatted. [HTML] | {"type": "array", "items": {"type": "string"}, "default": ["pre"]} |
jsbeautifyrc.json | extra_liners | List of tags that should have an extra newline before them. [HTML] | {"type": "array", "items": {"type": "string"}, "default": ["head", "body", "/html"]} |
jsbeautifyrc.json | indent_body_inner_html | Indent elements within html <body> element. [HTML] | {"type": "boolean", "default": true} |
jsbeautifyrc.json | indent_head_inner_html | Indent elements within html <head> element. [HTML] | {"type": "boolean", "default": true} |
jsbeautifyrc.json | indent_handlebars | format and indent {{#foo}} and {{/foo}}. [HTML] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | indent_level | Initial indentation level. [JS] | {"type": "integer", "default": 0} |
jsbeautifyrc.json | space_in_paren | Add padding spaces within parentheses, ie. f( a, b ). [JS] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | space_in_empty_paren | Leave space in empty parentheses, ie. f( ). [JS] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | jslint_happy | Enable jslint-stricter mode. (Forces 'space_after_anon_function') [JS] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | space_after_anon_function | Add a space before an anonymous function's parens, ie. function (). [JS] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | break_chained_methods | Break chained method calls across subsequent lines. [JS] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | keep_array_indentation | Preserve array indentation. [JS] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | keep_function_indentation | Preserve function indentation. [JS] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | space_before_conditional | Ensure a space before conditional statement. [JS] | {"type": "boolean", "default": true} |
jsbeautifyrc.json | unescape_strings | Decode printable characters encoded in xNN notation. [JS] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | comma_first | Put commas at the beginning of new line instead of end. [JS] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | operator_position | Move operators to before or after a new line, or keep as is. [JS] | {"type": "string", "enum": ["before-newline", "after-newline", "preserve-newline"], "default": "before-newline"} |
jsbeautifyrc.json | e4x | Pass E4X xml literals through untouched. [JS] | {"type": "boolean", "default": false} |
jsbeautifyrc.json | unindent_chained_methods | Unindent chained methods. [JS] | {"type": "boolean", "default": false} |
crowdin.json | Configuration for Crowdin, a crowd-translation platform. | {"$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/crowdin.json", "properties": {"project_id": {"type": "string"}, "project_id_env": {"type": "string"}, "api_token": {"type": "string"}, "api_token_env": {"type": "string"}, "base_path": {"type": "string"}, "base_path_env": {"type": "string"}, "base_url": {"type": "string", "format": "uri"}, "base_url_env": {"type": "string"}, "preserve_hierarchy": {"type": "boolean"}, "commit_message": {"type": "string"}, "append_commit_message": {"type": "boolean"}, "export_languages": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "translation": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "translation_replace": {"additionalProperties": {"type": "string"}}, "excluded_target_languages": {"type": "array", "items": {"type": "string"}}, "scheme": {"type": "string"}, "dest": {"type": "string"}, "type": {"type": "string"}, "update_option": {"enum": ["update_as_unapproved", "update_without_changes"]}, "translate_content": {"type": "number", "minimum": 0, "maximum": 1, "default": 1}, "translate_attributes": {"type": "number", "minimum": 0, "maximum": 1, "default": 1}, "content_segmentation": {"type": "number", "minimum": 0, "maximum": 1, "default": 1}, "translatable_elements": {"type": "array", "items": {"type": "string"}}, "skip_untranslated_strings": {"type": "boolean"}, "skip_untranslated_files": {"type": "boolean"}, "export_only_approved": {"type": "boolean"}, "escape_quotes": {"type": "number", "minimum": 0, "maximum": 3, "default": 3}, "escape_special_characters": {"type": "number", "minimum": 0, "maximum": 1, "default": 1}, "first_line_contains_header": {"type": "boolean"}, "languages_mapping": {"properties": {"two_letters_code": {"additionalProperties": {"type": "string"}}, "android_code": {"additionalProperties": {"type": "string"}}}}, "labels": {"type": "array", "items": {"type": "string"}}}}}}, "type": "object"} |
|
crowdin.json | append_commit_message | Replace the default commit message with the one specified in commit_message. | {"type": "boolean"} |
crowdin.json | export_languages | Specify a list of specific languages to export. | {"type": "array", "items": {"type": "string"}} |
crowdin.json | translate_content | Defines whether to translate texts placed inside the tags. | {"type": "number", "minimum": 0, "maximum": 1, "default": 1} |
crowdin.json | translate_attributes | Defines whether to translate tags' attributes. | {"type": "number", "minimum": 0, "maximum": 1, "default": 1} |
crowdin.json | content_segmentation | Defines whether to split long texts into smaller text segments. | {"type": "number", "minimum": 0, "maximum": 1, "default": 1} |
crowdin.json | translatable_elements | An array of strings, where each item is the XPaths to DOM element that should be imported. | {"type": "array", "items": {"type": "string"}} |
crowdin.json | escape_quotes | Defines whether a single quote should be escaped by another single quote or backslash in exported translations. | {"type": "number", "minimum": 0, "maximum": 3, "default": 3} |
crowdin.json | escape_special_characters | Defines whether any special characters (=, :, ! and #) should be escaped by backslash in exported translations. | {"type": "number", "minimum": 0, "maximum": 1, "default": 1} |
lego.json | file | This object or string represents the file format | {"type": "string"} |
lego.json | file | This object or string represents the file format | {"type": "null"} |
lego.json | file | This object or string represents the file format | {} |
lego.json | fileFormat | This object represents a file format | {"type": "object", "properties": {"name": {"type": "string"}, "template": {"type": "string"}}, "required": ["name"]} |
lego.json | name | Name of block file | {"type": "string"} |
lego.json | template | Path to file template | {"type": "string"} |
lego.json | blocks | An array of your app's blocks. | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "path": {"type": "string"}, "isFile": {"type": "boolean"}, "files": {"type": "array", "items": {}}, "file": {}}, "required": ["type", "path"]}} |
lego.json | type | The name of the block type | {"type": "string"} |
lego.json | path | Path relative to root where the block will be stored | {"type": "string"} |
lego.json | isFile | Is this a file? or a folder? False by default. | {"type": "boolean"} |
lego.json | files | Files making up the block | {"type": "array", "items": {}} |
lego.json | fileFormats | An object mapping file objects to strings | {"type": "object", "patternProperties": {".*": {}}} |
project-1.0.0-rc1.json | target | Restrict this dependency to matching only a Project or a Package | {"type": "string", "enum": ["project", "package"]} |
project-1.0.0-rc1.json | script | A command line script or scripts.
Available variables:
%project:Directory% - The project directory
%project:Name% - The project name
%project:Version% - The project version | {"type": ["string", "array"], "items": {"type": "string"}} |
project-1.0.0-rc1.json | packInclude | Pairs of destination folders and glob patterns specifying additional files to include in the output NuGet package. (data type: JSON map). Example: { "tools/": "tools/**/*.*" } | {"type": "object"} |
project-1.0.0-rc1.json | publishExclude | Glob pattern to specify files to exclude from publish output. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}, "default": ["obj/**/*.*", "bin/**/*.*", "**/.*/**"]} |
project-1.0.0-rc1.json | compile | Glob pattern to specify files to compile. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}, "default": "**/*.cs"} |
project-1.0.0-rc1.json | compileExclude | Glob pattern to specify files to exclude from compilation. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}} |
project-1.0.0-rc1.json | compileFiles | Files to include in compilation (overrides 'compileExclude'). (data type: string or array). Example: [ "Folder1/File1.ext", "Folder2/File2.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}} |
project-1.0.0-rc1.json | content | Glob pattern to specify files to include as content. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}, "default": "**/*"} |
project-1.0.0-rc1.json | contentExclude | Glob pattern to specify files to exclude from the content list. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}} |
project-1.0.0-rc1.json | contentFiles | Files to include as content (overrides 'contentExclude'). (data type: string or array). Example: [ "Folder1/File1.ext", "Folder2/File2.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}} |
project-1.0.0-rc1.json | preprocess | Glob pattern to specify files to use for preprocessing. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}, "default": "compiler/preprocess/**/*.cs"} |
project-1.0.0-rc1.json | preprocessExclude | Glob pattern to specify files to exclude from use for preprocessing. (data type: string or array with glob pattern(s)). Example: [ "Folder1/*.ext", "Folder2/*.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}} |
project-1.0.0-rc1.json | preprocessFiles | Files to include to use for preprocessing (overrides 'preprocessExclude'). (data type: string or array). Example: [ "Folder1/File1.ext", "Folder2/File2.ext" ] | {"type": ["string", "array"], "items": {"type": "string"}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.