Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -3304,7 +3304,7 @@
"name": "IBM Zapp document",
"description": "IBM Z APPlication configuration file for IBM zDevOps development tools such as Z Open Editor",
"fileMatch": ["zapp.yaml", "zapp.yml", "zapp.json"],
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.7.0.json",
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json",
"versions": {
"1.0.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.0.0.json",
"1.1.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.1.0.json",
Expand All @@ -3314,7 +3314,8 @@
"1.4.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.4.0.json",
"1.5.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.5.0.json",
"1.6.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.6.0.json",
"1.7.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.7.0.json"
"1.7.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.7.0.json",
"1.8.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json"
}
},
{
Expand Down Expand Up @@ -4216,6 +4217,18 @@
"fileMatch": ["*.nac.yml", "*.nac.yaml", "*.aac.yml", "*.aac.yaml"],
"url": "https://raw.githubusercontent.com/netascode/schema/main/schema.json"
},
{
"name": "Next Gen UI Agent A2A Server Configuration",
"description": "Next Gen UI Agent A2A Server configuration. Documentation: https://redhat-ux.github.io/next-gen-ui-agent/spec/a2a/#agent-configuration",
"fileMatch": ["ngui-a2a_*.yaml", "ngui-a2a_*.yml", "ngui-a2a_*.json"],
"url": "https://raw.githubusercontent.com/RedHat-UX/next-gen-ui-agent/refs/heads/main/spec/a2a/a2a_agent_config.schema.json"
},
{
"name": "Next Gen UI Agent MCP Server Configuration",
"description": "Next Gen UI Agent MCP Server configuration. Documentation: https://redhat-ux.github.io/next-gen-ui-agent/spec/mcp/#agent-configuration",
"fileMatch": ["ngui-mcp_*.yaml", "ngui-mcp_*.yml", "ngui-mcp_*.json"],
"url": "https://raw.githubusercontent.com/RedHat-UX/next-gen-ui-agent/refs/heads/main/spec/mcp/mcp_agent_config.schema.json"
},
{
"name": "Next Gen UI Agent Configuration",
"description": "NextGen UI Agent configuration. Documentation: https://redhat-ux.github.io/next-gen-ui-agent/guide/configuration/",
Expand Down Expand Up @@ -6345,7 +6358,7 @@
"**/src/main/webapp/manifest.json",
"**/src/manifest.json"
],
"url": "https://raw.githubusercontent.com/SAP/ui5-manifest/master/schema.json"
"url": "https://raw.githubusercontent.com/UI5/manifest/main/schema.json"
},
{
"name": "ui5.yaml",
Expand Down
139 changes: 95 additions & 44 deletions src/schemas/json/putout.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,34 @@
"apply-at": {
"$ref": "#/definitions/rule"
},
"apply-destructuring": {
"destructuring": {
"$ref": "#/definitions/rule"
},
"destructuring/apply-array": {
"$ref": "#/definitions/rule"
},
"destructuring/apply-object": {
"$ref": "#/definitions/rule"
},
"destructuring/split-nested": {
"$ref": "#/definitions/rule"
},
"destructuring/merge-properties": {
"$ref": "#/definitions/rule"
},
"destructuring/extract-properties": {
"$ref": "#/definitions/rule"
},
"destructuring/extract-properties-equal-deep": {
"$ref": "#/definitions/rule"
},
"destructuring/extract-properties-not-equal-deep": {
"$ref": "#/definitions/rule"
},
"destructuring/remove-useless-object": {
"$ref": "#/definitions/rule"
},
"destructuring/remove-useless-arguments": {
"$ref": "#/definitions/rule"
},
"return": {
Expand Down Expand Up @@ -162,9 +189,6 @@
"conditions/remove-constant": {
"$ref": "#/definitions/rule"
},
"conditions/remove-boolean": {
"$ref": "#/definitions/rule"
},
"conditions/remove-useless-else": {
"$ref": "#/definitions/rule"
},
Expand All @@ -177,15 +201,6 @@
"label/remove-unused": {
"$ref": "#/definitions/rule"
},
"convert-apply-to-spread": {
"$ref": "#/definitions/rule"
},
"convert-arguments-to-rest": {
"$ref": "#/definitions/rule"
},
"convert-array-copy-to-slice": {
"$ref": "#/definitions/rule"
},
"convert-bitwise-to-logical": {
"$ref": "#/definitions/rule"
},
Expand All @@ -198,21 +213,15 @@
"convert-is-nan-to-number-is-nan": {
"$ref": "#/definitions/rule"
},
"convert-math-pow": {
"math/apply-exponential": {
"$ref": "#/definitions/rule"
},
"convert-mock-require-to-mock-import": {
"$ref": "#/definitions/rule"
},
"convert-object-assign-to-merge-spread": {
"tape/convert-mock-require-to-mock-import": {
"$ref": "#/definitions/rule"
},
"convert-quotes-to-backticks": {
"$ref": "#/definitions/rule"
},
"convert-spread-to-array-from": {
"$ref": "#/definitions/rule"
},
"convert-template-to-string": {
"$ref": "#/definitions/rule"
},
Expand All @@ -228,9 +237,6 @@
"eslint": {
"$ref": "#/definitions/rule"
},
"extract-object-properties": {
"$ref": "#/definitions/rule"
},
"extract-sequence-expressions": {
"$ref": "#/definitions/rule"
},
Expand Down Expand Up @@ -270,9 +276,6 @@
"maybe": {
"$ref": "#/definitions/rule"
},
"merge-destructuring-properties": {
"$ref": "#/definitions/rule"
},
"parens": {
"$ref": "#/definitions/rule"
},
Expand Down Expand Up @@ -360,9 +363,6 @@
"putout/add-args": {
"$ref": "#/definitions/rule"
},
"putout/add-index-to-import": {
"$ref": "#/definitions/rule"
},
"putout/add-push": {
"$ref": "#/definitions/rule"
},
Expand Down Expand Up @@ -492,7 +492,7 @@
"regexp": {
"$ref": "#/definitions/rule"
},
"remove-boolean-from-assertions": {
"conditions/remove-boolean": {
"$ref": "#/definitions/rule"
},
"remove-boolean-from-logical-expressions": {
Expand Down Expand Up @@ -534,6 +534,9 @@
"esm": {
"$ref": "#/definitions/rule"
},
"esm/add-index-to-import": {
"$ref": "#/definitions/rule"
},
"esm/remove-empty-import": {
"$ref": "#/definitions/rule"
},
Expand Down Expand Up @@ -582,7 +585,37 @@
"remove-unreachable-code": {
"$ref": "#/definitions/rule"
},
"remove-unreferenced-variables": {
"variables": {
"$ref": "#/definitions/rule"
},
"variables/convert-const-to-let": {
"$ref": "#/definitions/rule"
},
"variables/remove-unused": {
"$ref": "#/definitions/rule"
},
"variables/remove-useless": {
"$ref": "#/definitions/rule"
},
"variables/remove-useless-assignment": {
"$ref": "#/definitions/rule"
},
"variables/remove-useless-declarations": {
"$ref": "#/definitions/rule"
},
"variables/remove-useless-duplicates": {
"$ref": "#/definitions/rule"
},
"variables/remove-useless-rename": {
"$ref": "#/definitions/rule"
},
"variables/remove-unreferenced": {
"$ref": "#/definitions/rule"
},
"variables/extract-keyword": {
"$ref": "#/definitions/rule"
},
"variables/split-declarations": {
"$ref": "#/definitions/rule"
},
"remove-unused-expressions": {
Expand All @@ -594,10 +627,22 @@
"remove-unused-types": {
"$ref": "#/definitions/rule"
},
"remove-unused-variables": {
"arguments": {
"$ref": "#/definitions/rule"
},
"arguments/apply-json-parse": {
"$ref": "#/definitions/rule"
},
"arguments/apply-rest": {
"$ref": "#/definitions/rule"
},
"arguments/remove-useless": {
"$ref": "#/definitions/rule"
},
"remove-useless-arguments": {
"arguments/remove-useless-from-method": {
"$ref": "#/definitions/rule"
},
"arguments/remove-unused": {
"$ref": "#/definitions/rule"
},
"remove-useless-array": {
Expand Down Expand Up @@ -630,7 +675,22 @@
"remove-useless-operand": {
"$ref": "#/definitions/rule"
},
"remove-useless-spread": {
"spread": {
"$ref": "#/definitions/rule"
},
"spread/convert-object-assign-to-merge-spread": {
"$ref": "#/definitions/rule"
},
"spread/simplify-nested": {
"$ref": "#/definitions/rule"
},
"spread/convert-apply-to-spread": {
"$ref": "#/definitions/rule"
},
"spread/remove-useless-array": {
"$ref": "#/definitions/rule"
},
"spread/remove-useless-object": {
"$ref": "#/definitions/rule"
},
"remove-useless-template-expressions": {
Expand All @@ -645,9 +705,6 @@
"remove-useless-types-from-constants": {
"$ref": "#/definitions/rule"
},
"remove-useless-variables": {
"$ref": "#/definitions/rule"
},
"reuse-duplicate-init": {
"$ref": "#/definitions/rule"
},
Expand Down Expand Up @@ -675,12 +732,6 @@
"simplify-ternary": {
"$ref": "#/definitions/rule"
},
"split-nested-destructuring": {
"$ref": "#/definitions/rule"
},
"split-variable-declarations": {
"$ref": "#/definitions/rule"
},
"tape": {
"$ref": "#/definitions/rule"
},
Expand Down