Files
schema-tools/public/toolbox-app.json
T
zemion 0c47ec5105
Verify / verify (push) Canceled after 0s
Release Schema Tools 0.2.0
2026-09-02 08:04:49 +02:00

57 lines
1.7 KiB
JSON

{
"$schema": "https://git.add-ideas.de/lotobo/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json",
"schemaVersion": 1,
"id": "de.add-ideas.schema-tools",
"name": "Schema Tools",
"version": "0.2.0",
"description": "Inspect, validate, compare, and derive schema examples locally.",
"entry": "./",
"icon": "./favicon.svg",
"categories": ["developer", "data", "productivity"],
"tags": ["schema", "json-schema", "xsd", "relax-ng", "schematron", "openapi"],
"integration": {
"contextVersion": 1,
"launchModes": ["navigate", "new-tab"],
"embedding": "unsupported"
},
"requirements": {
"secureContext": false,
"workers": false,
"indexedDb": false,
"crossOriginIsolated": false,
"topLevelContext": false
},
"io": {
"accepts": [
{ "mediaType": "application/schema+json", "extensions": [".json"] },
{ "mediaType": "application/yaml", "extensions": [".yaml", ".yml"] },
{
"mediaType": "application/xml",
"extensions": [".xsd", ".rng", ".sch", ".xml"]
}
],
"produces": [
{ "mediaType": "application/json", "extensions": [".json"] },
{ "mediaType": "application/xml", "extensions": [".xml"] }
]
},
"capabilities": { "required": [], "optional": ["workers"] },
"privacy": {
"processing": "local",
"fileUploads": true,
"telemetry": false,
"label": "Inputs stay in this browser; nothing is uploaded."
},
"source": {
"repository": "https://git.add-ideas.de/lotobo/schema-tools",
"license": "GPL-3.0-or-later"
},
"actions": [
{
"id": "source",
"label": "Source",
"url": "https://git.add-ideas.de/lotobo/schema-tools"
}
]
}