-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathspec-toolkit.config.json
More file actions
66 lines (66 loc) · 1.97 KB
/
spec-toolkit.config.json
File metadata and controls
66 lines (66 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"$schema": "https://open-resource-discovery.github.io/spec-toolkit/spec-v1/spec-toolkit-config.schema.json#",
"generalConfig": {
"tsTypeExportExcludeJsFileExtension": true,
"preservedCoreSpecificXProperties": [
"x-introduced-in-version",
"x-feature-status",
"x-recommended",
"x-association-target",
"x-deprecated-in-version",
"x-deprecation-text"
]
},
"outputPath": "src/generated/spec/v1",
"docsConfig": [
{
"type": "spec",
"id": "Configuration",
"sourceFilePath": "./spec/v1/Configuration.schema.yaml",
"mdFrontmatter": {
"title": "ORD Configuration",
"sidebar_position": "0",
"description": "Describes the technical interface / schema for ORD Configuration."
},
"examplesFolderPath": "./examples/configuration/"
},
{
"type": "spec",
"id": "Document",
"sourceFilePath": "./spec/v1/Document.schema.yaml",
"mdFrontmatter": {
"title": "ORD Document",
"sidebar_position": "1",
"description": "Describes the technical interface / schema for ORD Document."
},
"examplesFolderPath": "./examples/documents/"
},
{
"type": "spec",
"id": "AgentGovernance",
"sourceFilePath": "./spec-extension/models/AgentGovernance.schema.yaml",
"sourceIntroFilePath": "./spec-extension/models/AgentGovernance.intro.md",
"mdFrontmatter": {
"title": "Agent Governance",
"sidebar_position": "2",
"description": "Model extension for AI agent governance metadata."
}
}
],
"plugins": [
{
"packageName": "./node_modules/@open-resource-discovery/spec-toolkit/dist/plugin/ums/index.js",
"options": {
"metadataPath": "/sap/core/ucl/metadata/ord/v1",
"overrides": ["./spec/v1/Document.ums.yaml"],
"preservedPluginSpecificXProperties": ["x-ums-type"]
}
},
{
"packageName": "./node_modules/@open-resource-discovery/spec-toolkit/dist/plugin/mermaidDiagram/index.js"
},
{
"packageName": "./node_modules/@open-resource-discovery/spec-toolkit/dist/plugin/tabular/index.js"
}
]
}