schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
azure-deviceupdate-import-manifest-5.0.json | description | Optional update description. | {"type": "string", "minLength": 1, "maxLength": 512} |
azure-deviceupdate-import-manifest-5.0.json | files | List of update payload files. Sum of all file sizes may not exceed 2 GB. May be empty or null if all instruction steps are reference steps. | {"type": "array", "items": {}, "minItems": 0, "maxItems": 10} |
azure-deviceupdate-import-manifest-5.0.json | manifestVersion | Import manifest schema version. Must be 5.0. | {"type": "string", "const": "5.0"} |
azure-deviceupdate-import-manifest-5.0.json | createdDateTime | Date & time import manifest was created in ISO 8601 format. | {"type": "string", "examples": ["2020-10-02T22:18:04.9446744Z"]} |
server.json | The event horizon server configuration | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": {"interaction": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "port": {"type": "number"}, "unixSocket": {"type": "string", "format": "uri-reference"}}}, "management": {"port": {"type": "number"}, "unixSocket": {"t... | |
server.json | interaction | The configuration for the interaction server | {"type": "object", "properties": {"enabled": {"type": "boolean"}, "port": {"type": "number"}, "unixSocket": {"type": "string", "format": "uri-reference"}}} |
server.json | enabled | Whether or not the interaction server is enabled | {"type": "boolean"} |
server.json | port | The port to use for exposing the interaction server | {"type": "number"} |
server.json | unixSocket | The unix socket to use for exposing the interaction server on | {"type": "string", "format": "uri-reference"} |
server.json | port | The port to use for exposing the management server | {"type": "number"} |
server.json | unixSocket | The unix socket to use for exposing the management server on | {"type": "string", "format": "uri-reference"} |
drupal-permissions.json | restrict access | This should be used for permissions that have inherent security risks across a variety of potential use cases (for example, the "administer filters" and "bypass node access" permissions provided by Drupal core). | {"type": "boolean"} |
minecraft-texture-mcmeta.json | A mcmeta file for an animated texture for a Minecraft resource pack config schema | {"$schema": "http://json-schema.org/draft-07/schema#", "properties": {"animation": {"type": "object", "properties": {"interpolate": {"type": "boolean", "default": false}, "width": {"type": "integer"}, "height": {"type": "integer"}, "frametime": {"type": "integer", "default": 1}, "frames": {"type": "array", "items": {"o... | |
minecraft-texture-mcmeta.json | animation | Animation | {"type": "object", "properties": {"interpolate": {"type": "boolean", "default": false}, "width": {"type": "integer"}, "height": {"type": "integer"}, "frametime": {"type": "integer", "default": 1}, "frames": {"type": "array", "items": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"index": {"type": "i... |
shopware-extension-schema.json | shopware cli extension configuration definition file | {"$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": {"Config": {"type": "object", "additionalProperties": false, "properties": {"build": {}, "store": {}, "changelog": {}}}, "Changelog": {"type": "object", "additionalProperties": false, "properties": {"enabled": {"type": "boolean", "default": fals... | |
shopware-extension-schema.json | enabled | Enables the changelog generation. | {"type": "boolean", "default": false} |
shopware-extension-schema.json | ai_enabled | Enables the changelog generation with OpenAI (Requires OPENAI_TOKEN environment variable). | {"type": "boolean", "default": false} |
shopware-extension-schema.json | pattern | Limit with RegEx which commits should be considered for the changelog generation. | {"type": "string", "default": ""} |
shopware-extension-schema.json | template | Allows to override the Go template which renders the Changelog. | {"type": "string", "default": ""} |
shopware-extension-schema.json | variables | Allows to write RegEx groups into variables which can be used in the template. | {"type": "object"} |
shopware-extension-schema.json | shopwareVersionConstraint | Overrides the shopware version constraint in the composer.json/manifest.xml file. | {"type": "string"} |
shopware-extension-schema.json | icon | Specifies the Path to the icon (128x128 px) for store. | {"type": "string"} |
shopware-extension-schema.json | availabilities | Specifies the visibility in stores. | {"type": "array", "uniqueItems": true, "items": {"type": "string", "enum": ["German", "International"]}} |
shopware-extension-schema.json | localizations | Specifies the languages the extension is translated. | {"type": "array", "uniqueItems": true, "items": {"type": "string", "enum": ["de_DE", "en_GB", "es_ES", "fi_FI", "fr_FR", "it_IT", "nb_NO", "nl_NL", "pl_PL", "sv_SE", "bg_BG", "cs_CZ", "pt_PT", "hy", "de_CH", "tr", "da_DK", "ru_RU"]}} |
shopware-extension-schema.json | categories | Specifies the categories in which the extension can be found. | {"type": "array", "uniqueItems": true, "maxItems": 1, "items": {"type": "string", "enum": ["Administration", "SEOOptimierung", "Bonitaetspr\u00fcfung", "Rechtssicherheit", "Auswertung", "KommentarFeedback", "Tracking", "Integration", "PreissuchmaschinenPortale", "Warenwirtschaft", "Versand", "Bezahlung", "StorefrontDet... |
shopware-extension-schema.json | type | Specifies the type of this extension. | {"type": "string", "enum": ["extension", "theme"]} |
shopware-extension-schema.json | automatic_bugfix_version_compatibility | Specifies whether the extension should automatically be set compatible with Shopware bugfix versions. | {"type": "boolean"} |
shopware-extension-schema.json | videos | Specifies the links of YouTube-Videos to show or describe the extension. | {"type": "object", "additionalProperties": false, "minProperties": 1, "properties": {"de": {"type": "array", "maxItems": 2, "items": {"type": "string"}}, "en": {"type": "array", "maxItems": 2, "items": {"type": "string"}}}} |
shopware-extension-schema.json | tags | Specifies the tags of the extension. | {"type": "object", "additionalProperties": false, "minProperties": 1, "properties": {"de": {"type": "array", "items": {"type": "string"}, "maxItems": 5}, "en": {"type": "array", "items": {"type": "string"}, "maxItems": 5}}} |
shopware-extension-schema.json | highlights | Specifies the highlights of the extension. | {"type": "object", "additionalProperties": false, "minProperties": 1, "properties": {"de": {"type": "array", "items": {"type": "string"}, "maxItems": 5}, "en": {"type": "array", "items": {"type": "string"}, "maxItems": 5}}} |
shopware-extension-schema.json | features | Specifies the features of the extension. | {"type": "object", "additionalProperties": false, "minProperties": 1, "properties": {"de": {"type": "array", "items": {"type": "string"}, "maxItems": 15}, "en": {"type": "array", "items": {"type": "string"}, "maxItems": 15}}} |
shopware-extension-schema.json | faq | Specifies Frequently Asked Questions for the extension. | {"type": "object", "additionalProperties": false, "minProperties": 1, "properties": {"de": {"type": "array", "items": {}}, "en": {"type": "array", "items": {}}}} |
shopware-extension-schema.json | description | Specifies the description of the extension in store. | {"type": "object", "additionalProperties": false, "minProperties": 1, "properties": {"de": {"type": "string"}, "en": {"type": "string"}}} |
shopware-extension-schema.json | de | Use string or set path to a file with prefix `file:` containing the description, f.e. `file:src/store/manual_de.md` | {"type": "string"} |
shopware-extension-schema.json | en | Use string or set path to a file with prefix `file:` containing the description, f.e. `file:src/store/manual_en.md` | {"type": "string"} |
shopware-extension-schema.json | installation_manual | Installation manual of the extension in store. | {"type": "object", "additionalProperties": false, "properties": {"de": {"type": "string"}, "en": {"type": "string"}}} |
shopware-extension-schema.json | de | Use string or set path to a file with prefix `file:` containing the description, f.e. `file:src/store/manual_de.md` | {"type": "string"} |
shopware-extension-schema.json | en | Use string or set path to a file with prefix `file:` containing the description, f.e. `file:src/store/manual_en.md` | {"type": "string"} |
shopware-extension-schema.json | images | Specifies images for the extension in the store. | {"type": "array", "minItems": 1, "items": {"type": "object", "required": ["file", "priority"], "additionalProperties": false, "properties": {"file": {"type": "string"}, "activate": {"type": "object", "additionalProperties": false, "properties": {"en": {"type": "boolean"}, "de": {"type": "boolean"}}}, "preview": {"type"... |
shopware-extension-schema.json | file | File path to image relative from root of the extension | {"type": "string"} |
shopware-extension-schema.json | activate | Specifies whether the image is active in the language. | {"type": "object", "additionalProperties": false, "properties": {"en": {"type": "boolean"}, "de": {"type": "boolean"}}} |
shopware-extension-schema.json | preview | Specifies whether the image is a preview in the language. | {"type": "object", "additionalProperties": false, "properties": {"en": {"type": "boolean"}, "de": {"type": "boolean"}}} |
shopware-extension-schema.json | priority | Specifies the order of the image ascending the given priority. | {"type": "integer", "minimum": 0} |
ifstate.conf.schema.json | IfState 1.8.2 Configuration Schema | {"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "required": ["interfaces"], "$defs": {"ignore-ipaddr": {"type": "array", "items": {"type": "string", "examples": ["fe80::/10"]}}, "ignore-ifname": {"type": "array", "items": {"examples": ["^br-[\\da-f]{12}", "^docker\\d+", "^lo$", "^ppp\\d+$", "^v... | |
ifstate.conf.schema.json | ignore-ipaddr | list of ip address prefixes to be ignored | {"type": "array", "items": {"type": "string", "examples": ["fe80::/10"]}} |
ifstate.conf.schema.json | items | ip address with prefix length | {"type": "string", "examples": ["fe80::/10"]} |
ifstate.conf.schema.json | ignore-ifname | interface names matching this list of regex will be ignored | {"type": "array", "items": {"examples": ["^br-[\\da-f]{12}", "^docker\\d+", "^lo$", "^ppp\\d+$", "^veth", "^virbr\\d+", "^vrrp\\d*\\.\\d+$"], "type": "string"}} |
ifstate.conf.schema.json | items | regex to match interface name | {"examples": ["^br-[\\da-f]{12}", "^docker\\d+", "^lo$", "^ppp\\d+$", "^veth", "^virbr\\d+", "^vrrp\\d*\\.\\d+$"], "type": "string"} |
ifstate.conf.schema.json | ignore-routes | filter routes by options | {"type": "array", "items": {"type": "object", "additionalProperties": false, "properties": {"dev": {"type": ["integer", "string"]}, "proto": {"type": ["integer", "string"], "default": "boot"}, "realm": {"type": ["integer", "string"]}, "scope": {"type": ["integer", "string"]}, "table": {"type": ["integer", "string"], "d... |
ifstate.conf.schema.json | ignore-rules | filter rules by options | {"type": "array", "items": {"type": "object", "additionalProperties": false, "properties": {"action": {"type": ["integer", "string"], "enum": ["to_tbl", "blackhole", "unreachable", "prohibit"], "default": "to_tbl"}, "table": {"type": ["integer", "string"], "minimum": 0, "maximum": 255}, "priority": {"type": "integer", ... |
ifstate.conf.schema.json | action | the type of this rule | {"type": ["integer", "string"], "enum": ["to_tbl", "blackhole", "unreachable", "prohibit"], "default": "to_tbl"} |
ifstate.conf.schema.json | priority | the priority of this rule | {"type": "integer", "minimum": 0, "maximum": 4294967295} |
ifstate.conf.schema.json | from | select the source prefix to match | {"type": "string"} |
ifstate.conf.schema.json | to | select the destination prefix to match | {"type": "string"} |
ifstate.conf.schema.json | iif | select the incoming device to match | {"type": "string"} |
ifstate.conf.schema.json | oif | select the outgoing device to match | {"type": "string"} |
ifstate.conf.schema.json | proto | routing protocol number (`/etc/iproute2/rt_protos`) | {"type": ["integer", "string"], "default": "unspec"} |
ifstate.conf.schema.json | fwmark | select the *fwmark* value to match | {"type": "integer"} |
ifstate.conf.schema.json | ipproto | select the ip protocol to match | {"type": ["integer", "string"]} |
ifstate.conf.schema.json | iface-link_address | link mac address (xx:xx:xx:xx:xx:xx) | {"type": "string", "pattern": "^([a-f0-9]{2}:){5}[a-f0-9]{2}$"} |
ifstate.conf.schema.json | iface-link_group | specifies a device group name or index | {"type": ["integer", "string"]} |
ifstate.conf.schema.json | iface-link_link | specifies a parent device name or index | {"type": ["integer", "string"]} |
ifstate.conf.schema.json | iface-link_master | specifies a master device name or index | {"type": ["integer", "string"]} |
ifstate.conf.schema.json | iface-link_mtu | change the mtu of the device | {"type": "integer", "minimum": 68, "maximum": 65536} |
ifstate.conf.schema.json | iface-link_state | set device state | {"type": "string", "enum": ["up", "down"]} |
ifstate.conf.schema.json | iface-link_txqlen | the transmit queue length of the device | {"type": "integer"} |
ifstate.conf.schema.json | iface-link_ifalias | symbolic name for easy reference | {"type": "string"} |
ifstate.conf.schema.json | iface-link_tun-remote4 | remote IPv4 address of the tunnel | {"type": "string", "format": "ipv4"} |
ifstate.conf.schema.json | iface-link_tun-local4 | local IPv4 address of the tunnel | {"type": "string", "format": "ipv4"} |
ifstate.conf.schema.json | iface-link_tun-remote6 | remote IPv4 address of the tunnel | {"type": "string", "format": "ipv6"} |
ifstate.conf.schema.json | iface-link_tun-local6 | local IPv4 address of the tunnel | {"type": "string", "format": "ipv6"} |
ifstate.conf.schema.json | iface-link_tun-dev | interface to use for tunnel endpoint communication | {} |
ifstate.conf.schema.json | iface-sysctl | configures [per interface sysctl settings](https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt) | {"type": "object", "additionalProperties": false, "properties": {"ipv4": {"type": "object", "properties": {"accept_local": {"type": "integer"}, "accept_redirects": {"type": "integer"}, "accept_source_route": {"type": "integer"}, "arp_accept": {"type": "integer"}, "arp_announce": {"type": "integer"}, "arp_filter": {"typ... |
ifstate.conf.schema.json | ipv4 | settings in `/proc/sys/net/ipv4/*/conf/` | {"type": "object", "properties": {"accept_local": {"type": "integer"}, "accept_redirects": {"type": "integer"}, "accept_source_route": {"type": "integer"}, "arp_accept": {"type": "integer"}, "arp_announce": {"type": "integer"}, "arp_filter": {"type": "integer"}, "arp_ignore": {"type": "integer"}, "arp_notify": {"type":... |
ifstate.conf.schema.json | ipv6 | settings in `/proc/sys/net/ipv6/*/conf/` | {"type": "object", "additionalProperties": false, "properties": {"accept_dad": {"type": "integer"}, "accept_ra": {"type": "integer"}, "accept_ra_defrtr": {"type": "integer"}, "accept_ra_from_local": {"type": "integer"}, "accept_ra_min_hop_limit": {"type": "integer"}, "accept_ra_mtu": {"type": "integer"}, "accept_ra_pin... |
ifstate.conf.schema.json | iface-tc_qid | qdisc id | {"type": "string", "format": "^(root|[0-9a-f]+:[0-9a-f]*)$"} |
ifstate.conf.schema.json | iface-tc_protocol | protocol selector | {"type": ["string", "integer"], "minLength": 2, "minimum": 0, "maximum": 255, "default": 3} |
ifstate.conf.schema.json | iface-tc_prio | priority | {"type": "integer", "minimum": 0, "maximum": 65535} |
ifstate.conf.schema.json | iface-tc_qdisc | traffic control queueing discipline | {"type": "object", "required": ["handle"], "properties": {"handle": {}}, "oneOf": [{"required": ["kind"], "properties": {"kind": {"type": "string", "enum": ["gred", "hhf", "mqprio", "multiq", "netem", "pfifo_fast", "pie", "red", "sfb", "sfq", "tbf"]}}}, {}, {"required": ["kind", "limit", "min", "max", "avpkt", "burst",... |
ifstate.conf.schema.json | handle | unique id | {} |
ifstate.conf.schema.json | iface-tc_qdisc | generic classless qdisc | {"required": ["kind"], "properties": {"kind": {"type": "string", "enum": ["gred", "hhf", "mqprio", "multiq", "netem", "pfifo_fast", "pie", "red", "sfb", "sfq", "tbf"]}}} |
ifstate.conf.schema.json | kind | qdisk type | {"type": "string", "enum": ["gred", "hhf", "mqprio", "multiq", "netem", "pfifo_fast", "pie", "red", "sfb", "sfq", "tbf"]} |
ifstate.conf.schema.json | iface-tc_qdisc | [choke](https://man7.org/linux/man-pages/man8/tc-choke.8.html) - choose and keep scheduler | {"required": ["kind", "limit", "min", "max", "avpkt", "burst", "probability"], "properties": {"kind": {"const": "choke"}}} |
ifstate.conf.schema.json | kind | qdisk type | {"const": "choke"} |
ifstate.conf.schema.json | iface-tc_qdisc | [CoDel](https://man7.org/linux/man-pages/man8/tc-codel.8.html) - Controlled-Delay Active Queue Management algorithm | {"required": ["kind"], "properties": {"kind": {"const": "codel"}}} |
ifstate.conf.schema.json | kind | qdisk type | {"const": "codel"} |
ifstate.conf.schema.json | iface-tc_qdisc | [bfifo](https://man7.org/linux/man-pages/man8/tc-bfifo.8.html) - Byte limited First In, First Out queue; [pfifo](https://man7.org/linux/man-pages/man8/tc-pfifo.8.html) - Packet limited First In, First Out queue | {"required": ["kind"], "additionalProperties": false, "properties": {"kind": {"type": "string", "enum": ["bfifo", "pfifo"]}, "limit": {"type": "number"}}} |
ifstate.conf.schema.json | kind | qdisk type | {"type": "string", "enum": ["bfifo", "pfifo"]} |
ifstate.conf.schema.json | limit | queue size in bytes or packets | {"type": "number"} |
ifstate.conf.schema.json | iface-tc_qdisc | [fq](https://man7.org/linux/man-pages/man8/tc-fq.8.html) - Fair Queue traffic policing | {"required": ["kind"], "properties": {"kind": {"const": "fq"}, "limit": {"type": "number"}, "flow_limit": {"type": "number"}}} |
ifstate.conf.schema.json | kind | qdisk type | {"const": "fq"} |
ifstate.conf.schema.json | limit | hard limit on the real queue size (number of packets) | {"type": "number"} |
ifstate.conf.schema.json | flow_limit | hard limit on the max number of packets per flow | {"type": "number"} |
ifstate.conf.schema.json | iface-tc_qdisc | [fq_codel](https://man7.org/linux/man-pages/man8/tc-fq_codel.8.html) - Fair Queuing (FQ) with Controlled Delay (CoDel) | {"required": ["kind"], "properties": {"kind": {"const": "fq_codel"}, "limit": {"type": "number"}, "flows": {"type": "number"}}} |
ifstate.conf.schema.json | kind | qdisk type | {"const": "fq_codel"} |
ifstate.conf.schema.json | limit | hard limit on the real queue size (number of packets) | {"type": "number"} |
ifstate.conf.schema.json | flows | number of flows | {"type": "number"} |
ifstate.conf.schema.json | iface-tc_qdisc | generic classful qdisc | {"required": ["kind"], "properties": {"kind": {"type": "string", "enum": ["atm", "cbq", "drr", "dsmark", "hfsc", "htb", "prio", "qfq"]}}} |
ifstate.conf.schema.json | kind | qdisk type | {"type": "string", "enum": ["atm", "cbq", "drr", "dsmark", "hfsc", "htb", "prio", "qfq"]} |
ifstate.conf.schema.json | iface-tc_qdisc | classful multiqueue dummy scheduler | {"required": ["kind", "children"], "properties": {"kind": {"const": "mq"}, "children": {"type": "array", "items": {}}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.