schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
pgap_yaml_input_reader.json | $schema | The value of this keyword MUST be a URI (containing a scheme) and this URI MUST be normalized. | {"type": "string", "default": "", "examples": ["https://json.schemastore.org/pgap_yaml_input_reader"]} |
pgap_yaml_input_reader.json | consortium | Name of the project that generated the genome assembly | {"type": "string", "default": "", "examples": ["SkyNet"]} |
pgap_yaml_input_reader.json | comment | Appears in the COMMENT section of each GenBank sequence record. | {"type": "string", "default": "", "examples": ["This draft WGS assembly was generated by running SKESA to generate a de-novo assembly. The de-novo assembly was then concatenated with configs generated using a guided assembler using antimicrobial resistance genes as baits to comprehensively catalog the set of resistanc... |
pgap_yaml_input_reader.json | tp_assembly | NCBI internal flag used for testing. | {"type": "boolean", "default": false, "examples": [false]} |
pgap_yaml_input_reader.json | sra | Sequence reads used to build the assembly | {"type": "array", "items": {"type": "object", "additionalProperties": false, "required": ["accession"], "properties": {"accession": {"type": "string", "default": "", "examples": ["SRR8796989"]}}}} |
pgap_yaml_input_reader.json | accession | Sequence Read Archive (SRA) accession for the run (with SRR, ERR or DRR prefix) | {"type": "string", "default": "", "examples": ["SRR8796989"]} |
pgap_yaml_input_reader.json | authors | Optional, but include if intending to submit to GenBank. Authors can be different from the contact. | {"type": "array", "items": {"type": "object", "additionalProperties": false, "required": ["author"], "properties": {"author": {"type": "object", "additionalProperties": false, "required": ["first_name", "last_name"], "properties": {"first_name": {"type": "string", "default": "", "examples": ["Arnold"]}, "last_name": {"... |
pgap_yaml_input_reader.json | contact_info | Optional, but include if intending to submit to GenBank. The main contact for this genome assembly. | {"type": "object", "additionalProperties": false, "required": ["organization", "department", "city", "country", "street", "email", "first_name", "last_name", "postal_code"], "properties": {"state": {"type": "string", "default": "", "examples": ["MD", "Florida"]}, "fax": {"type": "string", "default": "", "examples": ["3... |
pgap_yaml_input_reader.json | locus_tag_prefix | One to 9-letter prefix to use for naming genes on this genome assembly. If an official locus tag prefix was already reserved from an INSDC organization (GenBank, ENA or DDBJ) for the given BioSample and BioProject pair, provide here. Otherwise, provide a string of your choice. If no value is provided, the prefix 'pgapt... | {"type": "string", "default": "", "examples": ["tmp"]} |
pgap_yaml_input_reader.json | strain | Strain of the sequenced organism | {"type": "string", "default": "", "examples": ["my_strain"]} |
pgap_yaml_input_reader.json | genus_species | Binomial name or, if the species is unknown, genus for the sequenced organism. This identifier must be valid in NCBI Taxonomy. See Taxonomy information for how to find out if the name is valid: https://github.com/ncbi/pgap/wiki/Input-Files#Taxonomy-information | {"type": "string", "default": "", "examples": ["Escherichia coli"]} |
pgap_yaml_input_reader.json | status | Can be only one of: published, in-press, unpublished | {"type": "string", "default": "", "enum": ["published", "in-press", "unpublished"]} |
pgap_yaml_input_reader.json | topology | Possible values are linear or circular. Circular means that the first base in the sequence is adjacent to the last base. Please provide the topology in the metadata YAML file only if it is applicable to ALL sequences in the fasta file. If some sequences in the assembled genome are circular and others linear, include th... | {"type": "string", "default": "", "examples": ["circular", "linear"]} |
pgap_yaml_input_reader.json | location | Possible values are chromosome or plasmid. Please provide the location in the metadata YAML file only if it is applicable to ALL sequences in the fasta file. If some sequences in the assembled genome are chromosomes and others plasmids, include the location in the definition line of each sequence in the fasta file with... | {"type": "string", "default": "", "examples": ["chromosome", "plasmid"]} |
rust-toolchain.json | https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file | {"$schema": "http://json-schema.org/draft-07/schema#", "properties": {"toolchain": {"type": "object", "minProperties": 1, "properties": {"channel": {"type": "string", "pattern": "^(?:stable|beta|nightly|\\d+(?:\\.\\d+){1,2})(?:-\\d{4}(?:-\\d{2}){2})?(?:-\\D[^-]*(?:(?:-(?:[^-]+)){1,3}))?$", "examples": ["stable", "1.63"... | |
rust-toolchain.json | toolchain | A `toolchain` is a complete installation of the Rust compiler (`rustc`) and related tools (like `cargo`). A toolchain specification includes the release channel or version, and the host platform that the toolchain runs on.
Get more from [`Toolchains`](https://rust-lang.github.io/rustup/concepts/toolchains.html) | {"type": "object", "minProperties": 1, "properties": {"channel": {"type": "string", "pattern": "^(?:stable|beta|nightly|\\d+(?:\\.\\d+){1,2})(?:-\\d{4}(?:-\\d{2}){2})?(?:-\\D[^-]*(?:(?:-(?:[^-]+)){1,3}))?$", "examples": ["stable", "1.63", "1.63.0", "nightly-2022-09-20", "stable-x86_64-pc-windows-msvc", "1.63.0-riscv64g... |
rust-toolchain.json | channel | `channel` is a named release channel, a major and minor version number such as `1.42`, or a fully specified version number, such as `1.42.0`. Channel names can be optionally appended with an archive date, as in `nightly-2014-12-18`, in which case the toolchain is downloaded from the archive for that date. Get more from... | {"type": "string", "pattern": "^(?:stable|beta|nightly|\\d+(?:\\.\\d+){1,2})(?:-\\d{4}(?:-\\d{2}){2})?(?:-\\D[^-]*(?:(?:-(?:[^-]+)){1,3}))?$", "examples": ["stable", "1.63", "1.63.0", "nightly-2022-09-20", "stable-x86_64-pc-windows-msvc", "1.63.0-riscv64gc-unknown-linux-gnu", "nightly-2022-09-20-x86_64-unknown-linux-gn... |
rust-toolchain.json | components | Each release of Rust includes several "components", some of
which are required (like `rustc`) and some that are optional (like [`clippy`](https://github.com/rust-lang/rust-clippy))
Learn more from [`Components`](https://rust-lang.github.io/rustup/concepts/components.html) | {"type": "array", "items": {"type": "string", "enum": ["rustc", "cargo", "rustfmt", "rust-std", "rust-docs", "rls", "clippy", "miri", "rust-src", "rust", "rust-analysis", "llvm-tools", "rustc-docs", "rustc-dev", "rust-analyzer", "reproducible-artifacts", "rust-docs-json"], "x-taplo": {"docs": {"enumValues": ["The Rust ... |
rust-toolchain.json | targets | `rustc` is capable of generating code for many platforms. The `target` specifies the platform that the code will be generated for. By default, `cargo` and `rustc` use the host toolchain's platform as the target. To build for a different `target`, usually the target's standard library needs to be installed first via the... | {"type": "array", "items": {"type": "string", "enum": ["aarch64-unknown-linux-gnu", "i686-pc-windows-gnu", "i686-pc-windows-msvc", "i686-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-gnu", "x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "aarch64-pc-windows-msvc", "aarch64-u... |
rust-toolchain.json | profile | [`Profiles`](https://rust-lang.github.io/rustup/concepts/profiles.htm) are groups of [`components`](https://rust-lang.github.io/rustup/concepts/components.html) you can choose to download while installing a new Rust [`toolchain`](https://rust-lang.github.io/rustup/concepts/toolchains.html).
The `profiles` available a... | {"type": "string", "default": "default", "enum": ["minimal", "default", "complete"], "x-taplo": {"links": {"key": "https://rust-lang.github.io/rustup/concepts/profiles.html"}, "docs": {"enumValues": ["This profile includes as few components as possible to get a\nworking compiler (`rustc`, `rust-std`, and `cargo`). It's... |
rust-toolchain.json | path | Path to a custom local toolchain. Since a `path` directive directly names a local toolchain, other options
like `components`, `targets`, and `profile` have no effect. `channel`
and `path` are mutually exclusive, since a `path` already points to a
specific toolchain. A relative `path` is resolved relative to the
locatio... | {"type": "string"} |
KSP-AVC.schema.json | A KSP-AVC version file's content | {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"NAME": {"type": "string"}, "URL": {"type": "string", "format": "uri"}, "DOWNLOAD": {"type": "string", "format": "uri"}, "CHANGE_LOG": {"type": "string"}, "CHANGE_LOG_URL": {"type": "string", "format": "uri"}, "GITHUB": {"type": "ob... | |
KSP-AVC.schema.json | NAME | The display name for the add-on | {"type": "string"} |
KSP-AVC.schema.json | URL | Location of a remote version file for update checking | {"type": "string", "format": "uri"} |
KSP-AVC.schema.json | DOWNLOAD | Web address where the latest version can be downloaded | {"type": "string", "format": "uri"} |
KSP-AVC.schema.json | CHANGE_LOG | The complete or incremental change log for the add-on | {"type": "string"} |
KSP-AVC.schema.json | CHANGE_LOG_URL | Populates the CHANGE_LOG field using the file at this url | {"type": "string", "format": "uri"} |
KSP-AVC.schema.json | GITHUB | Allows KSP-AVC to do release checks with GitHub including setting a download location if one is not specified. If the latest release version is not equal to the version in the file, an update notification will not appear. | {"type": "object", "properties": {"USERNAME ": {"type": "string"}, "REPOSITORY ": {"type": "string"}, "ALLOW_PRE_RELEASE ": {"type": "boolean"}}, "required": ["USERNAME", "REPOSITORY"]} |
KSP-AVC.schema.json | USERNAME | Your GitHub username | {"type": "string"} |
KSP-AVC.schema.json | REPOSITORY | The name of the source repository | {"type": "string"} |
KSP-AVC.schema.json | ALLOW_PRE_RELEASE | Include pre-releases in the latest release search | {"type": "boolean"} |
KSP-AVC.schema.json | KERBAL_STUFF_URL | URL to this mod's page on KerbalStuff | {"type": "string", "format": "uri"} |
KSP-AVC.schema.json | VERSION | The version of the add-on | {} |
KSP-AVC.schema.json | KSP_VERSION | Version of KSP that the add-on was made to support | {} |
KSP-AVC.schema.json | KSP_VERSION_MIN | Minimum version of KSP that the add-on supports | {} |
KSP-AVC.schema.json | KSP_VERSION_MAX | Maximum version of KSP that the add-on supports | {} |
KSP-AVC.schema.json | DISALLOW_VERSION_OVERRIDE | If true, don't trust KSP-AVC's idea of which game versions are compatible with which other game versions, based on user configuration | {"type": "boolean"} |
KSP-AVC.schema.json | ASSEMBLY_NAME | DO NOT USE, won't work with CKAN; name of a DLL to check for VERSION on the fly | {"type": "string"} |
KSP-AVC.schema.json | KSP_VERSION_INCLUDE | DO NOT USE, won't work with CKAN; a list of versions with which this mod is compatible | {"type": "array", "items": {}, "uniqueItems": true} |
KSP-AVC.schema.json | KSP_VERSION_EXCLUDE | DO NOT USE, won't work with CKAN; a list of versions with which this mod is incompatible | {"type": "array", "items": {}, "uniqueItems": true} |
KSP-AVC.schema.json | LOCAL_HAS_PRIORITY | DO NOT USE, won't work with CKAN; if true, don't override properties using the remote version file | {"type": "boolean"} |
KSP-AVC.schema.json | REMOTE_HAS_PRIORITY | DO NOT USE, won't work with CKAN; if false, don't override properties using the remote version file | {"type": "boolean"} |
KSP-AVC.schema.json | INSTALL_LOC|INSTALL_LOC* | Stanza to define file location to check, used by MADLAD | {} |
KSP-AVC.schema.json | version | A semantic(?) version | {"anyOf": [{"type": "string", "pattern": "^(any|[0-9]+\\.[0-9]+(\\.[0-9]+)?)$"}, {"type": "object", "properties": {"MAJOR": {"type": "integer"}, "MINOR": {"type": "integer"}, "PATCH": {"type": "integer"}, "BUILD": {"type": "integer"}}, "required": ["MAJOR"]}]} |
KSP-AVC.schema.json | MAJOR | Change major version when you make incompatible API changes | {"type": "integer"} |
KSP-AVC.schema.json | MINOR | Change minor version when you add functionality in a backwards-compatible manner | {"type": "integer"} |
KSP-AVC.schema.json | PATCH | Change patch version when you make backwards-compatible bug fixes | {"type": "integer"} |
KSP-AVC.schema.json | BUILD | Build informaion | {"type": "integer"} |
KSP-AVC.schema.json | install_loc | definition of the install_loc fields | {"NAME": {"type": "string"}, "PATH": {"type": "string"}, "DIRECTORY": {"type": "string"}, "FILE": {"type": "string"}, "required": ["PATH", "DIRECTORY"]} |
KSP-AVC.schema.json | NAME | Name of the mod, If not specified, uses the Modname from the .version file | {"type": "string"} |
KSP-AVC.schema.json | PATH | Path to the directory, begins below the GameData. Must be there, but will be empty in most cases | {"type": "string"} |
KSP-AVC.schema.json | DIRECTORY | Directory where file is | {"type": "string"} |
KSP-AVC.schema.json | FILE | filename to be checked. If not specified, then it checks for the directory only | {"type": "string"} |
minecraft-predicate.json | Configuration file defining a predicate for a data pack for Minecraft. | {"$schema": "http://json-schema.org/draft-07/schema#", "allOf": [{"if": {"properties": {"conditions": {"const": "minecraft:alternative"}}}, "then": {"properties": {"terms": {"type": "object"}}}}, {"if": {"properties": {"conditions": {"const": "minecraft:block_state_property"}}}, "then": {"properties": {"block": {"type"... | |
minecraft-predicate.json | terms | A list of conditions to join using 'or'. | {"type": "object"} |
minecraft-predicate.json | block | A block ID. | {"type": "string"} |
minecraft-predicate.json | properties | A map of block property names to values. | {"type": "object", "additionalProperties": {"type": "string"}} |
minecraft-predicate.json | predicate | Predicate applied to the damage source. | {} |
minecraft-predicate.json | then | Test properties of an entity. | {"properties": {"entity": {"type": "string", "enum": ["this", "killer", "killer_player"]}, "predicate": {}}} |
minecraft-predicate.json | entity | Specifies the entity to check for the condition. | {"type": "string", "enum": ["this", "killer", "killer_player"]} |
minecraft-predicate.json | predicate | Predicate applied to entity. | {} |
minecraft-predicate.json | then | Test the scoreboard scores of an entity. | {"properties": {"entity": {"type": "string", "enum": ["this", "killer", "killer_player"]}, "scores": {"type": "object", "additionalProperties": {"type": ["integer", "object"]}}}} |
minecraft-predicate.json | entity | Specifies the entity to check for the condition. | {"type": "string", "enum": ["this", "killer", "killer_player"]} |
minecraft-predicate.json | scores | Scores to check. All specified scores must pass for the condition to pass. | {"type": "object", "additionalProperties": {"type": ["integer", "object"]}} |
minecraft-predicate.json | then | Inverts condition from parameter term. | {"properties": {"term": {"type": "object"}}} |
minecraft-predicate.json | term | The condition to be negated. | {"type": "object"} |
minecraft-predicate.json | then | Test if a killer_player entity is available. | {"properties": {"inverse": {"type": "boolean"}}} |
minecraft-predicate.json | inverse | If true, the condition passes if killer_player is not available. | {"type": "boolean"} |
minecraft-predicate.json | then | Checks if the current location matches. | {"properties": {"offsetX": {"type": "integer"}, "offsetY": {"type": "integer"}, "offsetZ": {"type": "integer"}, "predicate": {}}} |
minecraft-predicate.json | offsetX | Offsets to location. | {"type": "integer"} |
minecraft-predicate.json | offsetY | Offsets to location. | {"type": "integer"} |
minecraft-predicate.json | offsetZ | Offsets to location. | {"type": "integer"} |
minecraft-predicate.json | predicate | Predicate applied to location. | {} |
minecraft-predicate.json | then | Checks tool. | {"properties": {"predicate": {}}} |
minecraft-predicate.json | predicate | Predicate applied to item. | {} |
minecraft-predicate.json | then | Test if a random number 0.0–1.0 is less than a specified value. | {"properties": {"chance": {"type": "number", "minimum": 0, "maximum": 1}}} |
minecraft-predicate.json | chance | Success rate. | {"type": "number", "minimum": 0, "maximum": 1} |
minecraft-predicate.json | then | Test if a random number 0.0–1.0 is less than a specified value, affected by the level of Looting on the killer entity. | {"properties": {"chance": {"type": "number"}, "looting_multiplier": {"type": "number"}}} |
minecraft-predicate.json | chance | Base success rate. | {"type": "number"} |
minecraft-predicate.json | looting_multiplier | Looting adjustment to the base success rate. Formula is chance + (looting_level * looting_multiplier). | {"type": "number"} |
minecraft-predicate.json | then | Test if another referred condition (predicate) passes. | {"properties": {"name": {"type": "string"}}} |
minecraft-predicate.json | name | The namespaced ID of the condition (predicate) referred to. A cyclic reference causes a parsing failure. | {"type": "string"} |
minecraft-predicate.json | then | Returns true with 1/explosion radius probability. | {} |
minecraft-predicate.json | then | Passes with probability picked from table, indexed by enchantment level. | {"properties": {"enchantment": {"type": "integer"}, "chances": {"type": "array"}}} |
minecraft-predicate.json | enchantment | Id of enchantment. | {"type": "integer"} |
minecraft-predicate.json | chances | List of probabilities for enchantment level, indexed from 0. | {"type": "array"} |
minecraft-predicate.json | then | Checks the current time. | {"properties": {"value": {"type": ["integer", "object"]}, "period": {"type": "integer"}}} |
minecraft-predicate.json | value | The time value in ticks. | {"type": ["integer", "object"]} |
minecraft-predicate.json | period | Time gets modulo-divided by this value (for example, if set to 24000, value operates on a time period of daytime ticks just like /time query daytime). | {"type": "integer"} |
minecraft-predicate.json | then | Checks for a current weather state. | {"properties": {"raining": {"type": "boolean"}, "thundering": {"type": "boolean"}}} |
minecraft-predicate.json | raining | If true, the condition evaluates to true only if it's raining or thundering. | {"type": "boolean"} |
minecraft-predicate.json | thundering | If true, the condition evaluates to true only if it's thundering. | {"type": "boolean"} |
minecraft-predicate.json | then | Checks for range of value. | {"properties": {"value": {"type": ["integer", "object"]}, "range": {"type": ["integer", "object"]}}} |
minecraft-predicate.json | value | The value to test. | {"type": ["integer", "object"]} |
minecraft-predicate.json | range | If true, the condition evaluates to true only if it's thundering. | {"type": ["integer", "object"]} |
minecraft-predicate.json | max | The max value. | {"type": "number"} |
minecraft-predicate.json | min | The minimum value. | {"type": "number"} |
minecraft-predicate.json | max | The max value. | {"type": ["integer", "object"]} |
minecraft-predicate.json | min | The minimum value. | {"type": ["integer", "object"]} |
minecraft-predicate.json | type | The number provider type. | {"type": "string", "enum": ["minecraft:constant", "minecraft:uniform", "minecraft:binomial", "minecraft:score"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.