Skip to content

Commit 01dbbac

Browse files
feat: Add schema for ORT Server's repository environment configuration (SchemaStore#4678)
1 parent 7ec78c9 commit 01dbbac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4042,6 +4042,12 @@
40424042
],
40434043
"url": "https://raw.githubusercontent.com/outblocks/outblocks-cli/master/schema/schema-table.json"
40444044
},
4045+
{
4046+
"name": "ORT Server repository environment configuration",
4047+
"description": "Repository environment configuration to configure infrastructure services, environment variables, and package-manager specific settings",
4048+
"fileMatch": [".ort.env.yml", ".ort.env.yaml"],
4049+
"url": "https://raw.githubusercontent.com/eclipse-apoapsis/ort-server/refs/heads/main/integrations/schemas/repository-environment-config.json"
4050+
},
40454051
{
40464052
"name": "Ory Kratos configuration",
40474053
"description": "Ory Kratos configuration file",

0 commit comments

Comments
 (0)