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 |
---|---|---|---|---|---|---|---|---|
cdevents/spec | b462f8452fad8ff254d762cf72283d2e8e00ef27 | 2024-04-11T14:13:20 | schemas/pipelinerunqueued.json | 121 | 2024-05-27T05:20:45.824683Z | {
"$id": "https://cdevents.dev/0.4.0/schema/pipeline-run-queued-event",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"context": {
"additionalProperties": false,
"properties": {
"chain_id": {
"minLength": 1,
"type": "string"
},
"id": {
"minLength": 1,
"type": "string"
},
"links": {
"$ref": "/schema/links/embeddedlinksarray.json"
},
"schemaUri": {
"format": "uri",
"minLength": 1,
"type": "string"
},
"source": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"type": {
"default": "dev.cdevents.pipelinerun.queued.0.2.0",
"enum": [
"dev.cdevents.pipelinerun.queued.0.2.0"
],
"type": "string"
},
"version": {
"minLength": 1,
"type": "string"
}
},
"required": [
"version",
"id",
"source",
"type",
"timestamp"
],
"type": "object"
},
"customData": {
"oneOf": [
{
"type": "object"
},
{
"contentEncoding": "base64",
"type": "string"
}
]
},
"customDataContentType": {
"type": "string"
},
"subject": {
"additionalProperties": false,
"properties": {
"content": {
"additionalProperties": false,
"properties": {
"pipelineName": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"id": {
"minLength": 1,
"type": "string"
},
"source": {
"format": "uri-reference",
"minLength": 1,
"type": "string"
},
"type": {
"default": "pipelineRun",
"enum": [
"pipelineRun"
],
"minLength": 1,
"type": "string"
}
},
"required": [
"id",
"type",
"content"
],
"type": "object"
}
},
"required": [
"context",
"subject"
],
"type": "object"
} | Apache-2.0 | en |
kubernetes-sigs/kubespray | a2019c1c2477166d81930dbe445e1a101ce9c72d | 2024-04-29T19:22:19 | roles/kubernetes/preinstall/files/pkgs-schema.json | 15,479 | 2024-05-28T03:46:17.698935Z | {
"$id": "https://kubespray.io/internal/os_packages.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Criteria for selecting packages to install on Kubernetes nodes during installation by Kubespray",
"patternProperties": {
".*": {
"additionalProperties": false,
"properties": {
"groups": {
"description": "Match if the host is in one of these groups. If not specified match any host.",
"items": {
"pattern": "^[0-9A-Za-z_]*$",
"type": "string"
},
"minItems": 1,
"type": "array"
},
"os": {
"additionalProperties": false,
"description": "If not specified match any OS. Otherwise, must match by 'families' or 'distributions' to be included.",
"minProperties": 1,
"properties": {
"distributions": {
"description": "Match if ansible_distribution match one of defined keys.",
"minProperties": 1,
"patternProperties": {
".*": {
"additionalProperties": false,
"description": "Match if either the value is the empty hash, or one major_versions/versions/releases contains the corresponding variable ('ansible_distrbution_*')",
"properties": {
"major_versions": {
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"releases": {
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"versions": {
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"families": {
"description": "Match if ansible_os_family is part of the list.",
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
}
},
"title": "Os packages",
"type": "object"
} | Apache-2.0 | en |
kubernetes-sigs/kubespray | 088b1b0cec84dd5f09f594a8af981e66ec5a8364 | 2024-04-29T19:22:23 | roles/kubernetes/preinstall/files/pkgs-schema.json | 15,479 | 2024-05-28T03:46:17.698935Z | {
"$id": "https://kubespray.io/internal/os_packages.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Criteria for selecting packages to install on Kubernetes nodes during installation by Kubespray",
"patternProperties": {
".*": {
"additionalProperties": false,
"properties": {
"enabled": {
"default": true,
"description": "Escape hatch to filter packages. The value is expected to be pre-resolved to a boolean by Jinja",
"type": "boolean"
},
"groups": {
"description": "Match if the host is in one of these groups. If not specified match any host.",
"items": {
"pattern": "^[0-9A-Za-z_]*$",
"type": "string"
},
"minItems": 1,
"type": "array"
},
"os": {
"additionalProperties": false,
"description": "If not specified match any OS. Otherwise, must match by 'families' or 'distributions' to be included.",
"minProperties": 1,
"properties": {
"distributions": {
"description": "Match if ansible_distribution match one of defined keys.",
"minProperties": 1,
"patternProperties": {
".*": {
"additionalProperties": false,
"description": "Match if either the value is the empty hash, or one major_versions/versions/releases contains the corresponding variable ('ansible_distrbution_*')",
"properties": {
"major_versions": {
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"releases": {
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"versions": {
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"families": {
"description": "Match if ansible_os_family is part of the list.",
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
}
},
"title": "Os packages",
"type": "object"
} | Apache-2.0 | en |
Bwc9876/menagerie | 2f2b16f13353e3445e42abe5f18c4ca6d968cf6a | 2022-04-22T18:37:13 | menagerie/schemas/config_schema.json | 6 | 2024-05-27T05:58:35.022755Z | {
"$comment": "$docs describes how this schema is rendered in the site",
"$docs": {
"description": "Schema for configuration files",
"out_file": "config_schema",
"sort_priority": 50,
"title": "Configuration Schema"
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additional_properties": false,
"default-toc": {
"default": true,
"description": "Whether to render a table of contents for each page (except schemas) by default",
"type": "boolean"
},
"description": "Describes the properties a configuration can use",
"folders": {
"additional_properties": false,
"description": "Various folders to pull/push from/to",
"properties": {
"cache": {
"default": ".m_cache/",
"description": "The name of the folder to put caches in",
"examples": [
".cache/"
],
"type": "string"
},
"content": {
"default": "content/",
"description": "The folder to use as the root for content of the site, this has the `pages`, `static`, and `meta` folders in it",
"examples": [
"stuff/",
"data/"
],
"type": "string"
},
"out": {
"default": "out/",
"description": "The folder to output to",
"examples": [
"output/",
"build/",
"docs/"
],
"type": "string"
},
"pages": {
"default": "pages/",
"description": "The name of the folder within `content` to scan for pages to render",
"examples": [
"cool_stuff/"
],
"type": "string"
},
"static": {
"default": "static/",
"description": "The name of the folder within `content` to scan for static files to copy over",
"examples": [
"media/"
],
"type": "string"
}
},
"type": "object"
},
"minify": {
"additional_properties": false,
"description": "Set whether to minify various files",
"properties": {
"css": {
"default": true,
"description": "Whether to minify CSS files",
"type": "boolean"
},
"html": {
"default": true,
"description": "Whether to minify HTML (including rendered schemas and markdown) files",
"type": "boolean"
},
"js": {
"default": true,
"description": "Whether to minify JS files",
"type": "boolean"
},
"json": {
"default": true,
"description": "Whether to minify JSON files",
"type": "boolean"
},
"xml": {
"default": true,
"description": "Whether to minify XML files",
"type": "boolean"
}
},
"type": "object"
},
"properties": {
"base_url": {
"description": "The url to use when using the full_url filter and populating open graph data",
"type": "string"
},
"brand": {
"additional_properties": false,
"properties": {
"app_name": {
"default": "My App",
"description": "Name of your website, will be displayed on the navbar and included in various metadata",
"type": "string"
},
"favicon_folder": {
"description": "The static folder to reference for various favicons, see [Favicon Generator](https://www.favicon-generator.org/)",
"examples": [
"fav/",
"images/favicons/"
],
"type": "string"
},
"footer": {
"additional_properties": false,
"properties": {
"links": {
"default": [],
"description": "additional links to show in the footer",
"items": {
"properties": {
"external": {
"default": true,
"description": "Whether this link goes to an external site",
"type": "boolean"
},
"link": {
"description": "Link to go to",
"examples": [
"https://github.com/CoolPerson/CoolRepo/issues/new"
],
"type": "string"
},
"text": {
"description": "Text to display",
"examples": [
"Report An Issue"
],
"type": "string"
}
},
"required_properties": [
"text",
"link"
],
"type": "object"
},
"type": "array"
},
"show_back_to_top": {
"default": true,
"description": "Whether to show a \"Back to Top\" link in the footer",
"type": "boolean"
},
"show_gen_time": {
"default": true,
"description": "Whether to show a timestamp of the last time docs were generated",
"type": "boolean"
},
"show_made_with": {
"description": "Whether to show a \"Made with Menagerie\" link in the footer",
"type": "boolean"
}
},
"type": "object"
},
"meta": {
"additional_properties": false,
"description": "describes various settings for meta html tags",
"properties": {
"bg_color": {
"default": "#666666",
"description": "Like theme_color but for backgrounds",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
},
"categories": {
"default": [],
"description": "[See the list of widely used categories](https://github.com/w3c/manifest/wiki/Categories)",
"examples": [
[
"books",
"education"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"description": "The description to use when linking the homepage or if no description is provided on a page",
"examples": [
"Check out my cool app!"
],
"type": "string"
},
"image": {
"description": "The path to the image to use when generating embeds",
"examples": [
"images/logo.png",
"images/logo.webp"
],
"type": "string"
},
"image_alt": {
"default": "Logo",
"description": "The alt text to put on the image when it's embedded",
"examples": [
"Logo for my cool app"
],
"type": "string"
},
"keywords": {
"description": "Keywords used by search engines to find the site",
"examples": [
[
"C#",
"Unity",
"Cool"
],
[
"Python",
"Jinja2",
"Documentation"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"theme_color": {
"default": "#666666",
"description": "See [The MDN docs on theme color](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color)",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
}
},
"type": "object"
},
"navbar_icon": {
"description": "The static file to use for the navbar brand icon",
"examples": [
"images/navbar_icon.png",
"images/navbar_icon.webp"
],
"type": "string"
},
"navbar_icon_size": {
"description": "Size (X, Y) of your navbar icon",
"examples": [
[
100,
100
],
[
30,
50
]
],
"items": {
"minimum": 0,
"type": "integer"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"short_name": {
"default": "My App",
"description": "Short name of the site; used where space is limited.",
"type": "string"
},
"show_gen_date": {
"default": true,
"description": "Whether to show a message in the footer stating what time and date the site was last generated",
"type": "boolean"
},
"socials": {
"description": "A list of social media icons to put in the navbar",
"items": {
"properties": {
"icon": {
"description": "The [Boostrap Icon](https://icons.getbootstrap.com/#icons) class to use for the link (omit the 'bi-')",
"examples": [
"twitter",
"discord",
"github"
],
"type": "string"
},
"link": {
"description": "Link to the social media page",
"examples": [
"https://twitter.com/SuperCoolPerson",
"https://discord.com/asdfqwerty/"
],
"type": "string"
},
"name": {
"description": "Name of the social media platform (used for accessibility)",
"examples": [
"Twitter",
"Discord"
],
"type": "string"
}
},
"required_properties": [
"name",
"link",
"icon"
],
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"cache_enabled": {
"description": "Whether to cache output",
"type": "boolean"
},
"log_level": {
"default": "info",
"description": "The max log level to output",
"enum": [
"debug",
"info",
"warning",
"critical"
],
"type": "string"
},
"styles": {
"additional_properties": false,
"description": "Add styles",
"properties": {
"base": {
"description": "Use a CSS file on every page",
"examples": [
"styles/my_cool_base_style.css"
],
"type": "string"
},
"schema": {
"description": "Use a CSS file on schema pages",
"examples": [
"styles/my_cool_schema_style.css"
],
"type": "string"
}
},
"type": "object"
},
"themes": {
"additionalProperties": false,
"description": "Describes the themes for various frameworks we use",
"properties": {
"bootstrap": {
"default": "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"description": "The link to the bootstrap 5 theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://bootswatch.com/5/darkly/bootstrap.min.css"
],
"type": "string"
},
"highlight_js": {
"default": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/default.min.css",
"description": "The link to the highlight.js theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github-dark-dimmed.min.css",
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github.min.css"
],
"type": "string"
},
"navbar_color": {
"default": "light",
"description": "Whether to use a dark or light bg- class on the navbar",
"enum": [
"dark",
"light"
],
"type": "string"
}
},
"type": "object"
}
},
"title": "Config Schema",
"type": "object"
} | MIT | en |
Bwc9876/menagerie | 8b930feb81a4311cbd55df474eea363ee2cf73b2 | 2022-05-12T21:02:22 | menagerie/schemas/config_schema.json | 6 | 2024-05-27T05:58:35.022755Z | {
"$comment": "$docs describes how this schema is rendered in the site",
"$docs": {
"description": "Schema for configuration files",
"out_file": "config_schema",
"sort_priority": 50,
"title": "Configuration Schema"
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additional_properties": false,
"description": "Describes the properties a configuration can use",
"properties": {
"base_url": {
"description": "The url to use when using the `full_url` filter and populating open graph data",
"type": "string"
},
"brand": {
"additional_properties": false,
"properties": {
"app_name": {
"default": "My App",
"description": "Name of your website, will be displayed on the navbar and included in various metadata",
"type": "string"
},
"favicon_folder": {
"description": "The static folder to reference for various favicons, see [Favicon Generator](https://www.favicon-generator.org/)",
"examples": [
"fav/",
"images/favicons/"
],
"type": "string"
},
"footer": {
"additional_properties": false,
"properties": {
"links": {
"default": [],
"description": "additional links to show in the footer",
"items": {
"properties": {
"external": {
"default": true,
"description": "Whether this link goes to an external site",
"type": "boolean"
},
"link": {
"description": "Link to go to",
"examples": [
"https://github.com/CoolPerson/CoolRepo/issues/new"
],
"type": "string"
},
"text": {
"description": "Text to display",
"examples": [
"Report An Issue"
],
"type": "string"
}
},
"required_properties": [
"text",
"link"
],
"type": "object"
},
"type": "array"
},
"show_back_to_top": {
"default": true,
"description": "Whether to show a \"Back to Top\" link in the footer",
"type": "boolean"
},
"show_gen_time": {
"default": true,
"description": "Whether to show a timestamp of the last time docs were generated",
"type": "boolean"
},
"show_made_with": {
"description": "Whether to show a \"Made with Menagerie\" link in the footer",
"type": "boolean"
}
},
"type": "object"
},
"meta": {
"additional_properties": false,
"description": "describes various settings for meta html tags",
"properties": {
"bg_color": {
"default": "#666666",
"description": "Background color used for various styling in the browser",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
},
"categories": {
"default": [],
"description": "[See the list of widely used categories](https://github.com/w3c/manifest/wiki/Categories)",
"examples": [
[
"books",
"education"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"description": "The description to use when linking the homepage or if no description is provided on a page",
"examples": [
"Check out my cool app!"
],
"type": "string"
},
"image": {
"description": "The path to the image to use when generating embeds",
"examples": [
"images/logo.png",
"images/logo.webp"
],
"type": "string"
},
"image_alt": {
"default": "Logo",
"description": "The alt text to put on the image when it's embedded",
"examples": [
"Logo for my cool app"
],
"type": "string"
},
"keywords": {
"description": "Keywords used by search engines to find the site",
"examples": [
[
"C#",
"Unity",
"Cool"
],
[
"Python",
"Jinja2",
"Documentation"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"search_console_code": {
"description": "Code for verifying site ownership in google search console. Select \"HTML Tag Verification\" on the search console. (Alternatively, you can add an html file generated by search console as a static file)",
"type": "string"
},
"theme_color": {
"default": "#666666",
"description": "See [The MDN docs on theme color](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color)",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
}
},
"type": "object"
},
"navbar_icon": {
"description": "The static file to use for the navbar brand icon",
"examples": [
"images/navbar_icon.png",
"images/navbar_icon.webp"
],
"type": "string"
},
"navbar_icon_size": {
"description": "Size (`X, Y`) of your navbar icon",
"examples": [
[
100,
100
],
[
30,
50
]
],
"items": {
"minimum": 0,
"type": "integer"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"short_name": {
"default": "My App",
"description": "Short name of the site; used where space is limited.",
"type": "string"
},
"show_gen_date": {
"default": true,
"description": "Whether to show a message in the footer stating what time and date the site was last generated",
"type": "boolean"
},
"socials": {
"description": "A list of social media icons to put in the navbar",
"items": {
"properties": {
"icon": {
"description": "The [Boostrap Icon](https://icons.getbootstrap.com/#icons) class to use for the link (omit the `bi-`)",
"examples": [
"twitter",
"discord",
"github"
],
"type": "string"
},
"link": {
"description": "Link to the social media page",
"examples": [
"https://twitter.com/SuperCoolPerson",
"https://discord.com/asdfqwerty/"
],
"type": "string"
},
"name": {
"description": "Name of the social media platform (used for accessibility and on mobile)",
"examples": [
"Twitter",
"Discord"
],
"type": "string"
}
},
"required_properties": [
"name",
"link",
"icon"
],
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"cache_enabled": {
"description": "Whether to cache output",
"type": "boolean"
},
"default_toc": {
"default": true,
"description": "Whether to render a table of contents for each page (except schemas) by default",
"type": "boolean"
},
"extras": {
"default": {},
"description": "Any additional properties you wish to store, these can be inserted by using the settings dictionary in pages (See Built-In Filter & Globals Reference on the pages page for more info).",
"type": "object"
},
"folders": {
"additional_properties": false,
"description": "Various folders to pull/push from/to",
"properties": {
"cache": {
"default": ".m_cache/",
"description": "The name of the folder to put caches in",
"examples": [
".cache/"
],
"type": "string"
},
"content": {
"default": "content/",
"description": "The folder to use as the root for content of the site, this has the `pages`, `static`, and `meta` folders in it",
"examples": [
"stuff/",
"data/"
],
"type": "string"
},
"out": {
"default": "out/",
"description": "The folder to output to",
"examples": [
"output/",
"build/",
"docs/"
],
"type": "string"
},
"pages": {
"default": "pages/",
"description": "The name of the folder within `content` to scan for pages to render",
"examples": [
"cool_stuff/"
],
"type": "string"
},
"static": {
"default": "static/",
"description": "The name of the folder within `content` to scan for static files to copy over",
"examples": [
"media/"
],
"type": "string"
}
},
"type": "object"
},
"log_level": {
"default": "info",
"description": "The max log level to output",
"enum": [
"debug",
"info",
"warning",
"critical"
],
"type": "string"
},
"minify": {
"additional_properties": false,
"description": "Set whether to minify various files",
"properties": {
"css": {
"default": true,
"description": "Whether to minify CSS files",
"type": "boolean"
},
"html": {
"default": true,
"description": "Whether to minify HTML (including rendered schemas and markdown) files",
"type": "boolean"
},
"js": {
"default": true,
"description": "Whether to minify JS files",
"type": "boolean"
},
"json": {
"default": true,
"description": "Whether to minify JSON files",
"type": "boolean"
},
"xml": {
"default": true,
"description": "Whether to minify XML files",
"type": "boolean"
}
},
"type": "object"
},
"search": {
"description": "Options related to the search bar",
"properties": {
"enabled": {
"default": true,
"description": "Whether to show the search bar in the nav bar",
"type": "boolean"
},
"site": {
"description": "What to put in the site: argument of the Google query",
"examples": [
"www.example.com",
"www.mycoolsite.com"
],
"type": "string"
}
},
"type": "object"
},
"styles": {
"additional_properties": false,
"description": "Add styles",
"properties": {
"base": {
"description": "Use a CSS file on every page",
"examples": [
"styles/my_cool_base_style.css"
],
"type": "string"
},
"schema": {
"description": "Use a CSS file on schema pages",
"examples": [
"styles/my_cool_schema_style.css"
],
"type": "string"
}
},
"type": "object"
},
"themes": {
"additionalProperties": false,
"description": "Describes the themes for various frameworks we use",
"properties": {
"bootstrap": {
"default": "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"description": "The link to the Bootstrap 5 theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://bootswatch.com/5/darkly/bootstrap.min.css"
],
"type": "string"
},
"highlight_js": {
"default": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/default.min.css",
"description": "The link to the highlight.js theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github-dark-dimmed.min.css",
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github.min.css"
],
"type": "string"
},
"theme": {
"default": "light",
"description": "Whether to use a `dark` or `light` bg- class in various places",
"enum": [
"dark",
"light"
],
"type": "string"
}
},
"type": "object"
}
},
"title": "Config Schema",
"type": "object"
} | MIT | en |
Bwc9876/menagerie | 3fcac82422596cd810fcb99f59f3a145a78b1c46 | 2022-04-27T18:14:26 | menagerie/schemas/config_schema.json | 6 | 2024-05-27T05:58:35.022755Z | {
"$comment": "$docs describes how this schema is rendered in the site",
"$docs": {
"description": "Schema for configuration files",
"out_file": "config_schema",
"sort_priority": 50,
"title": "Configuration Schema"
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additional_properties": false,
"description": "Describes the properties a configuration can use",
"properties": {
"base_url": {
"description": "The url to use when using the `full_url` filter and populating open graph data",
"type": "string"
},
"brand": {
"additional_properties": false,
"properties": {
"app_name": {
"default": "My App",
"description": "Name of your website, will be displayed on the navbar and included in various metadata",
"type": "string"
},
"favicon_folder": {
"description": "The static folder to reference for various favicons, see [Favicon Generator](https://www.favicon-generator.org/)",
"examples": [
"fav/",
"images/favicons/"
],
"type": "string"
},
"footer": {
"additional_properties": false,
"properties": {
"links": {
"default": [],
"description": "additional links to show in the footer",
"items": {
"properties": {
"external": {
"default": true,
"description": "Whether this link goes to an external site",
"type": "boolean"
},
"link": {
"description": "Link to go to",
"examples": [
"https://github.com/CoolPerson/CoolRepo/issues/new"
],
"type": "string"
},
"text": {
"description": "Text to display",
"examples": [
"Report An Issue"
],
"type": "string"
}
},
"required_properties": [
"text",
"link"
],
"type": "object"
},
"type": "array"
},
"show_back_to_top": {
"default": true,
"description": "Whether to show a \"Back to Top\" link in the footer",
"type": "boolean"
},
"show_gen_time": {
"default": true,
"description": "Whether to show a timestamp of the last time docs were generated",
"type": "boolean"
},
"show_made_with": {
"description": "Whether to show a \"Made with Menagerie\" link in the footer",
"type": "boolean"
}
},
"type": "object"
},
"meta": {
"additional_properties": false,
"description": "describes various settings for meta html tags",
"properties": {
"bg_color": {
"default": "#666666",
"description": "Background color used for various styling in the browser",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
},
"categories": {
"default": [],
"description": "[See the list of widely used categories](https://github.com/w3c/manifest/wiki/Categories)",
"examples": [
[
"books",
"education"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"description": "The description to use when linking the homepage or if no description is provided on a page",
"examples": [
"Check out my cool app!"
],
"type": "string"
},
"image": {
"description": "The path to the image to use when generating embeds",
"examples": [
"images/logo.png",
"images/logo.webp"
],
"type": "string"
},
"image_alt": {
"default": "Logo",
"description": "The alt text to put on the image when it's embedded",
"examples": [
"Logo for my cool app"
],
"type": "string"
},
"keywords": {
"description": "Keywords used by search engines to find the site",
"examples": [
[
"C#",
"Unity",
"Cool"
],
[
"Python",
"Jinja2",
"Documentation"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"theme_color": {
"default": "#666666",
"description": "See [The MDN docs on theme color](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color)",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
}
},
"type": "object"
},
"navbar_icon": {
"description": "The static file to use for the navbar brand icon",
"examples": [
"images/navbar_icon.png",
"images/navbar_icon.webp"
],
"type": "string"
},
"navbar_icon_size": {
"description": "Size (`X, Y`) of your navbar icon",
"examples": [
[
100,
100
],
[
30,
50
]
],
"items": {
"minimum": 0,
"type": "integer"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"short_name": {
"default": "My App",
"description": "Short name of the site; used where space is limited.",
"type": "string"
},
"show_gen_date": {
"default": true,
"description": "Whether to show a message in the footer stating what time and date the site was last generated",
"type": "boolean"
},
"socials": {
"description": "A list of social media icons to put in the navbar",
"items": {
"properties": {
"icon": {
"description": "The [Boostrap Icon](https://icons.getbootstrap.com/#icons) class to use for the link (omit the `bi-`)",
"examples": [
"twitter",
"discord",
"github"
],
"type": "string"
},
"link": {
"description": "Link to the social media page",
"examples": [
"https://twitter.com/SuperCoolPerson",
"https://discord.com/asdfqwerty/"
],
"type": "string"
},
"name": {
"description": "Name of the social media platform (used for accessibility and on mobile)",
"examples": [
"Twitter",
"Discord"
],
"type": "string"
}
},
"required_properties": [
"name",
"link",
"icon"
],
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"cache_enabled": {
"description": "Whether to cache output",
"type": "boolean"
},
"default-toc": {
"default": true,
"description": "Whether to render a table of contents for each page (except schemas) by default",
"type": "boolean"
},
"folders": {
"additional_properties": false,
"description": "Various folders to pull/push from/to",
"properties": {
"cache": {
"default": ".m_cache/",
"description": "The name of the folder to put caches in",
"examples": [
".cache/"
],
"type": "string"
},
"content": {
"default": "content/",
"description": "The folder to use as the root for content of the site, this has the `pages`, `static`, and `meta` folders in it",
"examples": [
"stuff/",
"data/"
],
"type": "string"
},
"out": {
"default": "out/",
"description": "The folder to output to",
"examples": [
"output/",
"build/",
"docs/"
],
"type": "string"
},
"pages": {
"default": "pages/",
"description": "The name of the folder within `content` to scan for pages to render",
"examples": [
"cool_stuff/"
],
"type": "string"
},
"static": {
"default": "static/",
"description": "The name of the folder within `content` to scan for static files to copy over",
"examples": [
"media/"
],
"type": "string"
}
},
"type": "object"
},
"log_level": {
"default": "info",
"description": "The max log level to output",
"enum": [
"debug",
"info",
"warning",
"critical"
],
"type": "string"
},
"minify": {
"additional_properties": false,
"description": "Set whether to minify various files",
"properties": {
"css": {
"default": true,
"description": "Whether to minify CSS files",
"type": "boolean"
},
"html": {
"default": true,
"description": "Whether to minify HTML (including rendered schemas and markdown) files",
"type": "boolean"
},
"js": {
"default": true,
"description": "Whether to minify JS files",
"type": "boolean"
},
"json": {
"default": true,
"description": "Whether to minify JSON files",
"type": "boolean"
},
"xml": {
"default": true,
"description": "Whether to minify XML files",
"type": "boolean"
}
},
"type": "object"
},
"styles": {
"additional_properties": false,
"description": "Add styles",
"properties": {
"base": {
"description": "Use a CSS file on every page",
"examples": [
"styles/my_cool_base_style.css"
],
"type": "string"
},
"schema": {
"description": "Use a CSS file on schema pages",
"examples": [
"styles/my_cool_schema_style.css"
],
"type": "string"
}
},
"type": "object"
},
"themes": {
"additionalProperties": false,
"description": "Describes the themes for various frameworks we use",
"properties": {
"bootstrap": {
"default": "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"description": "The link to the Bootstrap 5 theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://bootswatch.com/5/darkly/bootstrap.min.css"
],
"type": "string"
},
"highlight_js": {
"default": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/default.min.css",
"description": "The link to the highlight.js theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github-dark-dimmed.min.css",
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github.min.css"
],
"type": "string"
},
"theme": {
"default": "light",
"description": "Whether to use a `dark` or `light` bg- class in various places",
"enum": [
"dark",
"light"
],
"type": "string"
}
},
"type": "object"
}
},
"title": "Config Schema",
"type": "object"
} | MIT | en |
Bwc9876/menagerie | 5d0caf6c2f0433988604c06a92a2b432ce62b10e | 2022-05-03T13:20:14 | menagerie/schemas/config_schema.json | 6 | 2024-05-27T05:58:35.022755Z | {
"$comment": "$docs describes how this schema is rendered in the site",
"$docs": {
"description": "Schema for configuration files",
"out_file": "config_schema",
"sort_priority": 50,
"title": "Configuration Schema"
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additional_properties": false,
"description": "Describes the properties a configuration can use",
"properties": {
"base_url": {
"description": "The url to use when using the `full_url` filter and populating open graph data",
"type": "string"
},
"brand": {
"additional_properties": false,
"properties": {
"app_name": {
"default": "My App",
"description": "Name of your website, will be displayed on the navbar and included in various metadata",
"type": "string"
},
"favicon_folder": {
"description": "The static folder to reference for various favicons, see [Favicon Generator](https://www.favicon-generator.org/)",
"examples": [
"fav/",
"images/favicons/"
],
"type": "string"
},
"footer": {
"additional_properties": false,
"properties": {
"links": {
"default": [],
"description": "additional links to show in the footer",
"items": {
"properties": {
"external": {
"default": true,
"description": "Whether this link goes to an external site",
"type": "boolean"
},
"link": {
"description": "Link to go to",
"examples": [
"https://github.com/CoolPerson/CoolRepo/issues/new"
],
"type": "string"
},
"text": {
"description": "Text to display",
"examples": [
"Report An Issue"
],
"type": "string"
}
},
"required_properties": [
"text",
"link"
],
"type": "object"
},
"type": "array"
},
"show_back_to_top": {
"default": true,
"description": "Whether to show a \"Back to Top\" link in the footer",
"type": "boolean"
},
"show_gen_time": {
"default": true,
"description": "Whether to show a timestamp of the last time docs were generated",
"type": "boolean"
},
"show_made_with": {
"description": "Whether to show a \"Made with Menagerie\" link in the footer",
"type": "boolean"
}
},
"type": "object"
},
"meta": {
"additional_properties": false,
"description": "describes various settings for meta html tags",
"properties": {
"bg_color": {
"default": "#666666",
"description": "Background color used for various styling in the browser",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
},
"categories": {
"default": [],
"description": "[See the list of widely used categories](https://github.com/w3c/manifest/wiki/Categories)",
"examples": [
[
"books",
"education"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"description": "The description to use when linking the homepage or if no description is provided on a page",
"examples": [
"Check out my cool app!"
],
"type": "string"
},
"image": {
"description": "The path to the image to use when generating embeds",
"examples": [
"images/logo.png",
"images/logo.webp"
],
"type": "string"
},
"image_alt": {
"default": "Logo",
"description": "The alt text to put on the image when it's embedded",
"examples": [
"Logo for my cool app"
],
"type": "string"
},
"keywords": {
"description": "Keywords used by search engines to find the site",
"examples": [
[
"C#",
"Unity",
"Cool"
],
[
"Python",
"Jinja2",
"Documentation"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"search_console_code": {
"description": "Code for verifying site ownership in google search console. Select \"HTML Tag Verification\" on the search console. (Alternatively, you can add an html file generated by search console as a static file)",
"type": "string"
},
"theme_color": {
"default": "#666666",
"description": "See [The MDN docs on theme color](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color)",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
}
},
"type": "object"
},
"navbar_icon": {
"description": "The static file to use for the navbar brand icon",
"examples": [
"images/navbar_icon.png",
"images/navbar_icon.webp"
],
"type": "string"
},
"navbar_icon_size": {
"description": "Size (`X, Y`) of your navbar icon",
"examples": [
[
100,
100
],
[
30,
50
]
],
"items": {
"minimum": 0,
"type": "integer"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"short_name": {
"default": "My App",
"description": "Short name of the site; used where space is limited.",
"type": "string"
},
"show_gen_date": {
"default": true,
"description": "Whether to show a message in the footer stating what time and date the site was last generated",
"type": "boolean"
},
"socials": {
"description": "A list of social media icons to put in the navbar",
"items": {
"properties": {
"icon": {
"description": "The [Boostrap Icon](https://icons.getbootstrap.com/#icons) class to use for the link (omit the `bi-`)",
"examples": [
"twitter",
"discord",
"github"
],
"type": "string"
},
"link": {
"description": "Link to the social media page",
"examples": [
"https://twitter.com/SuperCoolPerson",
"https://discord.com/asdfqwerty/"
],
"type": "string"
},
"name": {
"description": "Name of the social media platform (used for accessibility and on mobile)",
"examples": [
"Twitter",
"Discord"
],
"type": "string"
}
},
"required_properties": [
"name",
"link",
"icon"
],
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"cache_enabled": {
"description": "Whether to cache output",
"type": "boolean"
},
"default-toc": {
"default": true,
"description": "Whether to render a table of contents for each page (except schemas) by default",
"type": "boolean"
},
"extras": {
"default": {},
"description": "Any additional properties you wish to store, these can be inserted by using the settings dictionary in pages (See Built-In Filter & Globals Reference on the pages page for more info).",
"type": "object"
},
"folders": {
"additional_properties": false,
"description": "Various folders to pull/push from/to",
"properties": {
"cache": {
"default": ".m_cache/",
"description": "The name of the folder to put caches in",
"examples": [
".cache/"
],
"type": "string"
},
"content": {
"default": "content/",
"description": "The folder to use as the root for content of the site, this has the `pages`, `static`, and `meta` folders in it",
"examples": [
"stuff/",
"data/"
],
"type": "string"
},
"out": {
"default": "out/",
"description": "The folder to output to",
"examples": [
"output/",
"build/",
"docs/"
],
"type": "string"
},
"pages": {
"default": "pages/",
"description": "The name of the folder within `content` to scan for pages to render",
"examples": [
"cool_stuff/"
],
"type": "string"
},
"static": {
"default": "static/",
"description": "The name of the folder within `content` to scan for static files to copy over",
"examples": [
"media/"
],
"type": "string"
}
},
"type": "object"
},
"log_level": {
"default": "info",
"description": "The max log level to output",
"enum": [
"debug",
"info",
"warning",
"critical"
],
"type": "string"
},
"minify": {
"additional_properties": false,
"description": "Set whether to minify various files",
"properties": {
"css": {
"default": true,
"description": "Whether to minify CSS files",
"type": "boolean"
},
"html": {
"default": true,
"description": "Whether to minify HTML (including rendered schemas and markdown) files",
"type": "boolean"
},
"js": {
"default": true,
"description": "Whether to minify JS files",
"type": "boolean"
},
"json": {
"default": true,
"description": "Whether to minify JSON files",
"type": "boolean"
},
"xml": {
"default": true,
"description": "Whether to minify XML files",
"type": "boolean"
}
},
"type": "object"
},
"styles": {
"additional_properties": false,
"description": "Add styles",
"properties": {
"base": {
"description": "Use a CSS file on every page",
"examples": [
"styles/my_cool_base_style.css"
],
"type": "string"
},
"schema": {
"description": "Use a CSS file on schema pages",
"examples": [
"styles/my_cool_schema_style.css"
],
"type": "string"
}
},
"type": "object"
},
"themes": {
"additionalProperties": false,
"description": "Describes the themes for various frameworks we use",
"properties": {
"bootstrap": {
"default": "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"description": "The link to the Bootstrap 5 theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://bootswatch.com/5/darkly/bootstrap.min.css"
],
"type": "string"
},
"highlight_js": {
"default": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/default.min.css",
"description": "The link to the highlight.js theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github-dark-dimmed.min.css",
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github.min.css"
],
"type": "string"
},
"theme": {
"default": "light",
"description": "Whether to use a `dark` or `light` bg- class in various places",
"enum": [
"dark",
"light"
],
"type": "string"
}
},
"type": "object"
}
},
"title": "Config Schema",
"type": "object"
} | MIT | en |
Bwc9876/menagerie | 8edef138155589ef635e04e6c9bffb4ac1987c3a | 2022-05-02T13:32:01 | menagerie/schemas/config_schema.json | 6 | 2024-05-27T05:58:35.022755Z | {
"$comment": "$docs describes how this schema is rendered in the site",
"$docs": {
"description": "Schema for configuration files",
"out_file": "config_schema",
"sort_priority": 50,
"title": "Configuration Schema"
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additional_properties": false,
"description": "Describes the properties a configuration can use",
"properties": {
"base_url": {
"description": "The url to use when using the `full_url` filter and populating open graph data",
"type": "string"
},
"brand": {
"additional_properties": false,
"properties": {
"app_name": {
"default": "My App",
"description": "Name of your website, will be displayed on the navbar and included in various metadata",
"type": "string"
},
"favicon_folder": {
"description": "The static folder to reference for various favicons, see [Favicon Generator](https://www.favicon-generator.org/)",
"examples": [
"fav/",
"images/favicons/"
],
"type": "string"
},
"footer": {
"additional_properties": false,
"properties": {
"links": {
"default": [],
"description": "additional links to show in the footer",
"items": {
"properties": {
"external": {
"default": true,
"description": "Whether this link goes to an external site",
"type": "boolean"
},
"link": {
"description": "Link to go to",
"examples": [
"https://github.com/CoolPerson/CoolRepo/issues/new"
],
"type": "string"
},
"text": {
"description": "Text to display",
"examples": [
"Report An Issue"
],
"type": "string"
}
},
"required_properties": [
"text",
"link"
],
"type": "object"
},
"type": "array"
},
"show_back_to_top": {
"default": true,
"description": "Whether to show a \"Back to Top\" link in the footer",
"type": "boolean"
},
"show_gen_time": {
"default": true,
"description": "Whether to show a timestamp of the last time docs were generated",
"type": "boolean"
},
"show_made_with": {
"description": "Whether to show a \"Made with Menagerie\" link in the footer",
"type": "boolean"
}
},
"type": "object"
},
"meta": {
"additional_properties": false,
"description": "describes various settings for meta html tags",
"properties": {
"bg_color": {
"default": "#666666",
"description": "Background color used for various styling in the browser",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
},
"categories": {
"default": [],
"description": "[See the list of widely used categories](https://github.com/w3c/manifest/wiki/Categories)",
"examples": [
[
"books",
"education"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"description": "The description to use when linking the homepage or if no description is provided on a page",
"examples": [
"Check out my cool app!"
],
"type": "string"
},
"image": {
"description": "The path to the image to use when generating embeds",
"examples": [
"images/logo.png",
"images/logo.webp"
],
"type": "string"
},
"image_alt": {
"default": "Logo",
"description": "The alt text to put on the image when it's embedded",
"examples": [
"Logo for my cool app"
],
"type": "string"
},
"keywords": {
"description": "Keywords used by search engines to find the site",
"examples": [
[
"C#",
"Unity",
"Cool"
],
[
"Python",
"Jinja2",
"Documentation"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"theme_color": {
"default": "#666666",
"description": "See [The MDN docs on theme color](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color)",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
}
},
"type": "object"
},
"navbar_icon": {
"description": "The static file to use for the navbar brand icon",
"examples": [
"images/navbar_icon.png",
"images/navbar_icon.webp"
],
"type": "string"
},
"navbar_icon_size": {
"description": "Size (`X, Y`) of your navbar icon",
"examples": [
[
100,
100
],
[
30,
50
]
],
"items": {
"minimum": 0,
"type": "integer"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"short_name": {
"default": "My App",
"description": "Short name of the site; used where space is limited.",
"type": "string"
},
"show_gen_date": {
"default": true,
"description": "Whether to show a message in the footer stating what time and date the site was last generated",
"type": "boolean"
},
"socials": {
"description": "A list of social media icons to put in the navbar",
"items": {
"properties": {
"icon": {
"description": "The [Boostrap Icon](https://icons.getbootstrap.com/#icons) class to use for the link (omit the `bi-`)",
"examples": [
"twitter",
"discord",
"github"
],
"type": "string"
},
"link": {
"description": "Link to the social media page",
"examples": [
"https://twitter.com/SuperCoolPerson",
"https://discord.com/asdfqwerty/"
],
"type": "string"
},
"name": {
"description": "Name of the social media platform (used for accessibility and on mobile)",
"examples": [
"Twitter",
"Discord"
],
"type": "string"
}
},
"required_properties": [
"name",
"link",
"icon"
],
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"cache_enabled": {
"description": "Whether to cache output",
"type": "boolean"
},
"default-toc": {
"default": true,
"description": "Whether to render a table of contents for each page (except schemas) by default",
"type": "boolean"
},
"extras": {
"default": {},
"description": "Any additional properties you wish to store, these can be inserted by using the settings dictionary in pages (See Built-In Filter & Globals Reference on the pages page for more info).",
"type": "object"
},
"folders": {
"additional_properties": false,
"description": "Various folders to pull/push from/to",
"properties": {
"cache": {
"default": ".m_cache/",
"description": "The name of the folder to put caches in",
"examples": [
".cache/"
],
"type": "string"
},
"content": {
"default": "content/",
"description": "The folder to use as the root for content of the site, this has the `pages`, `static`, and `meta` folders in it",
"examples": [
"stuff/",
"data/"
],
"type": "string"
},
"out": {
"default": "out/",
"description": "The folder to output to",
"examples": [
"output/",
"build/",
"docs/"
],
"type": "string"
},
"pages": {
"default": "pages/",
"description": "The name of the folder within `content` to scan for pages to render",
"examples": [
"cool_stuff/"
],
"type": "string"
},
"static": {
"default": "static/",
"description": "The name of the folder within `content` to scan for static files to copy over",
"examples": [
"media/"
],
"type": "string"
}
},
"type": "object"
},
"log_level": {
"default": "info",
"description": "The max log level to output",
"enum": [
"debug",
"info",
"warning",
"critical"
],
"type": "string"
},
"minify": {
"additional_properties": false,
"description": "Set whether to minify various files",
"properties": {
"css": {
"default": true,
"description": "Whether to minify CSS files",
"type": "boolean"
},
"html": {
"default": true,
"description": "Whether to minify HTML (including rendered schemas and markdown) files",
"type": "boolean"
},
"js": {
"default": true,
"description": "Whether to minify JS files",
"type": "boolean"
},
"json": {
"default": true,
"description": "Whether to minify JSON files",
"type": "boolean"
},
"xml": {
"default": true,
"description": "Whether to minify XML files",
"type": "boolean"
}
},
"type": "object"
},
"styles": {
"additional_properties": false,
"description": "Add styles",
"properties": {
"base": {
"description": "Use a CSS file on every page",
"examples": [
"styles/my_cool_base_style.css"
],
"type": "string"
},
"schema": {
"description": "Use a CSS file on schema pages",
"examples": [
"styles/my_cool_schema_style.css"
],
"type": "string"
}
},
"type": "object"
},
"themes": {
"additionalProperties": false,
"description": "Describes the themes for various frameworks we use",
"properties": {
"bootstrap": {
"default": "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"description": "The link to the Bootstrap 5 theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://bootswatch.com/5/darkly/bootstrap.min.css"
],
"type": "string"
},
"highlight_js": {
"default": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/default.min.css",
"description": "The link to the highlight.js theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github-dark-dimmed.min.css",
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github.min.css"
],
"type": "string"
},
"theme": {
"default": "light",
"description": "Whether to use a `dark` or `light` bg- class in various places",
"enum": [
"dark",
"light"
],
"type": "string"
}
},
"type": "object"
}
},
"title": "Config Schema",
"type": "object"
} | MIT | en |
Bwc9876/menagerie | 309b046626f94cedb320149bafc1e9c9e1b07a1b | 2022-05-04T23:40:50 | menagerie/schemas/folder_schema.json | 6 | 2024-05-27T05:58:35.022755Z | {
"$docs": {
"description": "The folder configuration schema",
"title": "Folder Config Schema"
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Used to configure a folder's sort priority and title in the navbar. Create a json file named `_folder.json` within the folder you want to configure",
"properties": {
"sort_priority": {
"default": 30,
"description": "The sort priority of this folder in the navbar",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"title": {
"description": "Title to display in the navbar for this folder",
"examples": [
"Group",
"Folder"
],
"type": "string"
}
},
"title": "Folder Config",
"type": "object"
} | MIT | en |
Bwc9876/menagerie | 3fa8f274d8f712aff35b1c8727772bcb2964ac54 | 2022-04-25T17:39:19 | menagerie/schemas/config_schema.json | 6 | 2024-05-27T05:58:35.022755Z | {
"$comment": "$docs describes how this schema is rendered in the site",
"$docs": {
"description": "Schema for configuration files",
"out_file": "config_schema",
"sort_priority": 50,
"title": "Configuration Schema"
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additional_properties": false,
"default-toc": {
"default": true,
"description": "Whether to render a table of contents for each page (except schemas) by default",
"type": "boolean"
},
"description": "Describes the properties a configuration can use",
"folders": {
"additional_properties": false,
"description": "Various folders to pull/push from/to",
"properties": {
"cache": {
"default": ".m_cache/",
"description": "The name of the folder to put caches in",
"examples": [
".cache/"
],
"type": "string"
},
"content": {
"default": "content/",
"description": "The folder to use as the root for content of the site, this has the `pages`, `static`, and `meta` folders in it",
"examples": [
"stuff/",
"data/"
],
"type": "string"
},
"out": {
"default": "out/",
"description": "The folder to output to",
"examples": [
"output/",
"build/",
"docs/"
],
"type": "string"
},
"pages": {
"default": "pages/",
"description": "The name of the folder within `content` to scan for pages to render",
"examples": [
"cool_stuff/"
],
"type": "string"
},
"static": {
"default": "static/",
"description": "The name of the folder within `content` to scan for static files to copy over",
"examples": [
"media/"
],
"type": "string"
}
},
"type": "object"
},
"minify": {
"additional_properties": false,
"description": "Set whether to minify various files",
"properties": {
"css": {
"default": true,
"description": "Whether to minify CSS files",
"type": "boolean"
},
"html": {
"default": true,
"description": "Whether to minify HTML (including rendered schemas and markdown) files",
"type": "boolean"
},
"js": {
"default": true,
"description": "Whether to minify JS files",
"type": "boolean"
},
"json": {
"default": true,
"description": "Whether to minify JSON files",
"type": "boolean"
},
"xml": {
"default": true,
"description": "Whether to minify XML files",
"type": "boolean"
}
},
"type": "object"
},
"properties": {
"base_url": {
"description": "The url to use when using the `full_url` filter and populating open graph data",
"type": "string"
},
"brand": {
"additional_properties": false,
"properties": {
"app_name": {
"default": "My App",
"description": "Name of your website, will be displayed on the navbar and included in various metadata",
"type": "string"
},
"favicon_folder": {
"description": "The static folder to reference for various favicons, see [Favicon Generator](https://www.favicon-generator.org/)",
"examples": [
"fav/",
"images/favicons/"
],
"type": "string"
},
"footer": {
"additional_properties": false,
"properties": {
"links": {
"default": [],
"description": "additional links to show in the footer",
"items": {
"properties": {
"external": {
"default": true,
"description": "Whether this link goes to an external site",
"type": "boolean"
},
"link": {
"description": "Link to go to",
"examples": [
"https://github.com/CoolPerson/CoolRepo/issues/new"
],
"type": "string"
},
"text": {
"description": "Text to display",
"examples": [
"Report An Issue"
],
"type": "string"
}
},
"required_properties": [
"text",
"link"
],
"type": "object"
},
"type": "array"
},
"show_back_to_top": {
"default": true,
"description": "Whether to show a \"Back to Top\" link in the footer",
"type": "boolean"
},
"show_gen_time": {
"default": true,
"description": "Whether to show a timestamp of the last time docs were generated",
"type": "boolean"
},
"show_made_with": {
"description": "Whether to show a \"Made with Menagerie\" link in the footer",
"type": "boolean"
}
},
"type": "object"
},
"meta": {
"additional_properties": false,
"description": "describes various settings for meta html tags",
"properties": {
"bg_color": {
"default": "#666666",
"description": "Background color used for various styling in the browser",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
},
"categories": {
"default": [],
"description": "[See the list of widely used categories](https://github.com/w3c/manifest/wiki/Categories)",
"examples": [
[
"books",
"education"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"description": "The description to use when linking the homepage or if no description is provided on a page",
"examples": [
"Check out my cool app!"
],
"type": "string"
},
"image": {
"description": "The path to the image to use when generating embeds",
"examples": [
"images/logo.png",
"images/logo.webp"
],
"type": "string"
},
"image_alt": {
"default": "Logo",
"description": "The alt text to put on the image when it's embedded",
"examples": [
"Logo for my cool app"
],
"type": "string"
},
"keywords": {
"description": "Keywords used by search engines to find the site",
"examples": [
[
"C#",
"Unity",
"Cool"
],
[
"Python",
"Jinja2",
"Documentation"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"theme_color": {
"default": "#666666",
"description": "See [The MDN docs on theme color](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color)",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
}
},
"type": "object"
},
"navbar_icon": {
"description": "The static file to use for the navbar brand icon",
"examples": [
"images/navbar_icon.png",
"images/navbar_icon.webp"
],
"type": "string"
},
"navbar_icon_size": {
"description": "Size (`X, Y`) of your navbar icon",
"examples": [
[
100,
100
],
[
30,
50
]
],
"items": {
"minimum": 0,
"type": "integer"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"short_name": {
"default": "My App",
"description": "Short name of the site; used where space is limited.",
"type": "string"
},
"show_gen_date": {
"default": true,
"description": "Whether to show a message in the footer stating what time and date the site was last generated",
"type": "boolean"
},
"socials": {
"description": "A list of social media icons to put in the navbar",
"items": {
"properties": {
"icon": {
"description": "The [Boostrap Icon](https://icons.getbootstrap.com/#icons) class to use for the link (omit the `bi-`)",
"examples": [
"twitter",
"discord",
"github"
],
"type": "string"
},
"link": {
"description": "Link to the social media page",
"examples": [
"https://twitter.com/SuperCoolPerson",
"https://discord.com/asdfqwerty/"
],
"type": "string"
},
"name": {
"description": "Name of the social media platform (used for accessibility and on mobile)",
"examples": [
"Twitter",
"Discord"
],
"type": "string"
}
},
"required_properties": [
"name",
"link",
"icon"
],
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"cache_enabled": {
"description": "Whether to cache output",
"type": "boolean"
},
"log_level": {
"default": "info",
"description": "The max log level to output",
"enum": [
"debug",
"info",
"warning",
"critical"
],
"type": "string"
},
"styles": {
"additional_properties": false,
"description": "Add styles",
"properties": {
"base": {
"description": "Use a CSS file on every page",
"examples": [
"styles/my_cool_base_style.css"
],
"type": "string"
},
"schema": {
"description": "Use a CSS file on schema pages",
"examples": [
"styles/my_cool_schema_style.css"
],
"type": "string"
}
},
"type": "object"
},
"themes": {
"additionalProperties": false,
"description": "Describes the themes for various frameworks we use",
"properties": {
"bootstrap": {
"default": "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"description": "The link to the Bootstrap 5 theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://bootswatch.com/5/darkly/bootstrap.min.css"
],
"type": "string"
},
"highlight_js": {
"default": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/default.min.css",
"description": "The link to the highlight.js theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github-dark-dimmed.min.css",
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github.min.css"
],
"type": "string"
},
"theme": {
"default": "light",
"description": "Whether to use a `dark` or `light` bg- class in various places",
"enum": [
"dark",
"light"
],
"type": "string"
}
},
"type": "object"
}
},
"title": "Config Schema",
"type": "object"
} | MIT | en |
Bwc9876/menagerie | 1f0fdca3849cf8dbd3a119a464ac30137377b79d | 2022-04-23T20:29:39 | menagerie/schemas/config_schema.json | 6 | 2024-05-27T05:58:35.022755Z | {
"$comment": "$docs describes how this schema is rendered in the site",
"$docs": {
"description": "Schema for configuration files",
"out_file": "config_schema",
"sort_priority": 50,
"title": "Configuration Schema"
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additional_properties": false,
"default-toc": {
"default": true,
"description": "Whether to render a table of contents for each page (except schemas) by default",
"type": "boolean"
},
"description": "Describes the properties a configuration can use",
"folders": {
"additional_properties": false,
"description": "Various folders to pull/push from/to",
"properties": {
"cache": {
"default": ".m_cache/",
"description": "The name of the folder to put caches in",
"examples": [
".cache/"
],
"type": "string"
},
"content": {
"default": "content/",
"description": "The folder to use as the root for content of the site, this has the `pages`, `static`, and `meta` folders in it",
"examples": [
"stuff/",
"data/"
],
"type": "string"
},
"out": {
"default": "out/",
"description": "The folder to output to",
"examples": [
"output/",
"build/",
"docs/"
],
"type": "string"
},
"pages": {
"default": "pages/",
"description": "The name of the folder within `content` to scan for pages to render",
"examples": [
"cool_stuff/"
],
"type": "string"
},
"static": {
"default": "static/",
"description": "The name of the folder within `content` to scan for static files to copy over",
"examples": [
"media/"
],
"type": "string"
}
},
"type": "object"
},
"minify": {
"additional_properties": false,
"description": "Set whether to minify various files",
"properties": {
"css": {
"default": true,
"description": "Whether to minify CSS files",
"type": "boolean"
},
"html": {
"default": true,
"description": "Whether to minify HTML (including rendered schemas and markdown) files",
"type": "boolean"
},
"js": {
"default": true,
"description": "Whether to minify JS files",
"type": "boolean"
},
"json": {
"default": true,
"description": "Whether to minify JSON files",
"type": "boolean"
},
"xml": {
"default": true,
"description": "Whether to minify XML files",
"type": "boolean"
}
},
"type": "object"
},
"properties": {
"base_url": {
"description": "The url to use when using the full_url filter and populating open graph data",
"type": "string"
},
"brand": {
"additional_properties": false,
"properties": {
"app_name": {
"default": "My App",
"description": "Name of your website, will be displayed on the navbar and included in various metadata",
"type": "string"
},
"favicon_folder": {
"description": "The static folder to reference for various favicons, see [Favicon Generator](https://www.favicon-generator.org/)",
"examples": [
"fav/",
"images/favicons/"
],
"type": "string"
},
"footer": {
"additional_properties": false,
"properties": {
"links": {
"default": [],
"description": "additional links to show in the footer",
"items": {
"properties": {
"external": {
"default": true,
"description": "Whether this link goes to an external site",
"type": "boolean"
},
"link": {
"description": "Link to go to",
"examples": [
"https://github.com/CoolPerson/CoolRepo/issues/new"
],
"type": "string"
},
"text": {
"description": "Text to display",
"examples": [
"Report An Issue"
],
"type": "string"
}
},
"required_properties": [
"text",
"link"
],
"type": "object"
},
"type": "array"
},
"show_back_to_top": {
"default": true,
"description": "Whether to show a \"Back to Top\" link in the footer",
"type": "boolean"
},
"show_gen_time": {
"default": true,
"description": "Whether to show a timestamp of the last time docs were generated",
"type": "boolean"
},
"show_made_with": {
"description": "Whether to show a \"Made with Menagerie\" link in the footer",
"type": "boolean"
}
},
"type": "object"
},
"meta": {
"additional_properties": false,
"description": "describes various settings for meta html tags",
"properties": {
"bg_color": {
"default": "#666666",
"description": "Like theme_color but for backgrounds",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
},
"categories": {
"default": [],
"description": "[See the list of widely used categories](https://github.com/w3c/manifest/wiki/Categories)",
"examples": [
[
"books",
"education"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"description": "The description to use when linking the homepage or if no description is provided on a page",
"examples": [
"Check out my cool app!"
],
"type": "string"
},
"image": {
"description": "The path to the image to use when generating embeds",
"examples": [
"images/logo.png",
"images/logo.webp"
],
"type": "string"
},
"image_alt": {
"default": "Logo",
"description": "The alt text to put on the image when it's embedded",
"examples": [
"Logo for my cool app"
],
"type": "string"
},
"keywords": {
"description": "Keywords used by search engines to find the site",
"examples": [
[
"C#",
"Unity",
"Cool"
],
[
"Python",
"Jinja2",
"Documentation"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"theme_color": {
"default": "#666666",
"description": "See [The MDN docs on theme color](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color)",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
}
},
"type": "object"
},
"navbar_icon": {
"description": "The static file to use for the navbar brand icon",
"examples": [
"images/navbar_icon.png",
"images/navbar_icon.webp"
],
"type": "string"
},
"navbar_icon_size": {
"description": "Size (X, Y) of your navbar icon",
"examples": [
[
100,
100
],
[
30,
50
]
],
"items": {
"minimum": 0,
"type": "integer"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"short_name": {
"default": "My App",
"description": "Short name of the site; used where space is limited.",
"type": "string"
},
"show_gen_date": {
"default": true,
"description": "Whether to show a message in the footer stating what time and date the site was last generated",
"type": "boolean"
},
"socials": {
"description": "A list of social media icons to put in the navbar",
"items": {
"properties": {
"icon": {
"description": "The [Boostrap Icon](https://icons.getbootstrap.com/#icons) class to use for the link (omit the 'bi-')",
"examples": [
"twitter",
"discord",
"github"
],
"type": "string"
},
"link": {
"description": "Link to the social media page",
"examples": [
"https://twitter.com/SuperCoolPerson",
"https://discord.com/asdfqwerty/"
],
"type": "string"
},
"name": {
"description": "Name of the social media platform (used for accessibility)",
"examples": [
"Twitter",
"Discord"
],
"type": "string"
}
},
"required_properties": [
"name",
"link",
"icon"
],
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"cache_enabled": {
"description": "Whether to cache output",
"type": "boolean"
},
"log_level": {
"default": "info",
"description": "The max log level to output",
"enum": [
"debug",
"info",
"warning",
"critical"
],
"type": "string"
},
"styles": {
"additional_properties": false,
"description": "Add styles",
"properties": {
"base": {
"description": "Use a CSS file on every page",
"examples": [
"styles/my_cool_base_style.css"
],
"type": "string"
},
"schema": {
"description": "Use a CSS file on schema pages",
"examples": [
"styles/my_cool_schema_style.css"
],
"type": "string"
}
},
"type": "object"
},
"themes": {
"additionalProperties": false,
"description": "Describes the themes for various frameworks we use",
"properties": {
"bootstrap": {
"default": "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"description": "The link to the bootstrap 5 theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://bootswatch.com/5/darkly/bootstrap.min.css"
],
"type": "string"
},
"highlight_js": {
"default": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/default.min.css",
"description": "The link to the highlight.js theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github-dark-dimmed.min.css",
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github.min.css"
],
"type": "string"
},
"theme": {
"default": "light",
"description": "Whether to use a dark or light bg- class in various places",
"enum": [
"dark",
"light"
],
"type": "string"
}
},
"type": "object"
}
},
"title": "Config Schema",
"type": "object"
} | MIT | en |
Bwc9876/menagerie | 87d0f87e982a2f2ed0378a7048b93726f8fde1b7 | 2022-05-04T15:06:51 | menagerie/schemas/config_schema.json | 6 | 2024-05-27T05:58:35.022755Z | {
"$comment": "$docs describes how this schema is rendered in the site",
"$docs": {
"description": "Schema for configuration files",
"out_file": "config_schema",
"sort_priority": 50,
"title": "Configuration Schema"
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additional_properties": false,
"description": "Describes the properties a configuration can use",
"properties": {
"base_url": {
"description": "The url to use when using the `full_url` filter and populating open graph data",
"type": "string"
},
"brand": {
"additional_properties": false,
"properties": {
"app_name": {
"default": "My App",
"description": "Name of your website, will be displayed on the navbar and included in various metadata",
"type": "string"
},
"favicon_folder": {
"description": "The static folder to reference for various favicons, see [Favicon Generator](https://www.favicon-generator.org/)",
"examples": [
"fav/",
"images/favicons/"
],
"type": "string"
},
"footer": {
"additional_properties": false,
"properties": {
"links": {
"default": [],
"description": "additional links to show in the footer",
"items": {
"properties": {
"external": {
"default": true,
"description": "Whether this link goes to an external site",
"type": "boolean"
},
"link": {
"description": "Link to go to",
"examples": [
"https://github.com/CoolPerson/CoolRepo/issues/new"
],
"type": "string"
},
"text": {
"description": "Text to display",
"examples": [
"Report An Issue"
],
"type": "string"
}
},
"required_properties": [
"text",
"link"
],
"type": "object"
},
"type": "array"
},
"show_back_to_top": {
"default": true,
"description": "Whether to show a \"Back to Top\" link in the footer",
"type": "boolean"
},
"show_gen_time": {
"default": true,
"description": "Whether to show a timestamp of the last time docs were generated",
"type": "boolean"
},
"show_made_with": {
"description": "Whether to show a \"Made with Menagerie\" link in the footer",
"type": "boolean"
}
},
"type": "object"
},
"meta": {
"additional_properties": false,
"description": "describes various settings for meta html tags",
"properties": {
"bg_color": {
"default": "#666666",
"description": "Background color used for various styling in the browser",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
},
"categories": {
"default": [],
"description": "[See the list of widely used categories](https://github.com/w3c/manifest/wiki/Categories)",
"examples": [
[
"books",
"education"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"description": "The description to use when linking the homepage or if no description is provided on a page",
"examples": [
"Check out my cool app!"
],
"type": "string"
},
"image": {
"description": "The path to the image to use when generating embeds",
"examples": [
"images/logo.png",
"images/logo.webp"
],
"type": "string"
},
"image_alt": {
"default": "Logo",
"description": "The alt text to put on the image when it's embedded",
"examples": [
"Logo for my cool app"
],
"type": "string"
},
"keywords": {
"description": "Keywords used by search engines to find the site",
"examples": [
[
"C#",
"Unity",
"Cool"
],
[
"Python",
"Jinja2",
"Documentation"
]
],
"items": {
"type": "string"
},
"type": "array"
},
"search_console_code": {
"description": "Code for verifying site ownership in google search console. Select \"HTML Tag Verification\" on the search console. (Alternatively, you can add an html file generated by search console as a static file)",
"type": "string"
},
"theme_color": {
"default": "#666666",
"description": "See [The MDN docs on theme color](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color)",
"examples": [
"#ffffff",
"#000000"
],
"type": "string"
}
},
"type": "object"
},
"navbar_icon": {
"description": "The static file to use for the navbar brand icon",
"examples": [
"images/navbar_icon.png",
"images/navbar_icon.webp"
],
"type": "string"
},
"navbar_icon_size": {
"description": "Size (`X, Y`) of your navbar icon",
"examples": [
[
100,
100
],
[
30,
50
]
],
"items": {
"minimum": 0,
"type": "integer"
},
"maxItems": 2,
"minItems": 2,
"type": "array"
},
"short_name": {
"default": "My App",
"description": "Short name of the site; used where space is limited.",
"type": "string"
},
"show_gen_date": {
"default": true,
"description": "Whether to show a message in the footer stating what time and date the site was last generated",
"type": "boolean"
},
"socials": {
"description": "A list of social media icons to put in the navbar",
"items": {
"properties": {
"icon": {
"description": "The [Boostrap Icon](https://icons.getbootstrap.com/#icons) class to use for the link (omit the `bi-`)",
"examples": [
"twitter",
"discord",
"github"
],
"type": "string"
},
"link": {
"description": "Link to the social media page",
"examples": [
"https://twitter.com/SuperCoolPerson",
"https://discord.com/asdfqwerty/"
],
"type": "string"
},
"name": {
"description": "Name of the social media platform (used for accessibility and on mobile)",
"examples": [
"Twitter",
"Discord"
],
"type": "string"
}
},
"required_properties": [
"name",
"link",
"icon"
],
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"cache_enabled": {
"description": "Whether to cache output",
"type": "boolean"
},
"default_toc": {
"default": true,
"description": "Whether to render a table of contents for each page (except schemas) by default",
"type": "boolean"
},
"extras": {
"default": {},
"description": "Any additional properties you wish to store, these can be inserted by using the settings dictionary in pages (See Built-In Filter & Globals Reference on the pages page for more info).",
"type": "object"
},
"folders": {
"additional_properties": false,
"description": "Various folders to pull/push from/to",
"properties": {
"cache": {
"default": ".m_cache/",
"description": "The name of the folder to put caches in",
"examples": [
".cache/"
],
"type": "string"
},
"content": {
"default": "content/",
"description": "The folder to use as the root for content of the site, this has the `pages`, `static`, and `meta` folders in it",
"examples": [
"stuff/",
"data/"
],
"type": "string"
},
"out": {
"default": "out/",
"description": "The folder to output to",
"examples": [
"output/",
"build/",
"docs/"
],
"type": "string"
},
"pages": {
"default": "pages/",
"description": "The name of the folder within `content` to scan for pages to render",
"examples": [
"cool_stuff/"
],
"type": "string"
},
"static": {
"default": "static/",
"description": "The name of the folder within `content` to scan for static files to copy over",
"examples": [
"media/"
],
"type": "string"
}
},
"type": "object"
},
"log_level": {
"default": "info",
"description": "The max log level to output",
"enum": [
"debug",
"info",
"warning",
"critical"
],
"type": "string"
},
"minify": {
"additional_properties": false,
"description": "Set whether to minify various files",
"properties": {
"css": {
"default": true,
"description": "Whether to minify CSS files",
"type": "boolean"
},
"html": {
"default": true,
"description": "Whether to minify HTML (including rendered schemas and markdown) files",
"type": "boolean"
},
"js": {
"default": true,
"description": "Whether to minify JS files",
"type": "boolean"
},
"json": {
"default": true,
"description": "Whether to minify JSON files",
"type": "boolean"
},
"xml": {
"default": true,
"description": "Whether to minify XML files",
"type": "boolean"
}
},
"type": "object"
},
"styles": {
"additional_properties": false,
"description": "Add styles",
"properties": {
"base": {
"description": "Use a CSS file on every page",
"examples": [
"styles/my_cool_base_style.css"
],
"type": "string"
},
"schema": {
"description": "Use a CSS file on schema pages",
"examples": [
"styles/my_cool_schema_style.css"
],
"type": "string"
}
},
"type": "object"
},
"themes": {
"additionalProperties": false,
"description": "Describes the themes for various frameworks we use",
"properties": {
"bootstrap": {
"default": "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"description": "The link to the Bootstrap 5 theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://bootswatch.com/5/darkly/bootstrap.min.css"
],
"type": "string"
},
"highlight_js": {
"default": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/default.min.css",
"description": "The link to the highlight.js theme you want to use",
"examples": [
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github-dark-dimmed.min.css",
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github.min.css"
],
"type": "string"
},
"theme": {
"default": "light",
"description": "Whether to use a `dark` or `light` bg- class in various places",
"enum": [
"dark",
"light"
],
"type": "string"
}
},
"type": "object"
}
},
"title": "Config Schema",
"type": "object"
} | MIT | en |
Bwc9876/menagerie | 2f2b16f13353e3445e42abe5f18c4ca6d968cf6a | 2022-04-22T18:37:13 | menagerie/schemas/folder_schema.json | 6 | 2024-05-27T05:58:35.022755Z | {
"$docs": {
"description": "The folder configuration schema",
"title": "Folder Config Schema"
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "Used to configure a folder's sort priority and title in the navbar. Create a json file named `_folder.json` within the folder you want to configure",
"properties": {
"sort_priority": {
"default": 30,
"description": "The sort priority of this folder in the navbar",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"title": {
"description": "Title to display in the navbar for this folder",
"examples": [
"Group",
"Folder"
],
"type": "string"
}
},
"title": "Folder Config",
"type": "object"
} | MIT | en |
StefanBratanov/chotto | bcedce65678e603d799c2bb6c51e9085d8396cf8 | 2022-11-05T13:50:08 | src/main/resources/contributionSchema.json | 21 | 2024-05-27T07:24:44.591552Z | {
"$defs": {
"2^12SubContribution": {
"properties": {
"blsSignature": {
"anyOf": [
{
"$ref": "#/$defs/G1Point"
},
{
"$ref": "#/$defs/emptyString"
}
]
},
"numG1Powers": {
"maximum": 4096,
"minimum": 4096,
"type": "integer"
},
"numG2Powers": {
"maximum": 65,
"minimum": 65,
"type": "integer"
},
"potPubkey": {
"type": "string"
},
"powersOfTau": {
"properties": {
"G1Powers": {
"items": {
"$ref": "#/$defs/G1Point"
},
"maxItems": 4096,
"minItems": 4096,
"type": "array"
},
"G2Powers": {
"items": {
"$ref": "#/$defs/G2Point"
},
"maxItems": 65,
"minItems": 65,
"type": "array"
}
},
"required": [
"G1Powers",
"G2Powers"
],
"type": "object"
}
},
"required": [
"numG1Powers",
"numG2Powers",
"powersOfTau"
],
"type": "object"
},
"2^13SubContribution": {
"properties": {
"blsSignature": {
"anyOf": [
{
"$ref": "#/$defs/G1Point"
},
{
"$ref": "#/$defs/emptyString"
}
]
},
"numG1Powers": {
"maximum": 8192,
"minimum": 8192,
"type": "integer"
},
"numG2Powers": {
"maximum": 65,
"minimum": 65,
"type": "integer"
},
"potPubkey": {
"type": "string"
},
"powersOfTau": {
"properties": {
"G1Powers": {
"items": {
"$ref": "#/$defs/G1Point"
},
"maxItems": 8192,
"minItems": 8192,
"type": "array"
},
"G2Powers": {
"items": {
"$ref": "#/$defs/G2Point"
},
"maxItems": 65,
"minItems": 65,
"type": "array"
}
},
"required": [
"G1Powers",
"G2Powers"
],
"type": "object"
}
},
"required": [
"numG1Powers",
"numG2Powers",
"powersOfTau"
],
"type": "object"
},
"2^14SubContribution": {
"properties": {
"blsSignature": {
"anyOf": [
{
"$ref": "#/$defs/G1Point"
},
{
"$ref": "#/$defs/emptyString"
}
]
},
"numG1Powers": {
"maximum": 16384,
"minimum": 16384,
"type": "integer"
},
"numG2Powers": {
"maximum": 65,
"minimum": 65,
"type": "integer"
},
"potPubkey": {
"type": "string"
},
"powersOfTau": {
"properties": {
"G1Powers": {
"items": {
"$ref": "#/$defs/G1Point"
},
"maxItems": 16384,
"minItems": 16384,
"type": "array"
},
"G2Powers": {
"items": {
"$ref": "#/$defs/G2Point"
},
"maxItems": 65,
"minItems": 65,
"type": "array"
}
},
"required": [
"G1Powers",
"G2Powers"
],
"type": "object"
}
},
"required": [
"numG1Powers",
"numG2Powers",
"powersOfTau"
],
"type": "object"
},
"2^15SubContribution": {
"properties": {
"blsSignature": {
"anyOf": [
{
"$ref": "#/$defs/G1Point"
},
{
"$ref": "#/$defs/emptyString"
}
]
},
"numG1Powers": {
"maximum": 32768,
"minimum": 32768,
"type": "integer"
},
"numG2Powers": {
"maximum": 65,
"minimum": 65,
"type": "integer"
},
"potPubkey": {
"type": "string"
},
"powersOfTau": {
"properties": {
"G1Powers": {
"items": {
"$ref": "#/$defs/G1Point"
},
"maxItems": 32768,
"minItems": 32768,
"type": "array"
},
"G2Powers": {
"items": {
"$ref": "#/$defs/G2Point"
},
"maxItems": 65,
"minItems": 65,
"type": "array"
}
},
"required": [
"G1Powers",
"G2Powers"
],
"type": "object"
}
},
"required": [
"numG1Powers",
"numG2Powers",
"powersOfTau"
],
"type": "object"
},
"G1Point": {
"pattern": "^0x[a-f0-9]{96}$",
"type": "string"
},
"G2Point": {
"pattern": "^0x[a-f0-9]{192}$",
"type": "string"
},
"emptyString": {
"pattern": "^$",
"type": "string"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"contributions": {
"items": false,
"prefixItems": [
{
"$ref": "#/$defs/2^12SubContribution"
},
{
"$ref": "#/$defs/2^13SubContribution"
},
{
"$ref": "#/$defs/2^14SubContribution"
},
{
"$ref": "#/$defs/2^15SubContribution"
}
],
"type": "array"
},
"ecdsaSignature": {
"pattern": "^0x[a-f\\d]{130}$|^$",
"type": "string"
}
},
"type": "object"
} | Apache-2.0 | en |
StefanBratanov/chotto | f903fca6f950e20946a5d03af446844a8e1b7b40 | 2023-01-04T18:43:03 | src/main/resources/transcriptSchema.json | 21 | 2024-05-27T07:24:44.591552Z | {
"$defs": {
"2^12SubTranscript": {
"properties": {
"numG1Powers": {
"maximum": 4096,
"minimum": 4096,
"type": "integer"
},
"numG2Powers": {
"maximum": 65,
"minimum": 65,
"type": "integer"
},
"powersOfTau": {
"properties": {
"G1Powers": {
"items": {
"$ref": "#/$defs/G1Point"
},
"maxItems": 4096,
"minItems": 4096,
"type": "array"
},
"G2Powers": {
"items": {
"$ref": "#/$defs/G2Point"
},
"maxItems": 65,
"minItems": 65,
"type": "array"
}
},
"required": [
"G1Powers",
"G2Powers"
],
"type": "object"
},
"witness": {
"properties": {
"blsSignatures": {
"items": {
"oneOf": [
{
"$ref": "#/$defs/G1Point"
},
{
"$ref": "#/$defs/emptyString"
}
]
},
"type": "array"
},
"potPubkeys": {
"items": {
"$ref": "#/$defs/G2Point"
},
"type": "array"
},
"runningProducts": {
"items": {
"$ref": "#/$defs/G1Point"
},
"type": "array"
}
},
"required": [
"runningProducts",
"potPubkeys",
"blsSignatures"
],
"type": "object"
}
},
"required": [
"numG1Powers",
"numG2Powers",
"powersOfTau",
"witness"
],
"type": "object"
},
"2^13SubTranscript": {
"properties": {
"numG1Powers": {
"maximum": 8192,
"minimum": 8192,
"type": "integer"
},
"numG2Powers": {
"maximum": 65,
"minimum": 65,
"type": "integer"
},
"powersOfTau": {
"properties": {
"G1Powers": {
"items": {
"$ref": "#/$defs/G1Point"
},
"maxItems": 8192,
"minItems": 8192,
"type": "array"
},
"G2Powers": {
"items": {
"$ref": "#/$defs/G2Point"
},
"maxItems": 65,
"minItems": 65,
"type": "array"
}
},
"required": [
"G1Powers",
"G2Powers"
],
"type": "object"
},
"witness": {
"properties": {
"blsSignatures": {
"items": {
"oneOf": [
{
"$ref": "#/$defs/G1Point"
},
{
"$ref": "#/$defs/emptyString"
}
]
},
"type": "array"
},
"potPubkeys": {
"items": {
"$ref": "#/$defs/G2Point"
},
"type": "array"
},
"runningProducts": {
"items": {
"$ref": "#/$defs/G1Point"
},
"type": "array"
}
},
"required": [
"runningProducts",
"potPubkeys",
"blsSignatures"
],
"type": "object"
}
},
"required": [
"numG1Powers",
"numG2Powers",
"powersOfTau",
"witness"
],
"type": "object"
},
"2^14SubTranscript": {
"properties": {
"numG1Powers": {
"maximum": 16384,
"minimum": 16384,
"type": "integer"
},
"numG2Powers": {
"maximum": 65,
"minimum": 65,
"type": "integer"
},
"powersOfTau": {
"properties": {
"G1Powers": {
"items": {
"$ref": "#/$defs/G1Point"
},
"maxItems": 16384,
"minItems": 16384,
"type": "array"
},
"G2Powers": {
"items": {
"$ref": "#/$defs/G2Point"
},
"maxItems": 65,
"minItems": 65,
"type": "array"
}
},
"required": [
"G1Powers",
"G2Powers"
],
"type": "object"
},
"witness": {
"properties": {
"blsSignatures": {
"items": {
"oneOf": [
{
"$ref": "#/$defs/G1Point"
},
{
"$ref": "#/$defs/emptyString"
}
]
},
"type": "array"
},
"potPubkeys": {
"items": {
"$ref": "#/$defs/G2Point"
},
"type": "array"
},
"runningProducts": {
"items": {
"$ref": "#/$defs/G1Point"
},
"type": "array"
}
},
"required": [
"runningProducts",
"potPubkeys",
"blsSignatures"
],
"type": "object"
}
},
"required": [
"numG1Powers",
"numG2Powers",
"powersOfTau",
"witness"
],
"type": "object"
},
"2^15SubTranscript": {
"properties": {
"numG1Powers": {
"maximum": 32768,
"minimum": 32768,
"type": "integer"
},
"numG2Powers": {
"maximum": 65,
"minimum": 65,
"type": "integer"
},
"powersOfTau": {
"properties": {
"G1Powers": {
"items": {
"$ref": "#/$defs/G1Point"
},
"maxItems": 32768,
"minItems": 32768,
"type": "array"
},
"G2Powers": {
"items": {
"$ref": "#/$defs/G2Point"
},
"maxItems": 65,
"minItems": 65,
"type": "array"
}
},
"required": [
"G1Powers",
"G2Powers"
],
"type": "object"
},
"witness": {
"properties": {
"blsSignatures": {
"items": {
"oneOf": [
{
"$ref": "#/$defs/G1Point"
},
{
"$ref": "#/$defs/emptyString"
}
]
},
"type": "array"
},
"potPubkeys": {
"items": {
"$ref": "#/$defs/G2Point"
},
"type": "array"
},
"runningProducts": {
"items": {
"$ref": "#/$defs/G1Point"
},
"type": "array"
}
},
"required": [
"runningProducts",
"potPubkeys",
"blsSignatures"
],
"type": "object"
}
},
"required": [
"numG1Powers",
"numG2Powers",
"powersOfTau",
"witness"
],
"type": "object"
},
"G1Point": {
"pattern": "^0x[a-f0-9]{96}$",
"type": "string"
},
"G2Point": {
"pattern": "^0x[a-f0-9]{192}$",
"type": "string"
},
"ecdsaSignature": {
"pattern": "^0x[a-f\\d]{130}$",
"type": "string"
},
"emptyString": {
"pattern": "^$",
"type": "string"
},
"ethereumId": {
"pattern": "^eth\\|0x[a-f\\d]{40}$",
"type": "string"
},
"githubId": {
"pattern": "^git\\|\\d{1,16}\\|@[a-z\\d](?:[a-z\\d]|-(?=[a-z\\d])){0,38}$",
"type": "string"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"participantEcdsaSignatures": {
"items": {
"oneOf": [
{
"$ref": "#/$defs/ecdsaSignature"
},
{
"$ref": "#/$defs/emptyString"
}
]
},
"type": "array"
},
"participantIds": {
"items": {
"oneOf": [
{
"$ref": "#/$defs/ethereumId"
},
{
"$ref": "#/$defs/githubId"
},
{
"$ref": "#/$defs/emptyString"
}
]
},
"type": "array"
},
"transcripts": {
"items": false,
"prefixItems": [
{
"$ref": "#/$defs/2^12SubTranscript"
},
{
"$ref": "#/$defs/2^13SubTranscript"
},
{
"$ref": "#/$defs/2^14SubTranscript"
},
{
"$ref": "#/$defs/2^15SubTranscript"
}
],
"type": "array"
}
},
"type": "object"
} | Apache-2.0 | en |
StefanBratanov/chotto | cf5f29709fbc453b45ab86c57c669e0c8ac4d7d6 | 2022-10-30T11:28:34 | src/main/resources/contributionSchema.json | 21 | 2024-05-27T07:24:44.591552Z | {
"$defs": {
"2^12SubContribution": {
"properties": {
"bls_signature": {
"anyOf": [
{
"$ref": "#/$defs/G1Point"
},
{
"$ref": "#/$defs/emptyString"
}
]
},
"numG1Powers": {
"maximum": 4096,
"minimum": 4096,
"type": "integer"
},
"numG2Powers": {
"maximum": 65,
"minimum": 65,
"type": "integer"
},
"potPubkey": {
"type": "string"
},
"powersOfTau": {
"properties": {
"G1Powers": {
"items": {
"$ref": "#/$defs/G1Point"
},
"maxItems": 4096,
"minItems": 4096,
"type": "array"
},
"G2Powers": {
"items": {
"$ref": "#/$defs/G2Point"
},
"maxItems": 65,
"minItems": 65,
"type": "array"
}
},
"required": [
"G1Powers",
"G2Powers"
],
"type": "object"
}
},
"required": [
"numG1Powers",
"numG2Powers",
"powersOfTau"
],
"type": "object"
},
"2^13SubContribution": {
"properties": {
"bls_signature": {
"anyOf": [
{
"$ref": "#/$defs/G1Point"
},
{
"$ref": "#/$defs/emptyString"
}
]
},
"numG1Powers": {
"maximum": 8192,
"minimum": 8192,
"type": "integer"
},
"numG2Powers": {
"maximum": 65,
"minimum": 65,
"type": "integer"
},
"potPubkey": {
"type": "string"
},
"powersOfTau": {
"properties": {
"G1Powers": {
"items": {
"$ref": "#/$defs/G1Point"
},
"maxItems": 8192,
"minItems": 8192,
"type": "array"
},
"G2Powers": {
"items": {
"$ref": "#/$defs/G2Point"
},
"maxItems": 65,
"minItems": 65,
"type": "array"
}
},
"required": [
"G1Powers",
"G2Powers"
],
"type": "object"
}
},
"required": [
"numG1Powers",
"numG2Powers",
"powersOfTau"
],
"type": "object"
},
"2^14SubContribution": {
"properties": {
"bls_signature": {
"anyOf": [
{
"$ref": "#/$defs/G1Point"
},
{
"$ref": "#/$defs/emptyString"
}
]
},
"numG1Powers": {
"maximum": 16384,
"minimum": 16384,
"type": "integer"
},
"numG2Powers": {
"maximum": 65,
"minimum": 65,
"type": "integer"
},
"potPubkey": {
"type": "string"
},
"powersOfTau": {
"properties": {
"G1Powers": {
"items": {
"$ref": "#/$defs/G1Point"
},
"maxItems": 16384,
"minItems": 16384,
"type": "array"
},
"G2Powers": {
"items": {
"$ref": "#/$defs/G2Point"
},
"maxItems": 65,
"minItems": 65,
"type": "array"
}
},
"required": [
"G1Powers",
"G2Powers"
],
"type": "object"
}
},
"required": [
"numG1Powers",
"numG2Powers",
"powersOfTau"
],
"type": "object"
},
"2^15SubContribution": {
"properties": {
"bls_signature": {
"anyOf": [
{
"$ref": "#/$defs/G1Point"
},
{
"$ref": "#/$defs/emptyString"
}
]
},
"numG1Powers": {
"maximum": 32768,
"minimum": 32768,
"type": "integer"
},
"numG2Powers": {
"maximum": 65,
"minimum": 65,
"type": "integer"
},
"potPubkey": {
"type": "string"
},
"powersOfTau": {
"properties": {
"G1Powers": {
"items": {
"$ref": "#/$defs/G1Point"
},
"maxItems": 32768,
"minItems": 32768,
"type": "array"
},
"G2Powers": {
"items": {
"$ref": "#/$defs/G2Point"
},
"maxItems": 65,
"minItems": 65,
"type": "array"
}
},
"required": [
"G1Powers",
"G2Powers"
],
"type": "object"
}
},
"required": [
"numG1Powers",
"numG2Powers",
"powersOfTau"
],
"type": "object"
},
"G1Point": {
"pattern": "^0x[a-f0-9]{96}$",
"type": "string"
},
"G2Point": {
"pattern": "^0x[a-f0-9]{192}$",
"type": "string"
},
"emptyString": {
"pattern": "^$",
"type": "string"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"contributions": {
"items": false,
"prefixItems": [
{
"$ref": "#/$defs/2^12SubContribution"
},
{
"$ref": "#/$defs/2^13SubContribution"
},
{
"$ref": "#/$defs/2^14SubContribution"
},
{
"$ref": "#/$defs/2^15SubContribution"
}
],
"type": "array"
},
"ecdsaSignature": {
"pattern": "^0x[a-f\\d]{130}$|^$",
"type": "string"
}
},
"type": "object"
} | Apache-2.0 | en |
datacables/specs.json | 7a94b3f588ca4da147db7f42beed6c16fe8b85e1 | 2024-02-03T17:58:27 | specs/v1/form.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/form.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The standard form definition specification for MNO Forms",
"properties": {
"events": {
"description": "The events that the form should listen to",
"items": {
"$ref": "https://standards.mnoforms.com/specs/v1/event.schema.json"
},
"type": "array"
},
"extras": {
"$ref": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"description": "Extra options for the form, for the form engine to use."
},
"fields": {
"description": "The actual form fields definition",
"items": {
"$ref": "https://standards.mnoforms.com/specs/v1/field.schema.json"
},
"type": "array"
},
"meta": {
"$ref": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
}
},
"title": "mnoforms : Specification for Form",
"type": "object"
} | MIT | en |
datacables/specs.json | 6f2bccfd5abd07296a66e3f7f2b839fe1dab70ec | 2024-01-28T18:15:10 | specs/v1/layout.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://mnoforms.com/specs/v1/layout.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "The standard form definition specification for MNO Forms",
"properties": {
"extras": {
"description": "Extra options for the layout, for the form engine to use.",
"type": "object"
},
"meta": {
"$ref": "custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
}
},
"title": "MNO Form specification",
"type": "object"
} | MIT | en |
datacables/specs.json | ca2ed2b297b804af914e3a965dd135481afd555f | 2024-02-03T16:38:08 | specs/v1/custom.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The custom fields should have following structure",
"properties": {},
"required": [],
"title": "MNO Form Custom Data specification",
"type": "object"
} | MIT | en |
datacables/specs.json | 59a0803f3f859019213453dcb3188d8ecf438d3c | 2024-02-04T15:40:43 | specs/v1/rule.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/master.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "The standard form definition specification for MNO Forms",
"properties": {},
"title": "MNO Form specification",
"type": "object"
} | MIT | en |
datacables/specs.json | ca2ed2b297b804af914e3a965dd135481afd555f | 2024-02-03T16:38:08 | specs/v1/field.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/field.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The standard form field definition specification for MNO Forms",
"properties": {
"attributes": {
"description": "The data attributes other than custom validations",
"properties": {
"default": {
"description": "The default value. @todo: how to cover differnet data types in case of default handling",
"type": "string"
},
"is_null": {
"description": "Can the field have null values",
"type": "boolean"
},
"is_required": {
"description": "Is the field required",
"type": "boolean"
}
},
"type": "object"
},
"choices": {
"description": "Available choices for the field",
"items": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"label": {
"description": "The display label of the choice",
"type": "string"
},
"value": {
"description": "The value of the choice",
"type": "string"
}
},
"required": [
"value",
"label"
],
"type": "object"
}
]
},
"type": "array"
},
"extras": {
"description": "Extra options for the field, for the form engine to use.",
"type": "object"
},
"label": {
"description": "The display label. can contain spaces and special characters",
"type": "string"
},
"meta": {
"$ref": "custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
},
"name": {
"description": "The field name and key, should be machine friendly without spaces or special characters",
"type": "string"
},
"type": {
"default": "string",
"description": "The field type. The implementation of the field can be subjected to the form engine, hence this field should not necessarily define the HTML rendering",
"enum": []
},
"validators": {
"description": "List of validators to apply to this field",
"items": {
"properties": {
"function": {
"description": "The validator function / type to be executed. The implementation of the validator can be subjected to the form engine",
"type": "string"
},
"message": {
"description": "The error message to display if the validation fails. The validator implementation can use this message or ignore it and use its own message",
"type": "string"
},
"options": {
"description": "Validator options required by the validator if any during the initialization",
"type": "object"
}
},
"required": [
"type"
],
"type": "object"
},
"type": "array"
}
},
"title": "mnoforms : Specification for a Form field",
"type": "object"
} | MIT | en |
datacables/specs.json | 7a94b3f588ca4da147db7f42beed6c16fe8b85e1 | 2024-02-03T17:58:27 | specs/v1/layout.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/layout.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "The standard form definition specification for MNO Forms",
"properties": {
"extras": {
"description": "Extra options for the layout, for the form engine to use.",
"type": "object"
},
"meta": {
"$ref": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
}
},
"title": "MNO Form specification",
"type": "object"
} | MIT | en |
datacables/specs.json | ca2ed2b297b804af914e3a965dd135481afd555f | 2024-02-03T16:38:08 | specs/v1/rule.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/master.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "The standard form definition specification for MNO Forms",
"properties": {},
"required": [
"form"
],
"title": "MNO Form specification",
"type": "object"
} | MIT | en |
datacables/specs.json | 6f2bccfd5abd07296a66e3f7f2b839fe1dab70ec | 2024-01-28T18:15:10 | specs/v1/rule.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://mnoforms.com/specs/v1/master.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "The standard form definition specification for MNO Forms",
"properties": {},
"required": [
"form"
],
"title": "MNO Form specification",
"type": "object"
} | MIT | en |
datacables/specs.json | c0af1af52fd2362555cb63d72a6ae266ac5a5f0b | 2024-02-04T15:45:10 | specs/v1/field.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/field.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The standard form field definition specification for MNO Forms",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "The data attributes other than custom validations",
"properties": {
"is_null": {
"description": "Can the field have null values",
"type": "boolean"
},
"is_required": {
"description": "Is the field required",
"type": "boolean"
}
},
"type": "object"
},
"choices": {
"description": "Available choices for the field",
"items": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"label": {
"description": "The display label of the choice",
"type": "string"
},
"value": {
"description": "The value of the choice",
"type": "string"
}
},
"required": [
"value",
"label"
],
"type": "object"
}
]
},
"type": "array"
},
"default": {
"description": "The default value. @todo: how to cover differnet data types in case of default handling",
"type": "string"
},
"extras": {
"additionalProperties": true,
"description": "Extra options for the field, for the form engine to use.",
"properties": {},
"type": "object"
},
"label": {
"description": "The display label. can contain spaces and special characters",
"type": "string"
},
"meta": {
"additionalProperties": true,
"description": "Anything extra should be added here. Let's not compromise the schema",
"properties": {},
"type": "object"
},
"name": {
"description": "The field name and key, should be machine friendly without spaces or special characters",
"type": "string"
},
"render": {
"additionalProperties": false,
"description": "The rendering options for the field",
"properties": {
"input": {
"description": "The input type for the field. This is the HTML input type",
"enum": [
"text",
"number",
"email",
"password",
"textarea",
"select",
"radio",
"checkbox",
"date",
"time",
"datetime",
"file",
"hidden",
"submit",
"reset",
"button",
"range"
],
"type": "string"
},
"placeholder": {
"description": "The placeholder text for the field",
"type": "string"
}
},
"type": "object"
},
"type": {
"default": "string",
"description": "The field type (datatype) and NOT THE HTML input type. The implementation of the field can be subjected to the form engine, hence this field should not necessarily define the HTML rendering",
"enum": [
"text",
"number",
"email",
"date",
"time",
"datetime",
"url",
"color",
"range"
]
},
"validators": {
"description": "List of validators to apply to this field",
"items": {
"properties": {
"function": {
"description": "The validator function / type to be executed. The implementation of the validator can be subjected to the form engine",
"type": "string"
},
"message": {
"description": "The error message to display if the validation fails. The validator implementation can use this message or ignore it and use its own message",
"type": "string"
},
"options": {
"description": "Validator options required by the validator if any during the initialization",
"type": "object"
}
},
"required": [
"type"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"type"
],
"title": "mnoforms : Specification for a Form field",
"type": "object"
} | MIT | en |
datacables/specs.json | 6f2bccfd5abd07296a66e3f7f2b839fe1dab70ec | 2024-01-28T18:15:10 | specs/v1/form.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://mnoforms.com/specs/v1/form.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The standard form definition specification for MNO Forms",
"properties": {
"events": {
"description": "The events that the form should listen to",
"items": {
"$ref": "event.schema.json"
},
"type": "array"
},
"extras": {
"$ref": "custom.schema.json",
"description": "Extra options for the form, for the form engine to use."
},
"fields": {
"description": "The actual form fields definition",
"items": {
"$ref": "field.schema.json"
},
"type": "array"
},
"meta": {
"$ref": "custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
}
},
"title": "mnoforms : Specification for Form",
"type": "object"
} | MIT | en |
datacables/specs.json | 59a0803f3f859019213453dcb3188d8ecf438d3c | 2024-02-04T15:40:43 | specs/v1/custom.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "The custom fields should have following structure",
"properties": {},
"required": [],
"title": "MNO Form Custom Data specification",
"type": "object"
} | MIT | en |
datacables/specs.json | 7a94b3f588ca4da147db7f42beed6c16fe8b85e1 | 2024-02-03T17:58:27 | specs/v1/rule.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/master.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "The standard form definition specification for MNO Forms",
"properties": {},
"required": [
"form"
],
"title": "MNO Form specification",
"type": "object"
} | MIT | en |
datacables/specs.json | 8101fb61f88d6f134e1b013bf3d3027a23e3af4f | 2024-02-03T17:00:01 | specs/v1/form.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/form.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The standard form definition specification for MNO Forms",
"properties": {
"events": {
"description": "The events that the form should listen to",
"items": {
"$ref": "https://standards.mnoforms.com/specs/v1/event.schema.json"
},
"type": "array"
},
"extras": {
"$ref": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"description": "Extra options for the form, for the form engine to use."
},
"fields": {
"description": "The actual form fields definition",
"items": {
"$ref": "https://standards.mnoforms.com/specs/v1/field.schema.json"
},
"type": "array"
},
"meta": {
"$ref": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
}
},
"title": "mnoforms : Specification for Form",
"type": "object"
} | MIT | en |
datacables/specs.json | 02981130283b508fa3698edae20d6c58c8a3cfd0 | 2024-02-03T13:51:54 | specs/v1/field.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://mnoforms.com/specs/field.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The standard form field definition specification for MNO Forms",
"properties": {
"attributes": {
"description": "The data attributes other than custom validations",
"properties": {
"default": {
"description": "The default value. @todo: how to cover differnet data types in case of default handling",
"type": "string"
},
"is_null": {
"description": "Can the field have null values",
"type": "boolean"
},
"is_required": {
"description": "Is the field required",
"type": "boolean"
}
},
"type": "object"
},
"choices": {
"description": "Available choices for the field",
"items": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"label": {
"description": "The display label of the choice",
"type": "string"
},
"value": {
"description": "The value of the choice",
"type": "string"
}
},
"required": [
"value",
"label"
],
"type": "object"
}
]
},
"type": "array"
},
"extras": {
"description": "Extra options for the field, for the form engine to use.",
"type": "object"
},
"label": {
"description": "The display label. can contain spaces and special characters",
"type": "string"
},
"meta": {
"$ref": "custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
},
"name": {
"description": "The field name and key, should be machine friendly without spaces or special characters",
"type": "string"
},
"type": {
"default": "string",
"description": "The field type. The implementation of the field can be subjected to the form engine, hence this field should not necessarily define the HTML rendering",
"enum": []
},
"validators": {
"description": "List of validators to apply to this field",
"items": {
"properties": {
"function": {
"description": "The validator function / type to be executed. The implementation of the validator can be subjected to the form engine",
"type": "string"
},
"message": {
"description": "The error message to display if the validation fails. The validator implementation can use this message or ignore it and use its own message",
"type": "string"
},
"options": {
"description": "Validator options required by the validator if any during the initialization",
"type": "object"
}
},
"required": [
"type"
],
"type": "object"
},
"type": "array"
}
},
"title": "mnoforms : Specification for a Form field",
"type": "object"
} | MIT | en |
datacables/specs.json | 6f2bccfd5abd07296a66e3f7f2b839fe1dab70ec | 2024-01-28T18:15:10 | specs/v1/field.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://mnoforms.com/specs/field.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The standard form field definition specification for MNO Forms",
"properties": {
"choices": {
"description": "Available choices for the field",
"items": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"label": {
"description": "The display label of the choice",
"type": "string"
},
"value": {
"description": "The value of the choice",
"type": "string"
}
},
"required": [
"value",
"label"
],
"type": "object"
}
]
},
"type": "array"
},
"extras": {
"description": "Extra options for the field, for the form engine to use.",
"type": "object"
},
"label": {
"description": "The display label. can contain spaces and special characters",
"type": "string"
},
"meta": {
"$ref": "custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
},
"name": {
"description": "The field name and key, should be machine friendly without spaces or special characters",
"type": "string"
},
"required": {
"description": "Is this field required ?",
"type": "boolean"
},
"type": {
"description": "The field type. The implementation of the field can be subjected to the form engine",
"type": "string"
},
"validators": {
"description": "List of validators to apply to this field",
"items": {
"properties": {
"message": {
"description": "The error message to display if the validation fails. The validator implementation can use this message or ignore it and use its own message",
"type": "string"
},
"options": {
"description": "Validator options required by the validator if any during the initialization",
"type": "object"
},
"type": {
"description": "The validator type. The implementation of the validator can be subjected to the form engine",
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
"type": "array"
}
},
"title": "mnoforms : Specification for a Form field",
"type": "object"
} | MIT | en |
datacables/specs.json | 4f73504e4292bc8672f92ed6f991c24c44e51b5d | 2024-02-03T13:23:25 | specs/v1/field.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://mnoforms.com/specs/field.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The standard form field definition specification for MNO Forms",
"properties": {
"attributes": {
"description": "The data attributes other than custom validations",
"properties": {
"default": {
"description": "The default value. @todo: how to cover differnet data types in case of default handling",
"type": "string"
},
"is_null": {
"description": "Can the field have null values",
"type": "boolean"
},
"is_required": {
"description": "Is the field required",
"type": "boolean"
}
},
"type": "object"
},
"choices": {
"description": "Available choices for the field",
"items": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"label": {
"description": "The display label of the choice",
"type": "string"
},
"value": {
"description": "The value of the choice",
"type": "string"
}
},
"required": [
"value",
"label"
],
"type": "object"
}
]
},
"type": "array"
},
"extras": {
"description": "Extra options for the field, for the form engine to use.",
"type": "object"
},
"label": {
"description": "The display label. can contain spaces and special characters",
"type": "string"
},
"meta": {
"$ref": "custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
},
"name": {
"description": "The field name and key, should be machine friendly without spaces or special characters",
"type": "string"
},
"type": {
"description": "The field type. The implementation of the field can be subjected to the form engine, hence this field should not necessarily define the HTML rendering",
"type": "string"
},
"validators": {
"description": "List of validators to apply to this field",
"items": {
"properties": {
"function": {
"description": "The validator function / type to be executed. The implementation of the validator can be subjected to the form engine",
"type": "string"
},
"message": {
"description": "The error message to display if the validation fails. The validator implementation can use this message or ignore it and use its own message",
"type": "string"
},
"options": {
"description": "Validator options required by the validator if any during the initialization",
"type": "object"
}
},
"required": [
"type"
],
"type": "object"
},
"type": "array"
}
},
"title": "mnoforms : Specification for a Form field",
"type": "object"
} | MIT | en |
datacables/specs.json | a36f64c6bdfff1986541bedecb488e692a8677d3 | 2024-02-04T16:00:10 | specs/v1/field.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/field.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The standard form field definition specification for MNO Forms",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "The data attributes other than custom validations",
"properties": {
"is_null": {
"description": "Can the field have null values",
"type": "boolean"
},
"is_required": {
"description": "Is the field required",
"type": "boolean"
}
},
"type": "object"
},
"choices": {
"description": "Available choices for the field",
"items": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"label": {
"description": "The display label of the choice",
"type": "string"
},
"value": {
"description": "The value of the choice",
"type": "string"
}
},
"required": [
"value",
"label"
],
"type": "object"
}
]
},
"type": "array"
},
"default": {
"description": "The default value. @todo: how to cover differnet data types in case of default handling",
"type": "string"
},
"extras": {
"additionalProperties": true,
"description": "Extra options for the field, for the form engine to use.",
"properties": {},
"type": "object"
},
"label": {
"description": "The display label. can contain spaces and special characters",
"type": "string"
},
"meta": {
"additionalProperties": true,
"description": "Anything extra should be added here. Let's not compromise the schema",
"properties": {},
"type": "object"
},
"name": {
"description": "The field name and key, should be machine friendly without spaces or special characters",
"type": "string"
},
"render": {
"additionalProperties": false,
"description": "The rendering options for the field",
"properties": {
"input": {
"description": "The input type for the field. This is the HTML input type",
"enum": [
"text",
"number",
"email",
"password",
"textarea",
"select",
"radio",
"checkbox",
"date",
"time",
"datetime",
"file",
"hidden",
"submit",
"reset",
"button",
"range"
],
"type": "string"
},
"placeholder": {
"description": "The placeholder text for the field",
"type": "string"
}
},
"type": "object"
},
"type": {
"default": "string",
"description": "The field type (datatype) and NOT THE HTML input type. The implementation of the field can be subjected to the form engine, hence this field should not necessarily define the HTML rendering",
"enum": [
"text",
"number",
"email",
"date",
"time",
"datetime",
"url",
"color",
"range"
]
},
"validators": {
"description": "List of validators to apply to this field",
"items": {
"properties": {
"function": {
"description": "The validator function / type to be executed. The implementation of the validator can be subjected to the form engine",
"type": "string"
},
"message": {
"description": "The error message to display if the validation fails. The validator implementation can use this message or ignore it and use its own message",
"type": "string"
},
"params": {
"description": "Validator parameters required by the validator if any during the initialization",
"type": "object"
}
},
"required": [
"function"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"type"
],
"title": "mnoforms : Specification for a Form field",
"type": "object"
} | MIT | en |
datacables/specs.json | 8101fb61f88d6f134e1b013bf3d3027a23e3af4f | 2024-02-03T17:00:01 | specs/v1/master.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/master.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The master schema for MNO Form specification",
"properties": {
"extras": {
"$ref": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
},
"form": {
"$ref": "https://standards.mnoforms.com/specs/v1/form.schema.json",
"description": "The actual form fields definition"
},
"layout": {
"$ref": "https://standards.mnoforms.com/specs/v1/layout.schema.json",
"description": "The layout specification to render the form"
},
"meta": {
"$ref": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"description": "Anything meta should be added here. Let's not compromise the schema"
},
"rules": {
"$ref": "https://standards.mnoforms.com/specs/v1/rule.schema.json",
"description": "The rule specification while render the form, UI and validation"
}
},
"required": [
"form"
],
"title": "MNO Form specification",
"type": "object"
} | MIT | en |
datacables/specs.json | 6f2bccfd5abd07296a66e3f7f2b839fe1dab70ec | 2024-01-28T18:15:10 | specs/v1/master.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://mnoforms.com/specs/v1/master.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The master schema for MNO Form specification",
"properties": {
"extras": {
"$ref": "custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
},
"form": {
"$ref": "form.schema.json",
"description": "The actual form fields definition"
},
"layout": {
"$ref": "layout.schema.json",
"description": "The layout specification to render the form"
},
"meta": {
"$ref": "custom.schema.json",
"description": "Anything meta should be added here. Let's not compromise the schema"
},
"rules": {
"$ref": "rule.schema.json",
"description": "The rule specification while render the form, UI and validation"
}
},
"required": [
"form"
],
"title": "MNO Form specification",
"type": "object"
} | MIT | en |
datacables/specs.json | 8101fb61f88d6f134e1b013bf3d3027a23e3af4f | 2024-02-03T17:00:01 | specs/v1/field.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/field.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The standard form field definition specification for MNO Forms",
"properties": {
"attributes": {
"description": "The data attributes other than custom validations",
"properties": {
"default": {
"description": "The default value. @todo: how to cover differnet data types in case of default handling",
"type": "string"
},
"is_null": {
"description": "Can the field have null values",
"type": "boolean"
},
"is_required": {
"description": "Is the field required",
"type": "boolean"
}
},
"type": "object"
},
"choices": {
"description": "Available choices for the field",
"items": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"label": {
"description": "The display label of the choice",
"type": "string"
},
"value": {
"description": "The value of the choice",
"type": "string"
}
},
"required": [
"value",
"label"
],
"type": "object"
}
]
},
"type": "array"
},
"extras": {
"description": "Extra options for the field, for the form engine to use.",
"type": "object"
},
"label": {
"description": "The display label. can contain spaces and special characters",
"type": "string"
},
"meta": {
"$ref": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
},
"name": {
"description": "The field name and key, should be machine friendly without spaces or special characters",
"type": "string"
},
"type": {
"default": "string",
"description": "The field type. The implementation of the field can be subjected to the form engine, hence this field should not necessarily define the HTML rendering",
"enum": []
},
"validators": {
"description": "List of validators to apply to this field",
"items": {
"properties": {
"function": {
"description": "The validator function / type to be executed. The implementation of the validator can be subjected to the form engine",
"type": "string"
},
"message": {
"description": "The error message to display if the validation fails. The validator implementation can use this message or ignore it and use its own message",
"type": "string"
},
"options": {
"description": "Validator options required by the validator if any during the initialization",
"type": "object"
}
},
"required": [
"type"
],
"type": "object"
},
"type": "array"
}
},
"title": "mnoforms : Specification for a Form field",
"type": "object"
} | MIT | en |
datacables/specs.json | 59a0803f3f859019213453dcb3188d8ecf438d3c | 2024-02-04T15:40:43 | specs/v1/field.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/field.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The standard form field definition specification for MNO Forms",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "The data attributes other than custom validations",
"properties": {
"default": {
"description": "The default value. @todo: how to cover differnet data types in case of default handling",
"type": "string"
},
"input": {
"description": "The input type for the field. This is the HTML input type",
"enum": [
"text",
"number",
"email",
"password",
"textarea",
"select",
"radio",
"checkbox",
"date",
"time",
"datetime",
"file",
"hidden",
"submit",
"reset",
"button",
"range"
],
"type": "string"
},
"is_null": {
"description": "Can the field have null values",
"type": "boolean"
},
"is_required": {
"description": "Is the field required",
"type": "boolean"
},
"placeholder": {
"description": "The placeholder text for the field",
"type": "string"
}
},
"type": "object"
},
"choices": {
"description": "Available choices for the field",
"items": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"label": {
"description": "The display label of the choice",
"type": "string"
},
"value": {
"description": "The value of the choice",
"type": "string"
}
},
"required": [
"value",
"label"
],
"type": "object"
}
]
},
"type": "array"
},
"extras": {
"additionalProperties": true,
"description": "Extra options for the field, for the form engine to use.",
"properties": {},
"type": "object"
},
"label": {
"description": "The display label. can contain spaces and special characters",
"type": "string"
},
"meta": {
"additionalProperties": true,
"description": "Anything extra should be added here. Let's not compromise the schema",
"properties": {},
"type": "object"
},
"name": {
"description": "The field name and key, should be machine friendly without spaces or special characters",
"type": "string"
},
"type": {
"default": "string",
"description": "The field type (datatype) and NOT THE HTML input type. The implementation of the field can be subjected to the form engine, hence this field should not necessarily define the HTML rendering",
"enum": [
"text",
"number",
"email",
"date",
"time",
"datetime",
"url",
"color",
"range"
]
},
"validators": {
"description": "List of validators to apply to this field",
"items": {
"properties": {
"function": {
"description": "The validator function / type to be executed. The implementation of the validator can be subjected to the form engine",
"type": "string"
},
"message": {
"description": "The error message to display if the validation fails. The validator implementation can use this message or ignore it and use its own message",
"type": "string"
},
"options": {
"description": "Validator options required by the validator if any during the initialization",
"type": "object"
}
},
"required": [
"type"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"name",
"type"
],
"title": "mnoforms : Specification for a Form field",
"type": "object"
} | MIT | en |
datacables/specs.json | 59a0803f3f859019213453dcb3188d8ecf438d3c | 2024-02-04T15:40:43 | specs/v1/form.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/form.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The standard form definition specification for MNO Forms",
"properties": {
"events": {
"description": "The events that the form should listen to",
"items": {
"$ref": "https://standards.mnoforms.com/specs/v1/event.schema.json"
},
"type": "array"
},
"extras": {
"additionalProperties": true,
"description": "Extra options for the form, for the form engine to use.",
"properties": {},
"type": "object"
},
"fields": {
"description": "The actual form fields definition",
"items": {
"$ref": "https://standards.mnoforms.com/specs/v1/field.schema.json"
},
"type": "array"
},
"meta": {
"additionalProperties": true,
"description": "Anything extra should be added here. Let's not compromise the schema",
"properties": {},
"type": "object"
}
},
"title": "mnoforms : Specification for Form",
"type": "object"
} | MIT | en |
datacables/specs.json | 8101fb61f88d6f134e1b013bf3d3027a23e3af4f | 2024-02-03T17:00:01 | specs/v1/layout.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/layout.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "The standard form definition specification for MNO Forms",
"properties": {
"extras": {
"description": "Extra options for the layout, for the form engine to use.",
"type": "object"
},
"meta": {
"$ref": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
}
},
"title": "MNO Form specification",
"type": "object"
} | MIT | en |
datacables/specs.json | ca2ed2b297b804af914e3a965dd135481afd555f | 2024-02-03T16:38:08 | specs/v1/layout.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/layout.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "The standard form definition specification for MNO Forms",
"properties": {
"extras": {
"description": "Extra options for the layout, for the form engine to use.",
"type": "object"
},
"meta": {
"$ref": "custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
}
},
"title": "MNO Form specification",
"type": "object"
} | MIT | en |
datacables/specs.json | 7a94b3f588ca4da147db7f42beed6c16fe8b85e1 | 2024-02-03T17:58:27 | specs/v1/field.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/field.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The standard form field definition specification for MNO Forms",
"properties": {
"attributes": {
"description": "The data attributes other than custom validations",
"properties": {
"default": {
"description": "The default value. @todo: how to cover differnet data types in case of default handling",
"type": "string"
},
"is_null": {
"description": "Can the field have null values",
"type": "boolean"
},
"is_required": {
"description": "Is the field required",
"type": "boolean"
}
},
"type": "object"
},
"choices": {
"description": "Available choices for the field",
"items": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"label": {
"description": "The display label of the choice",
"type": "string"
},
"value": {
"description": "The value of the choice",
"type": "string"
}
},
"required": [
"value",
"label"
],
"type": "object"
}
]
},
"type": "array"
},
"extras": {
"description": "Extra options for the field, for the form engine to use.",
"type": "object"
},
"label": {
"description": "The display label. can contain spaces and special characters",
"type": "string"
},
"meta": {
"$ref": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
},
"name": {
"description": "The field name and key, should be machine friendly without spaces or special characters",
"type": "string"
},
"type": {
"default": "string",
"description": "The field type. The implementation of the field can be subjected to the form engine, hence this field should not necessarily define the HTML rendering",
"enum": []
},
"validators": {
"description": "List of validators to apply to this field",
"items": {
"properties": {
"function": {
"description": "The validator function / type to be executed. The implementation of the validator can be subjected to the form engine",
"type": "string"
},
"message": {
"description": "The error message to display if the validation fails. The validator implementation can use this message or ignore it and use its own message",
"type": "string"
},
"options": {
"description": "Validator options required by the validator if any during the initialization",
"type": "object"
}
},
"required": [
"type"
],
"type": "object"
},
"type": "array"
}
},
"title": "mnoforms : Specification for a Form field",
"type": "object"
} | MIT | en |
datacables/specs.json | 7a94b3f588ca4da147db7f42beed6c16fe8b85e1 | 2024-02-03T17:58:27 | specs/v1/custom.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The custom fields should have following structure",
"properties": {},
"required": [],
"title": "MNO Form Custom Data specification",
"type": "object"
} | MIT | en |
datacables/specs.json | 7a94b3f588ca4da147db7f42beed6c16fe8b85e1 | 2024-02-03T17:58:27 | specs/v1/master.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/master.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The master schema for MNO Form specification",
"properties": {
"extras": {
"$ref": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
},
"form": {
"$ref": "https://standards.mnoforms.com/specs/v1/form.schema.json",
"description": "The actual form fields definition"
},
"layout": {
"$ref": "https://standards.mnoforms.com/specs/v1/layout.schema.json",
"description": "The layout specification to render the form"
},
"meta": {
"$ref": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"description": "Anything meta should be added here. Let's not compromise the schema"
},
"rules": {
"$ref": "https://standards.mnoforms.com/specs/v1/rule.schema.json",
"description": "The rule specification while render the form, UI and validation"
}
},
"required": [
"form"
],
"title": "MNO Form specification",
"type": "object"
} | MIT | en |
datacables/specs.json | ca2ed2b297b804af914e3a965dd135481afd555f | 2024-02-03T16:38:08 | specs/v1/master.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/master.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The master schema for MNO Form specification",
"properties": {
"extras": {
"$ref": "custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
},
"form": {
"$ref": "form.schema.json",
"description": "The actual form fields definition"
},
"layout": {
"$ref": "layout.schema.json",
"description": "The layout specification to render the form"
},
"meta": {
"$ref": "custom.schema.json",
"description": "Anything meta should be added here. Let's not compromise the schema"
},
"rules": {
"$ref": "rule.schema.json",
"description": "The rule specification while render the form, UI and validation"
}
},
"required": [
"form"
],
"title": "MNO Form specification",
"type": "object"
} | MIT | en |
datacables/specs.json | ca2ed2b297b804af914e3a965dd135481afd555f | 2024-02-03T16:38:08 | specs/v1/form.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/form.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The standard form definition specification for MNO Forms",
"properties": {
"events": {
"description": "The events that the form should listen to",
"items": {
"$ref": "event.schema.json"
},
"type": "array"
},
"extras": {
"$ref": "custom.schema.json",
"description": "Extra options for the form, for the form engine to use."
},
"fields": {
"description": "The actual form fields definition",
"items": {
"$ref": "field.schema.json"
},
"type": "array"
},
"meta": {
"$ref": "custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
}
},
"title": "mnoforms : Specification for Form",
"type": "object"
} | MIT | en |
datacables/specs.json | e55a5b410017bd2546494437b3d4bb79cba7db59 | 2024-02-03T18:19:25 | specs/v1/field.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/field.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The standard form field definition specification for MNO Forms",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "The data attributes other than custom validations",
"properties": {
"default": {
"description": "The default value. @todo: how to cover differnet data types in case of default handling",
"type": "string"
},
"input": {
"description": "The input type for the field. This is the HTML input type",
"enum": [
"text",
"number",
"email",
"password",
"textarea",
"select",
"radio",
"checkbox",
"date",
"time",
"datetime",
"file",
"hidden",
"submit",
"reset",
"button",
"range"
],
"type": "string"
},
"is_null": {
"description": "Can the field have null values",
"type": "boolean"
},
"is_required": {
"description": "Is the field required",
"type": "boolean"
},
"placeholder": {
"description": "The placeholder text for the field",
"type": "string"
}
},
"type": "object"
},
"choices": {
"description": "Available choices for the field",
"items": {
"anyOf": [
{
"type": "string"
},
{
"properties": {
"label": {
"description": "The display label of the choice",
"type": "string"
},
"value": {
"description": "The value of the choice",
"type": "string"
}
},
"required": [
"value",
"label"
],
"type": "object"
}
]
},
"type": "array"
},
"extras": {
"description": "Extra options for the field, for the form engine to use.",
"type": "object"
},
"label": {
"description": "The display label. can contain spaces and special characters",
"type": "string"
},
"meta": {
"$ref": "https://standards.mnoforms.com/specs/v1/custom.schema.json",
"description": "Anything extra should be added here. Let's not compromise the schema"
},
"name": {
"description": "The field name and key, should be machine friendly without spaces or special characters",
"type": "string"
},
"type": {
"default": "string",
"description": "The field type (datatype) and NOT THE HTML input type. The implementation of the field can be subjected to the form engine, hence this field should not necessarily define the HTML rendering",
"enum": [
"text",
"number",
"email",
"date",
"time",
"datetime",
"url",
"color",
"range"
]
},
"validators": {
"description": "List of validators to apply to this field",
"items": {
"properties": {
"function": {
"description": "The validator function / type to be executed. The implementation of the validator can be subjected to the form engine",
"type": "string"
},
"message": {
"description": "The error message to display if the validation fails. The validator implementation can use this message or ignore it and use its own message",
"type": "string"
},
"options": {
"description": "Validator options required by the validator if any during the initialization",
"type": "object"
}
},
"required": [
"type"
],
"type": "object"
},
"type": "array"
}
},
"title": "mnoforms : Specification for a Form field",
"type": "object"
} | MIT | en |
datacables/specs.json | 59a0803f3f859019213453dcb3188d8ecf438d3c | 2024-02-04T15:40:43 | specs/v1/master.schema.json | 10 | 2024-05-27T07:00:48.801994Z | {
"$id": "https://standards.mnoforms.com/specs/v1/master.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "The master schema for MNO Form specification",
"properties": {
"extras": {
"additionalProperties": true,
"description": "Anything extra should be added here. Let's not compromise the schema",
"properties": {},
"type": "object"
},
"form": {
"$ref": "https://standards.mnoforms.com/specs/v1/form.schema.json",
"description": "The actual form fields definition"
},
"layout": {
"$ref": "https://standards.mnoforms.com/specs/v1/layout.schema.json",
"description": "The layout specification to render the form"
},
"meta": {
"additionalProperties": true,
"description": "Anything meta should be added here. Let's not compromise the schema",
"properties": {},
"type": "object"
},
"rules": {
"$ref": "https://standards.mnoforms.com/specs/v1/rule.schema.json",
"description": "The rule specification while render the form, UI and validation"
}
},
"required": [
"form"
],
"title": "MNO Form specification",
"type": "object"
} | MIT | en |
ScottyThePilot/pz-buildplanner | d28e85c9beb75e77adabb9656012a1fc405097ae | 2023-11-23T04:53:40 | schema/trait.json | 5 | 2024-05-27T06:30:40.564594Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Project Zomboid Trait",
"properties": {
"condition": {
"$ref": "../schema/condition.json"
},
"cost": {
"description": "The point cost of this trait",
"type": "integer"
},
"description_key": {
"description": "The lang key for this trait's description",
"type": "string"
},
"free_recipes": {
"description": "A list of recipe names",
"items": {
"type": "string"
},
"type": "array"
},
"icon_path": {
"description": "The path to the icon for this trait",
"type": [
"null",
"string"
]
},
"is_disabled_in_mp": {
"description": "Whether this trait should be disabled in multiplayer",
"type": "boolean"
},
"is_profession_trait": {
"description": "Whether this trait is locked to a profession and hidden from the list",
"type": "boolean"
},
"is_sleep_trait": {
"description": "Whether this trait should be disabled when sleep is disabled",
"type": "boolean"
},
"name_key": {
"description": "The lang key for this trait's name",
"type": "string"
},
"shortcut": {
"description": "A unique integer identifying this trait, used for preset urls",
"type": "integer"
},
"xp_boosts": {
"additionalProperties": {
"type": "integer"
},
"description": "A table of skills and the XP boosts associated with them",
"type": "object"
}
},
"required": [
"name_key",
"description_key",
"shortcut",
"icon_path",
"cost"
],
"title": "Trait",
"type": "object"
} | MIT | en |
ScottyThePilot/pz-buildplanner | d28e85c9beb75e77adabb9656012a1fc405097ae | 2023-11-23T04:53:40 | schema/condition.json | 5 | 2024-05-27T06:30:40.564594Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A condition determining whether or not a profession or trait should be enabled",
"oneOf": [
{
"description": "A boolean, for always true or always false",
"type": [
"null",
"boolean"
]
},
{
"additionalProperties": false,
"description": "A list of conditions, at least one of which must pass",
"properties": {
"any": {
"description": "A list of conditions",
"minItems": 1,
"type": "array",
"uniqueItems": true,
"values": {
"$ref": "../schema/condition.json"
}
}
},
"required": [
"any"
],
"type": "object"
},
{
"additionalProperties": false,
"description": "A list of conditions, all of which must pass",
"properties": {
"all": {
"description": "A list of conditions",
"minItems": 1,
"type": "array",
"uniqueItems": true,
"values": {
"$ref": "../schema/condition.json"
}
}
},
"required": [
"all"
],
"type": "object"
},
{
"additionalProperties": false,
"description": "A mod which must be present for the condition to pass",
"properties": {
"mod_is_present": {
"type": "string"
}
},
"required": [
"mod_is_present"
],
"type": "object"
},
{
"additionalProperties": false,
"description": "A mod which must be absent for the condition to pass",
"properties": {
"mod_is_absent": {
"type": "string"
}
},
"required": [
"mod_is_absent"
],
"type": "object"
}
],
"title": "Condition"
} | MIT | en |
ScottyThePilot/pz-buildplanner | d28e85c9beb75e77adabb9656012a1fc405097ae | 2023-11-23T04:53:40 | schema/profession.json | 5 | 2024-05-27T06:30:40.564594Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Project Zomboid Occupation",
"properties": {
"condition": {
"$ref": "../schema/condition.json"
},
"description_key": {
"description": "The lang key for this occupation's description",
"type": "string"
},
"free_recipes": {
"description": "A list of recipe names",
"items": {
"type": "string"
},
"type": "array"
},
"free_traits": {
"description": "A list of trait IDs",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
},
"icon_path": {
"description": "The path to the icon for this occupation",
"type": [
"null",
"string"
]
},
"name_key": {
"description": "The lang key for this occupation's name",
"type": "string"
},
"points": {
"description": "The base points given when picking this occupation",
"type": "integer"
},
"shortcut": {
"description": "A unique integer identifying this occupation, used for preset urls",
"type": "integer"
},
"xp_boosts": {
"additionalProperties": {
"type": "integer"
},
"description": "A table of skills and the XP boosts associated with them",
"type": "object"
}
},
"required": [
"name_key",
"shortcut",
"icon_path",
"points"
],
"title": "Profession",
"type": "object"
} | MIT | en |
ScottyThePilot/pz-buildplanner | d28e85c9beb75e77adabb9656012a1fc405097ae | 2023-11-23T04:53:40 | schema/mod.json | 5 | 2024-05-27T06:30:40.564594Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "A Project Zomboid Mod",
"properties": {
"author": {
"description": "The author/authors of the mod",
"type": "string"
},
"id": {
"description": "The ID of the mod",
"type": "string"
},
"incompatible": {
"description": "A list of mod IDs who cannot be loaded alongside this one",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
},
"lang": {
"additionalProperties": {
"type": "string"
},
"description": "A table of language keys and their associated text",
"type": "object"
},
"mutual_exclusives": {
"description": "A list of trait ID pairs indicating those which are mutually exclusive",
"items": {
"description": "A pair of trait IDs that will be mutually exclusive",
"items": {
"type": "string"
},
"maxItems": 2,
"minItems": 2,
"type": "array",
"uniqueItems": true
},
"type": "array",
"uniqueItems": true
},
"name": {
"description": "The name of the mod",
"type": "string"
},
"professions": {
"additionalProperties": {
"$ref": "../schema/profession.json"
},
"description": "A table of professions included in this mod",
"type": "object"
},
"requires": {
"description": "A list of mod IDs who must be loaded alongside this one",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
},
"shortcut": {
"description": "A unique integer identifying this mod, used for preset urls",
"type": "integer"
},
"traits": {
"additionalProperties": {
"$ref": "../schema/trait.json"
},
"description": "A table of traits included in this mod",
"type": "object"
},
"workshop_id": {
"type": "integer"
}
},
"required": [
"id",
"name",
"author",
"shortcut",
"traits",
"professions",
"mutual_exclusives",
"lang"
],
"title": "Mod",
"type": "object"
} | MIT | en |
jupyterhub/pebble-helm-chart | 6a6cfa6d53ab5e98ddb6971eaba462e6240fc442 | 2022-03-24T14:31:55 | pebble/values.schema.json | 27 | 2024-05-28T05:26:55.201501Z | {
"$id": "https://github.com/jupyterhub/pebble-helm-chart/blob/HEAD/pebble/values.schema.json",
"$schema": "https://json-schema.org/draft-07/schema#",
"definitions": {
"env": {
"items": {
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
],
"type": "object"
},
"type": "array"
},
"image": {
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"required": [
"repository",
"tag"
],
"type": "object"
}
},
"properties": {
"coredns": {
"properties": {
"env": {
"$ref": "#/definitions/env"
},
"image": {
"$ref": "#/definitions/image"
}
},
"required": [
"image"
],
"type": "object"
},
"pebble": {
"properties": {
"config": {
"properties": {
"pebble": {}
},
"required": [
"pebble"
]
},
"env": {
"$ref": "#/definitions/env"
},
"image": {
"$ref": "#/definitions/image"
}
},
"required": [
"config",
"image"
],
"type": "object"
}
},
"required": [
"pebble"
],
"type": "object"
} | BSD-3-Clause | en |
jupyterhub/pebble-helm-chart | 4953cc74963ff34968f70cdd5730daaa8f5622be | 2022-03-24T14:31:55 | pebble/values.schema.json | 27 | 2024-05-28T05:26:55.201501Z | {
"$id": "https://github.com/jupyterhub/pebble-helm-chart/blob/HEAD/pebble/values.schema.json",
"$schema": "https://json-schema.org/draft-07/schema#",
"definitions": {
"env": {
"items": {
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
],
"type": "object"
},
"type": "array"
},
"image": {
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"required": [
"repository",
"tag"
],
"type": "object"
}
},
"properties": {
"coredns": {
"properties": {
"env": {
"$ref": "#/definitions/env"
},
"image": {
"$ref": "#/definitions/image"
}
},
"required": [
"image"
],
"type": "object"
},
"pebble": {
"properties": {
"config": {
"properties": {
"pebble": {}
},
"required": [
"pebble"
]
},
"env": {
"$ref": "#/definitions/env"
},
"image": {
"$ref": "#/definitions/image"
}
},
"required": [
"config",
"image"
],
"type": "object"
}
},
"required": [
"pebble"
],
"type": "object"
} | BSD-3-Clause | en |
jupyterhub/pebble-helm-chart | 5165e946f1405971267f32a8b4a5b5349f21fc47 | 2020-05-25T15:59:48 | pebble/values.schema.json | 27 | 2024-05-28T05:26:55.201501Z | {
"$id": "https://github.com/jupyterhub/pebble-helm-chart/blob/master/pebble/values.schema.json",
"$schema": "https://json-schema.org/draft-07/schema#",
"definitions": {
"env": {
"items": {
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"name",
"value"
],
"type": "object"
},
"type": "array"
},
"image": {
"properties": {
"pullPolicy": {
"type": "string"
},
"repository": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"required": [
"repository",
"tag"
],
"type": "object"
}
},
"properties": {
"coredns": {
"properties": {
"env": {
"$ref": "#/definitions/env"
},
"image": {
"$ref": "#/definitions/image"
}
},
"required": [
"image"
],
"type": "object"
},
"pebble": {
"properties": {
"config": {
"properties": {
"pebble": {}
},
"required": [
"pebble"
]
},
"env": {
"$ref": "#/definitions/env"
},
"image": {
"$ref": "#/definitions/image"
}
},
"required": [
"config",
"image"
],
"type": "object"
}
},
"required": [
"pebble"
],
"type": "object"
} | BSD-3-Clause | en |
angular/angular | ec0a0e0669ef5d2f524fbf9a540eb2b306b2e24a | 2022-01-24T22:51:59 | packages/service-worker/config/schema.json | 94,864 | 2024-05-29T15:56:39.631284Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"$schema": {
"type": "string"
},
"appData": {
"description": "This section enables you to pass any data you want that describes this particular version of the app. The SwUpdate service includes that data in the update notifications. Many apps use this section to provide additional information for the display of UI popups, notifying users of the available update.",
"type": "object"
},
"assetGroups": {
"description": "Assets are resources that are part of the app version that update along with the app. They can include resources loaded from the page's origin as well as third-party resources loaded from CDNs and other external URLs. As not all such external URLs may be known at build time, URL patterns can be matched.",
"items": {
"additionalProperties": false,
"properties": {
"cacheQueryOptions": {
"additionalProperties": false,
"description": "Provide options that are passed to Cache#match.",
"properties": {
"ignoreSearch": {
"description": "Whether to ignore the query string in the URL.",
"type": "boolean"
}
},
"type": "object"
},
"installMode": {
"default": "prefetch",
"description": "Determines how the resources are initially cached. 'prefetch' tells the Angular service worker to fetch every single listed resource while it's caching the current version of the app. This is bandwidth-intensive but ensures resources are available whenever they're requested, even if the browser is currently offline. 'lazy' does not cache any of the resources up front. Instead, the Angular service worker only caches resources for which it receives requests. This is an on-demand caching mode. Resources that are never requested will not be cached. This is useful for things like images at different resolutions, so the service worker only caches the correct assets for the particular screen and orientation.",
"enum": [
"prefetch",
"lazy"
]
},
"name": {
"description": "It identifies this particular group of assets between versions of the configuration.",
"type": "string"
},
"resources": {
"additionalProperties": false,
"description": "This section describes the resources to cache.",
"properties": {
"files": {
"description": "Lists patterns that match files in the distribution directory. These can be single files or glob-like patterns that match a number of files.",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
},
"urls": {
"description": "Includes both URLs and URL patterns that will be matched at runtime. These resources are not fetched directly and do not have content hashes, but they will be cached according to their HTTP headers. This is most useful for CDNs such as the Google Fonts service. (Negative glob patterns are not supported and '?' will be matched literally; i.e. it will not match any character other than '?'.)",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
}
},
"type": "object"
},
"updateMode": {
"description": "For resources already in the cache, determines the caching behavior when a new version of the app is discovered. Any resources in the group that have changed since the previous version are updated in accordance with 'updateMode'. 'prefetch' tells the service worker to download and cache the changed resources immediately. 'lazy' tells the service worker to not cache those resources. Instead, it treats them as unrequested and waits until they're requested again before updating them. An 'updateMode' of lazy is only valid if the 'installMode' is also lazy. Defaults to the value `installMode` is set to.",
"enum": [
"prefetch",
"lazy"
]
}
},
"required": [
"name",
"resources"
],
"type": "object"
},
"type": "array"
},
"dataGroups": {
"description": "Policies for caching data requests, such as API requests and other data dependencies. Unlike asset resources, data requests are not versioned along with the app.",
"items": {
"additionalProperties": false,
"properties": {
"cacheConfig": {
"additionalProperties": false,
"description": "This section defines the policy by which matching requests will be cached.",
"properties": {
"cacheOpaqueResponses": {
"description": "Whether to cache opaque responses or not. The default value is 'false' for groups with the 'performance' strategy and 'true' for groups with the 'freshness' strategy. Opaque responses are special in that it is not possible for the service worker to distinguish successful responses from errors. Therefore, be careful with caching opaque responses, especially when combined with a strategy/configuration that could result in a response being retained in the cache for a long time.",
"type": "boolean"
},
"maxAge": {
"description": "Indicates how long responses are allowed to remain in the cache before being considered invalid and evicted. 'maxAge' is a duration string, using the following unit suffixes: d= days, h= hours, m= minutes, s= seconds, u= milliseconds. For example, the string '3d12h' will cache content for up to three and a half days.",
"type": "string"
},
"maxSize": {
"description": "The maximum number of entries, or responses, in the cache. Open-ended caches can grow in unbounded ways and eventually exceed storage quotas, calling for eviction.",
"type": "integer"
},
"strategy": {
"default": "performance",
"description": "The Angular service worker can use either of two caching strategies for data resources. 'performance', the default, optimizes for responses that are as fast as possible. If a resource exists in the cache, the cached version is used. This allows for some staleness, depending on the 'maxAge', in exchange for better performance. This is suitable for resources that don't change often; for example, user avatar images. 'freshness' optimizes for currency of data, preferentially fetching requested data from the network. Only if the network times out, according to 'timeout', does the request fall back to the cache. This is useful for resources that change frequently; for example, account balances.",
"enum": [
"freshness",
"performance"
]
},
"timeout": {
"description": "This duration string specifies the network timeout. The network timeout is how long the Angular service worker will wait for the network to respond before using a cached response, if configured to do so. 'timeout' is a duration string, using the following unit suffixes: d= days, h= hours, m= minutes, s= seconds, u= milliseconds. For example, the string '5s30u' will translate to five seconds and 30 milliseconds of network timeout.",
"type": "string"
}
},
"required": [
"maxSize",
"maxAge"
],
"type": "object"
},
"cacheQueryOptions": {
"additionalProperties": false,
"description": "Provide options that are passed to Cache#match.",
"properties": {
"ignoreSearch": {
"description": "Whether to ignore the query string in the URL.",
"type": "boolean"
}
},
"type": "object"
},
"name": {
"description": "It identifies this particular group of data between versions of the configuration.",
"type": "string"
},
"urls": {
"description": "A list of URL patterns. URLs that match these patterns will be cached according to this data group's policy. (Negative glob patterns are not supported and '?' will be matched literally; i.e. it will not match any character other than '?'.)",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
},
"version": {
"default": 1,
"description": "Occasionally APIs change formats in a way that is not backward-compatible. A new version of the app may not be compatible with the old API format and thus may not be compatible with existing cached resources from that API. 'version' provides a mechanism to indicate that the resources being cached have been updated in a backwards-incompatible way, and that the old cache entries\u2014those from previous versions\u2014should be discarded.",
"type": "integer"
}
},
"required": [
"name",
"urls",
"cacheConfig"
],
"type": "object"
},
"type": "array"
},
"index": {
"description": "Specifies the file that serves as the index page to satisfy navigation requests. Usually this is '/index.html'.",
"type": "string"
},
"navigationRequestStrategy": {
"default": "performance",
"description": "The Angular service worker can use two request strategies for navigation requests. 'performance', the default, skips navigation requests. The other strategy, 'freshness', forces all navigation requests through the network.",
"enum": [
"freshness",
"performance"
]
},
"navigationUrls": {
"description": "This optional section enables you to specify a custom list of URLs or URL patterns that will be redirected to the 'index' file.",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
}
},
"required": [
"index"
],
"type": "object"
} | MIT | en |
angular/angular | dc9f4b994ed2c9cc95de54935f02618af8a32a22 | 2020-05-01T16:44:07 | packages/service-worker/config/schema.json | 94,864 | 2024-05-29T15:56:39.631284Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"$schema": {
"type": "string"
},
"appData": {
"description": "This section enables you to pass any data you want that describes this particular version of the app. The SwUpdate service includes that data in the update notifications. Many apps use this section to provide additional information for the display of UI popups, notifying users of the available update.",
"type": "object"
},
"assetGroups": {
"description": "Assets are resources that are part of the app version that update along with the app. They can include resources loaded from the page's origin as well as third-party resources loaded from CDNs and other external URLs. As not all such external URLs may be known at build time, URL patterns can be matched.",
"items": {
"additionalProperties": false,
"properties": {
"cacheQueryOptions": {
"additionalProperties": false,
"description": "Provide options that are passed to Cache#match.",
"properties": {
"ignoreSearch": {
"description": "Whether to ignore the query string in the URL.",
"type": "boolean"
}
},
"type": "object"
},
"installMode": {
"default": "prefetch",
"description": "Determines how the resources are initially cached. 'prefetch' tells the Angular service worker to fetch every single listed resource while it's caching the current version of the app. This is bandwidth-intensive but ensures resources are available whenever they're requested, even if the browser is currently offline. 'lazy' does not cache any of the resources up front. Instead, the Angular service worker only caches resources for which it receives requests. This is an on-demand caching mode. Resources that are never requested will not be cached. This is useful for things like images at different resolutions, so the service worker only caches the correct assets for the particular screen and orientation.",
"enum": [
"prefetch",
"lazy"
]
},
"name": {
"description": "It identifies this particular group of assets between versions of the configuration.",
"type": "string"
},
"resources": {
"additionalProperties": false,
"description": "This section describes the resources to cache.",
"properties": {
"files": {
"description": "Lists patterns that match files in the distribution directory. These can be single files or glob-like patterns that match a number of files.",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
},
"urls": {
"description": "Includes both URLs and URL patterns that will be matched at runtime. These resources are not fetched directly and do not have content hashes, but they will be cached according to their HTTP headers. This is most useful for CDNs such as the Google Fonts service. (Negative glob patterns are not supported and '?' will be matched literally; i.e. it will not match any character other than '?'.)",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
}
},
"type": "object"
},
"updateMode": {
"description": "For resources already in the cache, determines the caching behavior when a new version of the app is discovered. Any resources in the group that have changed since the previous version are updated in accordance with 'updateMode'. 'prefetch' tells the service worker to download and cache the changed resources immediately. 'lazy' tells the service worker to not cache those resources. Instead, it treats them as unrequested and waits until they're requested again before updating them. An 'updateMode' of lazy is only valid if the 'installMode' is also lazy. Defaults to the value `installMode` is set to.",
"enum": [
"prefetch",
"lazy"
]
}
},
"required": [
"name",
"resources"
],
"type": "object"
},
"type": "array"
},
"dataGroups": {
"description": "Policies for caching data requests, such as API requests and other data dependencies. Unlike asset resources, data requests are not versioned along with the app.",
"items": {
"additionalProperties": false,
"properties": {
"cacheConfig": {
"additionalProperties": false,
"description": "This section defines the policy by which matching requests will be cached.",
"properties": {
"maxAge": {
"description": "Indicates how long responses are allowed to remain in the cache before being considered invalid and evicted. 'maxAge' is a duration string, using the following unit suffixes: d= days, h= hours, m= minutes, s= seconds, u= milliseconds. For example, the string '3d12h' will cache content for up to three and a half days.",
"type": "string"
},
"maxSize": {
"description": "The maximum number of entries, or responses, in the cache. Open-ended caches can grow in unbounded ways and eventually exceed storage quotas, calling for eviction.",
"type": "integer"
},
"strategy": {
"default": "performance",
"description": "The Angular service worker can use either of two caching strategies for data resources. 'performance', the default, optimizes for responses that are as fast as possible. If a resource exists in the cache, the cached version is used. This allows for some staleness, depending on the 'maxAge', in exchange for better performance. This is suitable for resources that don't change often; for example, user avatar images. 'freshness' optimizes for currency of data, preferentially fetching requested data from the network. Only if the network times out, according to 'timeout', does the request fall back to the cache. This is useful for resources that change frequently; for example, account balances.",
"enum": [
"freshness",
"performance"
]
},
"timeout": {
"description": "This duration string specifies the network timeout. The network timeout is how long the Angular service worker will wait for the network to respond before using a cached response, if configured to do so. 'timeout' is a duration string, using the following unit suffixes: d= days, h= hours, m= minutes, s= seconds, u= milliseconds. For example, the string '5s30u' will translate to five seconds and 30 milliseconds of network timeout.",
"type": "string"
}
},
"required": [
"maxSize",
"maxAge"
],
"type": "object"
},
"cacheQueryOptions": {
"additionalProperties": false,
"description": "Provide options that are passed to Cache#match.",
"properties": {
"ignoreSearch": {
"description": "Whether to ignore the query string in the URL.",
"type": "boolean"
}
},
"type": "object"
},
"name": {
"description": "It identifies this particular group of data between versions of the configuration.",
"type": "string"
},
"urls": {
"description": "A list of URL patterns. URLs that match these patterns will be cached according to this data group's policy. (Negative glob patterns are not supported and '?' will be matched literally; i.e. it will not match any character other than '?'.)",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
},
"version": {
"default": 1,
"description": "Occasionally APIs change formats in a way that is not backward-compatible. A new version of the app may not be compatible with the old API format and thus may not be compatible with existing cached resources from that API. 'version' provides a mechanism to indicate that the resources being cached have been updated in a backwards-incompatible way, and that the old cache entries\u2014those from previous versions\u2014should be discarded.",
"type": "integer"
}
},
"required": [
"name",
"urls",
"cacheConfig"
],
"type": "object"
},
"type": "array"
},
"index": {
"description": "Specifies the file that serves as the index page to satisfy navigation requests. Usually this is '/index.html'.",
"type": "string"
},
"navigationUrls": {
"description": "This optional section enables you to specify a custom list of URLs or URL patterns that will be redirected to the 'index' file.",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
}
},
"required": [
"index"
],
"type": "object"
} | MIT | en |
angular/angular | a2068523fd284f5160fe7f4ce696fd3cd01f40f5 | 2020-09-22T16:29:20 | packages/service-worker/config/schema.json | 94,864 | 2024-05-29T15:56:39.631284Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"$schema": {
"type": "string"
},
"appData": {
"description": "This section enables you to pass any data you want that describes this particular version of the app. The SwUpdate service includes that data in the update notifications. Many apps use this section to provide additional information for the display of UI popups, notifying users of the available update.",
"type": "object"
},
"assetGroups": {
"description": "Assets are resources that are part of the app version that update along with the app. They can include resources loaded from the page's origin as well as third-party resources loaded from CDNs and other external URLs. As not all such external URLs may be known at build time, URL patterns can be matched.",
"items": {
"additionalProperties": false,
"properties": {
"cacheQueryOptions": {
"additionalProperties": false,
"description": "Provide options that are passed to Cache#match.",
"properties": {
"ignoreSearch": {
"description": "Whether to ignore the query string in the URL.",
"type": "boolean"
}
},
"type": "object"
},
"installMode": {
"default": "prefetch",
"description": "Determines how the resources are initially cached. 'prefetch' tells the Angular service worker to fetch every single listed resource while it's caching the current version of the app. This is bandwidth-intensive but ensures resources are available whenever they're requested, even if the browser is currently offline. 'lazy' does not cache any of the resources up front. Instead, the Angular service worker only caches resources for which it receives requests. This is an on-demand caching mode. Resources that are never requested will not be cached. This is useful for things like images at different resolutions, so the service worker only caches the correct assets for the particular screen and orientation.",
"enum": [
"prefetch",
"lazy"
]
},
"name": {
"description": "It identifies this particular group of assets between versions of the configuration.",
"type": "string"
},
"resources": {
"additionalProperties": false,
"description": "This section describes the resources to cache.",
"properties": {
"files": {
"description": "Lists patterns that match files in the distribution directory. These can be single files or glob-like patterns that match a number of files.",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
},
"urls": {
"description": "Includes both URLs and URL patterns that will be matched at runtime. These resources are not fetched directly and do not have content hashes, but they will be cached according to their HTTP headers. This is most useful for CDNs such as the Google Fonts service. (Negative glob patterns are not supported and '?' will be matched literally; i.e. it will not match any character other than '?'.)",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
}
},
"type": "object"
},
"updateMode": {
"description": "For resources already in the cache, determines the caching behavior when a new version of the app is discovered. Any resources in the group that have changed since the previous version are updated in accordance with 'updateMode'. 'prefetch' tells the service worker to download and cache the changed resources immediately. 'lazy' tells the service worker to not cache those resources. Instead, it treats them as unrequested and waits until they're requested again before updating them. An 'updateMode' of lazy is only valid if the 'installMode' is also lazy. Defaults to the value `installMode` is set to.",
"enum": [
"prefetch",
"lazy"
]
}
},
"required": [
"name",
"resources"
],
"type": "object"
},
"type": "array"
},
"dataGroups": {
"description": "Policies for caching data requests, such as API requests and other data dependencies. Unlike asset resources, data requests are not versioned along with the app.",
"items": {
"additionalProperties": false,
"properties": {
"cacheConfig": {
"additionalProperties": false,
"description": "This section defines the policy by which matching requests will be cached.",
"properties": {
"maxAge": {
"description": "Indicates how long responses are allowed to remain in the cache before being considered invalid and evicted. 'maxAge' is a duration string, using the following unit suffixes: d= days, h= hours, m= minutes, s= seconds, u= milliseconds. For example, the string '3d12h' will cache content for up to three and a half days.",
"type": "string"
},
"maxSize": {
"description": "The maximum number of entries, or responses, in the cache. Open-ended caches can grow in unbounded ways and eventually exceed storage quotas, calling for eviction.",
"type": "integer"
},
"strategy": {
"default": "performance",
"description": "The Angular service worker can use either of two caching strategies for data resources. 'performance', the default, optimizes for responses that are as fast as possible. If a resource exists in the cache, the cached version is used. This allows for some staleness, depending on the 'maxAge', in exchange for better performance. This is suitable for resources that don't change often; for example, user avatar images. 'freshness' optimizes for currency of data, preferentially fetching requested data from the network. Only if the network times out, according to 'timeout', does the request fall back to the cache. This is useful for resources that change frequently; for example, account balances.",
"enum": [
"freshness",
"performance"
]
},
"timeout": {
"description": "This duration string specifies the network timeout. The network timeout is how long the Angular service worker will wait for the network to respond before using a cached response, if configured to do so. 'timeout' is a duration string, using the following unit suffixes: d= days, h= hours, m= minutes, s= seconds, u= milliseconds. For example, the string '5s30u' will translate to five seconds and 30 milliseconds of network timeout.",
"type": "string"
}
},
"required": [
"maxSize",
"maxAge"
],
"type": "object"
},
"cacheQueryOptions": {
"additionalProperties": false,
"description": "Provide options that are passed to Cache#match.",
"properties": {
"ignoreSearch": {
"description": "Whether to ignore the query string in the URL.",
"type": "boolean"
}
},
"type": "object"
},
"name": {
"description": "It identifies this particular group of data between versions of the configuration.",
"type": "string"
},
"urls": {
"description": "A list of URL patterns. URLs that match these patterns will be cached according to this data group's policy. (Negative glob patterns are not supported and '?' will be matched literally; i.e. it will not match any character other than '?'.)",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
},
"version": {
"default": 1,
"description": "Occasionally APIs change formats in a way that is not backward-compatible. A new version of the app may not be compatible with the old API format and thus may not be compatible with existing cached resources from that API. 'version' provides a mechanism to indicate that the resources being cached have been updated in a backwards-incompatible way, and that the old cache entries\u2014those from previous versions\u2014should be discarded.",
"type": "integer"
}
},
"required": [
"name",
"urls",
"cacheConfig"
],
"type": "object"
},
"type": "array"
},
"index": {
"description": "Specifies the file that serves as the index page to satisfy navigation requests. Usually this is '/index.html'.",
"type": "string"
},
"navigationRequestStrategy": {
"default": "performance",
"description": "The Angular service worker can use two request strategies for navigation requests. 'performance', the default, skips navigation requests. The other strategy, 'freshness', forces all navigation requests through the network.",
"enum": [
"freshness",
"performance"
]
},
"navigationUrls": {
"description": "This optional section enables you to specify a custom list of URLs or URL patterns that will be redirected to the 'index' file.",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
}
},
"required": [
"index"
],
"type": "object"
} | MIT | en |
angular/angular | 3bee0f684d8ef659a83e98a2a69862185bd5d3c2 | 2019-03-06T00:48:26 | packages/service-worker/config/schema.json | 94,864 | 2024-05-29T15:56:39.631284Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"$schema": {
"type": "string"
},
"appData": {
"description": "This section enables you to pass any data you want that describes this particular version of the app. The SwUpdate service includes that data in the update notifications. Many apps use this section to provide additional information for the display of UI popups, notifying users of the available update.",
"type": "object"
},
"assetGroups": {
"description": "Assets are resources that are part of the app version that update along with the app. They can include resources loaded from the page's origin as well as third-party resources loaded from CDNs and other external URLs. As not all such external URLs may be known at build time, URL patterns can be matched.",
"items": {
"additionalProperties": false,
"properties": {
"installMode": {
"default": "prefetch",
"description": "Determines how the resources are initially cached. 'prefetch' tells the Angular service worker to fetch every single listed resource while it's caching the current version of the app. This is bandwidth-intensive but ensures resources are available whenever they're requested, even if the browser is currently offline. 'lazy' does not cache any of the resources up front. Instead, the Angular service worker only caches resources for which it receives requests. This is an on-demand caching mode. Resources that are never requested will not be cached. This is useful for things like images at different resolutions, so the service worker only caches the correct assets for the particular screen and orientation.",
"enum": [
"prefetch",
"lazy"
]
},
"name": {
"description": "It identifies this particular group of assets between versions of the configuration.",
"type": "string"
},
"resources": {
"additionalProperties": false,
"description": "This section describes the resources to cache.",
"properties": {
"files": {
"description": "Lists patterns that match files in the distribution directory. These can be single files or glob-like patterns that match a number of files.",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
},
"urls": {
"description": "Includes both URLs and URL patterns that will be matched at runtime. These resources are not fetched directly and do not have content hashes, but they will be cached according to their HTTP headers. This is most useful for CDNs such as the Google Fonts service. (Negative glob patterns are not supported and '?' will be matched literally; i.e. it will not match any character other than '?'.)",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
}
},
"type": "object"
},
"updateMode": {
"description": "For resources already in the cache, determines the caching behavior when a new version of the app is discovered. Any resources in the group that have changed since the previous version are updated in accordance with 'updateMode'. 'prefetch' tells the service worker to download and cache the changed resources immediately. 'lazy' tells the service worker to not cache those resources. Instead, it treats them as unrequested and waits until they're requested again before updating them. An 'updateMode' of lazy is only valid if the 'installMode' is also lazy. Defaults to the value `installMode` is set to.",
"enum": [
"prefetch",
"lazy"
]
}
},
"required": [
"name",
"resources"
],
"type": "object"
},
"type": "array"
},
"dataGroups": {
"description": "Policies for caching data requests, such as API requests and other data dependencies. Unlike asset resources, data requests are not versioned along with the app.",
"items": {
"additionalProperties": false,
"properties": {
"cacheConfig": {
"additionalProperties": false,
"description": "This section defines the policy by which matching requests will be cached.",
"properties": {
"maxAge": {
"description": "Indicates how long responses are allowed to remain in the cache before being considered invalid and evicted. 'maxAge' is a duration string, using the following unit suffixes: d= days, h= hours, m= minutes, s= seconds, u= milliseconds. For example, the string '3d12h' will cache content for up to three and a half days.",
"type": "string"
},
"maxSize": {
"description": "The maximum number of entries, or responses, in the cache. Open-ended caches can grow in unbounded ways and eventually exceed storage quotas, calling for eviction.",
"type": "integer"
},
"strategy": {
"default": "performance",
"description": "The Angular service worker can use either of two caching strategies for data resources. 'performance', the default, optimizes for responses that are as fast as possible. If a resource exists in the cache, the cached version is used. This allows for some staleness, depending on the 'maxAge', in exchange for better performance. This is suitable for resources that don't change often; for example, user avatar images. 'freshness' optimizes for currency of data, preferentially fetching requested data from the network. Only if the network times out, according to 'timeout', does the request fall back to the cache. This is useful for resources that change frequently; for example, account balances.",
"enum": [
"freshness",
"performance"
]
},
"timeout": {
"description": "This duration string specifies the network timeout. The network timeout is how long the Angular service worker will wait for the network to respond before using a cached response, if configured to do so. 'timeout' is a duration string, using the following unit suffixes: d= days, h= hours, m= minutes, s= seconds, u= milliseconds. For example, the string '5s30u' will translate to five seconds and 30 milliseconds of network timeout.",
"type": "string"
}
},
"required": [
"maxSize",
"maxAge"
],
"type": "object"
},
"name": {
"description": "It identifies this particular group of data between versions of the configuration.",
"type": "string"
},
"urls": {
"description": "A list of URL patterns. URLs that match these patterns will be cached according to this data group's policy. (Negative glob patterns are not supported and '?' will be matched literally; i.e. it will not match any character other than '?'.)",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
},
"version": {
"default": 1,
"description": "Occasionally APIs change formats in a way that is not backward-compatible. A new version of the app may not be compatible with the old API format and thus may not be compatible with existing cached resources from that API. 'version' provides a mechanism to indicate that the resources being cached have been updated in a backwards-incompatible way, and that the old cache entries\u2014those from previous versions\u2014should be discarded.",
"type": "integer"
}
},
"required": [
"name",
"urls",
"cacheConfig"
],
"type": "object"
},
"type": "array"
},
"index": {
"description": "Specifies the file that serves as the index page to satisfy navigation requests. Usually this is '/index.html'.",
"type": "string"
},
"navigationUrls": {
"description": "This optional section enables you to specify a custom list of URLs or URL patterns that will be redirected to the 'index' file.",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": true
}
},
"required": [
"index"
],
"type": "object"
} | MIT | en |
sunlight-cms/sunlight-cms | ea3fdb47492c2901b1fea3864152f4b59bae915a | 2021-05-22T15:44:09 | system/schema/template.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "plugin.json"
},
{
"properties": {
"bbcode.buttons": {
"type": "boolean"
},
"box.item": {
"type": "string"
},
"box.parent": {
"type": "string"
},
"box.title": {
"type": "string"
},
"box.title.inside": {
"type": "boolean"
},
"css": {
"$ref": "#/definitions/asset-map"
},
"dark": {
"type": "boolean"
},
"js": {
"$ref": "#/definitions/asset-map"
},
"lang_dir": {
"type": "string"
},
"layouts": {
"patternProperties": {
"^": {
"additionalProperties": false,
"properties": {
"slots": {
"items": {
"type": "string"
},
"type": "array"
},
"template": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"default"
],
"type": "object"
},
"responsive": {
"type": "boolean"
}
},
"required": [
"layouts"
]
}
],
"definitions": {
"asset-map": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
}
}
} | MIT | en |
sunlight-cms/sunlight-cms | 176ba6994e2f42e7298dba9b82a9a1f70ff3f290 | 2022-04-22T19:20:03 | system/schema/plugin.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"autoload-map": {
"patternProperties": {
"^": {
"items": {
"type": "string"
},
"type": [
"string",
"array"
]
}
},
"type": "object"
}
},
"properties": {
"api": {
"type": "string"
},
"author": {
"type": "string"
},
"autoload": {
"additionalProperties": false,
"properties": {
"classmap": {
"items": {
"type": "string"
},
"type": "array"
},
"psr-0": {
"$ref": "#/definitions/autoload-map"
},
"psr-4": {
"$ref": "#/definitions/autoload-map"
}
},
"type": "object"
},
"class": {
"type": "string"
},
"debug": {
"type": [
"boolean",
"null"
]
},
"description": {
"type": "string"
},
"extensions": {
"items": {
"type": "string"
},
"type": "array"
},
"extra": {
"type": "object"
},
"inject_composer": {
"type": "boolean"
},
"installer": {
"type": "string"
},
"name": {
"type": "string"
},
"namespace": {
"type": "string"
},
"php": {
"type": "string"
},
"requires": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"api"
]
} | MIT | en |
sunlight-cms/sunlight-cms | 9f3e33c8cb5d98f5cfd99db8a5c486fa05865bfa | 2022-08-15T20:59:18 | system/schema/plugin.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"autoload-map": {
"patternProperties": {
"^": {
"items": {
"type": "string"
},
"type": [
"string",
"array"
]
}
},
"type": "object"
}
},
"properties": {
"author": {
"type": "string"
},
"autoload": {
"additionalProperties": false,
"properties": {
"classmap": {
"items": {
"type": "string"
},
"type": "array"
},
"psr-0": {
"$ref": "#/definitions/autoload-map"
},
"psr-4": {
"$ref": "#/definitions/autoload-map"
}
},
"type": "object"
},
"class": {
"type": "string"
},
"dependencies": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"description": {
"type": "string"
},
"environment": {
"properties": {
"debug": {
"type": [
"boolean",
"null"
]
},
"php": {
"type": "string"
},
"php_extensions": {
"items": {
"type": "string"
},
"type": "array"
},
"system": {
"type": "string"
}
},
"required": [
"system"
],
"type": "object"
},
"extra": {
"type": "object"
},
"inject_composer": {
"type": "boolean"
},
"installer": {
"type": "string"
},
"name": {
"type": "string"
},
"namespace": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"environment"
]
} | MIT | en |
sunlight-cms/sunlight-cms | 7eb55419e0095ffa6ff6899958ac7c6d374719a9 | 2023-08-03T14:12:09 | system/schema/language.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "plugin.json"
},
{
"properties": {
"decimal_point": {
"type": "string"
},
"iso_code": {
"type": "string"
},
"thousands_separator": {
"type": "string"
}
}
}
]
} | MIT | en |
sunlight-cms/sunlight-cms | 1a53234d7742bdbe7c0957932108d0bb49ea63f9 | 2021-06-20T10:47:23 | system/schema/extend.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "plugin.json"
},
{
"properties": {
"events": {
"$ref": "#/definitions/event-subscriber"
},
"events.admin": {
"$ref": "#/definitions/event-subscriber"
},
"events.web": {
"$ref": "#/definitions/event-subscriber"
},
"langs": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"scripts": {
"$ref": "#/definitions/path-list"
},
"scripts.admin": {
"$ref": "#/definitions/path-list"
},
"scripts.web": {
"$ref": "#/definitions/path-list"
}
}
}
],
"definitions": {
"event-subscriber": {
"items": {
"oneOf": [
{
"required": [
"event",
"method"
]
},
{
"required": [
"event",
"callback"
]
}
],
"properties": {
"callback": {
"type": [
"string",
"array"
]
},
"event": {
"type": "string"
},
"method": {
"type": "string"
},
"priority": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"path-list": {
"items": {
"type": "string"
},
"type": "array"
}
}
} | MIT | en |
sunlight-cms/sunlight-cms | 23f064c27a54a1c753675a2aba17f24ceab5d9ad | 2023-03-07T19:27:05 | system/schema/extend.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "plugin.json"
},
{
"properties": {
"cron": {
"patternProperties": {
"^": {
"allOf": [
{
"$ref": "plugin.json#/definitions/callback-definition"
},
{
"properties": {
"interval": {
"type": "integer"
}
},
"required": [
"interval"
],
"type": "object"
}
]
}
},
"type": "object"
},
"events": {
"items": {
"$ref": "plugin.json#/definitions/event-subscriber"
},
"type": "array"
},
"events.admin": {
"items": {
"$ref": "plugin.json#/definitions/event-subscriber"
},
"type": "array"
},
"events.web": {
"items": {
"$ref": "plugin.json#/definitions/event-subscriber"
},
"type": "array"
},
"hcm": {
"patternProperties": {
"^": {
"$ref": "plugin.json#/definitions/callback-definition"
}
},
"type": "object"
},
"langs": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"routes": {
"allOf": [
{
"items": {
"$ref": "plugin.json#/definitions/callback-definition"
},
"type": "array"
},
{
"items": {
"properties": {
"pattern": {
"type": "string"
}
},
"required": [
"pattern"
],
"type": "object"
},
"type": "array"
}
]
},
"scripts": {
"$ref": "#/definitions/path-list"
},
"scripts.admin": {
"$ref": "#/definitions/path-list"
},
"scripts.web": {
"$ref": "#/definitions/path-list"
}
}
}
],
"definitions": {
"path-list": {
"items": {
"type": "string"
},
"type": "array"
}
}
} | MIT | en |
sunlight-cms/sunlight-cms | 2d441c713a3c1092862bccc67cfd5c2e60c30c99 | 2022-09-17T23:25:01 | system/schema/extend.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "plugin.json"
},
{
"properties": {
"events": {
"items": {
"$ref": "plugin.json#/definitions/event-subscriber"
},
"type": "array"
},
"events.admin": {
"items": {
"$ref": "plugin.json#/definitions/event-subscriber"
},
"type": "array"
},
"events.web": {
"items": {
"$ref": "plugin.json#/definitions/event-subscriber"
},
"type": "array"
},
"hcm": {
"patternProperties": {
"^": {
"$ref": "plugin.json#/definitions/callback-definition"
}
},
"type": "object"
},
"langs": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"routes": {
"allOf": [
{
"items": {
"$ref": "plugin.json#/definitions/callback-definition"
},
"type": "array"
},
{
"items": {
"properties": {
"pattern": {
"type": "string"
}
},
"required": [
"pattern"
],
"type": "object"
},
"type": "array"
}
]
},
"scripts": {
"$ref": "#/definitions/path-list"
},
"scripts.admin": {
"$ref": "#/definitions/path-list"
},
"scripts.web": {
"$ref": "#/definitions/path-list"
}
}
}
],
"definitions": {
"path-list": {
"items": {
"type": "string"
},
"type": "array"
}
}
} | MIT | en |
sunlight-cms/sunlight-cms | 30634624ad69dc884c8d85592bf17b11ea893f98 | 2022-01-27T13:58:13 | system/schema/extend.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "plugin.json"
},
{
"properties": {
"events": {
"$ref": "#/definitions/event-subscriber"
},
"events.admin": {
"$ref": "#/definitions/event-subscriber"
},
"events.web": {
"$ref": "#/definitions/event-subscriber"
},
"langs": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"routes": {
"items": {
"oneOf": [
{
"required": [
"pattern",
"method"
]
},
{
"required": [
"pattern",
"callback"
]
}
],
"properties": {
"callback": {
"type": [
"string",
"array"
]
},
"method": {
"type": "string"
},
"pattern": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"scripts": {
"$ref": "#/definitions/path-list"
},
"scripts.admin": {
"$ref": "#/definitions/path-list"
},
"scripts.web": {
"$ref": "#/definitions/path-list"
}
}
}
],
"definitions": {
"event-subscriber": {
"items": {
"oneOf": [
{
"required": [
"event",
"method"
]
},
{
"required": [
"event",
"callback"
]
}
],
"properties": {
"callback": {
"type": [
"string",
"array"
]
},
"event": {
"type": "string"
},
"method": {
"type": "string"
},
"priority": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"path-list": {
"items": {
"type": "string"
},
"type": "array"
}
}
} | MIT | en |
sunlight-cms/sunlight-cms | ea3fdb47492c2901b1fea3864152f4b59bae915a | 2021-05-22T15:44:09 | system/schema/plugin.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"autoload-map": {
"patternProperties": {
"^": {
"items": {
"type": "string"
},
"type": [
"string",
"array"
]
}
},
"type": "object"
}
},
"properties": {
"api": {
"type": "string"
},
"author": {
"type": "string"
},
"autoload": {
"additionalProperties": false,
"properties": {
"classmap": {
"items": {
"type": "string"
},
"type": "array"
},
"psr-0": {
"$ref": "#/definitions/autoload-map"
},
"psr-4": {
"$ref": "#/definitions/autoload-map"
}
},
"type": "object"
},
"class": {
"type": "string"
},
"debug": {
"type": [
"boolean",
"null"
]
},
"description": {
"type": "string"
},
"extensions": {
"items": {
"type": "string"
},
"type": "array"
},
"inject_composer": {
"type": "boolean"
},
"installer": {
"type": "boolean"
},
"name": {
"type": "string"
},
"namespace": {
"type": "string"
},
"php": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"api"
]
} | MIT | en |
sunlight-cms/sunlight-cms | ad58ed04252c08c367d1dfbe865b09625913cd5b | 2021-06-05T14:23:51 | system/schema/extend.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "plugin.json"
},
{
"properties": {
"events": {
"$ref": "#/definitions/event-subscriber"
},
"events.admin": {
"$ref": "#/definitions/event-subscriber"
},
"events.web": {
"$ref": "#/definitions/event-subscriber"
},
"langs": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"scripts": {
"$ref": "#/definitions/path-list"
},
"scripts.admin": {
"$ref": "#/definitions/path-list"
},
"scripts.web": {
"$ref": "#/definitions/path-list"
}
}
}
],
"definitions": {
"event-subscriber": {
"items": {
"maxItems": 3,
"minItems": 2,
"type": "array"
},
"type": "array"
},
"path-list": {
"items": {
"type": "string"
},
"type": "array"
}
}
} | MIT | en |
sunlight-cms/sunlight-cms | 5969dfb57e27fc098c38ea39d019e8191ef1eb34 | 2021-07-04T16:19:52 | system/schema/template.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "plugin.json"
},
{
"properties": {
"bbcode.buttons": {
"type": "boolean"
},
"box.item": {
"type": "string"
},
"box.parent": {
"type": "string"
},
"box.title": {
"type": "string"
},
"box.title.inside": {
"type": "boolean"
},
"css": {
"$ref": "#/definitions/asset-map"
},
"dark": {
"type": "boolean"
},
"js": {
"$ref": "#/definitions/asset-map"
},
"lang_dir": {
"type": "string"
},
"layouts": {
"patternProperties": {
"^": {
"additionalProperties": false,
"properties": {
"slots": {
"items": {
"type": "string"
},
"type": "array"
},
"template": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"default"
],
"type": "object"
},
"responsive": {
"type": "boolean"
}
},
"required": [
"layouts"
]
}
],
"definitions": {
"asset-map": {
"items": {
"type": "string"
},
"patternProperties": {
"^": {
"type": "string"
}
},
"type": [
"array",
"object"
]
}
}
} | MIT | en |
sunlight-cms/sunlight-cms | d450e8ccfd28a36584eda5145e5b795bd7281211 | 2023-05-20T11:23:52 | system/schema/plugin.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"autoload-map": {
"patternProperties": {
"^": {
"items": {
"type": "string"
},
"type": [
"string",
"array"
]
}
},
"type": "object"
},
"callback-definition": {
"oneOf": [
{
"required": [
"method"
]
},
{
"required": [
"callback"
]
},
{
"required": [
"script"
]
}
],
"properties": {
"callback": {
"type": [
"string",
"array"
]
},
"method": {
"type": "string"
},
"script": {
"type": "string"
}
},
"type": "object"
},
"event-subscriber": {
"allOf": [
{
"$ref": "#/definitions/callback-definition"
},
{
"properties": {
"event": {
"type": "string"
},
"priority": {
"type": "integer"
}
},
"required": [
"event"
],
"type": "object"
}
]
}
},
"properties": {
"authors": {
"items": {
"additionalProperties": false,
"anyOf": [
{
"required": [
"name"
]
},
{
"required": [
"url"
]
}
],
"properties": {
"name": {
"type": [
"string",
"null"
]
},
"url": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"type": "array"
},
"autoload": {
"additionalProperties": false,
"properties": {
"classmap": {
"items": {
"type": "string"
},
"type": "array"
},
"psr-0": {
"$ref": "#/definitions/autoload-map"
},
"psr-4": {
"$ref": "#/definitions/autoload-map"
}
},
"type": "object"
},
"class": {
"type": "string"
},
"dependencies": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"description": {
"type": "string"
},
"environment": {
"additionalProperties": false,
"properties": {
"debug": {
"type": [
"boolean",
"null"
]
},
"php": {
"type": "string"
},
"php_extensions": {
"items": {
"type": "string"
},
"type": "array"
},
"system": {
"type": "string"
}
},
"required": [
"system"
],
"type": "object"
},
"extra": {
"type": "object"
},
"inject_composer": {
"type": "boolean"
},
"installer": {
"type": "string"
},
"name": {
"type": "string"
},
"namespace": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"environment"
]
} | MIT | en |
sunlight-cms/sunlight-cms | 357486639da09c56a0c1e4a5bd6957a5f2a27fd6 | 2023-09-02T11:43:04 | system/schema/plugin.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"autoload-map": {
"patternProperties": {
"^": {
"items": {
"type": "string"
},
"type": [
"string",
"array"
]
}
},
"type": "object"
},
"callback-definition": {
"oneOf": [
{
"required": [
"method"
]
},
{
"required": [
"callback"
]
},
{
"required": [
"script"
]
}
],
"properties": {
"callback": {
"type": [
"string",
"array"
]
},
"method": {
"type": "string"
},
"middlewares": {
"items": {
"additionalProperties": false,
"oneOf": [
{
"required": [
"method"
]
},
{
"required": [
"callback"
]
},
{
"required": [
"script"
]
}
],
"properties": {
"callback": {
"type": [
"string",
"array"
]
},
"method": {
"type": "string"
},
"script": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"script": {
"type": "string"
}
},
"type": "object"
},
"event-subscriber": {
"allOf": [
{
"$ref": "#/definitions/callback-definition"
},
{
"properties": {
"event": {
"type": "string"
},
"priority": {
"type": "integer"
}
},
"required": [
"event"
],
"type": "object"
}
]
}
},
"properties": {
"actions": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"authors": {
"items": {
"additionalProperties": false,
"anyOf": [
{
"required": [
"name"
]
},
{
"required": [
"url"
]
}
],
"properties": {
"name": {
"type": [
"string",
"null"
]
},
"url": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"type": "array"
},
"autoload": {
"additionalProperties": false,
"properties": {
"classmap": {
"items": {
"type": "string"
},
"type": "array"
},
"psr-0": {
"$ref": "#/definitions/autoload-map"
},
"psr-4": {
"$ref": "#/definitions/autoload-map"
}
},
"type": "object"
},
"class": {
"type": "string"
},
"config_defaults": {
"type": "object"
},
"dependencies": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"description": {
"type": "string"
},
"environment": {
"additionalProperties": false,
"properties": {
"debug": {
"type": [
"boolean",
"null"
]
},
"php": {
"type": "string"
},
"php_extensions": {
"items": {
"type": "string"
},
"type": "array"
},
"system": {
"type": "string"
}
},
"required": [
"system"
],
"type": "object"
},
"extra": {
"type": "object"
},
"inject_composer": {
"type": "boolean"
},
"installer": {
"type": "string"
},
"name": {
"type": "string"
},
"namespace": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"environment"
]
} | MIT | en |
sunlight-cms/sunlight-cms | ea3fdb47492c2901b1fea3864152f4b59bae915a | 2021-05-22T15:44:09 | system/schema/language.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "plugin.json"
}
]
} | MIT | en |
sunlight-cms/sunlight-cms | d941773dbbd18924bf656a57a3681edd2c8f57f2 | 2023-05-22T13:05:37 | system/schema/extend.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "plugin.json"
},
{
"properties": {
"cron": {
"patternProperties": {
"^": {
"allOf": [
{
"$ref": "plugin.json#/definitions/callback-definition"
},
{
"properties": {
"interval": {
"type": "integer"
}
},
"required": [
"interval"
],
"type": "object"
}
]
}
},
"type": "object"
},
"events": {
"$ref": "#/definitions/event-list"
},
"events.admin": {
"$ref": "#/definitions/event-list"
},
"events.web": {
"$ref": "#/definitions/event-list"
},
"hcm": {
"patternProperties": {
"^": {
"$ref": "plugin.json#/definitions/callback-definition"
}
},
"type": "object"
},
"langs": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"routes": {
"allOf": [
{
"items": {
"$ref": "plugin.json#/definitions/callback-definition"
},
"type": "array"
},
{
"items": {
"properties": {
"pattern": {
"type": "string"
}
},
"required": [
"pattern"
],
"type": "object"
},
"type": "array"
}
]
},
"scripts": {
"$ref": "#/definitions/path-list"
},
"scripts.admin": {
"$ref": "#/definitions/path-list"
},
"scripts.web": {
"$ref": "#/definitions/path-list"
}
}
}
],
"definitions": {
"event-list": {
"items": {
"allOf": [
{
"$ref": "plugin.json#/definitions/event-subscriber"
},
{
"properties": {
"group": {
"type": [
"string",
"null"
]
}
},
"type": "object"
}
]
},
"type": "array"
},
"path-list": {
"items": {
"type": "string"
},
"type": "array"
}
}
} | MIT | en |
sunlight-cms/sunlight-cms | 2d441c713a3c1092862bccc67cfd5c2e60c30c99 | 2022-09-17T23:25:01 | system/schema/template.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "plugin.json"
},
{
"properties": {
"bbcode.buttons": {
"type": "boolean"
},
"box.item": {
"type": "string"
},
"box.parent": {
"type": "string"
},
"box.title": {
"type": "string"
},
"box.title.inside": {
"type": "boolean"
},
"css": {
"$ref": "#/definitions/asset-map"
},
"dark": {
"type": "boolean"
},
"events": {
"items": {
"$ref": "plugin.json#/definitions/event-subscriber"
},
"type": "array"
},
"js": {
"$ref": "#/definitions/asset-map"
},
"lang_dir": {
"type": "string"
},
"layouts": {
"patternProperties": {
"^": {
"additionalProperties": false,
"properties": {
"slots": {
"items": {
"type": "string"
},
"type": "array"
},
"template": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"default"
],
"type": "object"
},
"responsive": {
"type": "boolean"
}
},
"required": [
"layouts"
]
}
],
"definitions": {
"asset-map": {
"items": {
"type": "string"
},
"patternProperties": {
"^": {
"type": "string"
}
},
"type": [
"array",
"object"
]
}
}
} | MIT | en |
sunlight-cms/sunlight-cms | 946f73f5803c1d1eb26e8c870b9cee52de46e255 | 2022-08-23T11:31:26 | system/schema/extend.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "plugin.json"
},
{
"properties": {
"events": {
"$ref": "#/definitions/event-subscriber"
},
"events.admin": {
"$ref": "#/definitions/event-subscriber"
},
"events.web": {
"$ref": "#/definitions/event-subscriber"
},
"hcm": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"langs": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"routes": {
"items": {
"oneOf": [
{
"required": [
"pattern",
"method"
]
},
{
"required": [
"pattern",
"callback"
]
}
],
"properties": {
"callback": {
"type": [
"string",
"array"
]
},
"method": {
"type": "string"
},
"pattern": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"scripts": {
"$ref": "#/definitions/path-list"
},
"scripts.admin": {
"$ref": "#/definitions/path-list"
},
"scripts.web": {
"$ref": "#/definitions/path-list"
}
}
}
],
"definitions": {
"event-subscriber": {
"items": {
"oneOf": [
{
"required": [
"event",
"method"
]
},
{
"required": [
"event",
"callback"
]
}
],
"properties": {
"callback": {
"type": [
"string",
"array"
]
},
"event": {
"type": "string"
},
"method": {
"type": "string"
},
"priority": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"path-list": {
"items": {
"type": "string"
},
"type": "array"
}
}
} | MIT | en |
sunlight-cms/sunlight-cms | 2d441c713a3c1092862bccc67cfd5c2e60c30c99 | 2022-09-17T23:25:01 | system/schema/plugin.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"autoload-map": {
"patternProperties": {
"^": {
"items": {
"type": "string"
},
"type": [
"string",
"array"
]
}
},
"type": "object"
},
"callback-definition": {
"oneOf": [
{
"required": [
"method"
]
},
{
"required": [
"callback"
]
},
{
"required": [
"script"
]
}
],
"properties": {
"callback": {
"type": [
"string",
"array"
]
},
"method": {
"type": "string"
},
"script": {
"type": "string"
}
},
"type": "object"
},
"event-subscriber": {
"allOf": [
{
"$ref": "#/definitions/callback-definition"
},
{
"properties": {
"event": {
"type": "string"
},
"priority": {
"type": "integer"
}
},
"required": [
"event"
],
"type": "object"
}
]
}
},
"properties": {
"author": {
"type": "string"
},
"autoload": {
"additionalProperties": false,
"properties": {
"classmap": {
"items": {
"type": "string"
},
"type": "array"
},
"psr-0": {
"$ref": "#/definitions/autoload-map"
},
"psr-4": {
"$ref": "#/definitions/autoload-map"
}
},
"type": "object"
},
"class": {
"type": "string"
},
"dependencies": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"description": {
"type": "string"
},
"environment": {
"properties": {
"debug": {
"type": [
"boolean",
"null"
]
},
"php": {
"type": "string"
},
"php_extensions": {
"items": {
"type": "string"
},
"type": "array"
},
"system": {
"type": "string"
}
},
"required": [
"system"
],
"type": "object"
},
"extra": {
"type": "object"
},
"inject_composer": {
"type": "boolean"
},
"installer": {
"type": "string"
},
"name": {
"type": "string"
},
"namespace": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"environment"
]
} | MIT | en |
sunlight-cms/sunlight-cms | ea3fdb47492c2901b1fea3864152f4b59bae915a | 2021-05-22T15:44:09 | system/schema/extend.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "plugin.json"
},
{
"properties": {
"events": {
"$ref": "#/definitions/event-subscriber"
},
"events.admin": {
"$ref": "#/definitions/event-subscriber"
},
"events.web": {
"$ref": "#/definitions/event-subscriber"
},
"langs": {
"$ref": "#/definitions/path-list"
},
"scripts": {
"$ref": "#/definitions/path-list"
},
"scripts.admin": {
"$ref": "#/definitions/path-list"
},
"scripts.web": {
"$ref": "#/definitions/path-list"
}
}
}
],
"definitions": {
"event-subscriber": {
"items": {
"maxItems": 3,
"minItems": 2,
"type": "array"
},
"type": "array"
},
"path-list": {
"items": {
"type": "string"
},
"type": "array"
}
}
} | MIT | en |
sunlight-cms/sunlight-cms | 8f266595804255ce349399a8b87b78b08f6a58b6 | 2021-05-22T17:11:12 | system/schema/plugin.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"autoload-map": {
"patternProperties": {
"^": {
"items": {
"type": "string"
},
"type": [
"string",
"array"
]
}
},
"type": "object"
}
},
"properties": {
"api": {
"type": "string"
},
"author": {
"type": "string"
},
"autoload": {
"additionalProperties": false,
"properties": {
"classmap": {
"items": {
"type": "string"
},
"type": "array"
},
"psr-0": {
"$ref": "#/definitions/autoload-map"
},
"psr-4": {
"$ref": "#/definitions/autoload-map"
}
},
"type": "object"
},
"class": {
"type": "string"
},
"debug": {
"type": [
"boolean",
"null"
]
},
"description": {
"type": "string"
},
"extensions": {
"items": {
"type": "string"
},
"type": "array"
},
"inject_composer": {
"type": "boolean"
},
"installer": {
"type": "string"
},
"name": {
"type": "string"
},
"namespace": {
"type": "string"
},
"php": {
"type": "string"
},
"requires": {
"items": {
"type": "string"
},
"type": "array"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"api"
]
} | MIT | en |
sunlight-cms/sunlight-cms | be18d632f35b18e54a783ac7f511c2406df9b1ff | 2022-03-25T12:53:27 | system/schema/plugin.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"autoload-map": {
"patternProperties": {
"^": {
"items": {
"type": "string"
},
"type": [
"string",
"array"
]
}
},
"type": "object"
}
},
"properties": {
"api": {
"type": "string"
},
"author": {
"type": "string"
},
"autoload": {
"additionalProperties": false,
"properties": {
"classmap": {
"items": {
"type": "string"
},
"type": "array"
},
"psr-0": {
"$ref": "#/definitions/autoload-map"
},
"psr-4": {
"$ref": "#/definitions/autoload-map"
}
},
"type": "object"
},
"class": {
"type": "string"
},
"debug": {
"type": [
"boolean",
"null"
]
},
"description": {
"type": "string"
},
"extensions": {
"items": {
"type": "string"
},
"type": "array"
},
"inject_composer": {
"type": "boolean"
},
"installer": {
"type": "string"
},
"name": {
"type": "string"
},
"namespace": {
"type": "string"
},
"php": {
"type": "string"
},
"requires": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"url": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"api"
]
} | MIT | en |
sunlight-cms/sunlight-cms | 96683c1709327b084435971de4ee0ef47fae129f | 2023-07-07T19:12:36 | system/schema/plugin.json | 18 | 2024-05-28T01:10:35.912778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"autoload-map": {
"patternProperties": {
"^": {
"items": {
"type": "string"
},
"type": [
"string",
"array"
]
}
},
"type": "object"
},
"callback-definition": {
"oneOf": [
{
"required": [
"method"
]
},
{
"required": [
"callback"
]
},
{
"required": [
"script"
]
}
],
"properties": {
"callback": {
"type": [
"string",
"array"
]
},
"method": {
"type": "string"
},
"script": {
"type": "string"
}
},
"type": "object"
},
"event-subscriber": {
"allOf": [
{
"$ref": "#/definitions/callback-definition"
},
{
"properties": {
"event": {
"type": "string"
},
"priority": {
"type": "integer"
}
},
"required": [
"event"
],
"type": "object"
}
]
}
},
"properties": {
"actions": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"authors": {
"items": {
"additionalProperties": false,
"anyOf": [
{
"required": [
"name"
]
},
{
"required": [
"url"
]
}
],
"properties": {
"name": {
"type": [
"string",
"null"
]
},
"url": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"type": "array"
},
"autoload": {
"additionalProperties": false,
"properties": {
"classmap": {
"items": {
"type": "string"
},
"type": "array"
},
"psr-0": {
"$ref": "#/definitions/autoload-map"
},
"psr-4": {
"$ref": "#/definitions/autoload-map"
}
},
"type": "object"
},
"class": {
"type": "string"
},
"config_defaults": {
"type": "object"
},
"dependencies": {
"patternProperties": {
"^": {
"type": "string"
}
},
"type": "object"
},
"description": {
"type": "string"
},
"environment": {
"additionalProperties": false,
"properties": {
"debug": {
"type": [
"boolean",
"null"
]
},
"php": {
"type": "string"
},
"php_extensions": {
"items": {
"type": "string"
},
"type": "array"
},
"system": {
"type": "string"
}
},
"required": [
"system"
],
"type": "object"
},
"extra": {
"type": "object"
},
"inject_composer": {
"type": "boolean"
},
"installer": {
"type": "string"
},
"name": {
"type": "string"
},
"namespace": {
"type": "string"
},
"version": {
"type": "string"
}
},
"required": [
"name",
"version",
"environment"
]
} | MIT | en |
Twingate/helm-charts | 217be28130175e348199e98190267931b87f1539 | 2023-09-11T17:03:02 | stable/connector/values.schema.json | 10 | 2024-05-28T05:53:06.73427Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"examples": [
{
"additionalLabels": {},
"affinity": {},
"connector": {
"accessToken": "access token value",
"logAnalytics": "v2",
"logLevel": "error",
"network": "acme",
"refreshToken": "refresh token value"
},
"env": {},
"hostNetwork": false,
"icmpSupport": {
"enabled": false
},
"image": {
"pullPolicy": "Always",
"repository": "twingate/connector",
"tag": 1
},
"nodeSelector": {},
"podAnnotations": {},
"resources": {
"requests": {
"cpu": "50m",
"memory": "200Mi"
}
},
"tolerations": []
}
],
"properties": {
"connector": {
"default": {},
"examples": [
{
"accessToken": "access token value",
"logAnalytics": "v2",
"logLevel": "error",
"network": "foo",
"refreshToken": "refresh token value"
}
],
"oneOf": [
{
"required": [
"network",
"accessToken",
"refreshToken"
]
},
{
"required": [
"network",
"existingSecret"
]
}
],
"properties": {
"accessToken": {
"default": null,
"title": "The accessToken Schema",
"type": "string"
},
"dnsServer": {
"default": null,
"minLength": 3,
"title": "The dnsServer Schema",
"type": "string"
},
"existingSecret": {
"default": null,
"minLength": 1,
"title": "The existingSecret Schema",
"type": "string"
},
"logAnalytics": {
"default": "",
"enum": [
"v1",
"v2"
],
"title": "The logAnalytics Schema",
"type": "string"
},
"logLevel": {
"default": "error",
"enum": [
"error",
"warning",
"info",
"debug"
],
"title": "The logLevel Schema",
"type": "string"
},
"network": {
"default": null,
"title": "The network Schema",
"type": "string"
},
"refreshToken": {
"default": null,
"title": "The refreshToken Schema",
"type": "string"
}
},
"title": "The connector Schema",
"type": "object"
},
"hostNetwork": {
"default": false,
"title": "Enable hostnetwork on pod",
"type": "boolean"
},
"icmpSupport": {
"default": {},
"examples": [
{
"enabled": false
}
],
"properties": {
"enabled": {
"default": false,
"examples": [
false
],
"title": "The enabled Schema",
"type": "boolean"
}
},
"required": [
"enabled"
],
"title": "The icmpSupport Schema",
"type": "object"
},
"image": {
"default": {},
"examples": [
{
"pullPolicy": "Always",
"repository": "twingate/connector",
"tag": 1
}
],
"properties": {
"pullPolicy": {
"default": "",
"enum": [
"Always",
"IfNotPresent",
"Never"
],
"title": "The pullPolicy Schema",
"type": "string"
},
"repository": {
"default": "",
"examples": [
"twingate/connector"
],
"title": "The repository Schema",
"type": "string"
},
"tag": {
"default": 0,
"examples": [
1,
"latest"
],
"oneOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"title": "The tag Schema"
}
},
"title": "The image Schema",
"type": "object"
}
},
"title": "Twingate Connector Chart Schema"
} | MIT | en |
Twingate/helm-charts | e2dfd78208958a2ce32d7c72649b614d9912bb1f | 2023-08-25T04:59:28 | stable/connector/values.schema.json | 10 | 2024-05-28T05:53:06.73427Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"examples": [
{
"additionalLabels": {},
"affinity": {},
"connector": {
"accessToken": "access token value",
"logAnalytics": "v2",
"logLevel": "error",
"network": "acme",
"refreshToken": "refresh token value"
},
"env": {},
"hostNetwork": false,
"icmpSupport": {
"enabled": false
},
"image": {
"pullPolicy": "Always",
"repository": "twingate/connector",
"tag": 1
},
"nodeSelector": {},
"podAnnotations": {},
"resources": {
"requests": {
"cpu": "50m",
"memory": "200Mi"
}
},
"tolerations": []
}
],
"properties": {
"connector": {
"default": {},
"examples": [
{
"accessToken": "access token value",
"logAnalytics": "v2",
"logLevel": "error",
"network": "foo",
"refreshToken": "refresh token value"
}
],
"oneOf": [
{
"required": [
"network",
"accessToken",
"refreshToken"
]
},
{
"required": [
"network",
"existingSecret"
]
}
],
"properties": {
"accessToken": {
"default": null,
"title": "The accessToken Schema",
"type": "string"
},
"dnsServer": {
"default": null,
"title": "The dnsServer Schema",
"type": "string"
},
"existingSecret": {
"default": null,
"title": "The existingSecret Schema",
"type": "string"
},
"logAnalytics": {
"default": "",
"enum": [
"v1",
"v2"
],
"title": "The logAnalytics Schema",
"type": "string"
},
"logLevel": {
"default": "error",
"enum": [
"error",
"warning",
"info",
"debug"
],
"title": "The logLevel Schema",
"type": "string"
},
"network": {
"default": null,
"title": "The network Schema",
"type": "string"
},
"refreshToken": {
"default": null,
"title": "The refreshToken Schema",
"type": "string"
}
},
"title": "The connector Schema",
"type": "object"
},
"hostNetwork": {
"default": false,
"title": "Enable hostnetwork on pod",
"type": "boolean"
},
"icmpSupport": {
"default": {},
"examples": [
{
"enabled": false
}
],
"properties": {
"enabled": {
"default": false,
"examples": [
false
],
"title": "The enabled Schema",
"type": "boolean"
}
},
"required": [
"enabled"
],
"title": "The icmpSupport Schema",
"type": "object"
},
"image": {
"default": {},
"examples": [
{
"pullPolicy": "Always",
"repository": "twingate/connector",
"tag": 1
}
],
"properties": {
"pullPolicy": {
"default": "",
"enum": [
"Always",
"IfNotPresent",
"Never"
],
"title": "The pullPolicy Schema",
"type": "string"
},
"repository": {
"default": "",
"examples": [
"twingate/connector"
],
"title": "The repository Schema",
"type": "string"
},
"tag": {
"default": 0,
"examples": [
1,
"latest"
],
"oneOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"title": "The tag Schema"
}
},
"title": "The image Schema",
"type": "object"
}
},
"title": "Twingate Connector Chart Schema"
} | MIT | en |
Twingate/helm-charts | ee76729fcc124263c512d437bc53db6772c28655 | 2023-08-14T22:47:28 | stable/connector/values.schema.json | 10 | 2024-05-28T05:53:06.73427Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"examples": [
{
"additionalLabels": {},
"affinity": {},
"connector": {
"accessToken": "access token value",
"logAnalytics": "v2",
"logLevel": "error",
"network": "acme",
"refreshToken": "refresh token value"
},
"env": {},
"hostNetwork": false,
"icmpSupport": {
"enabled": false
},
"image": {
"pullPolicy": "Always",
"repository": "twingate/connector",
"tag": 1
},
"nodeSelector": {},
"podAnnotations": {},
"resources": {
"requests": {
"cpu": "50m",
"memory": "200Mi"
}
},
"tolerations": []
}
],
"properties": {
"connector": {
"default": {},
"examples": [
{
"accessToken": "access token value",
"logAnalytics": "v2",
"logLevel": "error",
"network": "foo",
"refreshToken": "refresh token value"
}
],
"oneOf": [
{
"required": [
"network",
"accessToken",
"refreshToken"
]
},
{
"required": [
"network",
"existingSecret"
]
}
],
"properties": {
"accessToken": {
"default": null,
"title": "The accessToken Schema",
"type": "string"
},
"dnsServer": {
"default": null,
"title": "The dnsServer Schema",
"type": "string"
},
"existingSecret": {
"default": null,
"title": "The existingSecret Schema",
"type": "string"
},
"logAnalytics": {
"default": "",
"enum": [
"v1",
"v2"
],
"title": "The logAnalytics Schema",
"type": "string"
},
"logLevel": {
"default": "error",
"enum": [
"error",
"warning",
"info",
"debug"
],
"title": "The logLevel Schema",
"type": "string"
},
"network": {
"default": null,
"title": "The network Schema",
"type": "string"
},
"refreshToken": {
"default": null,
"title": "The refreshToken Schema",
"type": "string"
}
},
"title": "The connector Schema",
"type": "object"
},
"hostNetwork": {
"default": false,
"title": "Enable hostnetwork on pod",
"type": "boolean"
},
"icmpSupport": {
"default": {},
"examples": [
{
"enabled": false
}
],
"properties": {
"enabled": {
"default": false,
"examples": [
false
],
"title": "The enabled Schema",
"type": "boolean"
}
},
"required": [
"enabled"
],
"title": "The icmpSupport Schema",
"type": "object"
},
"image": {
"default": {},
"examples": [
{
"pullPolicy": "Always",
"repository": "twingate/connector",
"tag": 1
}
],
"properties": {
"pullPolicy": {
"default": "",
"enum": [
"Always",
"IfNotPresent",
"Never"
],
"title": "The pullPolicy Schema",
"type": "string"
},
"repository": {
"default": "",
"examples": [
"twingate/connector"
],
"title": "The repository Schema",
"type": "string"
},
"tag": {
"default": 0,
"examples": [
1,
"latest"
],
"oneOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"title": "The tag Schema",
"type": "integer"
}
},
"title": "The image Schema",
"type": "object"
}
},
"title": "Twingate Connector Chart Schema"
} | MIT | en |
FlowFuse/helm | f90423348592048c2d25ebcee9d3f756d2233e36 | 2024-01-12T14:50:36 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"if": {
"properties": {
"localPostgresql": {
"enum": [
false
]
}
}
},
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"public_url": {
"type": "string"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"clusterRole": {
"properties": {
"name": {
"description": "Name of cluster role",
"type": "string"
}
},
"type": "object"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"dbName": {
"type": "string"
},
"dbPassword": {
"type": "string"
},
"dbUsername": {
"type": "string"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"options": {
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"localPostgresql": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"postgres": {
"properties": {
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"required": [
"host"
],
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"dbUsername",
"dbPassword"
],
"then": {
"required": [
"postgres"
]
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"className": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"forge"
],
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | e6fd3d31688e806d4e722f33cb26dcd8352204e8 | 2024-02-14T10:18:49 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema#",
"else": {
"properties": {
"postgresql": {
"required": [
"auth"
]
}
}
},
"if": {
"properties": {
"forge": {
"properties": {
"localPostgresql": {
"const": false
}
}
}
}
},
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"public_url": {
"type": "string"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"clusterRole": {
"properties": {
"name": {
"description": "Name of cluster role",
"type": "string"
}
},
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"image": {
"type": "string"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"options": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"localPostgresql": {
"type": "boolean"
},
"logPassthrough": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"localPostgresql"
],
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"certManagerIssuer": {
"type": "string"
},
"className": {
"type": "string"
}
},
"type": "object"
},
"postgresql": {
"properties": {
"auth": {
"properties": {
"database": {
"type": "string"
},
"password": {
"type": "string"
},
"postgresPassword": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"username",
"password",
"database"
],
"type": "object"
},
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"forge",
"postgresql"
],
"then": {
"properties": {
"postgresql": {
"required": [
"host",
"auth"
]
}
}
},
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | 9bae75b4436baeb5d9b551933af27d01b563c81b | 2024-02-22T10:11:09 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema#",
"else": {
"properties": {
"postgresql": {
"required": [
"auth"
]
}
}
},
"if": {
"properties": {
"forge": {
"properties": {
"localPostgresql": {
"const": false
}
}
}
}
},
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
}
},
"type": "object"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"public_url": {
"type": "string"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"clusterRole": {
"properties": {
"name": {
"description": "Name of cluster role",
"type": "string"
}
},
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"existingSecret": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"image": {
"type": "string"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"options": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"localPostgresql": {
"type": "boolean"
},
"logPassthrough": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"google": {
"properties": {
"events": {
"type": "object"
},
"tag": {
"type": "string"
}
},
"required": [
"tag"
],
"type": "object"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"localPostgresql"
],
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"certManagerIssuer": {
"type": "string"
},
"className": {
"type": "string"
}
},
"type": "object"
},
"postgresql": {
"properties": {
"auth": {
"properties": {
"database": {
"type": "string"
},
"password": {
"type": "string"
},
"postgresPassword": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"username",
"password",
"database"
],
"type": "object"
},
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"forge",
"postgresql"
],
"then": {
"properties": {
"postgresql": {
"required": [
"host",
"auth"
]
}
}
},
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | d853d4340063dbe5af9e1a42a4caeb1d292e6620 | 2024-02-13T17:26:29 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema#",
"else": {
"properties": {
"postgresql": {
"required": [
"auth"
]
}
}
},
"if": {
"properties": {
"forge": {
"properties": {
"localPostgresql": {
"const": false
}
}
}
}
},
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"public_url": {
"type": "string"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"clusterRole": {
"properties": {
"name": {
"description": "Name of cluster role",
"type": "string"
}
},
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"options": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"localPostgresql": {
"type": "boolean"
},
"logPassthrough": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"google": {
"properties": {
"events": {
"type": "object"
},
"tag": {
"type": "string"
}
},
"required": [
"tag"
],
"type": "object"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"localPostgresql"
],
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"certManagerIssuer": {
"type": "string"
},
"className": {
"type": "string"
}
},
"type": "object"
},
"postgresql": {
"properties": {
"auth": {
"properties": {
"database": {
"type": "string"
},
"password": {
"type": "string"
},
"postgresPassword": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"username",
"password",
"database"
],
"type": "object"
},
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"forge",
"postgresql"
],
"then": {
"properties": {
"postgresql": {
"required": [
"host",
"auth"
]
}
}
},
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | 345433aa0aa1a2a1e0cd86f3cd3c8955f24e441d | 2024-01-17T15:07:48 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"if": {
"properties": {
"localPostgresql": {
"enum": [
false
]
}
}
},
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"public_url": {
"type": "string"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"clusterRole": {
"properties": {
"name": {
"description": "Name of cluster role",
"type": "string"
}
},
"type": "object"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"dbName": {
"type": "string"
},
"dbPassword": {
"type": "string"
},
"dbUsername": {
"type": "string"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"options": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"localPostgresql": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"postgres": {
"properties": {
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"required": [
"host"
],
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"dbUsername",
"dbPassword"
],
"then": {
"required": [
"postgres"
]
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"certManagerIssuer": {
"type": "string"
},
"className": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"forge"
],
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | e5d7d04c485a0408efce98b887893e9c8345a9c3 | 2024-03-27T16:39:57 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema#",
"else": {
"properties": {
"postgresql": {
"required": [
"auth"
]
}
}
},
"if": {
"properties": {
"forge": {
"properties": {
"localPostgresql": {
"const": false
}
}
}
}
},
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
}
},
"type": "object"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"public_url": {
"type": "string"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"clusterRole": {
"properties": {
"name": {
"description": "Name of cluster role",
"type": "string"
}
},
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"existingSecret": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"image": {
"type": "string"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"options": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"localPostgresql": {
"type": "boolean"
},
"logPassthrough": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectNetworkPolicy": {
"properties": {
"egress": {
"type": "array"
},
"enabled": {
"type": "boolean"
},
"ingress": {
"type": "array"
}
},
"type": "object"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"replicas": {
"type": "integer"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"google": {
"properties": {
"events": {
"type": "object"
},
"tag": {
"type": "string"
}
},
"required": [
"tag"
],
"type": "object"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"localPostgresql"
],
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"certManagerIssuer": {
"type": "string"
},
"className": {
"type": "string"
}
},
"type": "object"
},
"postgresql": {
"properties": {
"auth": {
"properties": {
"database": {
"type": "string"
},
"password": {
"type": "string"
},
"postgresPassword": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"username",
"password",
"database"
],
"type": "object"
},
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"forge",
"postgresql"
],
"then": {
"properties": {
"postgresql": {
"required": [
"host",
"auth"
]
}
}
},
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | 8428f89cf7a1a67c2e23c337a2910822c5277120 | 2024-01-31T13:12:53 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"if": {
"properties": {
"localPostgresql": {
"enum": [
false
]
}
}
},
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"public_url": {
"type": "string"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"clusterRole": {
"properties": {
"name": {
"description": "Name of cluster role",
"type": "string"
}
},
"type": "object"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"dbName": {
"type": "string"
},
"dbPassword": {
"type": "string"
},
"dbUsername": {
"type": "string"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"options": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"localPostgresql": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"postgres": {
"properties": {
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"required": [
"host"
],
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"dbUsername",
"dbPassword"
],
"then": {
"required": [
"postgres"
]
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"certManagerIssuer": {
"type": "string"
},
"className": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"forge"
],
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | b8d2b7f02fa285de03f9d2f04297474281b4f6c2 | 2023-11-21T10:52:32 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"if": {
"properties": {
"localPostgresql": {
"enum": [
false
]
}
}
},
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"public_url": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"dbName": {
"type": "string"
},
"dbPassword": {
"type": "string"
},
"dbUsername": {
"type": "string"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"options": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"localPostgresql": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"postgres": {
"properties": {
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"required": [
"host"
],
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"dbUsername",
"dbPassword"
],
"then": {
"required": [
"postgres"
]
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"className": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"forge"
],
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | c5be9817ee41138cab3034bcbff6a80db82df5a8 | 2024-01-28T18:03:17 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"if": {
"properties": {
"localPostgresql": {
"enum": [
false
]
}
}
},
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"public_url": {
"type": "string"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"clusterRole": {
"properties": {
"name": {
"description": "Name of cluster role",
"type": "string"
}
},
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"dbName": {
"type": "string"
},
"dbPassword": {
"type": "string"
},
"dbUsername": {
"type": "string"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"options": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"localPostgresql": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"postgres": {
"properties": {
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"required": [
"host"
],
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"dbUsername",
"dbPassword"
],
"then": {
"required": [
"postgres"
]
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"certManagerIssuer": {
"type": "string"
},
"className": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"forge"
],
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | d598c6ac30790b3474b4c48ccd21ffa63c02e569 | 2024-04-08T08:06:51 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema#",
"else": {
"properties": {
"postgresql": {
"required": [
"auth"
]
}
}
},
"if": {
"properties": {
"forge": {
"properties": {
"localPostgresql": {
"const": false
}
}
}
}
},
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"hostname": {
"type": "string"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
}
},
"type": "object"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"public_url": {
"type": "string"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"clusterRole": {
"properties": {
"name": {
"description": "Name of cluster role",
"type": "string"
}
},
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"existingSecret": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"image": {
"type": "string"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"options": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"localPostgresql": {
"type": "boolean"
},
"logPassthrough": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectNetworkPolicy": {
"properties": {
"egress": {
"type": "array"
},
"enabled": {
"type": "boolean"
},
"ingress": {
"type": "array"
}
},
"type": "object"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"google": {
"properties": {
"events": {
"type": "object"
},
"tag": {
"type": "string"
}
},
"required": [
"tag"
],
"type": "object"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"localPostgresql"
],
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"certManagerIssuer": {
"type": "string"
},
"className": {
"type": "string"
}
},
"type": "object"
},
"postgresql": {
"properties": {
"auth": {
"properties": {
"database": {
"type": "string"
},
"password": {
"type": "string"
},
"postgresPassword": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"username",
"password",
"database"
],
"type": "object"
},
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"forge",
"postgresql"
],
"then": {
"properties": {
"postgresql": {
"required": [
"host",
"auth"
]
}
}
},
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | 7432eeb5dd063dba02fd50e677f0b00abb5aa2cb | 2024-02-14T10:25:52 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema#",
"else": {
"properties": {
"postgresql": {
"required": [
"auth"
]
}
}
},
"if": {
"properties": {
"forge": {
"properties": {
"localPostgresql": {
"const": false
}
}
}
}
},
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"public_url": {
"type": "string"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"clusterRole": {
"properties": {
"name": {
"description": "Name of cluster role",
"type": "string"
}
},
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"image": {
"type": "string"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"options": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"localPostgresql": {
"type": "boolean"
},
"logPassthrough": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"google": {
"properties": {
"events": {
"type": "object"
},
"tag": {
"type": "string"
}
},
"required": [
"tag"
],
"type": "object"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"localPostgresql"
],
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"certManagerIssuer": {
"type": "string"
},
"className": {
"type": "string"
}
},
"type": "object"
},
"postgresql": {
"properties": {
"auth": {
"properties": {
"database": {
"type": "string"
},
"password": {
"type": "string"
},
"postgresPassword": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"username",
"password",
"database"
],
"type": "object"
},
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"forge",
"postgresql"
],
"then": {
"properties": {
"postgresql": {
"required": [
"host",
"auth"
]
}
}
},
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | a35e41948e36ac14aeb00efafe133f9ead51044d | 2024-04-03T10:32:06 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema#",
"else": {
"properties": {
"postgresql": {
"required": [
"auth"
]
}
}
},
"if": {
"properties": {
"forge": {
"properties": {
"localPostgresql": {
"const": false
}
}
}
}
},
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"domain": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
}
},
"type": "object"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"public_url": {
"type": "string"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"clusterRole": {
"properties": {
"name": {
"description": "Name of cluster role",
"type": "string"
}
},
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"existingSecret": {
"type": "string"
},
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"image": {
"type": "string"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"options": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"labels": {
"type": "object"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"localPostgresql": {
"type": "boolean"
},
"logPassthrough": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"podLabels": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectNetworkPolicy": {
"properties": {
"egress": {
"type": "array"
},
"enabled": {
"type": "boolean"
},
"ingress": {
"type": "array"
}
},
"type": "object"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"google": {
"properties": {
"events": {
"type": "object"
},
"tag": {
"type": "string"
}
},
"required": [
"tag"
],
"type": "object"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"localPostgresql"
],
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"certManagerIssuer": {
"type": "string"
},
"className": {
"type": "string"
}
},
"type": "object"
},
"postgresql": {
"properties": {
"auth": {
"properties": {
"database": {
"type": "string"
},
"password": {
"type": "string"
},
"postgresPassword": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"username",
"password",
"database"
],
"type": "object"
},
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"forge",
"postgresql"
],
"then": {
"properties": {
"postgresql": {
"required": [
"host",
"auth"
]
}
}
},
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | e2b99659165418fe9f5d32353badff1d19abd39a | 2023-11-14T06:14:44 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"if": {
"properties": {
"localPostgresql": {
"enum": [
false
]
}
}
},
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"public_url": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"dbName": {
"type": "string"
},
"dbPassword": {
"type": "string"
},
"dbUsername": {
"type": "string"
},
"domain": {
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"options": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"localPostgresql": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"postgres": {
"properties": {
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"required": [
"host"
],
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"dbUsername",
"dbPassword"
],
"then": {
"required": [
"postgres"
]
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"className": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"forge"
],
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | 2231360f723022816af3f1f0e9fa8228c1fb8385 | 2023-12-29T10:57:02 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"if": {
"properties": {
"localPostgresql": {
"enum": [
false
]
}
}
},
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"public_url": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"clusterRole": {
"properties": {
"name": {
"description": "Name of cluster role",
"type": "string"
}
},
"type": "object"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"dbName": {
"type": "string"
},
"dbPassword": {
"type": "string"
},
"dbUsername": {
"type": "string"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"options": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"localPostgresql": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"postgres": {
"properties": {
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"required": [
"host"
],
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"dbUsername",
"dbPassword"
],
"then": {
"required": [
"postgres"
]
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"certManagerIssuer": {
"type": "string"
},
"className": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"forge"
],
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | 5edd1c3816cb8a2477b32dbd4616e444011e33d6 | 2024-01-11T20:31:08 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"if": {
"properties": {
"localPostgresql": {
"enum": [
false
]
}
}
},
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"public_url": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"clusterRole": {
"properties": {
"name": {
"description": "Name of cluster role",
"type": "string"
}
},
"type": "object"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"dbName": {
"type": "string"
},
"dbPassword": {
"type": "string"
},
"dbUsername": {
"type": "string"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"options": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"localPostgresql": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"postgres": {
"properties": {
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"required": [
"host"
],
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"dbUsername",
"dbPassword"
],
"then": {
"required": [
"postgres"
]
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"className": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"forge"
],
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | 0820cff027e57f3c84b64ec7f20eaa48104ffb44 | 2024-01-31T13:24:14 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"if": {
"properties": {
"localPostgresql": {
"enum": [
false
]
}
}
},
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"public_url": {
"type": "string"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"clusterRole": {
"properties": {
"name": {
"description": "Name of cluster role",
"type": "string"
}
},
"type": "object"
},
"containerSecurityContext": {
"type": "object"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"dbName": {
"type": "string"
},
"dbPassword": {
"type": "string"
},
"dbUsername": {
"type": "string"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"containerSecurityContext": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"options": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"livenessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"localPostgresql": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"postgres": {
"properties": {
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"required": [
"host"
],
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"readinessProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"startupProbe": {
"properties": {
"failureThreshold": {
"type": "integer"
},
"initialDelaySeconds": {
"type": "integer"
},
"periodSeconds": {
"type": "integer"
},
"successThreshold": {
"type": "integer"
},
"timeoutSeconds": {
"type": "integer"
}
},
"type": "object"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"dbUsername",
"dbPassword"
],
"then": {
"required": [
"postgres"
]
},
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"certManagerIssuer": {
"type": "string"
},
"className": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"forge"
],
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
FlowFuse/helm | 67c35df761fab7ef2c31e6157bc86c7262f585fa | 2024-01-24T19:06:12 | helm/flowforge/values.schema.json | 5 | 2024-05-27T04:56:22.465614Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema#",
"else": {
"properties": {
"postgresql": {
"required": [
"auth"
]
}
}
},
"if": {
"properties": {
"forge": {
"properties": {
"localPostgresql": {
"const": false
}
}
}
}
},
"properties": {
"editors": {
"properties": {
"serviceAccount": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"create": {
"type": "boolean"
},
"name": {
"description": "Name of service account (scope of uniqueness is a 'Projects' namespace)",
"type": "string"
}
},
"required": [
"annotations",
"name"
],
"type": "object"
}
},
"required": [
"serviceAccount"
],
"type": "object"
},
"forge": {
"properties": {
"affinity": {
"type": "object"
},
"aws": {
"properties": {
"IAMRole": {
"type": "string"
}
},
"type": "object"
},
"baseURL": {
"type": "string"
},
"branding": {
"type": "object"
},
"broker": {
"properties": {
"affinity": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"public_url": {
"type": "string"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"url": {
"type": "string"
}
},
"required": [
"enabled"
],
"type": "object"
},
"cloudProvider": {
"type": "string"
},
"clusterRole": {
"properties": {
"name": {
"description": "Name of cluster role",
"type": "string"
}
},
"type": "object"
},
"contentSecurityPolicy": {
"properties": {
"directives": {
"type": "object"
},
"enabled": {
"type": "boolean"
},
"reportOnly": {
"type": "boolean"
},
"reportUri": {
"type": "string"
}
},
"type": "object"
},
"domain": {
"pattern": "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,25}$",
"type": "string"
},
"ee": {
"properties": {
"billing": {
"properties": {
"stripe": {
"properties": {
"device_price": {
"type": "string"
},
"device_product": {
"type": "string"
},
"key": {
"type": "string"
},
"new_customer_free_credit": {
"type": "integer"
},
"project_price": {
"type": "string"
},
"project_product": {
"type": "string"
},
"team_price": {
"type": "string"
},
"team_product": {
"type": "string"
},
"teams": {
"type": "object"
},
"wh_secret": {
"type": "string"
}
},
"required": [
"key",
"wh_secret",
"team_price",
"team_product",
"project_price",
"project_product"
],
"type": "object"
}
},
"required": [
"stripe"
],
"type": "object"
}
},
"required": [
"billing"
],
"type": "object"
},
"email": {
"properties": {
"from": {
"type": "string"
},
"ses": {
"properties": {
"region": {
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
},
"smtp": {
"properties": {
"host": {
"type": "string"
},
"password": {
"type": "string"
},
"port": {
"type": "integer"
},
"tls": {
"type": "boolean"
},
"user": {
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
},
"type": "object"
},
"entryPoint": {
"type": "string"
},
"fileStore": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"options": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"enabled"
],
"then": {
"required": [
"type",
"options"
]
},
"type": "object"
},
"https": {
"type": "boolean"
},
"image": {
"type": "string"
},
"localPostgresql": {
"type": "boolean"
},
"managementSelector": {
"type": "object"
},
"podSecurityContext": {
"properties": {
"fsGroup": {
"type": "integer"
},
"runAsGroup": {
"type": "integer"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"properties": {
"localhostProfile": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"projectDeploymentTolerations": {
"default": [],
"items": {
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"effect",
"key",
"operator",
"value"
],
"type": "object"
},
"type": "array"
},
"projectNamespace": {
"type": "string"
},
"projectSelector": {
"type": "object"
},
"rateLimits": {
"properties": {
"enabled": {
"type": "boolean"
},
"global": {
"type": "boolean"
},
"max": {
"type": "integer"
},
"maxAnonymous": {
"type": "integer"
},
"timeWindow": {
"type": "integer"
}
},
"type": "object"
},
"registry": {
"type": "string"
},
"registrySecrets": {
"items": {
"type": "string"
},
"type": "array"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": [
"number",
"string"
]
},
"memory": {
"type": [
"number",
"string"
]
}
},
"type": "object"
}
},
"type": "object"
},
"support": {
"if": {
"properties": {
"enabled": {
"enum": [
true
]
}
}
},
"properties": {
"enabled": {
"type": "boolean"
},
"hubspot": {
"type": "integer"
}
},
"then": {
"required": [
"hubspot"
]
},
"type": "object"
},
"telemetry": {
"properties": {
"backend": {
"properties": {
"prometheus": {
"properties": {
"enabled": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"enabled": {
"type": "boolean"
},
"plausible": {
"type": "string"
},
"posthog": {
"properties": {
"apikey": {
"type": "string"
},
"apiurl": {
"type": "string"
},
"capture_pageview": {
"type": "boolean"
}
},
"required": [
"apikey"
],
"type": "object"
},
"sentry": {
"properties": {
"backend_dsn": {
"type": "string"
},
"environment": {
"type": "string"
},
"frontend_dsn": {
"type": "string"
},
"production_mode": {
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"domain",
"localPostgresql"
],
"type": "object"
},
"ingress": {
"properties": {
"annotations": {
"minProperties": 0,
"type": "object"
},
"certManagerIssuer": {
"type": "string"
},
"className": {
"type": "string"
}
},
"type": "object"
},
"postgresql": {
"properties": {
"auth": {
"properties": {
"database": {
"type": "string"
},
"password": {
"type": "string"
},
"postgresPassword": {
"type": "string"
},
"username": {
"type": "string"
}
},
"required": [
"username",
"password",
"database"
],
"type": "object"
},
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"ssl": {
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"forge",
"postgresql"
],
"then": {
"properties": {
"postgresql": {
"required": [
"host",
"auth"
]
}
}
},
"title": "Values",
"type": "object"
} | Apache-2.0 | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.