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 resistance genes in the isolate. Note, some parts of the configs derived from the guided assembler may overlap de-novo configs, and other guided assembler configs. De-novo configs can be differentiated from guided assembler configs by their names, which include either 'denovo' or 'guided'."]}
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": {"type": "string", "default": "", "examples": ["Schwarzenegger"]}, "middle_initial": {"type": "string", "default": "", "examples": ["T800"]}}}}}}
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": ["301-555-1234", "+7 095 555 1234"]}, "city": {"type": "string", "default": "", "examples": ["Docker"]}, "country": {"type": "string", "default": "", "examples": ["Lappland"]}, "department": {"type": "string", "default": "", "examples": ["Department of Using NCBI"]}, "email": {"type": "string", "default": "", "examples": ["[email protected]"]}, "first_name": {"type": "string", "default": "", "examples": ["Jane"]}, "middle_initial": {"type": "string", "default": "", "examples": ["N"]}, "last_name": {"type": "string", "default": "", "examples": ["Doe"]}, "organization": {"type": "string", "default": "", "examples": ["Institute of Klebsiella foobarensis research"]}, "phone": {"type": "string", "default": "", "examples": ["301-555-0245"]}, "postal_code": {"type": "string", "default": "", "examples": ["12345"]}, "street": {"type": "string", "default": "", "examples": ["1234 Main St"]}}}
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 'pgaptmp' will be used. See more details in this Note about locus tags at: https://github.com/ncbi/pgap/wiki/Input-Files#Note-about-locus-tags
{"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 the topology in the definition line of each sequence in the fasta file with the tag value pair [topology=circular] or [topology=linear], after the SeqID and a space (e.g. >seq1 [topology=circular]). If the topology is provided in neither the metadata YAML nor the fasta file, the sequences will be presumed to be linear.
{"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 the tag value pair [location=chromosome] or [location=plasmid], after the SeqID and a space (e.g. >seq1 [location=plasmid]). In plasmid case add [plasmid-name=<plasmidname>]. If the location is provided in neither the metadata YAML nor the fasta file, the sequences will be presumed to be chromosome. Note: since 2021 releases of PGAPx this will affect noticeably the annotation on the molecule
{"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", "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-gnu"], "x-taplo": {"links": {"key": "https://rust-lang.github.io/rustup/concepts/channels.html"}}}, "components": {"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 compiler and [Rustdoc].\n\n[rustdoc]: https://doc.rust-lang.org/rustdoc/", "[Cargo] is a package manager and build tool.\n\n[cargo]: https://doc.rust-lang.org/cargo/", "[Rustfmt] is a tool for automatically formatting code.\n\n[rustfmt]: https://github.com/rust-lang/rustfmt", "This is the Rust [standard library]. There is a separate\n `rust-std` component for each target that `rustc` supports, such as\n `rust-std-x86_64-pc-windows-msvc`. See the [Cross-compilation] chapter for\n more detail.\n\n[standard library]: https://doc.rust-lang.org/std/\n[cross-compilation]: .https://rust-lang.github.io/rustup/cross-compilation.html", "This is a local copy of the [Rust documentation]. Use the\n `rustup doc` command to open the documentation in a web browser. Run `rustup\n doc --help` for more options.\n\n[rust documentation]: https://doc.rust-lang.org/", "[RLS] is a language server that provides support for editors and\n IDEs.\n\n[RLS]: https://github.com/rust-lang/rls", "[Clippy] is a lint tool that provides extra checks for common\n mistakes and stylistic choices.\n\n[clippy]: https://github.com/rust-lang/rust-clippy", "[Miri] is an experimental Rust interpreter, which can be used for\n checking for undefined-behavior.\n\n[miri]: https://github.com/rust-lang/miri/", "This is a local copy of the source code of the Rust standard\n library. This can be used by some tools, such as [RLS], to provide\n auto-completion for functions within the standard library; [Miri] which is a\n Rust interpreter; and Cargo's experimental [build-std] feature, which allows\n you to rebuild the standard library locally.\n\n[RLS]: https://github.com/rust-lang/rls\n[miri]: https://github.com/rust-lang/miri/\n[build-std]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#build-std", "Metadata about the standard library, used by tools like\n [RLS].\n\n[RLS]: https://github.com/rust-lang/rls", "This contains a linker and platform libraries for building on\n the `x86_64-pc-windows-gnu` platform.", "This is an experimental component which contains a\n collection of [LLVM] tools.\n\n[LLVM]: https://llvm.org/", "This component contains the compiler as a library. Most users\n will not need this; it is only needed for development *of* tools that link\n to the compiler, such as making modifications to [Clippy].\n\n[clippy]: https://github.com/rust-lang/rust-clippy"]}}}, "x-taplo": {"links": {"key": "https://rust-lang.github.io/rustup/concepts/components.html"}}}, "targets": {"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-unknown-linux-musl", "arm-unknown-linux-gnueabi", "arm-unknown-linux-gnueabihf", "armv7-unknown-linux-gnueabihf", "loongarch64-unknown-linux-gnu", "mips-unknown-linux-gnu", "mips64-unknown-linux-gnuabi64", "mips64el-unknown-linux-gnuabi64", "mipsel-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "powerpc64-unknown-linux-gnu", "powerpc64le-unknown-linux-gnu", "riscv64gc-unknown-linux-gnu", "s390x-unknown-linux-gnu", "x86_64-unknown-freebsd", "x86_64-unknown-illumos", "x86_64-unknown-linux-musl", "x86_64-unknown-netbsd", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-fuchsia", "aarch64-linux-android", "aarch64-unknown-fuchsia", "aarch64-unknown-none", "aarch64-unknown-none-softfloat", "aarch64-unknown-uefi", "arm-linux-androideabi", "arm-unknown-linux-musleabi", "arm-unknown-linux-musleabihf", "armebv7r-none-eabi", "armebv7r-none-eabihf", "armv5te-unknown-linux-gnueabi", "armv5te-unknown-linux-musleabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", "armv7-unknown-linux-musleabi", "armv7-unknown-linux-musleabihf", "armv7a-none-eabi", "armv7r-none-eabi", "armv7r-none-eabihf", "asmjs-unknown-emscripten", "i586-pc-windows-msvc", "i586-unknown-linux-gnu", "i586-unknown-linux-musl", "i686-linux-android", "i686-unknown-freebsd", "i686-unknown-linux-musl", "i686-unknown-uefi", "mips-unknown-linux-musl", "mips64-unknown-linux-muslabi64", "mips64el-unknown-linux-muslabi64", "mipsel-unknown-linux-musl", "nvptx64-nvidia-cuda", "riscv32i-unknown-none-elf", "riscv32imac-unknown-none-elf", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "riscv64imac-unknown-none-elf", "sparc64-unknown-linux-gnu", "sparcv9-sun-solaris", "thumbv6m-none-eabi", "thumbv7em-none-eabi", "thumbv7em-none-eabihf", "thumbv7m-none-eabi", "thumbv7neon-linux-androideabi", "thumbv7neon-unknown-linux-gnueabihf", "thumbv8m.base-none-eabi", "thumbv8m.main-none-eabi", "thumbv8m.main-none-eabihf", "wasm32-unknown-emscripten", "wasm32-unknown-unknown", "wasm32-wasi", "x86_64-apple-ios", "x86_64-fortanix-unknown-sgx", "x86_64-fuchsia", "x86_64-linux-android", "x86_64-pc-solaris", "x86_64-unknown-fuchsia", "x86_64-unknown-linux-gnux32", "x86_64-unknown-none", "x86_64-unknown-redox", "x86_64-unknown-uefi", "aarch64-apple-ios-macabi", "aarch64-apple-tvos", "aarch64-apple-watchos-sim", "aarch64-kmc-solid_asp3", "aarch64-nintendo-switch-freestanding", "aarch64-pc-windows-gnullvm", "aarch64-unknown-freebsd", "aarch64-unknown-hermit", "aarch64-unknown-linux-gnu_ilp32", "aarch64-unknown-linux-ohos", "aarch64-unknown-netbsd", "aarch64-unknown-nto-qnx710", "aarch64-unknown-openbsd", "aarch64-unknown-redox", "aarch64-uwp-windows-msvc", "aarch64-wrs-vxworks", "aarch64_be-unknown-linux-gnu", "aarch64_be-unknown-linux-gnu_ilp32", "arm64_32-apple-watchos", "armeb-unknown-linux-gnueabi", "armv4t-none-eabi", "armv4t-unknown-linux-gnueabi", "armv5te-none-eabi", "armv5te-unknown-linux-uclibceabi", "armv6-unknown-freebsd", "armv6-unknown-netbsd-eabihf", "armv6k-nintendo-3ds", "armv7-apple-ios", "armv7-sony-vita-newlibeabihf", "armv7-unknown-freebsd", "armv7-unknown-linux-ohos", "armv7-unknown-linux-uclibceabi", "armv7-unknown-linux-uclibceabihf", "armv7-unknown-netbsd-eabihf", "armv7-wrs-vxworks-eabihf", "armv7a-kmc-solid_asp3-eabi", "armv7a-kmc-solid_asp3-eabihf", "armv7a-none-eabihf", "armv7k-apple-watchos", "armv7s-apple-ios", "avr-unknown-gnu-atmega328", "bpfeb-unknown-none", "bpfel-unknown-none", "hexagon-unknown-linux-musl", "i386-apple-ios", "i586-pc-nto-qnx700", "i686-apple-darwin", "i686-unknown-haiku", "i686-unknown-netbsd", "i686-unknown-openbsd", "i686-uwp-windows-gnu", "i686-uwp-windows-msvc", "i686-wrs-vxworks", "loongarch64-unknown-none", "loongarch64-unknown-none-softfloat", "m68k-unknown-linux-gnu", "mips-unknown-linux-uclibc", "mips64-openwrt-linux-musl", "mipsel-sony-psp", "mipsel-sony-psx", "mipsel-unknown-linux-uclibc", "mipsel-unknown-none", "mipsisa32r6-unknown-linux-gnu", "mipsisa32r6el-unknown-linux-gnu", "mipsisa64r6-unknown-linux-gnuabi64", "mipsisa64r6el-unknown-linux-gnuabi64", "msp430-none-elf", "powerpc-unknown-freebsd", "powerpc-unknown-linux-gnuspe", "powerpc-unknown-linux-musl", "powerpc-unknown-netbsd", "powerpc-unknown-openbsd", "powerpc-wrs-vxworks", "powerpc-wrs-vxworks-spe", "powerpc64-ibm-aix", "powerpc64-unknown-freebsd", "powerpc64-unknown-linux-musl", "powerpc64-unknown-openbsd", "powerpc64-wrs-vxworks", "powerpc64le-unknown-freebsd", "powerpc64le-unknown-linux-musl", "riscv32gc-unknown-linux-gnu", "riscv32gc-unknown-linux-musl", "riscv32im-unknown-none-elf", "riscv32imac-unknown-xous-elf", "riscv32imc-esp-espidf", "riscv32imac-esp-espidf", "riscv64gc-unknown-freebsd", "riscv64gc-unknown-fuchsia", "riscv64gc-unknown-linux-musl", "riscv64gc-unknown-openbsd", "s390x-unknown-linux-musl", "sparc-unknown-linux-gnu", "sparc64-unknown-netbsd", "sparc64-unknown-openbsd", "thumbv4t-none-eabi", "thumbv5te-none-eabi", "thumbv7a-pc-windows-msvc", "thumbv7a-uwp-windows-msvc", "thumbv7neon-unknown-linux-musleabihf", "wasm64-unknown-unknown", "x86_64-apple-ios-macabi", "x86_64-apple-tvos", "x86_64-apple-watchos-sim", "x86_64-pc-nto-qnx710", "x86_64-pc-windows-gnullvm", "x86_64-sun-solaris", "x86_64-unknown-dragonfly", "x86_64-unknown-haiku", "x86_64-unknown-hermit", "x86_64-unknown-l4re-uclibc", "x86_64-unknown-openbsd", "x86_64-uwp-windows-gnu", "x86_64-uwp-windows-msvc", "x86_64-wrs-vxworks", "x86_64h-apple-darwin"]}, "x-taplo": {"links": {"key": "https://rust-lang.github.io/rustup/cross-compilation.html"}}}, "profile": {"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 recommended to use\nthis component on Windows systems if you don't use local documentation (the\nlarge number of files can cause issues with some Antivirus systems), and in\nCI.", "This profile includes all of components in the **minimal**\nprofile, and adds `rust-docs`, `rustfmt`, and `clippy`. This profile will be\nused by `rustup` by default, and it's the one recommended for general use.", "This profile includes all the components available through\n`rustup`. This should never be used, as it includes *every* component ever\nincluded in the metadata and thus will almost always fail. If you are\nlooking for a way to install devtools such as `miri` or IDE integration\ntools (`rls`), you should use the `default` profile and\ninstall the needed additional components manually, either by using `rustup\ncomponent add` or by using `-c` when installing the toolchain."]}}}, "path": {"type": "string"}}, "oneOf": [{"not": {"properties": {"path": {"type": "string"}}, "required": ["path"]}}, {"required": ["path"]}], "dependencies": {"path": {"not": {"properties": {"channel": {"type": "string"}}, "required": ["channel"]}}, "channel": {"not": {"properties": {"path": {"type": "string"}}, "required": ["path"]}}, "profile": {"anyOf": [{"properties": {"channel": {"type": "string"}}, "required": ["channel"]}, {"properties": {"components": {"type": "array"}}, "required": ["components"]}, {"properties": {"targets": {"type": "array"}}, "required": ["targets"]}]}}, "x-taplo": {"links": {"key": "https://rust-lang.github.io/rustup/concepts/toolchains.html"}, "initKeys": ["channel"]}}}, "required": ["toolchain"], "type": "object", "x-taplo-info": {"authors": ["ian-h-chamberlain (https://github.com/ian-h-chamberlain)"], "patterns": ["^(.*(/|\\\\)rust-toolchain([.]toml)?)$"]}}
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-riscv64gc-unknown-linux-gnu", "nightly-2022-09-20-x86_64-unknown-linux-gnu"], "x-taplo": {"links": {"key": "https://rust-lang.github.io/rustup/concepts/channels.html"}}}, "components": {"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 compiler and [Rustdoc].\n\n[rustdoc]: https://doc.rust-lang.org/rustdoc/", "[Cargo] is a package manager and build tool.\n\n[cargo]: https://doc.rust-lang.org/cargo/", "[Rustfmt] is a tool for automatically formatting code.\n\n[rustfmt]: https://github.com/rust-lang/rustfmt", "This is the Rust [standard library]. There is a separate\n `rust-std` component for each target that `rustc` supports, such as\n `rust-std-x86_64-pc-windows-msvc`. See the [Cross-compilation] chapter for\n more detail.\n\n[standard library]: https://doc.rust-lang.org/std/\n[cross-compilation]: .https://rust-lang.github.io/rustup/cross-compilation.html", "This is a local copy of the [Rust documentation]. Use the\n `rustup doc` command to open the documentation in a web browser. Run `rustup\n doc --help` for more options.\n\n[rust documentation]: https://doc.rust-lang.org/", "[RLS] is a language server that provides support for editors and\n IDEs.\n\n[RLS]: https://github.com/rust-lang/rls", "[Clippy] is a lint tool that provides extra checks for common\n mistakes and stylistic choices.\n\n[clippy]: https://github.com/rust-lang/rust-clippy", "[Miri] is an experimental Rust interpreter, which can be used for\n checking for undefined-behavior.\n\n[miri]: https://github.com/rust-lang/miri/", "This is a local copy of the source code of the Rust standard\n library. This can be used by some tools, such as [RLS], to provide\n auto-completion for functions within the standard library; [Miri] which is a\n Rust interpreter; and Cargo's experimental [build-std] feature, which allows\n you to rebuild the standard library locally.\n\n[RLS]: https://github.com/rust-lang/rls\n[miri]: https://github.com/rust-lang/miri/\n[build-std]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#build-std", "Metadata about the standard library, used by tools like\n [RLS].\n\n[RLS]: https://github.com/rust-lang/rls", "This contains a linker and platform libraries for building on\n the `x86_64-pc-windows-gnu` platform.", "This is an experimental component which contains a\n collection of [LLVM] tools.\n\n[LLVM]: https://llvm.org/", "This component contains the compiler as a library. Most users\n will not need this; it is only needed for development *of* tools that link\n to the compiler, such as making modifications to [Clippy].\n\n[clippy]: https://github.com/rust-lang/rust-clippy"]}}}, "x-taplo": {"links": {"key": "https://rust-lang.github.io/rustup/concepts/components.html"}}}, "targets": {"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-unknown-linux-musl", "arm-unknown-linux-gnueabi", "arm-unknown-linux-gnueabihf", "armv7-unknown-linux-gnueabihf", "loongarch64-unknown-linux-gnu", "mips-unknown-linux-gnu", "mips64-unknown-linux-gnuabi64", "mips64el-unknown-linux-gnuabi64", "mipsel-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "powerpc64-unknown-linux-gnu", "powerpc64le-unknown-linux-gnu", "riscv64gc-unknown-linux-gnu", "s390x-unknown-linux-gnu", "x86_64-unknown-freebsd", "x86_64-unknown-illumos", "x86_64-unknown-linux-musl", "x86_64-unknown-netbsd", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-fuchsia", "aarch64-linux-android", "aarch64-unknown-fuchsia", "aarch64-unknown-none", "aarch64-unknown-none-softfloat", "aarch64-unknown-uefi", "arm-linux-androideabi", "arm-unknown-linux-musleabi", "arm-unknown-linux-musleabihf", "armebv7r-none-eabi", "armebv7r-none-eabihf", "armv5te-unknown-linux-gnueabi", "armv5te-unknown-linux-musleabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", "armv7-unknown-linux-musleabi", "armv7-unknown-linux-musleabihf", "armv7a-none-eabi", "armv7r-none-eabi", "armv7r-none-eabihf", "asmjs-unknown-emscripten", "i586-pc-windows-msvc", "i586-unknown-linux-gnu", "i586-unknown-linux-musl", "i686-linux-android", "i686-unknown-freebsd", "i686-unknown-linux-musl", "i686-unknown-uefi", "mips-unknown-linux-musl", "mips64-unknown-linux-muslabi64", "mips64el-unknown-linux-muslabi64", "mipsel-unknown-linux-musl", "nvptx64-nvidia-cuda", "riscv32i-unknown-none-elf", "riscv32imac-unknown-none-elf", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "riscv64imac-unknown-none-elf", "sparc64-unknown-linux-gnu", "sparcv9-sun-solaris", "thumbv6m-none-eabi", "thumbv7em-none-eabi", "thumbv7em-none-eabihf", "thumbv7m-none-eabi", "thumbv7neon-linux-androideabi", "thumbv7neon-unknown-linux-gnueabihf", "thumbv8m.base-none-eabi", "thumbv8m.main-none-eabi", "thumbv8m.main-none-eabihf", "wasm32-unknown-emscripten", "wasm32-unknown-unknown", "wasm32-wasi", "x86_64-apple-ios", "x86_64-fortanix-unknown-sgx", "x86_64-fuchsia", "x86_64-linux-android", "x86_64-pc-solaris", "x86_64-unknown-fuchsia", "x86_64-unknown-linux-gnux32", "x86_64-unknown-none", "x86_64-unknown-redox", "x86_64-unknown-uefi", "aarch64-apple-ios-macabi", "aarch64-apple-tvos", "aarch64-apple-watchos-sim", "aarch64-kmc-solid_asp3", "aarch64-nintendo-switch-freestanding", "aarch64-pc-windows-gnullvm", "aarch64-unknown-freebsd", "aarch64-unknown-hermit", "aarch64-unknown-linux-gnu_ilp32", "aarch64-unknown-linux-ohos", "aarch64-unknown-netbsd", "aarch64-unknown-nto-qnx710", "aarch64-unknown-openbsd", "aarch64-unknown-redox", "aarch64-uwp-windows-msvc", "aarch64-wrs-vxworks", "aarch64_be-unknown-linux-gnu", "aarch64_be-unknown-linux-gnu_ilp32", "arm64_32-apple-watchos", "armeb-unknown-linux-gnueabi", "armv4t-none-eabi", "armv4t-unknown-linux-gnueabi", "armv5te-none-eabi", "armv5te-unknown-linux-uclibceabi", "armv6-unknown-freebsd", "armv6-unknown-netbsd-eabihf", "armv6k-nintendo-3ds", "armv7-apple-ios", "armv7-sony-vita-newlibeabihf", "armv7-unknown-freebsd", "armv7-unknown-linux-ohos", "armv7-unknown-linux-uclibceabi", "armv7-unknown-linux-uclibceabihf", "armv7-unknown-netbsd-eabihf", "armv7-wrs-vxworks-eabihf", "armv7a-kmc-solid_asp3-eabi", "armv7a-kmc-solid_asp3-eabihf", "armv7a-none-eabihf", "armv7k-apple-watchos", "armv7s-apple-ios", "avr-unknown-gnu-atmega328", "bpfeb-unknown-none", "bpfel-unknown-none", "hexagon-unknown-linux-musl", "i386-apple-ios", "i586-pc-nto-qnx700", "i686-apple-darwin", "i686-unknown-haiku", "i686-unknown-netbsd", "i686-unknown-openbsd", "i686-uwp-windows-gnu", "i686-uwp-windows-msvc", "i686-wrs-vxworks", "loongarch64-unknown-none", "loongarch64-unknown-none-softfloat", "m68k-unknown-linux-gnu", "mips-unknown-linux-uclibc", "mips64-openwrt-linux-musl", "mipsel-sony-psp", "mipsel-sony-psx", "mipsel-unknown-linux-uclibc", "mipsel-unknown-none", "mipsisa32r6-unknown-linux-gnu", "mipsisa32r6el-unknown-linux-gnu", "mipsisa64r6-unknown-linux-gnuabi64", "mipsisa64r6el-unknown-linux-gnuabi64", "msp430-none-elf", "powerpc-unknown-freebsd", "powerpc-unknown-linux-gnuspe", "powerpc-unknown-linux-musl", "powerpc-unknown-netbsd", "powerpc-unknown-openbsd", "powerpc-wrs-vxworks", "powerpc-wrs-vxworks-spe", "powerpc64-ibm-aix", "powerpc64-unknown-freebsd", "powerpc64-unknown-linux-musl", "powerpc64-unknown-openbsd", "powerpc64-wrs-vxworks", "powerpc64le-unknown-freebsd", "powerpc64le-unknown-linux-musl", "riscv32gc-unknown-linux-gnu", "riscv32gc-unknown-linux-musl", "riscv32im-unknown-none-elf", "riscv32imac-unknown-xous-elf", "riscv32imc-esp-espidf", "riscv32imac-esp-espidf", "riscv64gc-unknown-freebsd", "riscv64gc-unknown-fuchsia", "riscv64gc-unknown-linux-musl", "riscv64gc-unknown-openbsd", "s390x-unknown-linux-musl", "sparc-unknown-linux-gnu", "sparc64-unknown-netbsd", "sparc64-unknown-openbsd", "thumbv4t-none-eabi", "thumbv5te-none-eabi", "thumbv7a-pc-windows-msvc", "thumbv7a-uwp-windows-msvc", "thumbv7neon-unknown-linux-musleabihf", "wasm64-unknown-unknown", "x86_64-apple-ios-macabi", "x86_64-apple-tvos", "x86_64-apple-watchos-sim", "x86_64-pc-nto-qnx710", "x86_64-pc-windows-gnullvm", "x86_64-sun-solaris", "x86_64-unknown-dragonfly", "x86_64-unknown-haiku", "x86_64-unknown-hermit", "x86_64-unknown-l4re-uclibc", "x86_64-unknown-openbsd", "x86_64-uwp-windows-gnu", "x86_64-uwp-windows-msvc", "x86_64-wrs-vxworks", "x86_64h-apple-darwin"]}, "x-taplo": {"links": {"key": "https://rust-lang.github.io/rustup/cross-compilation.html"}}}, "profile": {"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 recommended to use\nthis component on Windows systems if you don't use local documentation (the\nlarge number of files can cause issues with some Antivirus systems), and in\nCI.", "This profile includes all of components in the **minimal**\nprofile, and adds `rust-docs`, `rustfmt`, and `clippy`. This profile will be\nused by `rustup` by default, and it's the one recommended for general use.", "This profile includes all the components available through\n`rustup`. This should never be used, as it includes *every* component ever\nincluded in the metadata and thus will almost always fail. If you are\nlooking for a way to install devtools such as `miri` or IDE integration\ntools (`rls`), you should use the `default` profile and\ninstall the needed additional components manually, either by using `rustup\ncomponent add` or by using `-c` when installing the toolchain."]}}}, "path": {"type": "string"}}, "oneOf": [{"not": {"properties": {"path": {"type": "string"}}, "required": ["path"]}}, {"required": ["path"]}], "dependencies": {"path": {"not": {"properties": {"channel": {"type": "string"}}, "required": ["channel"]}}, "channel": {"not": {"properties": {"path": {"type": "string"}}, "required": ["path"]}}, "profile": {"anyOf": [{"properties": {"channel": {"type": "string"}}, "required": ["channel"]}, {"properties": {"components": {"type": "array"}}, "required": ["components"]}, {"properties": {"targets": {"type": "array"}}, "required": ["targets"]}]}}, "x-taplo": {"links": {"key": "https://rust-lang.github.io/rustup/concepts/toolchains.html"}, "initKeys": ["channel"]}}
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 [`Toolchain specification`](https://rust-lang.github.io/rustup/concepts/toolchains.html). Other valid channel like `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-nux-gnu`
{"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-gnu"], "x-taplo": {"links": {"key": "https://rust-lang.github.io/rustup/concepts/channels.html"}}}
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 compiler and [Rustdoc].\n\n[rustdoc]: https://doc.rust-lang.org/rustdoc/", "[Cargo] is a package manager and build tool.\n\n[cargo]: https://doc.rust-lang.org/cargo/", "[Rustfmt] is a tool for automatically formatting code.\n\n[rustfmt]: https://github.com/rust-lang/rustfmt", "This is the Rust [standard library]. There is a separate\n `rust-std` component for each target that `rustc` supports, such as\n `rust-std-x86_64-pc-windows-msvc`. See the [Cross-compilation] chapter for\n more detail.\n\n[standard library]: https://doc.rust-lang.org/std/\n[cross-compilation]: .https://rust-lang.github.io/rustup/cross-compilation.html", "This is a local copy of the [Rust documentation]. Use the\n `rustup doc` command to open the documentation in a web browser. Run `rustup\n doc --help` for more options.\n\n[rust documentation]: https://doc.rust-lang.org/", "[RLS] is a language server that provides support for editors and\n IDEs.\n\n[RLS]: https://github.com/rust-lang/rls", "[Clippy] is a lint tool that provides extra checks for common\n mistakes and stylistic choices.\n\n[clippy]: https://github.com/rust-lang/rust-clippy", "[Miri] is an experimental Rust interpreter, which can be used for\n checking for undefined-behavior.\n\n[miri]: https://github.com/rust-lang/miri/", "This is a local copy of the source code of the Rust standard\n library. This can be used by some tools, such as [RLS], to provide\n auto-completion for functions within the standard library; [Miri] which is a\n Rust interpreter; and Cargo's experimental [build-std] feature, which allows\n you to rebuild the standard library locally.\n\n[RLS]: https://github.com/rust-lang/rls\n[miri]: https://github.com/rust-lang/miri/\n[build-std]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#build-std", "Metadata about the standard library, used by tools like\n [RLS].\n\n[RLS]: https://github.com/rust-lang/rls", "This contains a linker and platform libraries for building on\n the `x86_64-pc-windows-gnu` platform.", "This is an experimental component which contains a\n collection of [LLVM] tools.\n\n[LLVM]: https://llvm.org/", "This component contains the compiler as a library. Most users\n will not need this; it is only needed for development *of* tools that link\n to the compiler, such as making modifications to [Clippy].\n\n[clippy]: https://github.com/rust-lang/rust-clippy"]}}}, "x-taplo": {"links": {"key": "https://rust-lang.github.io/rustup/concepts/components.html"}}}
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 `rustup target` command. Or you can run `rustc --print target-list` to list [`"built-in" targets`](https://doc.rust-lang.org/rustc/targets/built-in.html) Get more from [`Platform Support`](https://doc.rust-lang.org/rustc/platform-support.html) and [`Targets`](https://doc.rust-lang.org/rustc/targets/index.html)
{"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-unknown-linux-musl", "arm-unknown-linux-gnueabi", "arm-unknown-linux-gnueabihf", "armv7-unknown-linux-gnueabihf", "loongarch64-unknown-linux-gnu", "mips-unknown-linux-gnu", "mips64-unknown-linux-gnuabi64", "mips64el-unknown-linux-gnuabi64", "mipsel-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "powerpc64-unknown-linux-gnu", "powerpc64le-unknown-linux-gnu", "riscv64gc-unknown-linux-gnu", "s390x-unknown-linux-gnu", "x86_64-unknown-freebsd", "x86_64-unknown-illumos", "x86_64-unknown-linux-musl", "x86_64-unknown-netbsd", "aarch64-apple-ios", "aarch64-apple-ios-sim", "aarch64-fuchsia", "aarch64-linux-android", "aarch64-unknown-fuchsia", "aarch64-unknown-none", "aarch64-unknown-none-softfloat", "aarch64-unknown-uefi", "arm-linux-androideabi", "arm-unknown-linux-musleabi", "arm-unknown-linux-musleabihf", "armebv7r-none-eabi", "armebv7r-none-eabihf", "armv5te-unknown-linux-gnueabi", "armv5te-unknown-linux-musleabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", "armv7-unknown-linux-musleabi", "armv7-unknown-linux-musleabihf", "armv7a-none-eabi", "armv7r-none-eabi", "armv7r-none-eabihf", "asmjs-unknown-emscripten", "i586-pc-windows-msvc", "i586-unknown-linux-gnu", "i586-unknown-linux-musl", "i686-linux-android", "i686-unknown-freebsd", "i686-unknown-linux-musl", "i686-unknown-uefi", "mips-unknown-linux-musl", "mips64-unknown-linux-muslabi64", "mips64el-unknown-linux-muslabi64", "mipsel-unknown-linux-musl", "nvptx64-nvidia-cuda", "riscv32i-unknown-none-elf", "riscv32imac-unknown-none-elf", "riscv32imc-unknown-none-elf", "riscv64gc-unknown-none-elf", "riscv64imac-unknown-none-elf", "sparc64-unknown-linux-gnu", "sparcv9-sun-solaris", "thumbv6m-none-eabi", "thumbv7em-none-eabi", "thumbv7em-none-eabihf", "thumbv7m-none-eabi", "thumbv7neon-linux-androideabi", "thumbv7neon-unknown-linux-gnueabihf", "thumbv8m.base-none-eabi", "thumbv8m.main-none-eabi", "thumbv8m.main-none-eabihf", "wasm32-unknown-emscripten", "wasm32-unknown-unknown", "wasm32-wasi", "x86_64-apple-ios", "x86_64-fortanix-unknown-sgx", "x86_64-fuchsia", "x86_64-linux-android", "x86_64-pc-solaris", "x86_64-unknown-fuchsia", "x86_64-unknown-linux-gnux32", "x86_64-unknown-none", "x86_64-unknown-redox", "x86_64-unknown-uefi", "aarch64-apple-ios-macabi", "aarch64-apple-tvos", "aarch64-apple-watchos-sim", "aarch64-kmc-solid_asp3", "aarch64-nintendo-switch-freestanding", "aarch64-pc-windows-gnullvm", "aarch64-unknown-freebsd", "aarch64-unknown-hermit", "aarch64-unknown-linux-gnu_ilp32", "aarch64-unknown-linux-ohos", "aarch64-unknown-netbsd", "aarch64-unknown-nto-qnx710", "aarch64-unknown-openbsd", "aarch64-unknown-redox", "aarch64-uwp-windows-msvc", "aarch64-wrs-vxworks", "aarch64_be-unknown-linux-gnu", "aarch64_be-unknown-linux-gnu_ilp32", "arm64_32-apple-watchos", "armeb-unknown-linux-gnueabi", "armv4t-none-eabi", "armv4t-unknown-linux-gnueabi", "armv5te-none-eabi", "armv5te-unknown-linux-uclibceabi", "armv6-unknown-freebsd", "armv6-unknown-netbsd-eabihf", "armv6k-nintendo-3ds", "armv7-apple-ios", "armv7-sony-vita-newlibeabihf", "armv7-unknown-freebsd", "armv7-unknown-linux-ohos", "armv7-unknown-linux-uclibceabi", "armv7-unknown-linux-uclibceabihf", "armv7-unknown-netbsd-eabihf", "armv7-wrs-vxworks-eabihf", "armv7a-kmc-solid_asp3-eabi", "armv7a-kmc-solid_asp3-eabihf", "armv7a-none-eabihf", "armv7k-apple-watchos", "armv7s-apple-ios", "avr-unknown-gnu-atmega328", "bpfeb-unknown-none", "bpfel-unknown-none", "hexagon-unknown-linux-musl", "i386-apple-ios", "i586-pc-nto-qnx700", "i686-apple-darwin", "i686-unknown-haiku", "i686-unknown-netbsd", "i686-unknown-openbsd", "i686-uwp-windows-gnu", "i686-uwp-windows-msvc", "i686-wrs-vxworks", "loongarch64-unknown-none", "loongarch64-unknown-none-softfloat", "m68k-unknown-linux-gnu", "mips-unknown-linux-uclibc", "mips64-openwrt-linux-musl", "mipsel-sony-psp", "mipsel-sony-psx", "mipsel-unknown-linux-uclibc", "mipsel-unknown-none", "mipsisa32r6-unknown-linux-gnu", "mipsisa32r6el-unknown-linux-gnu", "mipsisa64r6-unknown-linux-gnuabi64", "mipsisa64r6el-unknown-linux-gnuabi64", "msp430-none-elf", "powerpc-unknown-freebsd", "powerpc-unknown-linux-gnuspe", "powerpc-unknown-linux-musl", "powerpc-unknown-netbsd", "powerpc-unknown-openbsd", "powerpc-wrs-vxworks", "powerpc-wrs-vxworks-spe", "powerpc64-ibm-aix", "powerpc64-unknown-freebsd", "powerpc64-unknown-linux-musl", "powerpc64-unknown-openbsd", "powerpc64-wrs-vxworks", "powerpc64le-unknown-freebsd", "powerpc64le-unknown-linux-musl", "riscv32gc-unknown-linux-gnu", "riscv32gc-unknown-linux-musl", "riscv32im-unknown-none-elf", "riscv32imac-unknown-xous-elf", "riscv32imc-esp-espidf", "riscv32imac-esp-espidf", "riscv64gc-unknown-freebsd", "riscv64gc-unknown-fuchsia", "riscv64gc-unknown-linux-musl", "riscv64gc-unknown-openbsd", "s390x-unknown-linux-musl", "sparc-unknown-linux-gnu", "sparc64-unknown-netbsd", "sparc64-unknown-openbsd", "thumbv4t-none-eabi", "thumbv5te-none-eabi", "thumbv7a-pc-windows-msvc", "thumbv7a-uwp-windows-msvc", "thumbv7neon-unknown-linux-musleabihf", "wasm64-unknown-unknown", "x86_64-apple-ios-macabi", "x86_64-apple-tvos", "x86_64-apple-watchos-sim", "x86_64-pc-nto-qnx710", "x86_64-pc-windows-gnullvm", "x86_64-sun-solaris", "x86_64-unknown-dragonfly", "x86_64-unknown-haiku", "x86_64-unknown-hermit", "x86_64-unknown-l4re-uclibc", "x86_64-unknown-openbsd", "x86_64-uwp-windows-gnu", "x86_64-uwp-windows-msvc", "x86_64-wrs-vxworks", "x86_64h-apple-darwin"]}, "x-taplo": {"links": {"key": "https://rust-lang.github.io/rustup/cross-compilation.html"}}}
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 at this time are `minimal`, `default`, and `complete`.
{"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 recommended to use\nthis component on Windows systems if you don't use local documentation (the\nlarge number of files can cause issues with some Antivirus systems), and in\nCI.", "This profile includes all of components in the **minimal**\nprofile, and adds `rust-docs`, `rustfmt`, and `clippy`. This profile will be\nused by `rustup` by default, and it's the one recommended for general use.", "This profile includes all the components available through\n`rustup`. This should never be used, as it includes *every* component ever\nincluded in the metadata and thus will almost always fail. If you are\nlooking for a way to install devtools such as `miri` or IDE integration\ntools (`rls`), you should use the `default` profile and\ninstall the needed additional components manually, either by using `rustup\ncomponent add` or by using `-c` when installing the toolchain."]}}}
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 location of the `rust-toolchain.toml` file. Learn more from [`Custom toolchains`](https://rust-lang.github.io/rustup/concepts/toolchains.html#custom-toolchains)
{"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": "object", "properties": {"USERNAME ": {"type": "string"}, "REPOSITORY ": {"type": "string"}, "ALLOW_PRE_RELEASE ": {"type": "boolean"}}, "required": ["USERNAME", "REPOSITORY"]}, "KERBAL_STUFF_URL": {"type": "string", "format": "uri"}, "VERSION": {}, "KSP_VERSION": {}, "KSP_VERSION_MIN": {}, "KSP_VERSION_MAX": {}, "DISALLOW_VERSION_OVERRIDE": {"type": "boolean"}, "ASSEMBLY_NAME": {"type": "string"}, "KSP_VERSION_INCLUDE": {"type": "array", "items": {}, "uniqueItems": true}, "KSP_VERSION_EXCLUDE": {"type": "array", "items": {}, "uniqueItems": true}, "LOCAL_HAS_PRIORITY": {"type": "boolean"}, "REMOTE_HAS_PRIORITY": {"type": "boolean"}, "INSTALL_LOC|INSTALL_LOC*": {}}, "required": ["NAME", "VERSION"], "definitions": {"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"]}]}, "install_loc": {"NAME": {"type": "string"}, "PATH": {"type": "string"}, "DIRECTORY": {"type": "string"}, "FILE": {"type": "string"}, "required": ["PATH", "DIRECTORY"]}}}
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": "string"}, "properties": {"type": "object", "additionalProperties": {"type": "string"}}}}}, {"if": {"properties": {"conditions": {"const": "minecraft:damage_source_properties"}}}, "then": {"properties": {"predicate": {}}}}, {"if": {"properties": {"conditions": {"const": "minecraft:entity_properties"}}}, "then": {"properties": {"entity": {"type": "string", "enum": ["this", "killer", "killer_player"]}, "predicate": {}}}}, {"if": {"properties": {"conditions": {"const": "minecraft:entity_scores"}}}, "then": {"properties": {"entity": {"type": "string", "enum": ["this", "killer", "killer_player"]}, "scores": {"type": "object", "additionalProperties": {"type": ["integer", "object"]}}}}}, {"if": {"properties": {"conditions": {"const": "minecraft:inverted"}}}, "then": {"properties": {"term": {"type": "object"}}}}, {"if": {"properties": {"conditions": {"const": "minecraft:killed_by_player"}}}, "then": {"properties": {"inverse": {"type": "boolean"}}}}, {"if": {"properties": {"conditions": {"const": "minecraft:location_check"}}}, "then": {"properties": {"offsetX": {"type": "integer"}, "offsetY": {"type": "integer"}, "offsetZ": {"type": "integer"}, "predicate": {}}}}, {"if": {"properties": {"conditions": {"const": "minecraft:match_tool"}}}, "then": {"properties": {"predicate": {}}}}, {"if": {"properties": {"conditions": {"const": "minecraft:random_chance"}}}, "then": {"properties": {"chance": {"type": "number", "minimum": 0, "maximum": 1}}}}, {"if": {"properties": {"conditions": {"const": "minecraft:random_chance_with_looting"}}}, "then": {"properties": {"chance": {"type": "number"}, "looting_multiplier": {"type": "number"}}}}, {"if": {"properties": {"conditions": {"const": "minecraft:reference"}}}, "then": {"properties": {"name": {"type": "string"}}}}, {"if": {"properties": {"conditions": {"const": "minecraft:survives_explosion"}}}, "then": {}}, {"if": {"properties": {"conditions": {"const": "minecraft:table_bonus"}}}, "then": {"properties": {"enchantment": {"type": "integer"}, "chances": {"type": "array"}}}}, {"if": {"properties": {"conditions": {"const": "minecraft:time_check"}}}, "then": {"properties": {"value": {"type": ["integer", "object"]}, "period": {"type": "integer"}}}}, {"if": {"properties": {"conditions": {"const": "minecraft:weather_check"}}}, "then": {"properties": {"raining": {"type": "boolean"}, "thundering": {"type": "boolean"}}}}, {"if": {"properties": {"conditions": {"const": "minecraft:value_check"}}}, "then": {"properties": {"value": {"type": ["integer", "object"]}, "range": {"type": ["integer", "object"]}}}}], "definitions": {"numberRange": {"type": "object", "properties": {"max": {"type": "number"}, "min": {"type": "number"}}}, "integerRange": {"properties": {"max": {"type": ["integer", "object"]}, "min": {"type": ["integer", "object"]}}}, "numberProvider": {"properties": {"type": {"type": "string", "enum": ["minecraft:constant", "minecraft:uniform", "minecraft:binomial", "minecraft:score"]}}, "allOf": [{"if": {"properties": {"type": {"const": "minecraft:constant"}}}, "then": {"properties": {"value": {"type": "number"}}}}, {"if": {"properties": {"type": {"const": "minecraft:uniform"}}}, "then": {"properties": {"min": {"type": ["number", "object"]}, "max": {"type": ["number", "object"]}}}}, {"if": {"properties": {"type": {"const": "minecraft:binomial"}}}, "then": {"properties": {"n": {"type": ["integer", "object"]}, "p": {}}}}, {"if": {"properties": {"type": {"const": "minecraft:score"}}}, "then": {"properties": {"target": {"type": ["string", "object"], "enum": ["this", "killer", "direct_killer", "player_killer"], "properties": {"type": {"type": "string", "enum": ["fixed", "context"]}}, "allOf": [{"if": {"properties": {"type": {"const": "fixed"}}}, "then": {"properties": {"name": {"type": "string"}}}}, {"if": {"properties": {"type": {"const": "context"}}}, "then": {"properties": {"target": {"type": "string", "enum": ["this", "killer", "direct_killer", "player_killer"]}}}}]}, "score": {"type": "string"}, "scale": {"type": "number"}}}}]}, "enchantments": {"type": "array", "items": {"type": "object", "properties": {"enchantment": {"type": "string"}, "levels": {"type": ["integer", "object"]}}}}, "tagsCommonToAllDamageTypes": {"type": "object", "properties": {"bypasses_armor": {"type": "boolean"}, "bypasses_invulnerability": {"type": "boolean"}, "bypasses_magic": {"type": "boolean"}, "direct_entity": {"type": "object"}, "is_explosion": {"type": "boolean"}, "is_fire": {"type": "boolean"}, "is_magic": {"type": "boolean"}, "is_projectile": {"type": "boolean"}, "is_lightning": {"type": "boolean"}, "source_entity": {}}}, "tagsCommonToAllItems": {"type": "object", "properties": {"count": {"type": ["integer", "object"]}, "durability": {"type": ["integer", "object"]}, "enchantments": {}, "stored_enchantments": {}, "items": {"type": "array"}, "nbt": {"type": "string"}, "potion": {"type": "string"}, "tag": {"type": "string"}}}, "tagsCommonToAllLocations": {"type": "object", "properties": {"biome": {"type": "string", "enum": ["badlands", "badlands_plateau", "beach", "birch_forest", "birch_forest_hills", "cold_ocean", "dark_forest", "dark_forest_hills", "deep_cold_ocean", "deep_frozen_ocean", "deep_lukewarm_ocean", "deep_ocean", "deep_warm_ocean", "desert", "desert_hills", "desert_lakes", "end_barrens", "end_highlands", "end_midlands", "eroded_badlands", "flower_forest", "forest", "frozen_ocean", "frozen_river", "giant_spruce_taiga", "giant_spruce_taiga_hills", "giant_tree_taiga", "giant_tree_taiga_hills", "gravelly_mountains", "ice_spikes", "jungle", "jungle_edge", "jungle_hills", "lukewarm_ocean", "modified_badlands_plateau", "modified_gravelly_mountains", "modified_jungle", "modified_jungle_edge", "modified_wooded_badlands_plateau", "mountain_edge", "mountains", "mushroom_field_shore", "mushroom_fields", "nether", "ocean", "plains", "river", "savanna", "savanna_plateau", "shattered_savanna", "shattered_savanna_plateau", "small_end_islands", "snowy_beach", "snowy_mountains", "snowy_taiga", "snowy_taiga_hills", "snowy_taiga_mountains", "snowy_tundra", "stone_shore", "sunflower_plains", "swamp", "swamp_hills", "taiga", "taiga_hills", "taiga_mountains", "tall_birch_forest", "tall_birch_hills", "the_end", "the_void", "warm_ocean", "wooded_badlands_plateau", "wooded_hills", "wooded_mountains"]}, "block": {"type": "object", "properties": {"blocks": {"type": "array"}, "tag": {"type": "string"}, "nbt": {"type": "string"}, "state": {"type": "object", "properties": {"key": {"type": ["boolean", "integer", "string", "object"]}}}}}, "dimension": {"type": "string"}, "feature": {"type": "string", "enum": ["buried_treasure", "desert_pyramid", "endcity", "fortress", "igloo", "jungle_pyramid", "mansion", "mineshaft", "monument", "ocean_ruin", "pillager_outpost", "shipwreck", "stronghold", "swamp_hut", "village"]}, "fluid": {"type": "object", "properties": {"fluid": {"type": "string"}, "tag": {"type": "string"}, "state": {"type": ["boolean", "integer", "string", "object"]}}}, "light": {"type": "object", "properties": {"light": {"type": ["integer", "object"]}}}, "position": {"type": "object", "properties": {"x": {}, "y": {}, "z": {}}}, "smokey": {"type": "boolean"}}}, "tagsCommonToAllEntities": {"type": "object", "properties": {"distance": {"type": "object", "properties": {"absolute": {}, "horizontal": {}, "x": {}, "y": {}, "z": {}}}, "effects": {"additionalProperties": {"type": "object", "properties": {"ambient": {"type": "boolean"}, "amplifier": {"type": ["integer", "object"]}, "duration": {"type": ["integer", "object"]}, "visible": {"type": "boolean"}}}}, "equipment": {"type": "object", "properties": {"mainhand": {}, "offhand": {}, "head": {}, "chest": {}, "legs": {}, "feet": {}}}, "flags": {"type": "object", "properties": {"is_on_fire": {}, "is_sneaking": {"type": "boolean"}, "is_sprinting": {"type": "boolean"}, "is_swimming": {"type": "boolean"}, "is_baby": {"type": "boolean"}}}, "lightning_bolt": {"type": "object", "properties": {"blocks_set_on_fire": {"type": "integer"}, "entity_struck": {}}}, "location": {}, "nbt": {"type": "string"}, "passenger": {}, "player": {"type": "object", "properties": {"looking_at": {}, "advancements": {"type": "object", "additionalProperties": {"type": ["boolean", "object"], "additionalProperties": {"type": "boolean"}}}, "gamemode": {"type": "string", "enum": ["survival", "adventure", "creative", "spectator"]}, "level": {"type": ["integer", "object"]}, "recipes": {"type": "object", "additionalProperties": {"type": "boolean"}}, "stats": {"type": "object", "additionalProperties": {"type": "object", "properties": {"type": {"type": "string", "enum": ["minecraft:custom", "minecraft:crafted", "minecraft:used", "minecraft:broken", "minecraft:mined", "minecraft:killed", "minecraft:picked_up", "minecraft:dropped", "minecraft:killed_by"]}, "stat": {"type": "string"}, "value": {"type": ["integer", "object"]}}}}}}, "stepping_on": {}, "team": {"type": "string"}, "type": {"type": "string"}, "targeted_entity": {}, "vehicle": {}}}}, "properties": {"conditions": {"type": "string", "enum": ["minecraft:alternative", "minecraft:block_state_property", "minecraft:damage_source_properties", "minecraft:entity_properties", "minecraft:entity_scores", "minecraft:inverted", "minecraft:killed_by_player", "minecraft:location_check", "minecraft:match_tool", "minecraft:random_chance", "minecraft:random_chance_with_looting", "minecraft:reference", "minecraft:survives_explosion", "minecraft:table_bonus", "minecraft:time_check", "minecraft:weather_check", "minecraft:value_check"]}}, "type": "object"}
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"]}