repository
stringclasses
528 values
commit
stringlengths
40
40
commitDate
timestamp[s]
path
stringlengths
11
149
repoStars
int64
5
94.9k
repoLastFetched
stringclasses
528 values
content
stringlengths
48
736k
license
stringclasses
14 values
language
stringclasses
7 values
mason-org/mason-registry
782046f2e6e3ae0949a1fbeefb12f6512fb741ae
2023-04-06T10:18:22
schemas/components/sources/npm.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/npm", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "extra_packages": { "description": "Extra npm packages required by the main package to function.", "items": { "type": "string" }, "type": "array" }, "id": { "pattern": "^pkg:npm/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
a62739ca7bfd72bb041c36d40d25b8b9c7e27d59
2022-12-22T20:54:31
schemas/components/sources/nuget.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/nuget", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "id": { "pattern": "^pkg:nuget/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
84c54daf62d422f9462b18e764c2bf3977a32699
2023-12-27T06:59:13
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Bitbake", "Blade", "BrighterScript", "C", "C#", "C++", "CDS", "CMake", "CQL", "CSS", "Cairo", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "CodeQL", "Crystal", "Csh", "Cucumber", "Cue", "Cypher", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Facility Service Definition", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HTML", "HTMX", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "KCL", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "MDX", "Markdown", "Matlab", "Meson", "Metamath Zero", "Mksh", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Snyk", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Thrift", "Twig", "TypeScript", "Typst", "V", "Vala", "VHDL", "Verilog", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
f008f47e5162f33184521b7be2b1e6cbe519eb74
2023-01-01T23:14:29
schemas/components/source.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/components/source", "$schema": "https://json-schema.org/draft/2020-12/schema", "oneOf": [ { "$ref": "sources/cargo" }, { "$ref": "sources/composer" }, { "$ref": "sources/gem" }, { "$ref": "sources/generic" }, { "$ref": "sources/github" }, { "$ref": "sources/golang" }, { "$ref": "sources/luarocks" }, { "$ref": "sources/npm" }, { "$ref": "sources/nuget" }, { "$ref": "sources/opam" }, { "$ref": "sources/pypi" } ] }
Apache-2.0
en
mason-org/mason-registry
782046f2e6e3ae0949a1fbeefb12f6512fb741ae
2023-04-06T10:18:22
schemas/components/source.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/source", "$schema": "https://json-schema.org/draft/2020-12/schema", "oneOf": [ { "$ref": "sources/cargo" }, { "$ref": "sources/composer" }, { "$ref": "sources/gem" }, { "$ref": "sources/generic" }, { "$ref": "sources/github" }, { "$ref": "sources/golang" }, { "$ref": "sources/luarocks" }, { "$ref": "sources/npm" }, { "$ref": "sources/nuget" }, { "$ref": "sources/opam" }, { "$ref": "sources/pypi" } ] }
Apache-2.0
en
mason-org/mason-registry
9fca1753ea75bc8e6dc78d6371e761ade967b636
2023-04-15T21:19:45
schemas/enums/platform.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/platform", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ "unix", "darwin", "darwin_arm64", "darwin_x64", "linux", "linux_arm", "linux_arm64", "linux_arm64_gnu", "linux_arm64_musl", "linux_arm64_openbsd", "linux_arm_gnu", "linux_armv6_gnu", "linux_armv6l", "linux_armv7_gnu", "linux_armv7l", "linux_x64", "linux_x64_gnu", "linux_x64_musl", "linux_x64_openbsd", "linux_x86", "linux_x86_gnu", "win", "win_arm", "win_arm64", "win_armv6l", "win_armv7l", "win_x64", "win_x86" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
09c2c91425e35b59650662e648596581652a5d02
2023-06-15T17:43:02
schemas/components/sources/composer.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/composer", "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "id": { "pattern": "^pkg:composer/.+/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
782046f2e6e3ae0949a1fbeefb12f6512fb741ae
2023-04-06T10:18:22
schemas/package.schema.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "Schema for package definitions.", "properties": { "bin": { "$ref": "mason-registry.json/components/bin" }, "categories": { "items": { "$ref": "mason-registry.json/enums/category" }, "type": "array" }, "ci_skip": { "oneOf": [ { "type": "boolean" }, { "items": { "$ref": "mason-registry.json/enums/platform" }, "type": "array" } ] }, "description": { "description": "The description of the package. Usually sourced upstream.", "type": "string" }, "homepage": { "description": "A URL to the package's homepage.", "format": "uri", "pattern": "^https?://", "type": "string" }, "languages": { "items": { "$ref": "mason-registry.json/enums/language" }, "type": "array" }, "licenses": { "items": { "$ref": "mason-registry.json/enums/spdx-license" }, "minItems": 1, "type": "array" }, "name": { "description": "The package name. MUST be unique within the registry it belongs to.", "type": "string" }, "opt": { "$ref": "mason-registry.json/components/opt" }, "share": { "$ref": "mason-registry.json/components/share" }, "source": { "$ref": "mason-registry.json/components/source" } }, "required": [ "name", "description", "homepage", "licenses", "languages", "categories", "source" ], "title": "Mason Registry package schema", "type": "object" }
Apache-2.0
en
mason-org/mason-registry
bf8f4b5eef2d7adb5abfc21cf5740cba81f8c3b4
2024-01-06T08:07:20
schemas/components/sources/github/release.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/github/release", "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "asset": { "oneOf": [ { "items": { "additionalProperties": true, "properties": { "file": { "oneOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "string" } ] }, "target": { "oneOf": [ { "items": { "$ref": "/mason-registry.json/enums/platform" }, "type": "array" }, { "$ref": "/mason-registry.json/enums/platform" } ] } }, "required": [ "file", "target" ], "type": "object" }, "type": "array" }, { "additionalProperties": true, "properties": { "file": { "oneOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "string" } ] } }, "required": [ "file" ], "type": "object" } ] }, "id": { "pattern": "^pkg:github/.+/.+@.+", "type": "string" } }, "required": [ "id", "asset" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
ea52c56dce9fdc7504012d44b73e1e07c63ff590
2023-11-21T23:00:56
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Blade", "BrighterScript", "C", "C#", "C++", "CDS", "CMake", "CQL", "CSS", "Cairo", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "CodeQL", "Crystal", "Csh", "Cucumber", "Cue", "Cypher", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Facility Service Definition", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HTML", "HTMX", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "KCL", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "MDX", "Markdown", "Matlab", "Meson", "Metamath Zero", "Mksh", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Snyk", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Thrift", "Twig", "TypeScript", "Typst", "V", "Vala", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
e7d007e9eb9effabb8f331be8b39cb0f9eba49e3
2022-12-28T11:13:58
schemas/components/source.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/components/source", "$schema": "https://json-schema.org/draft/2020-12/schema", "oneOf": [ { "$ref": "sources/cargo" }, { "$ref": "sources/composer" }, { "$ref": "sources/gem" }, { "$ref": "sources/generic" }, { "$ref": "sources/github" }, { "$ref": "sources/golang" }, { "$ref": "sources/npm" }, { "$ref": "sources/nuget" }, { "$ref": "sources/opam" }, { "$ref": "sources/pypi" } ] }
Apache-2.0
en
mason-org/mason-registry
ad72a24132c149b8f52b087b023896d9f600c107
2023-11-13T19:47:37
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Blade", "BrighterScript", "C", "C#", "C++", "CMake", "CQL", "CSS", "Cairo", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "CodeQL", "Crystal", "Csh", "Cucumber", "Cue", "Cypher", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Facility Service Definition", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HTML", "HTMX", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "KCL", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "MDX", "Markdown", "Matlab", "Meson", "Metamath Zero", "Mksh", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Snyk", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Thrift", "Twig", "TypeScript", "Typst", "V", "Vala", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
226db5b87c9e784f736543a356d74d11e5a71b21
2024-05-10T11:03:10
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Aiken", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Bitbake", "Blade", "BrighterScript", "C", "C#", "C++", "CDS", "CMake", "CQL", "CSS", "Cairo", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "COBOL", "CodeQL", "CoffeeScript", "Coq", "Crystal", "Csh", "Cucumber", "Cue", "Cypher", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "DTS", "Earthly", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Facility Service Definition", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "GLSL", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HCL", "HTML", "HTMX", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "KCL", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "M68K", "MDX", "Makefile", "Markdown", "Matlab", "MCFunction", "Meson", "Metamath Zero", "Mksh", "Motoko", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenGL", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "Rego", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Snyk", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "systemd", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Thrift", "Twig", "TypeScript", "Typst", "V", "Vala", "VHDL", "Verilog", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zeek", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
782046f2e6e3ae0949a1fbeefb12f6512fb741ae
2023-04-06T10:18:22
schemas/enums/platform.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/platform", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ "darwin_arm64", "darwin_x64", "linux_arm", "linux_arm64", "linux_arm64_gnu", "linux_arm64_musl", "linux_arm64_openbsd", "linux_arm_gnu", "linux_armv6_gnu", "linux_armv6l", "linux_armv7_gnu", "linux_armv7l", "linux_x64", "linux_x64_gnu", "linux_x64_musl", "linux_x64_openbsd", "linux_x86", "linux_x86_gnu", "win_arm", "win_arm64", "win_armv6l", "win_armv7l", "win_x64", "win_x86" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
e5535859f0e88b18a62070472be82a0bd6e8f59a
2023-10-19T00:51:49
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Blade", "BrighterScript", "C", "C#", "C++", "CMake", "CQL", "CSS", "Cairo", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "CodeQL", "Crystal", "Csh", "Cucumber", "Cue", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HTML", "Handlebargs", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "KCL", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "MDX", "Markdown", "Matlab", "Meson", "Metamath Zero", "Mksh", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Snyk", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Thrift", "Twig", "TypeScript", "Typst", "V", "Vala", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
9893cf2170e888a21b413fbf79ff7b5881acfe7a
2023-03-10T20:16:45
schemas/components/sources/composer.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/composer", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "id": { "pattern": "^pkg:composer/.+/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1
2023-04-05T23:26:45
schemas/enums/category.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/category", "$schema": "http://json-schema.org/draft-07/schema#", "enum": [ "Compiler", "DAP", "Formatter", "LSP", "Linter", "Runtime" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
760bde3df4931e6f1cef5aa1527bdaa8c34fab2a
2023-01-07T16:53:11
schemas/components/sources/github/release.json
127
2024-05-27T10:11:26.870025Z
{ "$defs": { "Asset": { "oneOf": [ { "items": { "additionalProperties": true, "properties": { "file": { "oneOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "string" } ] }, "target": { "oneOf": [ { "items": { "$ref": "/mason-org/mason-registry/schemas/enums/platform" }, "type": "array" }, { "$ref": "/mason-org/mason-registry/schemas/enums/platform" } ] } }, "required": [ "target", "file" ], "type": "object" }, "type": "array" }, { "properties": { "file": { "type": "string" } }, "type": "object" } ] } }, "$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/github/release", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "asset": { "$ref": "#/$defs/Asset" }, "id": { "pattern": "^pkg:github/.+@.+", "type": "string" }, "version_overrides": { "items": { "additionalProperties": false, "properties": { "asset": { "$ref": "#/$defs/Asset" }, "constraint": { "pattern": "^semver:(<=)?v?\\d+\\.\\d+\\.\\d+", "type": "string" }, "id": { "pattern": "^pkg:github/[^@]+$", "type": "string" } }, "required": [ "constraint", "asset" ], "type": "object" }, "type": "array" } }, "required": [ "id", "asset" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1
2023-04-05T23:26:45
schemas/components/sources/composer.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/composer", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "pattern": "^pkg:composer/.+/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
f1be44f1f3ee1563f2a7296d5d08d2a12fbdcf72
2024-03-20T04:36:14
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Bitbake", "Blade", "BrighterScript", "C", "C#", "C++", "CDS", "CMake", "CQL", "CSS", "Cairo", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "CodeQL", "CoffeeScript", "Crystal", "Csh", "Cucumber", "Cue", "Cypher", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Facility Service Definition", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "GLSL", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HCL", "HTML", "HTMX", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "KCL", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "M68K", "MDX", "Makefile", "Markdown", "Matlab", "MCFunction", "Meson", "Metamath Zero", "Mksh", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenGL", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "Rego", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Snyk", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "systemd", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Thrift", "Twig", "TypeScript", "Typst", "V", "Vala", "VHDL", "Verilog", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zeek", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
a057aaf6f6ac390cef38c6becce6ead1d97d2fe0
2022-12-27T14:06:12
schemas/components/source.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/components/source", "$schema": "https://json-schema.org/draft/2020-12/schema", "oneOf": [ { "$ref": "sources/cargo" }, { "$ref": "sources/gem" }, { "$ref": "sources/generic" }, { "$ref": "sources/github" }, { "$ref": "sources/golang" }, { "$ref": "sources/npm" }, { "$ref": "sources/nuget" }, { "$ref": "sources/opam" }, { "$ref": "sources/pypi" } ] }
Apache-2.0
en
mason-org/mason-registry
782046f2e6e3ae0949a1fbeefb12f6512fb741ae
2023-04-06T10:18:22
schemas/components/bin.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/bin", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "patternProperties": { "^[a-zA-Z0-9_\\-\\.]+$": { "type": "string" } }, "type": "object" }
Apache-2.0
en
mason-org/mason-registry
782046f2e6e3ae0949a1fbeefb12f6512fb741ae
2023-04-06T10:18:22
schemas/enums/category.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/category", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ "Compiler", "DAP", "Formatter", "LSP", "Linter", "Runtime" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
e7b70af38cbd9c5e7368ce9ffffbf854332afa1e
2024-02-21T20:46:46
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Bitbake", "Blade", "BrighterScript", "C", "C#", "C++", "CDS", "CMake", "CQL", "CSS", "Cairo", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "CodeQL", "Crystal", "Csh", "Cucumber", "Cue", "Cypher", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Facility Service Definition", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HCL", "HTML", "HTMX", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "KCL", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "M68K", "MDX", "Makefile", "Markdown", "Matlab", "Meson", "Metamath Zero", "Mksh", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenGL", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Snyk", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Thrift", "Twig", "TypeScript", "Typst", "V", "Vala", "VHDL", "Verilog", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
02e3ebe078b3bbb5e8c1793ff176229db6c350c7
2023-01-07T15:09:36
schemas/components/sources/github/release.json
127
2024-05-27T10:11:26.870025Z
{ "$defs": { "Asset": { "oneOf": [ { "items": { "additionalProperties": true, "properties": { "file": { "oneOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "string" } ] }, "target": { "oneOf": [ { "items": { "$ref": "/mason-org/mason-registry/schemas/enums/platform" }, "type": "array" }, { "$ref": "/mason-org/mason-registry/schemas/enums/platform" } ] } }, "required": [ "target", "file" ], "type": "object" }, "type": "array" }, { "properties": { "file": { "type": "string" } }, "type": "object" } ] } }, "$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/github/release", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "asset": { "$ref": "#/$defs/Asset" }, "id": { "pattern": "^pkg:github/.+@.+", "type": "string" }, "version_overrides": { "items": { "properties": { "asset": { "$ref": "#/$defs/Asset" }, "constraint": { "pattern": "^semver:(<=)?v?\\d+\\.\\d+\\.\\d+", "type": "string" } }, "type": "object" }, "type": "array" } }, "required": [ "id", "asset" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
782046f2e6e3ae0949a1fbeefb12f6512fb741ae
2023-04-06T10:18:22
schemas/enums/spdx-license.json
127
2024-05-27T10:11:26.870025Z
{ "$comment": "SPDX license list; releaseDate=2022-12-15; source=https://raw.githubusercontent.com/spdx/license-list-data/master/json/licenses.json", "$id": "https://json.schemastore.org/mason-registry.json/enums/spdx-license", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ "proprietary", "0BSD", "AAL", "Abstyles", "Adobe-2006", "Adobe-Glyph", "ADSL", "AFL-1.1", "AFL-1.2", "AFL-2.0", "AFL-2.1", "AFL-3.0", "Afmparse", "AGPL-1.0", "AGPL-1.0-only", "AGPL-1.0-or-later", "AGPL-3.0", "AGPL-3.0-only", "AGPL-3.0-or-later", "Aladdin", "AMDPLPA", "AML", "AMPAS", "ANTLR-PD", "ANTLR-PD-fallback", "Apache-1.0", "Apache-1.1", "Apache-2.0", "APAFML", "APL-1.0", "App-s2p", "APSL-1.0", "APSL-1.1", "APSL-1.2", "APSL-2.0", "Arphic-1999", "Artistic-1.0", "Artistic-1.0-cl8", "Artistic-1.0-Perl", "Artistic-2.0", "Baekmuk", "Bahyph", "Barr", "Beerware", "Bitstream-Vera", "BitTorrent-1.0", "BitTorrent-1.1", "blessing", "BlueOak-1.0.0", "Borceux", "BSD-1-Clause", "BSD-2-Clause", "BSD-2-Clause-FreeBSD", "BSD-2-Clause-NetBSD", "BSD-2-Clause-Patent", "BSD-2-Clause-Views", "BSD-3-Clause", "BSD-3-Clause-Attribution", "BSD-3-Clause-Clear", "BSD-3-Clause-LBNL", "BSD-3-Clause-Modification", "BSD-3-Clause-No-Military-License", "BSD-3-Clause-No-Nuclear-License", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause-No-Nuclear-Warranty", "BSD-3-Clause-Open-MPI", "BSD-4-Clause", "BSD-4-Clause-Shortened", "BSD-4-Clause-UC", "BSD-Protection", "BSD-Source-Code", "BSL-1.0", "BUSL-1.1", "bzip2-1.0.5", "bzip2-1.0.6", "C-UDA-1.0", "CAL-1.0", "CAL-1.0-Combined-Work-Exception", "Caldera", "CATOSL-1.1", "CC-BY-1.0", "CC-BY-2.0", "CC-BY-2.5", "CC-BY-2.5-AU", "CC-BY-3.0", "CC-BY-3.0-AT", "CC-BY-3.0-DE", "CC-BY-3.0-IGO", "CC-BY-3.0-NL", "CC-BY-3.0-US", "CC-BY-4.0", "CC-BY-NC-1.0", "CC-BY-NC-2.0", "CC-BY-NC-2.5", "CC-BY-NC-3.0", "CC-BY-NC-3.0-DE", "CC-BY-NC-4.0", "CC-BY-NC-ND-1.0", "CC-BY-NC-ND-2.0", "CC-BY-NC-ND-2.5", "CC-BY-NC-ND-3.0", "CC-BY-NC-ND-3.0-DE", "CC-BY-NC-ND-3.0-IGO", "CC-BY-NC-ND-4.0", "CC-BY-NC-SA-1.0", "CC-BY-NC-SA-2.0", "CC-BY-NC-SA-2.0-FR", "CC-BY-NC-SA-2.0-UK", "CC-BY-NC-SA-2.5", "CC-BY-NC-SA-3.0", "CC-BY-NC-SA-3.0-DE", "CC-BY-NC-SA-3.0-IGO", "CC-BY-NC-SA-4.0", "CC-BY-ND-1.0", "CC-BY-ND-2.0", "CC-BY-ND-2.5", "CC-BY-ND-3.0", "CC-BY-ND-3.0-DE", "CC-BY-ND-4.0", "CC-BY-SA-1.0", "CC-BY-SA-2.0", "CC-BY-SA-2.0-UK", "CC-BY-SA-2.1-JP", "CC-BY-SA-2.5", "CC-BY-SA-3.0", "CC-BY-SA-3.0-AT", "CC-BY-SA-3.0-DE", "CC-BY-SA-4.0", "CC-PDDC", "CC0-1.0", "CDDL-1.0", "CDDL-1.1", "CDL-1.0", "CDLA-Permissive-1.0", "CDLA-Permissive-2.0", "CDLA-Sharing-1.0", "CECILL-1.0", "CECILL-1.1", "CECILL-2.0", "CECILL-2.1", "CECILL-B", "CECILL-C", "CERN-OHL-1.1", "CERN-OHL-1.2", "CERN-OHL-P-2.0", "CERN-OHL-S-2.0", "CERN-OHL-W-2.0", "checkmk", "ClArtistic", "CNRI-Jython", "CNRI-Python", "CNRI-Python-GPL-Compatible", "COIL-1.0", "Community-Spec-1.0", "Condor-1.1", "copyleft-next-0.3.0", "copyleft-next-0.3.1", "CPAL-1.0", "CPL-1.0", "CPOL-1.02", "Crossword", "CrystalStacker", "CUA-OPL-1.0", "Cube", "curl", "D-FSL-1.0", "diffmark", "DL-DE-BY-2.0", "DOC", "Dotseqn", "DRL-1.0", "DSDP", "dvipdfm", "ECL-1.0", "ECL-2.0", "eCos-2.0", "EFL-1.0", "EFL-2.0", "eGenix", "Elastic-2.0", "Entessa", "EPICS", "EPL-1.0", "EPL-2.0", "ErlPL-1.1", "etalab-2.0", "EUDatagrid", "EUPL-1.0", "EUPL-1.1", "EUPL-1.2", "Eurosym", "Fair", "FDK-AAC", "Frameworx-1.0", "FreeBSD-DOC", "FreeImage", "FSFAP", "FSFUL", "FSFULLR", "FSFULLRWD", "FTL", "GD", "GFDL-1.1", "GFDL-1.1-invariants-only", "GFDL-1.1-invariants-or-later", "GFDL-1.1-no-invariants-only", "GFDL-1.1-no-invariants-or-later", "GFDL-1.1-only", "GFDL-1.1-or-later", "GFDL-1.2", "GFDL-1.2-invariants-only", "GFDL-1.2-invariants-or-later", "GFDL-1.2-no-invariants-only", "GFDL-1.2-no-invariants-or-later", "GFDL-1.2-only", "GFDL-1.2-or-later", "GFDL-1.3", "GFDL-1.3-invariants-only", "GFDL-1.3-invariants-or-later", "GFDL-1.3-no-invariants-only", "GFDL-1.3-no-invariants-or-later", "GFDL-1.3-only", "GFDL-1.3-or-later", "Giftware", "GL2PS", "Glide", "Glulxe", "GLWTPL", "gnuplot", "GPL-1.0", "GPL-1.0-only", "GPL-1.0-or-later", "GPL-1.0+", "GPL-2.0", "GPL-2.0-only", "GPL-2.0-or-later", "GPL-2.0-with-autoconf-exception", "GPL-2.0-with-bison-exception", "GPL-2.0-with-classpath-exception", "GPL-2.0-with-font-exception", "GPL-2.0-with-GCC-exception", "GPL-2.0+", "GPL-3.0", "GPL-3.0-only", "GPL-3.0-or-later", "GPL-3.0-with-autoconf-exception", "GPL-3.0-with-GCC-exception", "GPL-3.0+", "gSOAP-1.3b", "HaskellReport", "Hippocratic-2.1", "HPND", "HPND-sell-variant", "HTMLTIDY", "IBM-pibs", "ICU", "IJG", "ImageMagick", "iMatix", "Imlib2", "Info-ZIP", "Intel", "Intel-ACPI", "Interbase-1.0", "IPA", "IPL-1.0", "ISC", "Jam", "JasPer-2.0", "JPNIC", "JSON", "Knuth-CTAN", "LAL-1.2", "LAL-1.3", "Latex2e", "Leptonica", "LGPL-2.0", "LGPL-2.0-only", "LGPL-2.0-or-later", "LGPL-2.0+", "LGPL-2.1", "LGPL-2.1-only", "LGPL-2.1-or-later", "LGPL-2.1+", "LGPL-3.0", "LGPL-3.0-only", "LGPL-3.0-or-later", "LGPL-3.0+", "LGPLLR", "Libpng", "libpng-2.0", "libselinux-1.0", "libtiff", "libutil-David-Nugent", "LiLiQ-P-1.1", "LiLiQ-R-1.1", "LiLiQ-Rplus-1.1", "Linux-man-pages-copyleft", "Linux-OpenIB", "LOOP", "LPL-1.0", "LPL-1.02", "LPPL-1.0", "LPPL-1.1", "LPPL-1.2", "LPPL-1.3a", "LPPL-1.3c", "LZMA-SDK-9.11-to-9.20", "LZMA-SDK-9.22", "MakeIndex", "Minpack", "MirOS", "MIT", "MIT-0", "MIT-advertising", "MIT-CMU", "MIT-enna", "MIT-feh", "MIT-Modern-Variant", "MIT-open-group", "MITNFA", "Motosoto", "mpi-permissive", "mpich2", "MPL-1.0", "MPL-1.1", "MPL-2.0", "MPL-2.0-no-copyleft-exception", "mplus", "MS-LPL", "MS-PL", "MS-RL", "MTLL", "MulanPSL-1.0", "MulanPSL-2.0", "Multics", "Mup", "NAIST-2003", "NASA-1.3", "Naumen", "NBPL-1.0", "NCGL-UK-2.0", "NCSA", "Net-SNMP", "NetCDF", "Newsletr", "NGPL", "NICTA-1.0", "NIST-PD", "NIST-PD-fallback", "NLOD-1.0", "NLOD-2.0", "NLPL", "Nokia", "NOSL", "Noweb", "NPL-1.0", "NPL-1.1", "NPOSL-3.0", "NRL", "NTP", "NTP-0", "Nunit", "O-UDA-1.0", "OCCT-PL", "OCLC-2.0", "ODbL-1.0", "ODC-By-1.0", "OFL-1.0", "OFL-1.0-no-RFN", "OFL-1.0-RFN", "OFL-1.1", "OFL-1.1-no-RFN", "OFL-1.1-RFN", "OGC-1.0", "OGDL-Taiwan-1.0", "OGL-Canada-2.0", "OGL-UK-1.0", "OGL-UK-2.0", "OGL-UK-3.0", "OGTSL", "OLDAP-1.1", "OLDAP-1.2", "OLDAP-1.3", "OLDAP-1.4", "OLDAP-2.0", "OLDAP-2.0.1", "OLDAP-2.1", "OLDAP-2.2", "OLDAP-2.2.1", "OLDAP-2.2.2", "OLDAP-2.3", "OLDAP-2.4", "OLDAP-2.5", "OLDAP-2.6", "OLDAP-2.7", "OLDAP-2.8", "OML", "OpenSSL", "OPL-1.0", "OPUBL-1.0", "OSET-PL-2.1", "OSL-1.0", "OSL-1.1", "OSL-2.0", "OSL-2.1", "OSL-3.0", "Parity-6.0.0", "Parity-7.0.0", "PDDL-1.0", "PHP-3.0", "PHP-3.01", "Plexus", "PolyForm-Noncommercial-1.0.0", "PolyForm-Small-Business-1.0.0", "PostgreSQL", "PSF-2.0", "psfrag", "psutils", "Python-2.0", "Python-2.0.1", "Qhull", "QPL-1.0", "Rdisc", "RHeCos-1.1", "RPL-1.1", "RPL-1.5", "RPSL-1.0", "RSA-MD", "RSCPL", "Ruby", "SAX-PD", "Saxpath", "SCEA", "SchemeReport", "Sendmail", "Sendmail-8.23", "SGI-B-1.0", "SGI-B-1.1", "SGI-B-2.0", "SHL-0.5", "SHL-0.51", "SimPL-2.0", "SISSL", "SISSL-1.2", "Sleepycat", "SMLNJ", "SMPPL", "SNIA", "Spencer-86", "Spencer-94", "Spencer-99", "SPL-1.0", "SSH-OpenSSH", "SSH-short", "SSPL-1.0", "StandardML-NJ", "SugarCRM-1.1.3", "SWL", "Symlinks", "TAPR-OHL-1.0", "TCL", "TCP-wrappers", "TMate", "TORQUE-1.1", "TOSL", "TU-Berlin-1.0", "TU-Berlin-2.0", "UCL-1.0", "Unicode-DFS-2015", "Unicode-DFS-2016", "Unicode-TOU", "Unlicense", "UPL-1.0", "Vim", "VOSTROM", "VSL-1.0", "W3C", "W3C-19980720", "W3C-20150513", "Watcom-1.0", "Wsuipa", "WTFPL", "wxWindows", "X11", "X11-distribute-modifications-variant", "Xerox", "XFree86-1.1", "xinetd", "Xnet", "xpp", "XSkat", "YPL-1.0", "YPL-1.1", "Zed", "Zend-2.0", "Zimbra-1.3", "Zimbra-1.4", "Zlib", "zlib-acknowledgement", "ZPL-1.1", "ZPL-2.0", "ZPL-2.1" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
782046f2e6e3ae0949a1fbeefb12f6512fb741ae
2023-04-06T10:18:22
schemas/components/sources/github/release.json
127
2024-05-27T10:11:26.870025Z
{ "$defs": { "Asset": { "oneOf": [ { "items": { "additionalProperties": true, "properties": { "file": { "oneOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "string" } ] }, "target": { "oneOf": [ { "items": { "$ref": "/mason-registry.json/enums/platform" }, "type": "array" }, { "$ref": "/mason-registry.json/enums/platform" } ] } }, "required": [ "target", "file" ], "type": "object" }, "type": "array" }, { "properties": { "file": { "type": "string" } }, "type": "object" } ] } }, "$id": "https://json.schemastore.org/mason-registry.json/components/sources/github/release", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "asset": { "$ref": "#/$defs/Asset" }, "id": { "pattern": "^pkg:github/.+/.+@.+", "type": "string" }, "version_overrides": { "items": { "additionalProperties": false, "properties": { "asset": { "$ref": "#/$defs/Asset" }, "constraint": { "pattern": "^semver:(<=)?v?\\d+\\.\\d+\\.\\d+", "type": "string" }, "id": { "pattern": "^pkg:github/.+/[^@]+$", "type": "string" } }, "required": [ "constraint", "asset" ], "type": "object" }, "type": "array" } }, "required": [ "id", "asset" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
a5244b17c53675a74cb0326d452d4a3fa8fc9203
2022-12-21T12:12:30
schemas/components/sources/pypi.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/pypi", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "extra_packages": { "description": "Extra pypi packages required by the main package to function.", "items": { "type": "string" }, "type": "array" }, "id": { "pattern": "^pkg:pypi/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
28b7ead62a4d2aaa05250a1738e871cc84be00e1
2023-10-27T17:28:03
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Blade", "BrighterScript", "C", "C#", "C++", "CMake", "CQL", "CSS", "Cairo", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "CodeQL", "Crystal", "Csh", "Cucumber", "Cue", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HTML", "HTMX", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "KCL", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "MDX", "Markdown", "Matlab", "Meson", "Metamath Zero", "Mksh", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Snyk", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Thrift", "Twig", "TypeScript", "Typst", "V", "Vala", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
09c2c91425e35b59650662e648596581652a5d02
2023-06-15T17:43:02
schemas/components/sources/cargo.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/cargo", "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "id": { "pattern": "^pkg:cargo/.+@.+", "type": "string" }, "supported_platforms": { "description": "List of platforms supported by the cargo package.", "items": { "$ref": "/mason-registry.json/enums/platform" }, "type": "array" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
a5244b17c53675a74cb0326d452d4a3fa8fc9203
2022-12-21T12:12:30
schemas/components/sources/gem.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/gem", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "extra_packages": { "description": "Extra gem packages required by the main package to function.", "items": { "type": "string" }, "type": "array" }, "id": { "pattern": "^pkg:gem/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1
2023-04-05T23:26:45
schemas/components/sources/golang.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/golang", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "extra_packages": { "description": "Extra golang packages required by the main package to function.", "items": { "type": "string" }, "type": "array" }, "id": { "pattern": "^pkg:golang/.+/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
15896427357ca1c0a297f439c532b3319676f1ce
2023-08-08T18:36:39
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Blade", "BrighterScript", "C", "C#", "C++", "CMake", "CQL", "CSS", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "CodeQL", "Crystal", "Csh", "Cucumber", "Cue", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HTML", "Handlebargs", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "MDX", "Markdown", "Matlab", "Metamath Zero", "Mksh", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Twig", "TypeScript", "Typst", "V", "Vala", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
cdb8390de84092899f9f42e3c001c8502c3724ae
2022-12-24T02:10:45
schemas/components/bin.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/components/bin", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "patternProperties": { "^[a-zA-Z0-9_\\-\\.]+$": { "type": "string" } }, "type": "object" }
Apache-2.0
en
mason-org/mason-registry
f008f47e5162f33184521b7be2b1e6cbe519eb74
2023-01-01T23:14:29
schemas/components/sources/luarocks.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/luarocks", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "id": { "pattern": "^pkg:luarocks/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
38158031f02572dab912a5ebb7fa3e99fdf33d20
2023-03-11T00:45:58
schemas/components/sources/golang.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/golang", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "extra_packages": { "description": "Extra golang packages required by the main package to function.", "items": { "type": "string" }, "type": "array" }, "id": { "pattern": "^pkg:golang/.+/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
782046f2e6e3ae0949a1fbeefb12f6512fb741ae
2023-04-06T10:18:22
schemas/components/opt.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/opt", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "patternProperties": { "^[a-zA-Z0-9_\\-\\./]+$": { "type": "string" } }, "type": "object" }
Apache-2.0
en
mason-org/mason-registry
3925fbb7a07183982f699a98b014a59da8b83149
2022-12-30T03:01:57
schemas/components/sources/gem.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/gem", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "extra_packages": { "description": "Extra gem packages required by the main package to function.", "items": { "type": "string" }, "type": "array" }, "id": { "pattern": "^pkg:gem/.+@.+", "type": "string" }, "supported_platforms": { "description": "List of platforms supported by the gem package.", "items": { "$ref": "/mason-org/mason-registry/schemas/enums/platform" }, "type": "array" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
555dc2e3f2fe2b6f0a0423ecdd2250322cdf6196
2023-09-23T00:47:10
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Blade", "BrighterScript", "C", "C#", "C++", "CMake", "CQL", "CSS", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "CodeQL", "Crystal", "Csh", "Cucumber", "Cue", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HTML", "Handlebargs", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "KCL", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "MDX", "Markdown", "Matlab", "Meson", "Metamath Zero", "Mksh", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Snyk", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Thrift", "Twig", "TypeScript", "Typst", "V", "Vala", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
bf8f4b5eef2d7adb5abfc21cf5740cba81f8c3b4
2024-01-06T08:07:20
schemas/components/sources/openvsx.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/openvsx", "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "download": { "oneOf": [ { "items": { "additionalProperties": true, "properties": { "file": { "oneOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "string" } ] }, "target": { "oneOf": [ { "items": { "$ref": "/mason-registry.json/enums/platform" }, "type": "array" }, { "$ref": "/mason-registry.json/enums/platform" } ] }, "target_platform": { "enum": [ "in32-x64", "win32-ia32", "win32-arm64", "linux-x64", "linux-arm64", "linux-armhf", "alpine-x64", "alpine-arm64", "darwin-x64", "darwin-arm64", "web", "universal" ], "type": "string" } }, "required": [ "file", "target" ], "type": "object" }, "type": "array" }, { "additionalProperties": true, "properties": { "file": { "oneOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "string" } ] } }, "required": [ "file" ], "type": "object" } ] }, "id": { "pattern": "^pkg:openvsx/.+/.+@.+", "type": "string" } }, "required": [ "id", "download" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1
2023-04-05T23:26:45
schemas/components/bin.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/bin", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "patternProperties": { "^[a-zA-Z0-9_\\-\\.]+$": { "type": "string" } }, "type": "object" }
Apache-2.0
en
mason-org/mason-registry
09c2c91425e35b59650662e648596581652a5d02
2023-06-15T17:43:02
schemas/components/sources/nuget.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/nuget", "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "id": { "pattern": "^pkg:nuget/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
5ea31768b9b67539668c9d88bd270dda2d447c1e
2023-04-02T22:52:00
schemas/enums/platform.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/enums/platform", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ "darwin_arm64", "darwin_x64", "linux_arm", "linux_arm64", "linux_arm64_gnu", "linux_arm64_musl", "linux_arm64_openbsd", "linux_arm_gnu", "linux_armv6_gnu", "linux_armv6l", "linux_armv7_gnu", "linux_armv7l", "linux_x64", "linux_x64_gnu", "linux_x64_musl", "linux_x64_openbsd", "linux_x86", "linux_x86_gnu", "win_arm", "win_arm64", "win_armv6l", "win_armv7l", "win_x64", "win_x86" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
c67ff504298a95c553acf4922a841312503a1724
2023-04-26T16:03:15
schemas/enums/platform.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/platform", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ "unix", "darwin", "darwin_arm64", "darwin_x64", "linux", "linux_arm", "linux_arm64", "linux_arm64_gnu", "linux_arm64_musl", "linux_arm64_openbsd", "linux_arm_gnu", "linux_armv6_gnu", "linux_armv6l", "linux_armv7_gnu", "linux_armv7l", "linux_x64", "linux_x64_gnu", "linux_x64_musl", "linux_x64_openbsd", "linux_x86", "linux_x86_gnu", "linux_x86_musl", "linux_x86_openbsd", "win", "win_arm", "win_arm64", "win_armv6l", "win_armv7l", "win_x64", "win_x86" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
09c2c91425e35b59650662e648596581652a5d02
2023-06-15T17:43:02
schemas/components/sources/build.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/build", "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "env": { "additionalProperties": false, "patternProperties": { "^[A-Z0-9_]+$": { "type": "string" } }, "type": "object" }, "run": { "description": "The shell script to run. Platform sensitive (bash on Unix, powershell on Windows).", "type": "string" }, "staged": { "description": "Whether to run the build script in a staging location (defaults to true).", "type": "boolean" }, "target": { "oneOf": [ { "items": { "$ref": "/mason-registry.json/enums/platform" }, "type": "array" }, { "$ref": "/mason-registry.json/enums/platform" } ] } }, "required": [ "run" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
12e47ed9cb59fc2be6c79bea370fc579b0910afb
2024-03-18T00:04:32
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Bitbake", "Blade", "BrighterScript", "C", "C#", "C++", "CDS", "CMake", "CQL", "CSS", "Cairo", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "CodeQL", "CoffeeScript", "Crystal", "Csh", "Cucumber", "Cue", "Cypher", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Facility Service Definition", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "GLSL", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HCL", "HTML", "HTMX", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "KCL", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "M68K", "MDX", "Makefile", "Markdown", "Matlab", "MCFunction", "Meson", "Metamath Zero", "Mksh", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenGL", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Snyk", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "systemd", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Thrift", "Twig", "TypeScript", "Typst", "V", "Vala", "VHDL", "Verilog", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zeek", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
09c2c91425e35b59650662e648596581652a5d02
2023-06-15T17:43:02
schemas/components/sources/npm.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/npm", "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "extra_packages": { "description": "Extra npm packages required by the main package to function.", "items": { "type": "string" }, "type": "array" }, "id": { "pattern": "^pkg:npm/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1
2023-04-05T23:26:45
schemas/components/sources/nuget.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/nuget", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "pattern": "^pkg:nuget/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
e7d007e9eb9effabb8f331be8b39cb0f9eba49e3
2022-12-28T11:13:58
schemas/components/sources/composer.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/composer", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "id": { "pattern": "^pkg:composer/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1
2023-04-05T23:26:45
schemas/components/sources/gem.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/gem", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "extra_packages": { "description": "Extra gem packages required by the main package to function.", "items": { "type": "string" }, "type": "array" }, "id": { "pattern": "^pkg:gem/.+@.+", "type": "string" }, "supported_platforms": { "description": "List of platforms supported by the gem package.", "items": { "$ref": "/mason-registry.json/enums/platform" }, "type": "array" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
308ff1748293e0fcf0d5738c83d88b3b2055aa58
2023-04-18T08:57:02
schemas/components/sources/generic/generic.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/generic", "$schema": "https://json-schema.org/draft/2020-12/schema", "oneOf": [ { "$ref": "generic/download" }, { "$ref": "generic/build" } ] }
Apache-2.0
en
mason-org/mason-registry
da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1
2023-04-05T23:26:45
schemas/components/share.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/share", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "patternProperties": { "^[a-zA-Z0-9_\\-\\./]+$": { "type": "string" } }, "type": "object" }
Apache-2.0
en
mason-org/mason-registry
a5244b17c53675a74cb0326d452d4a3fa8fc9203
2022-12-21T12:12:30
schemas/components/sources/golang.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/golang", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "extra_packages": { "description": "Extra golang packages required by the main package to function.", "items": { "type": "string" }, "type": "array" }, "id": { "pattern": "^pkg:golang/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
a521d78878bd021bcb6af4d980dcc7afcf14bfe3
2023-03-08T02:02:13
schemas/components/sources/pypi.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/components/sources/pypi", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "extra_packages": { "description": "Extra pypi packages required by the main package to function.", "items": { "type": "string" }, "type": "array" }, "id": { "pattern": "^pkg:pypi/.+@.+", "type": "string" }, "supported_platforms": { "description": "List of platforms supported by the pypi package.", "items": { "$ref": "/mason-org/mason-registry/schemas/enums/platform" }, "type": "array" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
1b809c83a85760f5a608fa49131cb4b607baf530
2023-11-12T23:48:22
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Blade", "BrighterScript", "C", "C#", "C++", "CMake", "CQL", "CSS", "Cairo", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "CodeQL", "Crystal", "Csh", "Cucumber", "Cue", "Cypher", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HTML", "HTMX", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "KCL", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "MDX", "Markdown", "Matlab", "Meson", "Metamath Zero", "Mksh", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Snyk", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Thrift", "Twig", "TypeScript", "Typst", "V", "Vala", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
3b6cc835a8bad85789b82d05ed4c1ab5edba7065
2023-08-17T00:09:03
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Blade", "BrighterScript", "C", "C#", "C++", "CMake", "CQL", "CSS", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "CodeQL", "Crystal", "Csh", "Cucumber", "Cue", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HTML", "Handlebargs", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "KCL", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "MDX", "Markdown", "Matlab", "Metamath Zero", "Mksh", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Twig", "TypeScript", "Typst", "V", "Vala", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
09c2c91425e35b59650662e648596581652a5d02
2023-06-15T17:43:02
schemas/components/sources/golang.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/golang", "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "extra_packages": { "description": "Extra golang packages required by the main package to function.", "items": { "type": "string" }, "type": "array" }, "id": { "pattern": "^pkg:golang/.+/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
09c2c91425e35b59650662e648596581652a5d02
2023-06-15T17:43:02
schemas/components/sources/generic/download.json
127
2024-05-27T10:11:26.870025Z
{ "$defs": { "Download": { "additionalProperties": true, "properties": { "files": { "additionalProperties": false, "patternProperties": { "^[a-zA-Z0-9_\\-\\.]+$": { "pattern": "^https?://", "type": "string" } }, "type": "object" }, "target": { "oneOf": [ { "items": { "$ref": "/mason-registry.json/enums/platform" }, "type": "array" }, { "$ref": "/mason-registry.json/enums/platform" } ] } }, "required": [ "files" ], "type": "object" } }, "$id": "https://json.schemastore.org/mason-registry.json/components/sources/generic/download", "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "download": { "oneOf": [ { "items": { "$ref": "#/$defs/Download" }, "type": "array" }, { "$ref": "#/$defs/Download" } ] }, "id": { "pattern": "^pkg:generic/.+@.+", "type": "string" } }, "required": [ "id", "download" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
87391bbf12da0a0d1f9f6ee83e3e926f85cc5fae
2023-03-02T00:58:12
schemas/package.schema.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/package", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "Schema for package definitions.", "properties": { "bin": { "$ref": "components/bin" }, "categories": { "items": { "$ref": "enums/category" }, "type": "array" }, "ci_skip": { "oneOf": [ { "type": "boolean" }, { "items": { "$ref": "enums/platform" }, "type": "array" } ] }, "description": { "description": "The description of the package. Usually sourced upstream.", "type": "string" }, "homepage": { "description": "A URL to the package's homepage.", "format": "uri", "pattern": "^https?://", "type": "string" }, "languages": { "items": { "$ref": "enums/language" }, "type": "array" }, "licenses": { "items": { "$ref": "enums/spdx-license" }, "minItems": 1, "type": "array" }, "name": { "description": "The package name. MUST be unique within the registry it belongs to.", "type": "string" }, "opt": { "$ref": "components/opt" }, "share": { "$ref": "components/share" }, "source": { "$ref": "components/source" } }, "required": [ "name", "description", "homepage", "licenses", "languages", "source" ], "title": "Mason Registry package schema", "type": "object" }
Apache-2.0
en
mason-org/mason-registry
e0216801c400982d54773194feec9beb4bacc091
2023-12-29T06:13:36
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Bitbake", "Blade", "BrighterScript", "C", "C#", "C++", "CDS", "CMake", "CQL", "CSS", "Cairo", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "CodeQL", "Crystal", "Csh", "Cucumber", "Cue", "Cypher", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Facility Service Definition", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HTML", "HTMX", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "KCL", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "MDX", "Makefile", "Markdown", "Matlab", "Meson", "Metamath Zero", "Mksh", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Snyk", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Thrift", "Twig", "TypeScript", "Typst", "V", "Vala", "VHDL", "Verilog", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
782046f2e6e3ae0949a1fbeefb12f6512fb741ae
2023-04-06T10:18:22
schemas/components/sources/luarocks.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/luarocks", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "id": { "pattern": "^pkg:luarocks/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
782046f2e6e3ae0949a1fbeefb12f6512fb741ae
2023-04-06T10:18:22
schemas/components/sources/golang.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/golang", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "extra_packages": { "description": "Extra golang packages required by the main package to function.", "items": { "type": "string" }, "type": "array" }, "id": { "pattern": "^pkg:golang/.+/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
782046f2e6e3ae0949a1fbeefb12f6512fb741ae
2023-04-06T10:18:22
schemas/components/sources/nuget.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/nuget", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "id": { "pattern": "^pkg:nuget/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
68d21a27e6b734bd29fe3ddf19ffb7c2ed01f96b
2023-04-22T21:09:37
schemas/components/schemas.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/schemas", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "lsp": { "description": "A URL to where the LSP JSON schema can be downloaded from. If the provided URL is a VSCode package.json you MUST prefix the url with vscode:", "pattern": "^(vscode:)?https://", "type": "string" } }, "type": "object" }
Apache-2.0
en
mason-org/mason-registry
26d93e370db8f41015921bb695d48d7da7733b2f
2023-02-05T17:34:25
schemas/enums/platform.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://github.com/mason-org/mason-registry/schemas/enums/platform", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ "darwin_arm64", "darwin_x64", "linux_arm", "linux_armv6l", "linux_armv7l", "linux_arm64", "linux_arm64_gnu", "linux_arm64_openbsd", "linux_arm_gnu", "linux_armv6_gnu", "linux_armv7_gnu", "linux_x64", "linux_x64_gnu", "linux_x64_openbsd", "linux_x86", "linux_x86_gnu", "win_arm", "win_armv6l", "win_armv7l", "win_arm64", "win_x64", "win_x86" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
4c1c23ec3a13ba1b971c1dc9ab3207a5245a2317
2024-02-21T00:14:11
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Bitbake", "Blade", "BrighterScript", "C", "C#", "C++", "CDS", "CMake", "CQL", "CSS", "Cairo", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "CodeQL", "Crystal", "Csh", "Cucumber", "Cue", "Cypher", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Facility Service Definition", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HCL", "HTML", "HTMX", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "KCL", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "MDX", "Makefile", "Markdown", "Matlab", "Meson", "Metamath Zero", "Mksh", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenGL", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Snyk", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Thrift", "Twig", "TypeScript", "Typst", "V", "Vala", "VHDL", "Verilog", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
8f9c55f6ff8c264a473ef21267c824c3e9dc2151
2024-02-20T22:37:34
schemas/enums/language.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/language", "$schema": "https://json-schema.org/draft/2020-12/schema", "enum": [ ".NET", "1\u0421:Enterprise", "AWK", "Ada", "Angular", "Ansible", "Antlers", "Apex", "Arduino", "Assembly", "Astro", "Azure Pipelines", "Bash", "Bazel", "Beancount", "Bicep", "Bitbake", "Blade", "BrighterScript", "C", "C#", "C++", "CDS", "CMake", "CQL", "CSS", "Cairo", "Clarity", "Clojure", "ClojureScript", "CloudFormation", "CodeQL", "Crystal", "Csh", "Cucumber", "Cue", "Cypher", "D", "DOT", "Dart", "Dhall", "Django", "Docker", "Drools", "Elixir", "Elm", "Ember", "Emmet", "Erg", "Erlang", "F#", "Facility Service Definition", "Fennel", "Flow", "Flux", "Fortran", "GDScript", "Gleam", "Glimmer", "Go", "Gradle", "GraphQL", "Groovy", "HAML", "HCL", "HTML", "HTMX", "Handlebars", "Haskell", "Haxe", "Helm", "Hoon", "IPython", "JSON", "JSON-LD", "JSX", "Java", "JavaScript", "Jinja", "Jq", "Jsonnet", "Julia", "KCL", "Kotlin", "Ksh", "Kubernetes", "LESS", "LaTeX", "Lean 3", "Lelwel", "Liquid", "Lua", "Luau", "MDX", "Makefile", "Markdown", "Matlab", "Meson", "Metamath Zero", "Mksh", "Move", "Mustache", "Nginx", "Nickel", "Nim", "Nix", "Nunjucks", "OCaml", "Odin", "OneScript", "OpenAPI", "OpenCL", "OpenEdge", "OpenFOAM", "OpenSCAD", "PHP", "PICO-8", "Perl", "Pest", "PowerShell", "Prisma", "Progress", "Protobuf", "Puppet", "PureScript", "Python", "R", "Raku", "ReScript", "Reason", "Robot Framework", "Ruby", "Rust", "SCSS", "SQL", "Salt", "Sass", "Scala", "Sh", "Shell", "Slang", "Slint", "Smithy", "Snakemake", "Snyk", "Solidity", "Sphinx", "Standard ML", "Starlark", "Stylelint", "Svelte", "SystemVerilog", "TOML", "Teal", "Terraform", "Text", "Thrift", "Twig", "TypeScript", "Typst", "V", "Vala", "VHDL", "Verilog", "Veryl", "VimScript", "Visualforce", "Vue", "WGSL", "XML", "YAML", "YARA", "Zig", "Zsh" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
09c2c91425e35b59650662e648596581652a5d02
2023-06-15T17:43:02
schemas/components/sources/pypi.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/pypi", "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "extra_packages": { "description": "Extra pypi packages required by the main package to function.", "items": { "type": "string" }, "type": "array" }, "id": { "pattern": "^pkg:pypi/.+@.+", "type": "string" }, "supported_platforms": { "description": "List of platforms supported by the pypi package.", "items": { "$ref": "/mason-registry.json/enums/platform" }, "type": "array" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
mason-org/mason-registry
bf8f4b5eef2d7adb5abfc21cf5740cba81f8c3b4
2024-01-06T08:07:20
schemas/components/source.json
127
2024-05-27T10:11:26.870025Z
{ "$defs": { "Source": { "oneOf": [ { "$ref": "sources/cargo" }, { "$ref": "sources/composer" }, { "$ref": "sources/gem" }, { "$ref": "sources/generic" }, { "$ref": "sources/github" }, { "$ref": "sources/golang" }, { "$ref": "sources/luarocks" }, { "$ref": "sources/npm" }, { "$ref": "sources/nuget" }, { "$ref": "sources/opam" }, { "$ref": "sources/openvsx" }, { "$ref": "sources/pypi" } ] } }, "$id": "https://json.schemastore.org/mason-registry.json/components/source", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "properties": { "version_overrides": { "items": { "allOf": [ { "properties": { "constraint": { "pattern": "^semver:(<=)?v?\\d+\\.\\d+\\.\\d+", "type": "string" } }, "required": [ "constraint" ], "type": "object" }, { "$ref": "#/$defs/Source" } ], "type": "object" }, "type": "array" } }, "type": "object" }, { "$ref": "#/$defs/Source" } ] }
Apache-2.0
en
mason-org/mason-registry
da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1
2023-04-05T23:26:45
schemas/enums/platform.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/enums/platform", "$schema": "http://json-schema.org/draft-07/schema#", "enum": [ "darwin_arm64", "darwin_x64", "linux_arm", "linux_arm64", "linux_arm64_gnu", "linux_arm64_musl", "linux_arm64_openbsd", "linux_arm_gnu", "linux_armv6_gnu", "linux_armv6l", "linux_armv7_gnu", "linux_armv7l", "linux_x64", "linux_x64_gnu", "linux_x64_musl", "linux_x64_openbsd", "linux_x86", "linux_x86_gnu", "win_arm", "win_arm64", "win_armv6l", "win_armv7l", "win_x64", "win_x86" ], "type": "string" }
Apache-2.0
en
mason-org/mason-registry
da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1
2023-04-05T23:26:45
schemas/components/opt.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/opt", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "patternProperties": { "^[a-zA-Z0-9_\\-\\./]+$": { "type": "string" } }, "type": "object" }
Apache-2.0
en
mason-org/mason-registry
da12f3dd57c32703a12ebc4f8e979f7df0cfd5b1
2023-04-05T23:26:45
schemas/components/sources/npm.json
127
2024-05-27T10:11:26.870025Z
{ "$id": "https://json.schemastore.org/mason-registry.json/components/sources/npm", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "extra_packages": { "description": "Extra npm packages required by the main package to function.", "items": { "type": "string" }, "type": "array" }, "id": { "pattern": "^pkg:npm/.+@.+", "type": "string" } }, "required": [ "id" ], "type": "object" }
Apache-2.0
en
odow/StochOptFormat
120e0397b261e4d73bb325e9eca1ce614c146d07
2023-10-28T00:46:09
schemas/sof-1.0.json
14
2024-05-29T14:55:01.657909Z
{ "$id": "https://odow.github.io/StochOptFormat/schemas/sof-1.0.schema.json", "$schema": "https://json-schema.org/schema#", "additionalProperties": false, "properties": { "author": { "description": "The author of the problem for citation purposes.", "type": "string" }, "date": { "description": "The date that the problem was created [yyyy-mm-dd].", "type": "string" }, "description": { "description": "A human-readable description of the problem.", "type": "string" }, "name": { "description": "The name of the problem.", "type": "string" }, "nodes": { "additionalProperties": { "additionalProperties": false, "properties": { "realizations": { "description": "A vector describing the realizations of the random variables in the node.", "items": { "additionalProperties": false, "properties": { "probability": { "description": "The probability of sampling this realization.", "maximum": 1, "minimum": 0, "type": "number" }, "support": { "additionalProperties": { "type": "number" }, "description": "An object mapping the name of each random variable to a realization.", "type": "object" } }, "required": [ "probability", "support" ], "type": "object" }, "type": "array" }, "subproblem": { "description": "The name of the associated subproblem", "type": "string" }, "successors": { "additionalProperties": { "maximum": 1, "minimum": 0, "type": "number" }, "description": "An object that maps the name of each node (for which an edge exists) to the probability of transitioning there from the current node.", "type": "object" } }, "required": [ "subproblem" ], "type": "object" }, "description": "An object that maps the name to an information object for each node in the policy graph.", "type": "object" }, "root": { "additionalProperties": false, "description": "An object for the root node.", "properties": { "state_variables": { "additionalProperties": { "type": "number" }, "description": "An object that maps the name of each state variable to the value of the state in the root node.", "type": "object" }, "successors": { "additionalProperties": { "maximum": 1, "minimum": 0, "type": "number" }, "description": "An object that maps the name of each node (for which an edge exists) to the probability of transitioning there from the root node.", "type": "object" } }, "required": [ "state_variables", "successors" ], "type": "object" }, "subproblems": { "additionalProperties": { "additionalProperties": false, "description": "A subproblem in the policy graph.", "properties": { "random_variables": { "description": "An array containing the names of the random variables in the subproblem.", "items": { "type": "string" }, "type": "array" }, "state_variables": { "additionalProperties": { "additionalProperties": false, "properties": { "in": { "type": "string" }, "out": { "type": "string" } }, "required": [ "in", "out" ], "type": "object" }, "description": "An object that maps the name of the state variable to the incoming and outgoing state variables in the subproblem.", "type": "object" }, "subproblem": { "$ref": "https://jump.dev/MathOptFormat/schemas/mof.1.schema.json", "description": "The subproblem in MathOptFormat. MOF is backward compatible, so we support all v1.X versions." } }, "required": [ "state_variables", "subproblem" ], "type": "object" }, "description": "An object of subproblems. Multiple nodes can point to the same subproblem.", "type": "object" }, "validation_scenarios": { "description": "Out-of-sample scenarios used to evaluate the policy.", "items": { "items": { "additionalProperties": false, "properties": { "node": { "type": "string" }, "support": { "additionalProperties": { "type": "number" }, "type": "object" } }, "required": [ "node" ], "type": "object" }, "type": "array" }, "type": "array" }, "version": { "additionalProperties": false, "description": "The version of StochOptFormat that this schema validates against.", "properties": { "major": { "const": 1 }, "minor": { "enum": [ 0 ] } }, "required": [ "minor", "major" ], "type": "object" } }, "required": [ "version", "root", "nodes", "subproblems" ], "title": "The schema for a policy graph representation of a multistage stochastic program", "type": "object" }
MIT
en
odow/StochOptFormat
120e0397b261e4d73bb325e9eca1ce614c146d07
2023-10-28T00:46:09
schemas/sof-0.2.schema.json
14
2024-05-29T14:55:01.657909Z
{ "$id": "https://odow.github.io/StochOptFormat/schemas/sof-0.2.schema.json", "$schema": "https://json-schema.org/schema#", "definitions": { "edge": { "description": "An edge in the policy graph, describing a transition from node `from` to node `to` with probability `probability`.", "properties": { "from": { "type": "string" }, "probability": { "maximum": 1, "minimum": 0, "type": "number" }, "to": { "type": "string" } }, "required": [ "from", "to", "probability" ], "type": "object" }, "subproblem": { "description": "A subproblem in the policy graph.", "properties": { "random_variables": { "description": "An array containing the names of the random variables in the subproblem.", "items": { "type": "string" }, "type": "array" }, "state_variables": { "additionalProperties": { "properties": { "in": { "type": "string" }, "out": { "type": "string" } }, "required": [ "in", "out" ], "type": "object" }, "description": "An object that maps the name of the state variable to the incoming and outgoing state variables in the subproblem.", "type": "object" }, "subproblem": { "description": "The subproblem in MathOptFormat.", "oneOf": [ { "$ref": "https://jump.dev/MathOptFormat/schemas/mof.1.0.schema.json" }, { "$ref": "https://jump.dev/MathOptFormat/schemas/mof.1.1.schema.json" }, { "$ref": "https://jump.dev/MathOptFormat/schemas/mof.1.2.schema.json" } ] } }, "required": [ "state_variables", "random_variables", "subproblem" ], "type": "object" } }, "properties": { "author": { "description": "The author of the problem for citation purposes.", "type": "string" }, "date": { "description": "The date that the problem was created [yyyy-mm-dd].", "type": "string" }, "description": { "description": "A human-readable description of the problem.", "type": "string" }, "edges": { "description": "An array of edges in the policy graph.", "items": { "$ref": "#/definitions/edge" }, "type": "array" }, "name": { "description": "The name of the problem.", "type": "string" }, "nodes": { "additionalProperties": { "properties": { "realizations": { "items": { "properties": { "probability": { "maximum": 1, "minimum": 0, "type": "number" }, "support": { "additionalProperties": { "type": "number" }, "type": "object" } }, "required": [ "probability", "support" ], "type": "object" }, "type": "array" }, "subproblem": { "type": "string" }, "successors": { "additionalProperties": { "maximum": 1, "minimum": 0, "type": "number" }, "type": "object" } }, "required": [ "subproblem", "realizations", "successors" ], "type": "object" }, "description": "An object containing the nodes in the policy graph.", "type": "object" }, "root": { "description": "An object for the root node.", "properties": { "state_variables": { "additionalProperties": { "properties": { "initial_value": { "description": "The value of the state variable at the root node.", "type": "number" } }, "required": [ "initial_value" ], "type": "object" }, "description": "A vector of state variables.", "type": "object" }, "successors": { "additionalProperties": { "maximum": 1, "minimum": 0, "type": "number" }, "type": "object" } }, "required": [ "state_variables", "successors" ], "type": "object" }, "subproblems": { "additionalProperties": { "$ref": "#/definitions/subproblem" }, "description": "An object of subproblems. Multiple nodes can point to the same subproblem.", "type": "object" }, "validation_scenarios": { "description": "Out-of-sample scenarios used to evaluate the policy.", "items": { "items": { "properties": { "node": { "type": "string" }, "support": { "additionalProperties": { "type": "number" }, "type": "object" } }, "required": [ "node", "support" ], "type": "object" }, "type": "array" }, "type": "array" }, "version": { "description": "The version of StochOptFormat that this schema validates against.", "properties": { "major": { "const": 0 }, "minor": { "const": 2 } }, "required": [ "minor", "major" ], "type": "object" } }, "required": [ "version", "root", "nodes", "subproblems" ], "title": "The schema for a policy graph representation of a multistage stochastic program", "type": "object" }
MIT
en
odow/StochOptFormat
120e0397b261e4d73bb325e9eca1ce614c146d07
2023-10-28T00:46:09
schemas/sof-1.schema.json
14
2024-05-29T14:55:01.657909Z
{ "$id": "https://odow.github.io/StochOptFormat/schemas/sof-1.0.schema.json", "$schema": "https://json-schema.org/schema#", "additionalProperties": false, "properties": { "author": { "description": "The author of the problem for citation purposes.", "type": "string" }, "date": { "description": "The date that the problem was created [yyyy-mm-dd].", "type": "string" }, "description": { "description": "A human-readable description of the problem.", "type": "string" }, "name": { "description": "The name of the problem.", "type": "string" }, "nodes": { "additionalProperties": { "additionalProperties": false, "properties": { "realizations": { "description": "A vector describing the realizations of the random variables in the node.", "items": { "additionalProperties": false, "properties": { "probability": { "description": "The probability of sampling this realization.", "maximum": 1, "minimum": 0, "type": "number" }, "support": { "additionalProperties": { "type": "number" }, "description": "An object mapping the name of each random variable to a realization.", "type": "object" } }, "required": [ "probability", "support" ], "type": "object" }, "type": "array" }, "subproblem": { "description": "The name of the associated subproblem", "type": "string" }, "successors": { "additionalProperties": { "maximum": 1, "minimum": 0, "type": "number" }, "description": "An object that maps the name of each node (for which an edge exists) to the probability of transitioning there from the current node.", "type": "object" } }, "required": [ "subproblem" ], "type": "object" }, "description": "An object that maps the name to an information object for each node in the policy graph.", "type": "object" }, "root": { "additionalProperties": false, "description": "An object for the root node.", "properties": { "state_variables": { "additionalProperties": { "type": "number" }, "description": "An object that maps the name of each state variable to the value of the state in the root node.", "type": "object" }, "successors": { "additionalProperties": { "maximum": 1, "minimum": 0, "type": "number" }, "description": "An object that maps the name of each node (for which an edge exists) to the probability of transitioning there from the root node.", "type": "object" } }, "required": [ "state_variables", "successors" ], "type": "object" }, "subproblems": { "additionalProperties": { "additionalProperties": false, "description": "A subproblem in the policy graph.", "properties": { "random_variables": { "description": "An array containing the names of the random variables in the subproblem.", "items": { "type": "string" }, "type": "array" }, "state_variables": { "additionalProperties": { "additionalProperties": false, "properties": { "in": { "type": "string" }, "out": { "type": "string" } }, "required": [ "in", "out" ], "type": "object" }, "description": "An object that maps the name of the state variable to the incoming and outgoing state variables in the subproblem.", "type": "object" }, "subproblem": { "$ref": "https://jump.dev/MathOptFormat/schemas/mof.1.schema.json", "description": "The subproblem in MathOptFormat. MOF is backward compatible, so we support all v1.X versions." } }, "required": [ "state_variables", "subproblem" ], "type": "object" }, "description": "An object of subproblems. Multiple nodes can point to the same subproblem.", "type": "object" }, "validation_scenarios": { "description": "Out-of-sample scenarios used to evaluate the policy.", "items": { "items": { "additionalProperties": false, "properties": { "node": { "type": "string" }, "support": { "additionalProperties": { "type": "number" }, "type": "object" } }, "required": [ "node" ], "type": "object" }, "type": "array" }, "type": "array" }, "version": { "additionalProperties": false, "description": "The version of StochOptFormat that this schema validates against.", "properties": { "major": { "const": 1 }, "minor": { "enum": [ 0 ] } }, "required": [ "minor", "major" ], "type": "object" } }, "required": [ "version", "root", "nodes", "subproblems" ], "title": "The schema for a policy graph representation of a multistage stochastic program", "type": "object" }
MIT
en
odow/StochOptFormat
120e0397b261e4d73bb325e9eca1ce614c146d07
2023-10-28T00:46:09
schemas/sof-0.1.schema.json
14
2024-05-29T14:55:01.657909Z
{ "$id": "https://odow.github.io/StochOptFormat/schemas/sof-0.1.schema.json", "$schema": "https://json-schema.org/schema#", "definitions": { "edge": { "description": "An edge in the policy graph, describing a transition from node `from` to node `to` with probability `probability`.", "properties": { "from": { "type": "string" }, "probability": { "maximum": 1, "minimum": 0, "type": "number" }, "to": { "type": "string" } }, "required": [ "from", "to", "probability" ], "type": "object" }, "node": { "description": "A node in the policy graph.", "properties": { "random_variables": { "description": "An array containing the names of the random variables in the subproblem.", "items": { "type": "string" }, "type": "array" }, "realizations": { "items": { "properties": { "probability": { "maximum": 1, "minimum": 0, "type": "number" }, "support": { "additionalProperties": { "type": "number" }, "type": "object" } }, "required": [ "probability", "support" ], "type": "object" }, "type": "array" }, "state_variables": { "additionalProperties": { "properties": { "in": { "type": "string" }, "out": { "type": "string" } }, "required": [ "in", "out" ], "type": "object" }, "description": "An object that maps the name of the state variable to the incoming and outgoing state variables in the subproblem.", "type": "object" }, "subproblem": { "$ref": "https://jump.dev/MathOptFormat/schemas/mof.0.4.schema.json", "description": "The subproblem in MathOptFormat." } }, "required": [ "state_variables", "random_variables", "subproblem", "realizations" ], "type": "object" }, "scenario": { "properties": { "probability": { "maximum": 1, "minimum": 0, "type": "number" }, "scenario": { "items": { "properties": { "node": { "type": "string" }, "support": { "additionalProperties": { "type": "number" }, "type": "object" } }, "required": [ "node", "support" ], "type": "object" }, "type": "array" } }, "required": [ "probability", "scenario" ] } }, "properties": { "author": { "description": "The author of the problem for citation purposes.", "type": "string" }, "date": { "description": "The date that the problem was created [yyyy-mm-dd].", "type": "string" }, "description": { "description": "A human-readable description of the problem.", "type": "string" }, "edges": { "description": "An array of edges in the policy graph.", "items": { "$ref": "#/definitions/edge" }, "type": "array" }, "historical_scenarios": { "description": "Optional scenarios used when building the problem. Allows modellers to experiment with different stochastic processes.", "items": { "$ref": "#/definitions/scenario" }, "type": "array" }, "name": { "description": "The name of the problem.", "type": "string" }, "nodes": { "additionalProperties": { "$ref": "#/definitions/node" }, "description": "An object containing the nodes in the policy graph.", "type": "object" }, "root": { "description": "An object for the root node.", "properties": { "name": { "description": "The name of the root node, to be used in `edges`.", "type": "string" }, "state_variables": { "additionalProperties": { "properties": { "initial_value": { "description": "The value of the state variable at the root node.", "type": "number" } }, "required": [ "initial_value" ], "type": "object" }, "description": "A vector of state variables.", "type": "object" } }, "required": [ "name", "state_variables" ], "type": "object" }, "test_scenarios": { "description": "Out-of-sample scenarios used to evaluate the policy.", "items": { "$ref": "#/definitions/scenario" }, "type": "array" }, "version": { "description": "The version of StochOptFormat that this schema validates against.", "properties": { "major": { "const": 0 }, "minor": { "const": 1 } }, "required": [ "minor", "major" ], "type": "object" } }, "required": [ "version", "root", "nodes", "edges", "test_scenarios" ], "title": "The schema for a policy graph representation of a multistage stochastic program", "type": "object" }
MIT
en
odow/StochOptFormat
120e0397b261e4d73bb325e9eca1ce614c146d07
2023-10-28T00:46:09
schemas/sof-result.schema.json
14
2024-05-29T14:55:01.657909Z
{ "$id": "https://odow.github.io/StochOptFormat/schemas/sof-result.schema.json", "$schema": "https://json-schema.org/schema#", "properties": { "author": { "description": "The author of the policy for citation purposes.", "type": "string" }, "date": { "description": "The date that the policy was created [yyyy-mm-dd].", "type": "string" }, "description": { "description": "A human-readable description of the algorithm used to train the policy.", "type": "string" }, "problem_sha256_checksum": { "description": "The SHA-256 checksum of the input file used to create the policy.", "type": "string" }, "scenarios": { "items": { "items": { "additionalProperties": false, "properties": { "dual": { "additionalProperties": { "type": "number" }, "type": "object" }, "objective": { "type": "number" }, "primal": { "additionalProperties": { "type": "number" }, "type": "object" } }, "required": [ "objective", "primal" ], "type": "object" }, "type": "array" }, "type": "array" } }, "required": [ "problem_sha256_checksum", "scenarios" ], "title": "The schema for an evaluated policy of a StochOptFormat problem.", "type": "object" }
MIT
en
odow/StochOptFormat
120e0397b261e4d73bb325e9eca1ce614c146d07
2023-10-28T00:46:09
schemas/sof-0.3.schema.json
14
2024-05-29T14:55:01.657909Z
{ "$id": "https://odow.github.io/StochOptFormat/schemas/sof-0.3.schema.json", "$schema": "https://json-schema.org/schema#", "properties": { "author": { "description": "The author of the problem for citation purposes.", "type": "string" }, "date": { "description": "The date that the problem was created [yyyy-mm-dd].", "type": "string" }, "description": { "description": "A human-readable description of the problem.", "type": "string" }, "name": { "description": "The name of the problem.", "type": "string" }, "nodes": { "additionalProperties": { "properties": { "realizations": { "items": { "properties": { "probability": { "maximum": 1, "minimum": 0, "type": "number" }, "support": { "additionalProperties": { "type": "number" }, "type": "object" } }, "required": [ "probability", "support" ], "type": "object" }, "type": "array" }, "subproblem": { "type": "string" }, "successors": { "additionalProperties": { "maximum": 1, "minimum": 0, "type": "number" }, "type": "object" } }, "required": [ "subproblem" ], "type": "object" }, "description": "An object containing the nodes in the policy graph.", "type": "object" }, "root": { "description": "An object for the root node.", "properties": { "state_variables": { "additionalProperties": { "description": "The value of the state variable at the root node.", "type": "number" }, "description": "A vector of state variables.", "type": "object" }, "successors": { "additionalProperties": { "maximum": 1, "minimum": 0, "type": "number" }, "type": "object" } }, "required": [ "state_variables", "successors" ], "type": "object" }, "subproblems": { "additionalProperties": { "description": "A subproblem in the policy graph.", "properties": { "random_variables": { "description": "An array containing the names of the random variables in the subproblem.", "items": { "type": "string" }, "type": "array" }, "state_variables": { "additionalProperties": { "properties": { "in": { "type": "string" }, "out": { "type": "string" } }, "required": [ "in", "out" ], "type": "object" }, "description": "An object that maps the name of the state variable to the incoming and outgoing state variables in the subproblem.", "type": "object" }, "subproblem": { "$ref": "https://jump.dev/MathOptFormat/schemas/mof.1.2.schema.json", "description": "The subproblem in MathOptFormat. MOF is backward compatible, so we support all v1.X versions." } }, "required": [ "state_variables", "subproblem" ], "type": "object" }, "description": "An object of subproblems. Multiple nodes can point to the same subproblem.", "type": "object" }, "validation_scenarios": { "description": "Out-of-sample scenarios used to evaluate the policy.", "items": { "items": { "properties": { "node": { "type": "string" }, "support": { "additionalProperties": { "type": "number" }, "type": "object" } }, "required": [ "node" ], "type": "object" }, "type": "array" }, "type": "array" }, "version": { "description": "The version of StochOptFormat that this schema validates against.", "properties": { "major": { "const": 0 }, "minor": { "const": 3 } }, "required": [ "minor", "major" ], "type": "object" } }, "required": [ "version", "root", "nodes", "subproblems" ], "title": "The schema for a policy graph representation of a multistage stochastic program", "type": "object" }
MIT
en
joseprupi/quantraserver
7abdf9cfc99dbd97ef6863ac3a919e26c997f7a1
2022-08-03T22:51:23
flatbuffers/json/price_floating_rate_bond_request.schema.json
10
2024-05-29T13:44:44.509438Z
{ "$ref": "#/definitions/quantra_PriceFloatingRateBondRequest", "$schema": "https://json-schema.org/draft/2019-09/schema", "definitions": { "quantra_BondHelper": { "additionalProperties": false, "properties": { "business_day_convention": { "$ref": "#/definitions/quantra_enums_BusinessDayConvention" }, "coupon_rate": { "type": "number" }, "day_counter": { "$ref": "#/definitions/quantra_enums_DayCounter" }, "face_amount": { "type": "number" }, "issue_date": { "type": "string" }, "rate": { "type": "number" }, "redemption": { "type": "number" }, "schedule": { "$ref": "#/definitions/quantra_Schedule" }, "settlement_days": { "maximum": 2147483647, "minimum": -2147483648, "type": "integer" } }, "type": "object" }, "quantra_DepositHelper": { "additionalProperties": false, "properties": { "business_day_convention": { "$ref": "#/definitions/quantra_enums_BusinessDayConvention" }, "calendar": { "$ref": "#/definitions/quantra_enums_Calendar" }, "day_counter": { "$ref": "#/definitions/quantra_enums_DayCounter" }, "fixing_days": { "maximum": 2147483647, "minimum": -2147483648, "type": "integer" }, "rate": { "type": "number" }, "tenor_number": { "maximum": 2147483647, "minimum": -2147483648, "type": "integer" }, "tenor_time_unit": { "$ref": "#/definitions/quantra_enums_TimeUnit" } }, "type": "object" }, "quantra_Error": { "additionalProperties": false, "properties": { "error_message": { "type": "string" } }, "type": "object" }, "quantra_FRAHelper": { "additionalProperties": false, "properties": { "business_day_convention": { "$ref": "#/definitions/quantra_enums_BusinessDayConvention" }, "calendar": { "$ref": "#/definitions/quantra_enums_Calendar" }, "day_counter": { "$ref": "#/definitions/quantra_enums_DayCounter" }, "fixing_days": { "maximum": 2147483647, "minimum": -2147483648, "type": "integer" }, "months_to_end": { "maximum": 2147483647, "minimum": -2147483648, "type": "integer" }, "months_to_start": { "maximum": 2147483647, "minimum": -2147483648, "type": "integer" }, "rate": { "type": "number" } }, "type": "object" }, "quantra_FixedRateBond": { "additionalProperties": false, "properties": { "accrual_day_counter": { "$ref": "#/definitions/quantra_enums_DayCounter" }, "face_amount": { "type": "number" }, "issue_date": { "type": "string" }, "payment_convention": { "$ref": "#/definitions/quantra_enums_BusinessDayConvention" }, "rate": { "type": "number" }, "redemption": { "type": "number" }, "schedule": { "$ref": "#/definitions/quantra_Schedule" }, "settlement_days": { "maximum": 2147483647, "minimum": -2147483648, "type": "integer" } }, "type": "object" }, "quantra_Fixing": { "additionalProperties": false, "properties": { "date": { "type": "string" }, "rate": { "type": "number" } }, "type": "object" }, "quantra_FloatingRateBond": { "additionalProperties": false, "properties": { "accrual_day_counter": { "$ref": "#/definitions/quantra_enums_DayCounter" }, "face_amount": { "type": "number" }, "fixing_days": { "maximum": 2147483647, "minimum": -2147483648, "type": "integer" }, "in_arrears": { "type": "boolean" }, "index": { "$ref": "#/definitions/quantra_Index" }, "issue_date": { "type": "string" }, "payment_convention": { "$ref": "#/definitions/quantra_enums_BusinessDayConvention" }, "redemption": { "type": "number" }, "schedule": { "$ref": "#/definitions/quantra_Schedule" }, "settlement_days": { "maximum": 2147483647, "minimum": -2147483648, "type": "integer" }, "spread": { "type": "number" } }, "type": "object" }, "quantra_Flow": { "enum": [ "NONE", "FlowInterest", "FlowPastInterest", "FlowNotional" ], "type": "string" }, "quantra_FlowInterest": { "additionalProperties": false, "properties": { "accrual_end_date": { "type": "string" }, "accrual_start_date": { "type": "string" }, "amount": { "type": "number" }, "discount": { "type": "number" }, "fixing_date": { "type": "string" }, "price": { "type": "number" }, "rate": { "type": "number" } }, "type": "object" }, "quantra_FlowInterestFloat": { "additionalProperties": false, "properties": { "accrual_end_date": { "type": "string" }, "accrual_start_date": { "type": "string" }, "amount": { "type": "number" }, "discount": { "type": "number" }, "fixing_date": { "type": "string" }, "price": { "type": "number" }, "rate": { "type": "number" } }, "type": "object" }, "quantra_FlowNotional": { "additionalProperties": false, "properties": { "amount": { "type": "number" }, "date": { "type": "string" }, "discount": { "type": "number" }, "price": { "type": "number" } }, "type": "object" }, "quantra_FlowPastInterest": { "additionalProperties": false, "properties": { "accrual_end_date": { "type": "string" }, "accrual_start_date": { "type": "string" }, "amount": { "type": "number" }, "fixing_date": { "type": "string" }, "rate": { "type": "number" } }, "type": "object" }, "quantra_FlowPastInterestFloat": { "additionalProperties": false, "properties": { "accrual_end_date": { "type": "string" }, "accrual_start_date": { "type": "string" }, "amount": { "type": "number" }, "fixing_date": { "type": "string" }, "rate": { "type": "number" } }, "type": "object" }, "quantra_FlowsWrapper": { "additionalProperties": false, "properties": { "flow": { "anyOf": [ { "$ref": "#/definitions/quantra_FlowInterest" }, { "$ref": "#/definitions/quantra_FlowPastInterest" }, { "$ref": "#/definitions/quantra_FlowNotional" } ] }, "flow_type": { "$ref": "#/definitions/quantra_Flow" } }, "type": "object" }, "quantra_FutureHelper": { "additionalProperties": false, "properties": { "business_day_convention": { "$ref": "#/definitions/quantra_enums_BusinessDayConvention" }, "calendar": { "$ref": "#/definitions/quantra_enums_Calendar" }, "day_counter": { "$ref": "#/definitions/quantra_enums_DayCounter" }, "future_months": { "maximum": 2147483647, "minimum": -2147483648, "type": "integer" }, "future_start_date": { "type": "string" }, "rate": { "type": "number" } }, "type": "object" }, "quantra_Index": { "additionalProperties": false, "properties": { "business_day_convention": { "$ref": "#/definitions/quantra_enums_BusinessDayConvention" }, "calendar": { "$ref": "#/definitions/quantra_enums_Calendar" }, "day_counter": { "$ref": "#/definitions/quantra_enums_DayCounter" }, "end_of_month": { "type": "boolean" }, "fixings": { "items": { "$ref": "#/definitions/quantra_Fixing" }, "type": "array" }, "period_number": { "maximum": 2147483647, "minimum": -2147483648, "type": "integer" }, "period_time_unit": { "$ref": "#/definitions/quantra_enums_TimeUnit" }, "settlement_days": { "maximum": 2147483647, "minimum": -2147483648, "type": "integer" } }, "type": "object" }, "quantra_Point": { "enum": [ "NONE", "DepositHelper", "FRAHelper", "FutureHelper", "SwapHelper", "BondHelper" ], "type": "string" }, "quantra_PointsWrapper": { "additionalProperties": false, "properties": { "point": { "anyOf": [ { "$ref": "#/definitions/quantra_DepositHelper" }, { "$ref": "#/definitions/quantra_FRAHelper" }, { "$ref": "#/definitions/quantra_FutureHelper" }, { "$ref": "#/definitions/quantra_SwapHelper" }, { "$ref": "#/definitions/quantra_BondHelper" } ] }, "point_type": { "$ref": "#/definitions/quantra_Point" } }, "type": "object" }, "quantra_PriceFloatingRateBond": { "additionalProperties": false, "properties": { "discounting_curve": { "type": "string" }, "floating_rate_bond": { "$ref": "#/definitions/quantra_FloatingRateBond" }, "forecasting_curve": { "type": "string" }, "yield": { "$ref": "#/definitions/quantra_Yield" } }, "type": "object" }, "quantra_PriceFloatingRateBondRequest": { "additionalProperties": false, "properties": { "bonds": { "items": { "$ref": "#/definitions/quantra_PriceFloatingRateBond" }, "type": "array" }, "pricing": { "$ref": "#/definitions/quantra_Pricing" } }, "type": "object" }, "quantra_Pricing": { "additionalProperties": false, "properties": { "as_of_date": { "type": "string" }, "bond_pricing_details": { "type": "boolean" }, "bond_pricing_flows": { "type": "boolean" }, "curves": { "items": { "$ref": "#/definitions/quantra_TermStructure" }, "type": "array" }, "settlement_date": { "type": "string" } }, "type": "object" }, "quantra_Schedule": { "additionalProperties": false, "properties": { "calendar": { "$ref": "#/definitions/quantra_enums_Calendar" }, "convention": { "$ref": "#/definitions/quantra_enums_BusinessDayConvention" }, "date_generation_rule": { "$ref": "#/definitions/quantra_enums_DateGenerationRule" }, "effective_date": { "type": "string" }, "end_of_month": { "type": "boolean" }, "frequency": { "$ref": "#/definitions/quantra_enums_Frequency" }, "termination_date": { "type": "string" }, "termination_date_convention": { "$ref": "#/definitions/quantra_enums_BusinessDayConvention" } }, "type": "object" }, "quantra_SwapHelper": { "additionalProperties": false, "properties": { "calendar": { "$ref": "#/definitions/quantra_enums_Calendar" }, "fwd_start_days": { "maximum": 2147483647, "minimum": -2147483648, "type": "integer" }, "rate": { "type": "number" }, "spread": { "type": "number" }, "sw_fixed_leg_convention": { "$ref": "#/definitions/quantra_enums_BusinessDayConvention" }, "sw_fixed_leg_day_counter": { "$ref": "#/definitions/quantra_enums_DayCounter" }, "sw_fixed_leg_frequency": { "$ref": "#/definitions/quantra_enums_Frequency" }, "sw_floating_leg_index": { "$ref": "#/definitions/quantra_enums_Ibor" }, "tenor_number": { "maximum": 2147483647, "minimum": -2147483648, "type": "integer" }, "tenor_time_unit": { "$ref": "#/definitions/quantra_enums_TimeUnit" } }, "type": "object" }, "quantra_TermStructure": { "additionalProperties": false, "properties": { "bootstrap_trait": { "$ref": "#/definitions/quantra_enums_BootstrapTrait" }, "day_counter": { "$ref": "#/definitions/quantra_enums_DayCounter" }, "id": { "type": "string" }, "interpolator": { "$ref": "#/definitions/quantra_enums_Interpolator" }, "points": { "items": { "$ref": "#/definitions/quantra_PointsWrapper" }, "type": "array" }, "reference_date": { "type": "string" } }, "type": "object" }, "quantra_Yield": { "additionalProperties": false, "properties": { "compounding": { "$ref": "#/definitions/quantra_enums_Compounding" }, "day_counter": { "$ref": "#/definitions/quantra_enums_DayCounter" }, "frequency": { "$ref": "#/definitions/quantra_enums_Frequency" } }, "type": "object" }, "quantra_enums_BootstrapTrait": { "enum": [ "Discount", "FwdRate", "InterpolatedDiscount", "InterpolatedFwd", "InterpolatedZero", "ZeroRate" ], "type": "string" }, "quantra_enums_BusinessDayConvention": { "enum": [ "Following", "HalfMonthModifiedFollowing", "ModifiedFollowing", "ModifiedPreceding", "Nearest", "Preceding", "Unadjusted" ], "type": "string" }, "quantra_enums_Calendar": { "enum": [ "Argentina", "Australia", "BespokeCalendar", "Brazil", "Canada", "China", "CzechRepublic", "Denmark", "Finland", "Germany", "HongKong", "Hungary", "Iceland", "India", "Indonesia", "Israel", "Italy", "Japan", "Mexico", "NewZealand", "Norway", "NullCalendar", "Poland", "Romania", "Russia", "SaudiArabia", "Singapore", "Slovakia", "SouthAfrica", "SouthKorea", "Sweden", "Switzerland", "TARGET", "Taiwan", "Turkey", "Ukraine", "UnitedKingdom", "UnitedStates", "UnitedStatesGovernmentBond", "UnitedStatesNERC", "UnitedStatesNYSE", "UnitedStatesSettlement", "WeekendsOnly" ], "type": "string" }, "quantra_enums_Compounding": { "enum": [ "Compounded", "Continuous", "Simple", "SimpleThenCompounded" ], "type": "string" }, "quantra_enums_DateGenerationRule": { "enum": [ "Backward", "CDS", "Forward", "OldCDS", "ThirdWednesday", "Twentieth", "TwentiethIMM", "Zero" ], "type": "string" }, "quantra_enums_DayCounter": { "enum": [ "Actual360", "Actual365Fixed", "Actual365NoLeap", "ActualActual", "ActualActualISMA", "ActualActualBond", "ActualActualISDA", "ActualActualHistorical", "ActualActual365", "ActualActualAFB", "ActualActualEuro", "Business252", "One", "Simple", "Thirty360" ], "type": "string" }, "quantra_enums_Frequency": { "enum": [ "Annual", "Bimonthly", "Biweekly", "Daily", "EveryFourthMonth", "EveryFourthWeek", "Monthly", "NoFrequency", "Once", "OtherFrequency", "Quarterly", "Semiannual", "Weekly" ], "type": "string" }, "quantra_enums_Ibor": { "enum": [ "Euribor10M", "Euribor11M", "Euribor1M", "Euribor1Y", "Euribor2M", "Euribor2W", "Euribor365_10M", "Euribor365_11M", "Euribor365_1M", "Euribor365_1Y", "Euribor365_2M", "Euribor365_2W", "Euribor365_3M", "Euribor365_3W", "Euribor365_4M", "Euribor365_5M", "Euribor365_6M", "Euribor365_7M", "Euribor365_8M", "Euribor365_9M", "Euribor365_SW", "Euribor3M", "Euribor3W", "Euribor4M", "Euribor5M", "Euribor6M", "Euribor7M", "Euribor8M", "Euribor9M", "EuriborSW" ], "type": "string" }, "quantra_enums_Interpolator": { "enum": [ "BackwardFlat", "ForwardFlat", "Linear", "LogCubic", "LogLinear" ], "type": "string" }, "quantra_enums_TimeUnit": { "enum": [ "Days", "Hours", "Microseconds", "Milliseconds", "Minutes", "Months", "Seconds", "Weeks", "Years" ], "type": "string" } } }
BSD-3-Clause
en
joseprupi/quantraserver
7abdf9cfc99dbd97ef6863ac3a919e26c997f7a1
2022-08-03T22:51:23
flatbuffers/json/fixed_rate_bond_response.schema.json
10
2024-05-29T13:44:44.509438Z
{ "$ref": "#/definitions/quantra_PriceFixedRateBondResponse", "$schema": "https://json-schema.org/draft/2019-09/schema", "definitions": { "quantra_FixedRateBondResponse": { "additionalProperties": false, "properties": { "accrued_amount": { "type": "number" }, "accrued_days": { "type": "number" }, "bps": { "type": "number" }, "clean_price": { "type": "number" }, "convexity": { "type": "number" }, "dirty_price": { "type": "number" }, "flows": { "items": { "$ref": "#/definitions/quantra_FlowsWrapper" }, "type": "array" }, "macaulay_duration": { "type": "number" }, "modified_duration": { "type": "number" }, "npv": { "type": "number" }, "yield": { "type": "number" } }, "type": "object" }, "quantra_Flow": { "enum": [ "NONE", "FlowInterest", "FlowPastInterest", "FlowNotional" ], "type": "string" }, "quantra_FlowInterest": { "additionalProperties": false, "properties": { "accrual_end_date": { "type": "string" }, "accrual_start_date": { "type": "string" }, "amount": { "type": "number" }, "discount": { "type": "number" }, "price": { "type": "number" }, "rate": { "type": "number" } }, "type": "object" }, "quantra_FlowNotional": { "additionalProperties": false, "properties": { "amount": { "type": "number" }, "date": { "type": "string" }, "discount": { "type": "number" }, "price": { "type": "number" } }, "type": "object" }, "quantra_FlowPastInterest": { "additionalProperties": false, "properties": { "accrual_end_date": { "type": "string" }, "accrual_start_date": { "type": "string" }, "amount": { "type": "number" }, "rate": { "type": "number" } }, "type": "object" }, "quantra_FlowsWrapper": { "additionalProperties": false, "properties": { "flow_wrapper": { "anyOf": [ { "$ref": "#/definitions/quantra_FlowInterest" }, { "$ref": "#/definitions/quantra_FlowPastInterest" }, { "$ref": "#/definitions/quantra_FlowNotional" } ] }, "flow_wrapper_type": { "$ref": "#/definitions/quantra_Flow" } }, "type": "object" }, "quantra_PriceFixedRateBondResponse": { "additionalProperties": false, "properties": { "bonds": { "items": { "$ref": "#/definitions/quantra_FixedRateBondResponse" }, "type": "array" } }, "type": "object" } } }
BSD-3-Clause
en
picodotdev/blog-ejemplos
9f04cfe0039c8fa73a8cc6d46338baf7873f6cc6
2021-11-25T19:13:35
JsonSchema/app/src/main/resources/geographical-location.schema.json
91
2024-05-29T12:25:56.71601Z
{ "$id": "https://picodotdev.github.io/blog-bitix/misc/json/geographical-location.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "description": "A geographical coordinate on a planet (most commonly Earth).", "properties": { "latitude": { "maximum": 90, "minimum": -90, "type": "number" }, "longitude": { "maximum": 180, "minimum": -180, "type": "number" } }, "required": [ "latitude", "longitude" ], "title": "Longitude and Latitude", "type": "object" }
Unlicense
en
picodotdev/blog-ejemplos
9f04cfe0039c8fa73a8cc6d46338baf7873f6cc6
2021-11-25T19:13:35
JsonSchema/app/src/main/resources/product.schema.json
91
2024-05-29T12:25:56.71601Z
{ "$id": "https://picodotdev.github.io/blog-bitix/misc/json/product.schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "description": "A product from Acme's catalog", "properties": { "dimensions": { "properties": { "height": { "type": "number" }, "length": { "type": "number" }, "width": { "type": "number" } }, "required": [ "length", "width", "height" ], "type": "object" }, "price": { "description": "The price of the product", "exclusiveMinimum": 0, "type": "number" }, "productId": { "description": "The unique identifier for a product", "type": "integer" }, "productName": { "description": "Name of the product", "type": "string" }, "tags": { "description": "Tags for the product", "items": { "type": "string" }, "minItems": 1, "type": "array", "uniqueItems": true }, "warehouseLocation": { "$ref": "https://picodotdev.github.io/blog-bitix/misc/json/geographical-location.schema.json", "description": "Coordinates of the warehouse where the product is located." } }, "required": [ "productId", "productName", "price" ], "title": "Product", "type": "object" }
Unlicense
en
WillAbides/bindown
184ac3fb0084e12a54c5b9941bce917f3c4f735a
2020-04-13T16:12:58
bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "dependency": { "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "additionalItems": false, "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/definitions/override" }, "type": "array" }, "substitutions": { "additionalProperties": { "additionalProperties": { "type": "string" }, "type": "object" }, "description": "Substitutions will substitute values from vars.", "examples": [ { "arch": { "386": "i386", "amd64": "x86_64" }, "os": { "darwin": "Darwin", "linux": "Linux", "windows": "Windows" } } ], "type": "object" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template. Overrides in the dependency and its template are concatinated with the template's overrides coming first. Vars and substitutions are both combined with the dependency's value taking precedence.\n", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "additionalProperties": { "type": "string" }, "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating system and architecture as defined by go's GOOS and GOARCH variables. I should document what those are somewhere.\nYou can reference a variable using golang template syntax. For example, you could have a url set to `https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var 'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download `https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.\n", "type": "object" } }, "type": "object" }, "override": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/definitions/dependency", "description": "Values to override the parent dependency" }, "matcher": { "additionalProperties": false, "description": "Describes which systems this override applies to", "properties": { "arch": { "description": "List of architectures to match. When left empty, all architectures match.", "examples": [ [ "386", "amd64", "arm", "arm64" ] ], "items": { "type": "string" }, "type": "array" }, "os": { "description": "List of operating systems to match. When left empty, all operating systems match.", "examples": [ [ "windows", "darwin", "linux" ] ], "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" } }, "properties": { "dependencies": { "additionalProperties": { "$ref": "#/definitions/dependency" }, "description": "Dependencies available for bindown to install.", "type": "object" }, "templates": { "additionalProperties": { "$ref": "#/definitions/dependency" }, "description": "Templates that can be used by dependencies in this file.", "type": "object" }, "url_checksums": { "additionalProperties": { "type": "string" }, "description": "Checksums of downloaded files.", "type": "object" } }, "title": "bindown configuration file", "type": "object" }
MIT
en
WillAbides/bindown
f2df01d3a1062cf0ef4a8ecb63fb7167142e2840
2023-06-04T19:46:49
internal/bindown/bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$defs": { "Dependency": { "additionalProperties": false, "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "description": { "description": "A description of the dependency. Informational only.", "type": "string" }, "homepage": { "description": "The homepage for this dependency. Informational only.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/DependencyOverride" }, "type": "array" }, "required_vars": { "description": "A list of variables that must be present for an install to succeed", "items": { "type": "string" }, "type": "array" }, "substitutions": { "description": "Substitutions will substitute values from vars. The key is the name of the variable to substitute. The value is\na map of substitutions. { \"os\": { \"linux\": \"Linux\", \"darwin\": \"MacOS\" } } is an example of a substitution that\nwill update the os variable.", "patternProperties": { ".*": { "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "systems": { "description": "List of systems this dependency supports. Systems are in the form of os/architecture.", "items": { "type": "string" }, "type": "array" }, "template": { "description": "A template for this dependency. Value is the name of a template in the templates section of this config.\nAny unset fields in this dependency will be set by values from the template. Overrides in the dependency\nand its template are concatenated with the template's overrides coming first. Vars and substitutions\nare both combined with the dependency's value taking precedence.", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\n\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating\nsystem and architecture as defined by go's GOOS and GOARCH variables. I should document what those are\nsomewhere.\n\nYou can reference a variable using golang template syntax. For example, you could have a url set to\n`https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var\n'version: 1.2.3' and run bindown on a 64-bit Linux system, it will download\n`https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "DependencyOverride": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/$defs/Overrideable", "description": "Values to override the parent dependency" }, "matcher": { "description": "Limits the override to configurations matching all of the matchers. Keys may be \"os\", \"arch\" or any variable name.\nValues are an array of values to match. Any matching value will match. If a value can be interpreted as a\nsemantic version it will be treated as such.", "patternProperties": { ".*": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" }, "Overrideable": { "additionalProperties": false, "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/DependencyOverride" }, "type": "array" }, "substitutions": { "description": "Substitutions will substitute values from vars. The key is the name of the variable to substitute. The value is\na map of substitutions. { \"os\": { \"linux\": \"Linux\", \"darwin\": \"MacOS\" } } is an example of a substitution that\nwill update the os variable.", "patternProperties": { ".*": { "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\n\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating\nsystem and architecture as defined by go's GOOS and GOARCH variables. I should document what those are\nsomewhere.\n\nYou can reference a variable using golang template syntax. For example, you could have a url set to\n`https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var\n'version: 1.2.3' and run bindown on a 64-bit Linux system, it will download\n`https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" } }, "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "cache": { "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where\nthe configuration file resides. cache paths should always use / as a delimiter even on Windows or other\noperating systems where the native delimiter isn't /.", "type": "string" }, "dependencies": { "description": "Dependencies available for bindown to install.", "patternProperties": { ".*": { "$ref": "#/$defs/Dependency" } }, "type": "object" }, "install_dir": { "description": "The directory that bindown installs files to. This is relative to the directory where the configuration file\nresides. install_directory paths should always use / as a delimiter even on Windows or other operating systems\nwhere the native delimiter isn't /.", "type": "string" }, "systems": { "description": "List of systems supported by this config. Systems are in the form of os/architecture.", "items": { "type": "string" }, "type": "array" }, "template_sources": { "description": "Upstream sources for templates.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "templates": { "description": "Templates that can be used by dependencies in this file.", "patternProperties": { ".*": { "$ref": "#/$defs/Dependency" } }, "type": "object" }, "url_checksums": { "description": "Checksums of downloaded files.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }
MIT
en
WillAbides/bindown
710af81144a0e3c53030e560ba36424c9719fb88
2020-04-13T16:03:14
bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "override": { "additionalProperties": false, "properties": { "dependency": { "description": "Values to override the parent dependency", "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "additionalItems": false, "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/definitions/override" }, "type": "array" }, "substitutions": { "additionalProperties": { "additionalProperties": { "type": "string" }, "type": "object" }, "description": "Substitutions will substitute values from vars.", "examples": [ { "arch": { "386": "i386", "amd64": "x86_64" }, "os": { "darwin": "Darwin", "linux": "Linux", "windows": "Windows" } } ], "type": "object" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template. Overrides in the dependency and its template are concatinated with the template's overrides coming first. Vars and substitutions are both combined with the dependency's value taking precedence.\n", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "additionalProperties": { "type": "string" }, "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating system and architecture as defined by go's GOOS and GOARCH variables. I should document what those are somewhere.\nYou can reference a variable using golang template syntax. For example, you could have a url set to `https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var 'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download `https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.\n", "type": "object" } }, "type": "object" }, "matcher": { "additionalProperties": false, "description": "Describes which systems this override applies to", "properties": { "arch": { "description": "List of architectures to match. When left empty, all architectures match.", "examples": [ [ "386", "amd64", "arm", "arm64" ] ], "items": { "type": "string" }, "type": "array" }, "os": { "description": "List of operating systems to match. When left empty, all operating systems match.", "examples": [ [ "windows", "darwin", "linux" ] ], "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" } }, "properties": { "dependencies": { "additionalProperties": { "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "additionalItems": false, "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/definitions/override" }, "type": "array" }, "substitutions": { "additionalProperties": { "additionalProperties": { "type": "string" }, "type": "object" }, "description": "Substitutions will substitute values from vars.", "examples": [ { "arch": { "386": "i386", "amd64": "x86_64" }, "os": { "darwin": "Darwin", "linux": "Linux", "windows": "Windows" } } ], "type": "object" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template. Overrides in the dependency and its template are concatinated with the template's overrides coming first. Vars and substitutions are both combined with the dependency's value taking precedence.\n", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "additionalProperties": { "type": "string" }, "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating system and architecture as defined by go's GOOS and GOARCH variables. I should document what those are somewhere.\nYou can reference a variable using golang template syntax. For example, you could have a url set to `https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var 'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download `https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.\n", "type": "object" } }, "type": "object" }, "description": "Dependencies available for bindown to install.", "type": "object" }, "templates": { "additionalProperties": { "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "additionalItems": false, "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/definitions/override" }, "type": "array" }, "substitutions": { "additionalProperties": { "additionalProperties": { "type": "string" }, "type": "object" }, "description": "Substitutions will substitute values from vars.", "examples": [ { "arch": { "386": "i386", "amd64": "x86_64" }, "os": { "darwin": "Darwin", "linux": "Linux", "windows": "Windows" } } ], "type": "object" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template. Overrides in the dependency and its template are concatinated with the template's overrides coming first. Vars and substitutions are both combined with the dependency's value taking precedence.\n", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "additionalProperties": { "type": "string" }, "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating system and architecture as defined by go's GOOS and GOARCH variables. I should document what those are somewhere.\nYou can reference a variable using golang template syntax. For example, you could have a url set to `https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var 'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download `https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.\n", "type": "object" } }, "type": "object" }, "description": "Templates that can be used by dependencies in this file.", "type": "object" }, "url_checksums": { "additionalProperties": { "type": "string" }, "description": "Checksums of downloaded files.", "type": "object" } }, "title": "bindown configuration file", "type": "object" }
MIT
en
WillAbides/bindown
0571f646e1ae98dc4272786fcf93ee5df72e05f0
2023-05-09T21:42:27
internal/bindown/bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$defs": { "dependency": { "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "description": { "description": "A description of this dependency", "type": "string" }, "homepage": { "description": "The homepage for this dependency", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "additionalItems": false, "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/override" }, "type": "array" }, "required_vars": { "additionalItems": { "type": "string" }, "description": "A list of variables that must be present for an install to succeed", "type": "array" }, "substitutions": { "additionalProperties": { "additionalProperties": { "type": "string" }, "type": "object" }, "description": "Substitutions will substitute values from vars.", "examples": [ { "arch": { "386": "i386", "amd64": "x86_64" }, "os": { "darwin": "Darwin", "linux": "Linux", "windows": "Windows" } } ], "type": "object" }, "systems": { "additionalItems": { "type": "string" }, "description": "List of systems this dependency is known to support", "type": "array" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template. Overrides in the dependency and its template are concatenated with the template's overrides coming first. Vars and substitutions are both combined with the dependency's value taking precedence.\n", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating system and architecture as defined by go's GOOS and GOARCH variables. I should document what those are somewhere.\nYou can reference a variable using golang template syntax. For example, you could have a url set to `https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var 'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download `https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.\n", "type": "object" } }, "type": "object" }, "override": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/$defs/dependency", "description": "Values to override the parent dependency" }, "matcher": { "additionalProperties": { "description": "List of values to match. Any matching value will match. If a value can be interpreted as a SemVer, it will be treated as such.", "items": { "type": "string" }, "type": "array" }, "description": "Limits the override to configurations matching all of the matchers. Keys may be \"os\", \"arch\" or any variable name.", "examples": [ { "archivepathsuffix": [ ".zip" ], "os": [ "darwin", "linux" ], "version": [ ">=1.0.0 <2.0.0" ] } ], "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" } }, "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "cache": { "default": "./.bindown", "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where the configuration file resides. cache paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "dependencies": { "additionalProperties": { "$ref": "#/$defs/dependency" }, "description": "Dependencies available for bindown to install.", "type": "object" }, "install_directory": { "default": "./bin", "description": "The directory that bindown installs files to. This is relative to the directory where the configuration file resides. install_directory paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "systems": { "additionalItems": { "type": "string" }, "description": "list of systems dependencies should support", "type": "array" }, "template_sources": { "additionalProperties": { "type": "string" }, "description": "Upstream sources for templates.", "type": "object" }, "templates": { "additionalProperties": { "$ref": "#/$defs/dependency" }, "description": "Templates that can be used by dependencies in this file.", "type": "object" }, "trust_cache": { "default": false, "description": "If true, bindown will trust the contents of the cache and not recheck checksums or verify that the files in the cache are the same as the files that were downloaded.\n", "type": "boolean" }, "url_checksums": { "additionalProperties": { "type": "string" }, "description": "Checksums of downloaded files.", "type": "object" } }, "title": "bindown configuration file", "type": "object" }
MIT
en
WillAbides/bindown
0571f646e1ae98dc4272786fcf93ee5df72e05f0
2023-05-09T21:42:27
bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$defs": { "dependency": { "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "description": { "description": "A description of this dependency", "type": "string" }, "homepage": { "description": "The homepage for this dependency", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "additionalItems": false, "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/override" }, "type": "array" }, "required_vars": { "additionalItems": { "type": "string" }, "description": "A list of variables that must be present for an install to succeed", "type": "array" }, "substitutions": { "additionalProperties": { "additionalProperties": { "type": "string" }, "type": "object" }, "description": "Substitutions will substitute values from vars.", "examples": [ { "arch": { "386": "i386", "amd64": "x86_64" }, "os": { "darwin": "Darwin", "linux": "Linux", "windows": "Windows" } } ], "type": "object" }, "systems": { "additionalItems": { "type": "string" }, "description": "List of systems this dependency is known to support", "type": "array" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template. Overrides in the dependency and its template are concatenated with the template's overrides coming first. Vars and substitutions are both combined with the dependency's value taking precedence.\n", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating system and architecture as defined by go's GOOS and GOARCH variables. I should document what those are somewhere.\nYou can reference a variable using golang template syntax. For example, you could have a url set to `https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var 'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download `https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.\n", "type": "object" } }, "type": "object" }, "override": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/$defs/dependency", "description": "Values to override the parent dependency" }, "matcher": { "additionalProperties": { "description": "List of values to match. Any matching value will match. If a value can be interpreted as a SemVer, it will be treated as such.", "items": { "type": "string" }, "type": "array" }, "description": "Limits the override to configurations matching all of the matchers. Keys may be \"os\", \"arch\" or any variable name.", "examples": [ { "archivepathsuffix": [ ".zip" ], "os": [ "darwin", "linux" ], "version": [ ">=1.0.0 <2.0.0" ] } ], "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" } }, "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "cache": { "default": "./.bindown", "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where the configuration file resides. cache paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "dependencies": { "additionalProperties": { "$ref": "#/$defs/dependency" }, "description": "Dependencies available for bindown to install.", "type": "object" }, "install_directory": { "default": "./bin", "description": "The directory that bindown installs files to. This is relative to the directory where the configuration file resides. install_directory paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "systems": { "additionalItems": { "type": "string" }, "description": "list of systems dependencies should support", "type": "array" }, "template_sources": { "additionalProperties": { "type": "string" }, "description": "Upstream sources for templates.", "type": "object" }, "templates": { "additionalProperties": { "$ref": "#/$defs/dependency" }, "description": "Templates that can be used by dependencies in this file.", "type": "object" }, "trust_cache": { "default": false, "description": "If true, bindown will trust the contents of the cache and not recheck checksums or verify that the files in the cache are the same as the files that were downloaded.\n", "type": "boolean" }, "url_checksums": { "additionalProperties": { "type": "string" }, "description": "Checksums of downloaded files.", "type": "object" } }, "title": "bindown configuration file", "type": "object" }
MIT
en
WillAbides/bindown
9816faa1bb13722b2b0f7d1fa1099eb97be836e9
2021-12-22T05:09:38
bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "dependency": { "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "additionalItems": false, "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/definitions/override" }, "type": "array" }, "required_vars": { "additionalItems": { "type": "string" }, "description": "A list of variables that must be present for an install to succeed", "type": "array" }, "substitutions": { "additionalProperties": { "additionalProperties": { "type": "string" }, "type": "object" }, "description": "Substitutions will substitute values from vars.", "examples": [ { "arch": { "386": "i386", "amd64": "x86_64" }, "os": { "darwin": "Darwin", "linux": "Linux", "windows": "Windows" } } ], "type": "object" }, "systems": { "additionalItems": { "type": "string" }, "description": "List of systems this dependency is known to support", "type": "array" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template. Overrides in the dependency and its template are concatinated with the template's overrides coming first. Vars and substitutions are both combined with the dependency's value taking precedence.\n", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating system and architecture as defined by go's GOOS and GOARCH variables. I should document what those are somewhere.\nYou can reference a variable using golang template syntax. For example, you could have a url set to `https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var 'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download `https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.\n", "type": "object" } }, "type": "object" }, "override": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/definitions/dependency", "description": "Values to override the parent dependency" }, "matcher": { "additionalProperties": false, "description": "Describes which systems this override applies to", "properties": { "arch": { "description": "List of architectures to match. When left empty, all architectures match.", "examples": [ [ "386", "amd64", "arm", "arm64" ] ], "items": { "type": "string" }, "type": "array" }, "os": { "description": "List of operating systems to match. When left empty, all operating systems match.", "examples": [ [ "windows", "darwin", "linux" ] ], "items": { "type": "string" }, "type": "array" }, "vars": { "additionalProperties": { "description": "List of values to match. Any matching value will match. If a value can be interpreted as a SemVer, it will be treated as such.", "items": { "type": "string" }, "type": "array" }, "description": "Variables to match. All variables defines in the matcher must match the dependency.", "examples": [ { "version": [ "1.0.0", "1.x" ] } ], "type": "object" } }, "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" } }, "properties": { "cache": { "default": "./.bindown", "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where the configuration file resides. cache paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "dependencies": { "additionalProperties": { "$ref": "#/definitions/dependency" }, "description": "Dependencies available for bindown to install.", "type": "object" }, "install_directory": { "default": "./bin", "description": "The directory that bindown installs files to. This is relative to the directory where the configuration file resides. install_directory paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "systems": { "additionalItems": { "type": "string" }, "description": "list of systems dependencies should support", "type": "array" }, "template_sources": { "additionalProperties": { "type": "string" }, "description": "Upstream sources for templates.", "type": "object" }, "templates": { "additionalProperties": { "$ref": "#/definitions/dependency" }, "description": "Templates that can be used by dependencies in this file.", "type": "object" }, "url_checksums": { "additionalProperties": { "type": "string" }, "description": "Checksums of downloaded files.", "type": "object" } }, "title": "bindown configuration file", "type": "object" }
MIT
en
WillAbides/bindown
c9383e778e9249b14c6618a88ec934ace19af0bc
2023-05-11T19:28:35
bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$defs": { "Dependency": { "additionalProperties": false, "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "description": { "description": "A description of the dependency. Informational only.", "type": "string" }, "homepage": { "description": "The homepage for this dependency. Informational only.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/DependencyOverride" }, "type": "array" }, "required_vars": { "description": "A list of variables that must be present for an install to succeed", "items": { "type": "string" }, "type": "array" }, "substitutions": { "description": "Substitutions will substitute values from vars. The key is the name of the variable to substitute. The value is\na map of substitutions. { \"os\": { \"linux\": \"Linux\", \"darwin\": \"MacOS\" } } is an example of a substitution that\nwill update the os variable.", "patternProperties": { ".*": { "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "systems": { "description": "List of systems this dependency supports. Systems are in the form of os/architecture.", "items": { "type": "string" }, "type": "array" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template.\nOverrides in the dependency and its template are concatenated with the template's overrides coming first.\nVars and substitutions are both combined with the dependency's value taking precedence.", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\n\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating\nsystem and architecture as defined by go's GOOS and GOARCH variables. I should document what those are\nsomewhere.\n\nYou can reference a variable using golang template syntax. For example, you could have a url set to\n`https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var\n'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download\n`https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "DependencyOverride": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/$defs/Dependency", "description": "Values to override the parent dependency" }, "matcher": { "description": "Limits the override to configurations matching all of the matchers. Keys may be \"os\", \"arch\" or any variable name.\nValues are an array of values to match. Any matching value will match. If a value can be interpreted as a\nsemantic version it will be treated as such.", "patternProperties": { ".*": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" } }, "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "cache": { "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where\nthe configuration file resides. cache paths should always use / as a delimiter even on Windows or other\noperating systems where the native delimiter isn't /.", "type": "string" }, "dependencies": { "description": "Dependencies available for bindown to install.", "patternProperties": { ".*": { "$ref": "#/$defs/Dependency" } }, "type": "object" }, "install_dir": { "description": "The directory that bindown installs files to. This is relative to the directory where the configuration file\nresides. install_directory paths should always use / as a delimiter even on Windows or other operating systems\nwhere the native delimiter isn't /.", "type": "string" }, "systems": { "description": "List of systems supported by this config. Systems are in the form of os/architecture.", "items": { "type": "string" }, "type": "array" }, "template_sources": { "description": "Upstream sources for templates.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "templates": { "description": "Templates that can be used by dependencies in this file.", "patternProperties": { ".*": { "$ref": "#/$defs/Dependency" } }, "type": "object" }, "url_checksums": { "description": "Checksums of downloaded files.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }
MIT
en
WillAbides/bindown
030ba759a701632db8301211fc8d118cea240f6a
2023-05-29T22:09:06
bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$defs": { "Dependency": { "additionalProperties": false, "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "description": { "description": "A description of the dependency. Informational only.", "type": "string" }, "homepage": { "description": "The homepage for this dependency. Informational only.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/DependencyOverride" }, "type": "array" }, "required_vars": { "description": "A list of variables that must be present for an install to succeed", "items": { "type": "string" }, "type": "array" }, "substitutions": { "description": "Substitutions will substitute values from vars. The key is the name of the variable to substitute. The value is\na map of substitutions. { \"os\": { \"linux\": \"Linux\", \"darwin\": \"MacOS\" } } is an example of a substitution that\nwill update the os variable.", "patternProperties": { ".*": { "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "systems": { "description": "List of systems this dependency supports. Systems are in the form of os/architecture.", "items": { "type": "string" }, "type": "array" }, "template": { "description": "A template for this dependency. Value is the name of a template in the templates section of this config.\nAny unset fields in this dependency will be set by values from the template. Overrides in the dependency\nand its template are concatenated with the template's overrides coming first. Vars and substitutions\nare both combined with the dependency's value taking precedence.", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\n\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating\nsystem and architecture as defined by go's GOOS and GOARCH variables. I should document what those are\nsomewhere.\n\nYou can reference a variable using golang template syntax. For example, you could have a url set to\n`https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var\n'version: 1.2.3' and run bindown on a 64-bit Linux system, it will download\n`https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "DependencyOverride": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/$defs/Overrideable", "description": "Values to override the parent dependency" }, "matcher": { "description": "Limits the override to configurations matching all of the matchers. Keys may be \"os\", \"arch\" or any variable name.\nValues are an array of values to match. Any matching value will match. If a value can be interpreted as a\nsemantic version it will be treated as such.", "patternProperties": { ".*": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" }, "Overrideable": { "additionalProperties": false, "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/DependencyOverride" }, "type": "array" }, "substitutions": { "description": "Substitutions will substitute values from vars. The key is the name of the variable to substitute. The value is\na map of substitutions. { \"os\": { \"linux\": \"Linux\", \"darwin\": \"MacOS\" } } is an example of a substitution that\nwill update the os variable.", "patternProperties": { ".*": { "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\n\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating\nsystem and architecture as defined by go's GOOS and GOARCH variables. I should document what those are\nsomewhere.\n\nYou can reference a variable using golang template syntax. For example, you could have a url set to\n`https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var\n'version: 1.2.3' and run bindown on a 64-bit Linux system, it will download\n`https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" } }, "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "cache": { "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where\nthe configuration file resides. cache paths should always use / as a delimiter even on Windows or other\noperating systems where the native delimiter isn't /.", "type": "string" }, "dependencies": { "description": "Dependencies available for bindown to install.", "patternProperties": { ".*": { "$ref": "#/$defs/Dependency" } }, "type": "object" }, "install_dir": { "description": "The directory that bindown installs files to. This is relative to the directory where the configuration file\nresides. install_directory paths should always use / as a delimiter even on Windows or other operating systems\nwhere the native delimiter isn't /.", "type": "string" }, "systems": { "description": "List of systems supported by this config. Systems are in the form of os/architecture.", "items": { "type": "string" }, "type": "array" }, "template_sources": { "description": "Upstream sources for templates.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "templates": { "description": "Templates that can be used by dependencies in this file.", "patternProperties": { ".*": { "$ref": "#/$defs/Dependency" } }, "type": "object" }, "url_checksums": { "description": "Checksums of downloaded files.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }
MIT
en
WillAbides/bindown
1a4bfff88a51ccb3728987f676d77d7dcc705031
2023-05-03T21:45:40
bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$defs": { "Dependency": { "additionalProperties": false, "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/DependencyOverride" }, "type": "array" }, "required_vars": { "description": "A list of variables that must be present for an install to succeed", "items": { "type": "string" }, "type": "array" }, "substitutions": { "description": "Substitutions will substitute values from vars. The key is the name of the variable to substitute. The value is\na map of substitutions. { \"os\": { \"linux\": \"Linux\", \"darwin\": \"MacOS\" } } is an example of a substitution that\nwill update the os variable.", "patternProperties": { ".*": { "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "systems": { "description": "List of systems this dependency supports. Systems are in the form of os/architecture.", "items": { "type": "string" }, "type": "array" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template.\nOverrides in the dependency and its template are concatenated with the template's overrides coming first.\nVars and substitutions are both combined with the dependency's value taking precedence.", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\n\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating\nsystem and architecture as defined by go's GOOS and GOARCH variables. I should document what those are\nsomewhere.\n\nYou can reference a variable using golang template syntax. For example, you could have a url set to\n`https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var\n'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download\n`https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "DependencyOverride": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/$defs/Dependency", "description": "Values to override the parent dependency" }, "matcher": { "description": "Limits the override to configurations matching all of the matchers. Keys may be \"os\", \"arch\" or any variable name.\nValues are an array of values to match. Any matching value will match. If a value can be interpreted as a\nsemantic version it will be treated as such.", "patternProperties": { ".*": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" } }, "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "cache": { "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where\nthe configuration file resides. cache paths should always use / as a delimiter even on Windows or other\noperating systems where the native delimiter isn't /.", "type": "string" }, "dependencies": { "description": "Dependencies available for bindown to install.", "patternProperties": { ".*": { "$ref": "#/$defs/Dependency" } }, "type": "object" }, "install_dir": { "description": "The directory that bindown installs files to. This is relative to the directory where the configuration file\nresides. install_directory paths should always use / as a delimiter even on Windows or other operating systems\nwhere the native delimiter isn't /.", "type": "string" }, "systems": { "description": "List of systems supported by this config. Systems are in the form of os/architecture.", "items": { "type": "string" }, "type": "array" }, "template_sources": { "description": "Upstream sources for templates.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "templates": { "description": "Templates that can be used by dependencies in this file.", "patternProperties": { ".*": { "$ref": "#/$defs/Dependency" } }, "type": "object" }, "url_checksums": { "description": "Checksums of downloaded files.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }
MIT
en
WillAbides/bindown
31cc778e91cefab86d0ff92ecd7c25071ca985b4
2023-05-14T19:07:14
internal/bindown/bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$defs": { "Dependency": { "additionalProperties": false, "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "description": { "description": "A description of the dependency. Informational only.", "type": "string" }, "homepage": { "description": "The homepage for this dependency. Informational only.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/DependencyOverride" }, "type": "array" }, "required_vars": { "description": "A list of variables that must be present for an install to succeed", "items": { "type": "string" }, "type": "array" }, "substitutions": { "description": "Substitutions will substitute values from vars. The key is the name of the variable to substitute. The value is\na map of substitutions. { \"os\": { \"linux\": \"Linux\", \"darwin\": \"MacOS\" } } is an example of a substitution that\nwill update the os variable.", "patternProperties": { ".*": { "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "systems": { "description": "List of systems this dependency supports. Systems are in the form of os/architecture.", "items": { "type": "string" }, "type": "array" }, "template": { "description": "A template for this dependency. Value is the name of a template in the templates section of this config.\nAny unset fields in this dependency will be set by values from the template. Overrides in the dependency\nand its template are concatenated with the template's overrides coming first. Vars and substitutions\nare both combined with the dependency's value taking precedence.", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\n\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating\nsystem and architecture as defined by go's GOOS and GOARCH variables. I should document what those are\nsomewhere.\n\nYou can reference a variable using golang template syntax. For example, you could have a url set to\n`https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var\n'version: 1.2.3' and run bindown on a 64-bit Linux system, it will download\n`https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "DependencyOverride": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/$defs/Overrideable", "description": "Values to override the parent dependency" }, "matcher": { "description": "Limits the override to configurations matching all of the matchers. Keys may be \"os\", \"arch\" or any variable name.\nValues are an array of values to match. Any matching value will match. If a value can be interpreted as a\nsemantic version it will be treated as such.", "patternProperties": { ".*": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" }, "Overrideable": { "additionalProperties": false, "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/DependencyOverride" }, "type": "array" }, "substitutions": { "description": "Substitutions will substitute values from vars. The key is the name of the variable to substitute. The value is\na map of substitutions. { \"os\": { \"linux\": \"Linux\", \"darwin\": \"MacOS\" } } is an example of a substitution that\nwill update the os variable.", "patternProperties": { ".*": { "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\n\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating\nsystem and architecture as defined by go's GOOS and GOARCH variables. I should document what those are\nsomewhere.\n\nYou can reference a variable using golang template syntax. For example, you could have a url set to\n`https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var\n'version: 1.2.3' and run bindown on a 64-bit Linux system, it will download\n`https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" } }, "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "cache": { "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where\nthe configuration file resides. cache paths should always use / as a delimiter even on Windows or other\noperating systems where the native delimiter isn't /.", "type": "string" }, "dependencies": { "description": "Dependencies available for bindown to install.", "patternProperties": { ".*": { "$ref": "#/$defs/Dependency" } }, "type": "object" }, "install_dir": { "description": "The directory that bindown installs files to. This is relative to the directory where the configuration file\nresides. install_directory paths should always use / as a delimiter even on Windows or other operating systems\nwhere the native delimiter isn't /.", "type": "string" }, "systems": { "description": "List of systems supported by this config. Systems are in the form of os/architecture.", "items": { "type": "string" }, "type": "array" }, "template_sources": { "description": "Upstream sources for templates.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "templates": { "description": "Templates that can be used by dependencies in this file.", "patternProperties": { ".*": { "$ref": "#/$defs/Dependency" } }, "type": "object" }, "url_checksums": { "description": "Checksums of downloaded files.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }
MIT
en
WillAbides/bindown
8b5f550d780c589b2bacdaca673eb5b4bfe94a0f
2023-04-12T21:20:30
internal/bindown/bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$defs": { "dependency": { "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "additionalItems": false, "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/override" }, "type": "array" }, "required_vars": { "additionalItems": { "type": "string" }, "description": "A list of variables that must be present for an install to succeed", "type": "array" }, "substitutions": { "additionalProperties": { "additionalProperties": { "type": "string" }, "type": "object" }, "description": "Substitutions will substitute values from vars.", "examples": [ { "arch": { "386": "i386", "amd64": "x86_64" }, "os": { "darwin": "Darwin", "linux": "Linux", "windows": "Windows" } } ], "type": "object" }, "systems": { "additionalItems": { "type": "string" }, "description": "List of systems this dependency is known to support", "type": "array" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template. Overrides in the dependency and its template are concatenated with the template's overrides coming first. Vars and substitutions are both combined with the dependency's value taking precedence.\n", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating system and architecture as defined by go's GOOS and GOARCH variables. I should document what those are somewhere.\nYou can reference a variable using golang template syntax. For example, you could have a url set to `https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var 'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download `https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.\n", "type": "object" } }, "type": "object" }, "override": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/$defs/dependency", "description": "Values to override the parent dependency" }, "matcher": { "additionalProperties": { "description": "List of values to match. Any matching value will match. If a value can be interpreted as a SemVer, it will be treated as such.", "items": { "type": "string" }, "type": "array" }, "description": "Limits the override to configurations matching all of the matchers. Keys may be \"os\", \"arch\" or any variable name.", "examples": [ { "archivepathsuffix": [ ".zip" ], "os": [ "darwin", "linux" ], "version": [ ">=1.0.0 <2.0.0" ] } ], "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" } }, "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "cache": { "default": "./.bindown", "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where the configuration file resides. cache paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "dependencies": { "additionalProperties": { "$ref": "#/$defs/dependency" }, "description": "Dependencies available for bindown to install.", "type": "object" }, "install_directory": { "default": "./bin", "description": "The directory that bindown installs files to. This is relative to the directory where the configuration file resides. install_directory paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "systems": { "additionalItems": { "type": "string" }, "description": "list of systems dependencies should support", "type": "array" }, "template_sources": { "additionalProperties": { "type": "string" }, "description": "Upstream sources for templates.", "type": "object" }, "templates": { "additionalProperties": { "$ref": "#/$defs/dependency" }, "description": "Templates that can be used by dependencies in this file.", "type": "object" }, "trust_cache": { "default": false, "description": "If true, bindown will trust the contents of the cache and not recheck checksums or verify that the files in the cache are the same as the files that were downloaded.\n", "type": "boolean" }, "url_checksums": { "additionalProperties": { "type": "string" }, "description": "Checksums of downloaded files.", "type": "object" } }, "title": "bindown configuration file", "type": "object" }
MIT
en
WillAbides/bindown
5c01d316a51f26c585b5a727c93386b6eecd521e
2020-04-14T13:44:57
bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "dependency": { "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "additionalItems": false, "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/definitions/override" }, "type": "array" }, "substitutions": { "additionalProperties": { "additionalProperties": { "type": "string" }, "type": "object" }, "description": "Substitutions will substitute values from vars.", "examples": [ { "arch": { "386": "i386", "amd64": "x86_64" }, "os": { "darwin": "Darwin", "linux": "Linux", "windows": "Windows" } } ], "type": "object" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template. Overrides in the dependency and its template are concatinated with the template's overrides coming first. Vars and substitutions are both combined with the dependency's value taking precedence.\n", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating system and architecture as defined by go's GOOS and GOARCH variables. I should document what those are somewhere.\nYou can reference a variable using golang template syntax. For example, you could have a url set to `https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var 'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download `https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.\n", "type": "object" } }, "type": "object" }, "override": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/definitions/dependency", "description": "Values to override the parent dependency" }, "matcher": { "additionalProperties": false, "description": "Describes which systems this override applies to", "properties": { "arch": { "description": "List of architectures to match. When left empty, all architectures match.", "examples": [ [ "386", "amd64", "arm", "arm64" ] ], "items": { "type": "string" }, "type": "array" }, "os": { "description": "List of operating systems to match. When left empty, all operating systems match.", "examples": [ [ "windows", "darwin", "linux" ] ], "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" } }, "properties": { "cache": { "default": "./.bindown", "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where the configuration file resides. cache_directory paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "dependencies": { "additionalProperties": { "$ref": "#/definitions/dependency" }, "description": "Dependencies available for bindown to install.", "type": "object" }, "templates": { "additionalProperties": { "$ref": "#/definitions/dependency" }, "description": "Templates that can be used by dependencies in this file.", "type": "object" }, "url_checksums": { "additionalProperties": { "type": "string" }, "description": "Checksums of downloaded files.", "type": "object" } }, "title": "bindown configuration file", "type": "object" }
MIT
en
WillAbides/bindown
035a95f75a140559f603eff617ae950f2e0cbefb
2020-04-16T21:39:13
bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "dependency": { "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "additionalItems": false, "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/definitions/override" }, "type": "array" }, "required_vars": { "additionalItems": { "type": "string" }, "description": "A list of variables that must be present for an install to succeed", "type": "array" }, "substitutions": { "additionalProperties": { "additionalProperties": { "type": "string" }, "type": "object" }, "description": "Substitutions will substitute values from vars.", "examples": [ { "arch": { "386": "i386", "amd64": "x86_64" }, "os": { "darwin": "Darwin", "linux": "Linux", "windows": "Windows" } } ], "type": "object" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template. Overrides in the dependency and its template are concatinated with the template's overrides coming first. Vars and substitutions are both combined with the dependency's value taking precedence.\n", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating system and architecture as defined by go's GOOS and GOARCH variables. I should document what those are somewhere.\nYou can reference a variable using golang template syntax. For example, you could have a url set to `https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var 'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download `https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.\n", "type": "object" } }, "type": "object" }, "override": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/definitions/dependency", "description": "Values to override the parent dependency" }, "matcher": { "additionalProperties": false, "description": "Describes which systems this override applies to", "properties": { "arch": { "description": "List of architectures to match. When left empty, all architectures match.", "examples": [ [ "386", "amd64", "arm", "arm64" ] ], "items": { "type": "string" }, "type": "array" }, "os": { "description": "List of operating systems to match. When left empty, all operating systems match.", "examples": [ [ "windows", "darwin", "linux" ] ], "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" } }, "properties": { "cache": { "default": "./.bindown", "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where the configuration file resides. cache paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "dependencies": { "additionalProperties": { "$ref": "#/definitions/dependency" }, "description": "Dependencies available for bindown to install.", "type": "object" }, "install_directory": { "default": "./bin", "description": "The directory that bindown installs files to. This is relative to the directory where the configuration file resides. install_directory paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "template_sources": { "additionalProperties": { "type": "string" }, "description": "Upstream sources for templates.", "type": "object" }, "templates": { "additionalProperties": { "$ref": "#/definitions/dependency" }, "description": "Templates that can be used by dependencies in this file.", "type": "object" }, "url_checksums": { "additionalProperties": { "type": "string" }, "description": "Checksums of downloaded files.", "type": "object" } }, "title": "bindown configuration file", "type": "object" }
MIT
en
WillAbides/bindown
c9ccb62f00fe313b37445c0ec4677de638ac3b03
2021-12-24T17:28:16
bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$defs": { "dependency": { "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "additionalItems": false, "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/override" }, "type": "array" }, "required_vars": { "additionalItems": { "type": "string" }, "description": "A list of variables that must be present for an install to succeed", "type": "array" }, "substitutions": { "additionalProperties": { "additionalProperties": { "type": "string" }, "type": "object" }, "description": "Substitutions will substitute values from vars.", "examples": [ { "arch": { "386": "i386", "amd64": "x86_64" }, "os": { "darwin": "Darwin", "linux": "Linux", "windows": "Windows" } } ], "type": "object" }, "systems": { "additionalItems": { "type": "string" }, "description": "List of systems this dependency is known to support", "type": "array" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template. Overrides in the dependency and its template are concatinated with the template's overrides coming first. Vars and substitutions are both combined with the dependency's value taking precedence.\n", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating system and architecture as defined by go's GOOS and GOARCH variables. I should document what those are somewhere.\nYou can reference a variable using golang template syntax. For example, you could have a url set to `https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var 'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download `https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.\n", "type": "object" } }, "type": "object" }, "override": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/$defs/dependency", "description": "Values to override the parent dependency" }, "matcher": { "additionalProperties": false, "description": "Describes which systems this override applies to", "properties": { "arch": { "description": "List of architectures to match. When left empty, all architectures match.", "examples": [ [ "386", "amd64", "arm", "arm64" ] ], "items": { "type": "string" }, "type": "array" }, "os": { "description": "List of operating systems to match. When left empty, all operating systems match.", "examples": [ [ "windows", "darwin", "linux" ] ], "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" } }, "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "cache": { "default": "./.bindown", "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where the configuration file resides. cache paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "dependencies": { "additionalProperties": { "$ref": "#/$defs/dependency" }, "description": "Dependencies available for bindown to install.", "type": "object" }, "install_directory": { "default": "./bin", "description": "The directory that bindown installs files to. This is relative to the directory where the configuration file resides. install_directory paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "systems": { "additionalItems": { "type": "string" }, "description": "list of systems dependencies should support", "type": "array" }, "template_sources": { "additionalProperties": { "type": "string" }, "description": "Upstream sources for templates.", "type": "object" }, "templates": { "additionalProperties": { "$ref": "#/$defs/dependency" }, "description": "Templates that can be used by dependencies in this file.", "type": "object" }, "url_checksums": { "additionalProperties": { "type": "string" }, "description": "Checksums of downloaded files.", "type": "object" } }, "title": "bindown configuration file", "type": "object" }
MIT
en
WillAbides/bindown
5607aa17274cb75c9ae74f378b1a4d9a01395591
2021-12-25T01:19:51
bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$defs": { "dependency": { "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "additionalItems": false, "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/override" }, "type": "array" }, "required_vars": { "additionalItems": { "type": "string" }, "description": "A list of variables that must be present for an install to succeed", "type": "array" }, "substitutions": { "additionalProperties": { "additionalProperties": { "type": "string" }, "type": "object" }, "description": "Substitutions will substitute values from vars.", "examples": [ { "arch": { "386": "i386", "amd64": "x86_64" }, "os": { "darwin": "Darwin", "linux": "Linux", "windows": "Windows" } } ], "type": "object" }, "systems": { "additionalItems": { "type": "string" }, "description": "List of systems this dependency is known to support", "type": "array" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template. Overrides in the dependency and its template are concatinated with the template's overrides coming first. Vars and substitutions are both combined with the dependency's value taking precedence.\n", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating system and architecture as defined by go's GOOS and GOARCH variables. I should document what those are somewhere.\nYou can reference a variable using golang template syntax. For example, you could have a url set to `https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var 'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download `https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.\n", "type": "object" } }, "type": "object" }, "override": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/$defs/dependency", "description": "Values to override the parent dependency" }, "matcher": { "additionalProperties": false, "description": "Describes which systems this override applies to", "properties": { "arch": { "description": "List of architectures to match. When left empty, all architectures match.", "examples": [ [ "386", "amd64", "arm", "arm64" ] ], "items": { "type": "string" }, "type": "array" }, "os": { "description": "List of operating systems to match. When left empty, all operating systems match.", "examples": [ [ "windows", "darwin", "linux" ] ], "items": { "type": "string" }, "type": "array" }, "vars": { "additionalProperties": { "description": "List of values to match. Any matching value will match. If a value can be interpreted as a SemVer, it will be treated as such.", "items": { "type": "string" }, "type": "array" }, "description": "Variables to match. All variables defines in the matcher must match the dependency.", "examples": [ { "version": [ "1.0.0", "1.x" ] } ], "type": "object" } }, "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" } }, "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "cache": { "default": "./.bindown", "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where the configuration file resides. cache paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "dependencies": { "additionalProperties": { "$ref": "#/$defs/dependency" }, "description": "Dependencies available for bindown to install.", "type": "object" }, "install_directory": { "default": "./bin", "description": "The directory that bindown installs files to. This is relative to the directory where the configuration file resides. install_directory paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "systems": { "additionalItems": { "type": "string" }, "description": "list of systems dependencies should support", "type": "array" }, "template_sources": { "additionalProperties": { "type": "string" }, "description": "Upstream sources for templates.", "type": "object" }, "templates": { "additionalProperties": { "$ref": "#/$defs/dependency" }, "description": "Templates that can be used by dependencies in this file.", "type": "object" }, "url_checksums": { "additionalProperties": { "type": "string" }, "description": "Checksums of downloaded files.", "type": "object" } }, "title": "bindown configuration file", "type": "object" }
MIT
en
WillAbides/bindown
0182869931400213fccb3556c4a9334b6f6d46f5
2020-04-16T23:06:40
bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "dependency": { "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "additionalItems": false, "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/definitions/override" }, "type": "array" }, "required_vars": { "additionalItems": { "type": "string" }, "description": "A list of variables that must be present for an install to succeed", "type": "array" }, "substitutions": { "additionalProperties": { "additionalProperties": { "type": "string" }, "type": "object" }, "description": "Substitutions will substitute values from vars.", "examples": [ { "arch": { "386": "i386", "amd64": "x86_64" }, "os": { "darwin": "Darwin", "linux": "Linux", "windows": "Windows" } } ], "type": "object" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template. Overrides in the dependency and its template are concatinated with the template's overrides coming first. Vars and substitutions are both combined with the dependency's value taking precedence.\n", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating system and architecture as defined by go's GOOS and GOARCH variables. I should document what those are somewhere.\nYou can reference a variable using golang template syntax. For example, you could have a url set to `https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var 'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download `https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.\n", "type": "object" } }, "type": "object" }, "override": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/definitions/dependency", "description": "Values to override the parent dependency" }, "matcher": { "additionalProperties": false, "description": "Describes which systems this override applies to", "properties": { "arch": { "description": "List of architectures to match. When left empty, all architectures match.", "examples": [ [ "386", "amd64", "arm", "arm64" ] ], "items": { "type": "string" }, "type": "array" }, "os": { "description": "List of operating systems to match. When left empty, all operating systems match.", "examples": [ [ "windows", "darwin", "linux" ] ], "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" } }, "properties": { "cache": { "default": "./.bindown", "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where the configuration file resides. cache paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "dependencies": { "additionalProperties": { "$ref": "#/definitions/dependency" }, "description": "Dependencies available for bindown to install.", "type": "object" }, "install_directory": { "default": "./bin", "description": "The directory that bindown installs files to. This is relative to the directory where the configuration file resides. install_directory paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "systems": { "additionalItems": { "type": "string" }, "description": "list of systems dependencies should support", "type": "array" }, "template_sources": { "additionalProperties": { "type": "string" }, "description": "Upstream sources for templates.", "type": "object" }, "templates": { "additionalProperties": { "$ref": "#/definitions/dependency" }, "description": "Templates that can be used by dependencies in this file.", "type": "object" }, "url_checksums": { "additionalProperties": { "type": "string" }, "description": "Checksums of downloaded files.", "type": "object" } }, "title": "bindown configuration file", "type": "object" }
MIT
en
WillAbides/bindown
1cab76b3bec42e86adb515fe594191680edb906f
2023-05-14T19:04:34
internal/bindown/bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$defs": { "Dependency": { "additionalProperties": false, "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "description": { "description": "A description of the dependency. Informational only.", "type": "string" }, "homepage": { "description": "The homepage for this dependency. Informational only.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/DependencyOverride" }, "type": "array" }, "required_vars": { "description": "A list of variables that must be present for an install to succeed", "items": { "type": "string" }, "type": "array" }, "substitutions": { "description": "Substitutions will substitute values from vars. The key is the name of the variable to substitute. The value is\na map of substitutions. { \"os\": { \"linux\": \"Linux\", \"darwin\": \"MacOS\" } } is an example of a substitution that\nwill update the os variable.", "patternProperties": { ".*": { "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "systems": { "description": "List of systems this dependency supports. Systems are in the form of os/architecture.", "items": { "type": "string" }, "type": "array" }, "template": { "description": "A template for this dependency. Value is the name of a template in the templates section of this config.\nAny unset fields in this dependency will be set by values from the template. Overrides in the dependency\nand its template are concatenated with the template's overrides coming first. Vars and substitutions\nare both combined with the dependency's value taking precedence.", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\n\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating\nsystem and architecture as defined by go's GOOS and GOARCH variables. I should document what those are\nsomewhere.\n\nYou can reference a variable using golang template syntax. For example, you could have a url set to\n`https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var\n'version: 1.2.3' and run bindown on a 64-bit Linux system, it will download\n`https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "DependencyOverride": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/$defs/OverrideDependency", "description": "Values to override the parent dependency" }, "matcher": { "description": "Limits the override to configurations matching all of the matchers. Keys may be \"os\", \"arch\" or any variable name.\nValues are an array of values to match. Any matching value will match. If a value can be interpreted as a\nsemantic version it will be treated as such.", "patternProperties": { ".*": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" }, "OverrideDependency": { "additionalProperties": false, "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/DependencyOverride" }, "type": "array" }, "substitutions": { "description": "Substitutions will substitute values from vars. The key is the name of the variable to substitute. The value is\na map of substitutions. { \"os\": { \"linux\": \"Linux\", \"darwin\": \"MacOS\" } } is an example of a substitution that\nwill update the os variable.", "patternProperties": { ".*": { "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\n\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating\nsystem and architecture as defined by go's GOOS and GOARCH variables. I should document what those are\nsomewhere.\n\nYou can reference a variable using golang template syntax. For example, you could have a url set to\n`https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var\n'version: 1.2.3' and run bindown on a 64-bit Linux system, it will download\n`https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" } }, "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "cache": { "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where\nthe configuration file resides. cache paths should always use / as a delimiter even on Windows or other\noperating systems where the native delimiter isn't /.", "type": "string" }, "dependencies": { "description": "Dependencies available for bindown to install.", "patternProperties": { ".*": { "$ref": "#/$defs/Dependency" } }, "type": "object" }, "install_dir": { "description": "The directory that bindown installs files to. This is relative to the directory where the configuration file\nresides. install_directory paths should always use / as a delimiter even on Windows or other operating systems\nwhere the native delimiter isn't /.", "type": "string" }, "systems": { "description": "List of systems supported by this config. Systems are in the form of os/architecture.", "items": { "type": "string" }, "type": "array" }, "template_sources": { "description": "Upstream sources for templates.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" }, "templates": { "description": "Templates that can be used by dependencies in this file.", "patternProperties": { ".*": { "$ref": "#/$defs/Dependency" } }, "type": "object" }, "url_checksums": { "description": "Checksums of downloaded files.", "patternProperties": { ".*": { "type": "string" } }, "type": "object" } }, "type": "object" }
MIT
en
WillAbides/bindown
845fa9685381fa54771f6f8333166b80a8091f0e
2021-12-27T01:43:33
bindown.schema.json
12
2024-05-29T15:01:34.101274Z
{ "$defs": { "dependency": { "properties": { "archive_path": { "description": "The path in the downloaded archive where the binary is located. Default is ./<bin>", "type": "string" }, "bin": { "description": "The name of the binary to be installed. Default is the name of the dependency.", "type": "string" }, "link": { "description": "Whether to create a symlink to the bin instead of copying it.", "type": "boolean" }, "overrides": { "additionalItems": false, "description": "Overrides allows you to override values depending on the os and architecture of the target system.", "items": { "$ref": "#/$defs/override" }, "type": "array" }, "required_vars": { "additionalItems": { "type": "string" }, "description": "A list of variables that must be present for an install to succeed", "type": "array" }, "substitutions": { "additionalProperties": { "additionalProperties": { "type": "string" }, "type": "object" }, "description": "Substitutions will substitute values from vars.", "examples": [ { "arch": { "386": "i386", "amd64": "x86_64" }, "os": { "darwin": "Darwin", "linux": "Linux", "windows": "Windows" } } ], "type": "object" }, "systems": { "additionalItems": { "type": "string" }, "description": "List of systems this dependency is known to support", "type": "array" }, "template": { "description": "A template for this dependency. Any unset fields in this dependency will be set by values from the template. Overrides in the dependency and its template are concatinated with the template's overrides coming first. Vars and substitutions are both combined with the dependency's value taking precedence.\n", "type": "string" }, "url": { "description": "The url to download a dependency from.", "type": "string" }, "vars": { "additionalProperties": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "description": "A list of variables that can be used in 'url', 'archive_path' and 'bin'.\nTwo variables are always added based on the current environment: 'os' and 'arch'. Those are the operating system and architecture as defined by go's GOOS and GOARCH variables. I should document what those are somewhere.\nYou can reference a variable using golang template syntax. For example, you could have a url set to `https://example.org/mydependency/v{{.version}}/mydependency-{{.os}}-{{.arch}}.tar.gz`. If you define the var 'version: 1.2.3' and run bindown on a 64 bit Linux system, it will download `https://example.org/mydependency/v1.2.3/mydependency-linux-amd64.tar.gz`.\n", "type": "object" } }, "type": "object" }, "override": { "additionalProperties": false, "properties": { "dependency": { "$ref": "#/$defs/dependency", "description": "Values to override the parent dependency" }, "matcher": { "additionalProperties": { "description": "List of values to match. Any matching value will match. If a value can be interpreted as a SemVer, it will be treated as such.", "items": { "type": "string" }, "type": "array" }, "description": "Limits the override to configurations matching all of the matchers. Keys may be \"os\", \"arch\" or any variable name.", "examples": [ { "archivepathsuffix": [ ".zip" ], "os": [ "darwin", "linux" ], "version": [ ">=1.0.0 <2.0.0" ] } ], "type": "object" } }, "required": [ "matcher", "dependency" ], "type": "object" } }, "$id": "https://willabides.github.io/bindown/bindown.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "cache": { "default": "./.bindown", "description": "The directory where bindown will cache downloads and extracted files. This is relative to the directory where the configuration file resides. cache paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "dependencies": { "additionalProperties": { "$ref": "#/$defs/dependency" }, "description": "Dependencies available for bindown to install.", "type": "object" }, "install_directory": { "default": "./bin", "description": "The directory that bindown installs files to. This is relative to the directory where the configuration file resides. install_directory paths should always use / as a delimiter even on Windows or other operating systems where the native delimiter isn't /.\n", "type": "string" }, "systems": { "additionalItems": { "type": "string" }, "description": "list of systems dependencies should support", "type": "array" }, "template_sources": { "additionalProperties": { "type": "string" }, "description": "Upstream sources for templates.", "type": "object" }, "templates": { "additionalProperties": { "$ref": "#/$defs/dependency" }, "description": "Templates that can be used by dependencies in this file.", "type": "object" }, "url_checksums": { "additionalProperties": { "type": "string" }, "description": "Checksums of downloaded files.", "type": "object" } }, "title": "bindown configuration file", "type": "object" }
MIT
en