@open-resource-discovery/specification 1.12.0 → 1.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/types/v1/Configuration.d.ts +1 -1
- package/dist/types/v1/Document.d.ts +6 -4
- package/package.json +3 -3
- package/static/spec-v1/interfaces/Configuration.annotated.schema.json +8 -1
- package/static/spec-v1/interfaces/Configuration.schema.json +4 -0
- package/static/spec-v1/interfaces/Document.annotated.schema.json +21 -3
- package/static/spec-v1/interfaces/Document.schema.json +15 -2
package/README.md
CHANGED
|
@@ -53,3 +53,9 @@ For detailed and recent changes, please refer to the [CHANGELOG.md](CHANGELOG.md
|
|
|
53
53
|
## License
|
|
54
54
|
|
|
55
55
|
Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/open-resource-discovery/specification).
|
|
56
|
+
|
|
57
|
+
## Open Resource Discovery and NeoNephos
|
|
58
|
+
|
|
59
|
+
Open Resource Discovery has been donated to the NeoNephos Foundation, a Linux Foundation initiative dedicated to advancing open-source projects that align with the strategic objectives of IPCEI-CIS under neutral governance. Learn more about NeoNephos and our role within it [here](https://neonephos.org/).
|
|
60
|
+
|
|
61
|
+
<p align="center"><img alt="Bundesministerium für Wirtschaft und Energie (BMWE)-EU funding logo" src="https://apeirora.eu/assets/img/BMWK-EU.png" width="400"/></p>
|
|
@@ -99,7 +99,7 @@ export interface AccessStrategy {
|
|
|
99
99
|
/**
|
|
100
100
|
* Defines the authentication/authorization strategy through which the referenced ORD Documents can be accessed.
|
|
101
101
|
*/
|
|
102
|
-
type: (string | "open" | "sap:oauth-client-credentials:v1" | "sap:cmp-mtls:v1" | "sap.businesshub:basic-auth:v1" | "custom") & string;
|
|
102
|
+
type: (string | "open" | "basic-auth" | "sap:oauth-client-credentials:v1" | "sap:cmp-mtls:v1" | "sap.businesshub:basic-auth:v1" | "custom") & string;
|
|
103
103
|
/**
|
|
104
104
|
* If the fixed `type` enum values need to be extended, an arbitrary `customType` can be provided.
|
|
105
105
|
*
|
|
@@ -213,7 +213,7 @@ export interface DocumentationLabels {
|
|
|
213
213
|
*/
|
|
214
214
|
export interface SystemType {
|
|
215
215
|
/**
|
|
216
|
-
* The system namespace is a unique identifier for the system type.
|
|
216
|
+
* The [system namespace](../index.md#system-namespace) is a unique identifier for the system type.
|
|
217
217
|
* It is used to reference the system type in the ORD.
|
|
218
218
|
*/
|
|
219
219
|
systemNamespace?: string;
|
|
@@ -495,6 +495,8 @@ export interface APIResource {
|
|
|
495
495
|
* If the URL is relative to the system that describes the ORD information,
|
|
496
496
|
* it is RECOMMENDED to use relative references and (if known) to provide the `describedSystemInstance`.`baseUrl`.
|
|
497
497
|
* If the URL is not relative to the described system instance [base URL](../index.md#def-base-url), a full URL MUST be provided.
|
|
498
|
+
* If the entry points are rewritten by middleware - incl. the special case of client/consumer specific entry points - it is RECOMMENDED to provide relative URLs, so only the `describedSystemInstance`.`baseUrl` has to be rewritten.
|
|
499
|
+
* The provider should not have to describe all middleware or consumer specific entry points. If they are enriched later by the aggregator, it MAY omit the entry points.
|
|
498
500
|
*
|
|
499
501
|
* **Consumer View**:
|
|
500
502
|
* When fetching the information from an ORD Aggregator, the consumer MAY rely on receiving full URLs.
|
|
@@ -512,7 +514,7 @@ export interface APIResource {
|
|
|
512
514
|
/**
|
|
513
515
|
* API Protocol including the protocol version if applicable
|
|
514
516
|
*/
|
|
515
|
-
apiProtocol: (string | "odata-v2" | "odata-v4" | "rest" | "graphql" | "delta-sharing" | "soap-inbound" | "soap-outbound" | "mcp" | "websocket" | "sap-rfc" | "sap-sql-api-v1" | "sap-ina-api-v1") & string;
|
|
517
|
+
apiProtocol: (string | "odata-v2" | "odata-v4" | "rest" | "graphql" | "delta-sharing" | "soap-inbound" | "soap-outbound" | "mcp" | "websocket" | "a2a" | "sap-rfc" | "sap-sql-api-v1" | "sap-ina-api-v1") & string;
|
|
516
518
|
/**
|
|
517
519
|
* List of available machine-readable definitions, which describe the resource or capability in detail.
|
|
518
520
|
*
|
|
@@ -728,7 +730,7 @@ export interface APIResourceDefinition {
|
|
|
728
730
|
* Type of the API Resource Definition
|
|
729
731
|
* If "custom" is chosen, a customType MUST be provided
|
|
730
732
|
*/
|
|
731
|
-
type: (string | "openapi-v2" | "openapi-v3" | "openapi-v3.1+" | "raml-v1" | "edmx" | "csdl-json" | "graphql-sdl" | "wsdl-v1" | "wsdl-v2" | "sap-rfc-metadata-v1" | "sap-sql-api-definition-v1" | "sap-csn-interop-effective-v1" | "custom") & string;
|
|
733
|
+
type: (string | "openapi-v2" | "openapi-v3" | "openapi-v3.1+" | "raml-v1" | "edmx" | "csdl-json" | "graphql-sdl" | "wsdl-v1" | "wsdl-v2" | "a2a-agent-card" | "sap-rfc-metadata-v1" | "sap-sql-api-definition-v1" | "sap-csn-interop-effective-v1" | "custom") & string;
|
|
732
734
|
/**
|
|
733
735
|
* If the fixed `type` enum values need to be extended, an arbitrary `customType` can be provided.
|
|
734
736
|
*
|
|
@@ -774,7 +776,7 @@ export interface AccessStrategy {
|
|
|
774
776
|
/**
|
|
775
777
|
* Defines the authentication/authorization strategy through which the referenced `resourceDefinitions` are accessible.
|
|
776
778
|
*/
|
|
777
|
-
type: (string | "open" | "sap:oauth-client-credentials:v1" | "sap:cmp-mtls:v1" | "sap.businesshub:basic-auth:v1" | "custom") & string;
|
|
779
|
+
type: (string | "open" | "basic-auth" | "sap:oauth-client-credentials:v1" | "sap:cmp-mtls:v1" | "sap.businesshub:basic-auth:v1" | "custom") & string;
|
|
778
780
|
/**
|
|
779
781
|
* If the fixed `type` enum values need to be extended, an arbitrary `customType` can be provided.
|
|
780
782
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package",
|
|
3
3
|
"name": "@open-resource-discovery/specification",
|
|
4
|
-
"version": "1.12.
|
|
4
|
+
"version": "1.12.2",
|
|
5
5
|
"description": "Open Resource Discovery (ORD) Specification",
|
|
6
6
|
"author": "SAP SE",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"@docusaurus/core": "3.8.1",
|
|
30
30
|
"@docusaurus/preset-classic": "3.8.1",
|
|
31
31
|
"@docusaurus/theme-mermaid": "3.8.1",
|
|
32
|
-
"@easyops-cn/docusaurus-search-local": "0.
|
|
33
|
-
"@mdx-js/react": "3.1.
|
|
32
|
+
"@easyops-cn/docusaurus-search-local": "0.52.1",
|
|
33
|
+
"@mdx-js/react": "3.1.1",
|
|
34
34
|
"clsx": "2.1.1",
|
|
35
35
|
"prism-react-renderer": "2.4.1",
|
|
36
36
|
"react": "18.3.1",
|
|
@@ -116,6 +116,11 @@
|
|
|
116
116
|
"const": "open",
|
|
117
117
|
"description": "The resource definitions are openly accessible and not protected via authentication or authorization.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/open)."
|
|
118
118
|
},
|
|
119
|
+
{
|
|
120
|
+
"const": "basic-auth",
|
|
121
|
+
"description": "The resource definitions are protected via generic basic auth.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/basic-auth).",
|
|
122
|
+
"x-introduced-in-version": "1.12.1"
|
|
123
|
+
},
|
|
119
124
|
{
|
|
120
125
|
"const": "sap:oauth-client-credentials:v1",
|
|
121
126
|
"description": "The ORD information are accessible via OAuth 2.0 client credentials flow as standardized within SAP.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/sap-oauth-client-credentials-v1)."
|
|
@@ -126,7 +131,9 @@
|
|
|
126
131
|
},
|
|
127
132
|
{
|
|
128
133
|
"const": "sap.businesshub:basic-auth:v1",
|
|
129
|
-
"description": "The ORD information are accessible for SAP Business Accelerator Hub via Basic Auth strategy.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/sap-businesshub-basic-v1)."
|
|
134
|
+
"description": "The ORD information are accessible for SAP Business Accelerator Hub via Basic Auth strategy.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/sap-businesshub-basic-v1).",
|
|
135
|
+
"x-deprecated-in-version": "1.12.1",
|
|
136
|
+
"x-deprecated": "This access strategy is deprecated and will be removed in a future version of the specification.\nPlease use `basic-auth` instead."
|
|
130
137
|
},
|
|
131
138
|
{
|
|
132
139
|
"const": "custom",
|
|
@@ -112,6 +112,10 @@
|
|
|
112
112
|
"const": "open",
|
|
113
113
|
"description": "The resource definitions are openly accessible and not protected via authentication or authorization.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/open)."
|
|
114
114
|
},
|
|
115
|
+
{
|
|
116
|
+
"const": "basic-auth",
|
|
117
|
+
"description": "The resource definitions are protected via generic basic auth.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/basic-auth)."
|
|
118
|
+
},
|
|
115
119
|
{
|
|
116
120
|
"const": "sap:oauth-client-credentials:v1",
|
|
117
121
|
"description": "The ORD information are accessible via OAuth 2.0 client credentials flow as standardized within SAP.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/sap-oauth-client-credentials-v1)."
|
|
@@ -887,7 +887,7 @@
|
|
|
887
887
|
},
|
|
888
888
|
"entryPoints": {
|
|
889
889
|
"type": "array",
|
|
890
|
-
"description": "List of [URL reference](https://tools.ietf.org/html/rfc3986#section-4.1) (URL or relative reference) to the target host.\n\nIf the API resource can be accessed through an entry point, it MUST be described here.\n\nThe list of entry points MUST not include duplicates.\nIf multiple entry points are provided they MUST be arbitrarily exchangeable without effects.\nThis means that the URLs are just an alias to each other and the `resourceDefinitions` apply to all entry points equally.\nIn case of multiple entry points it is RECOMMENDED to provide a `defaultEntryPoint` through `partOfConsumptionBundles`.\nThe entry point URLs SHOULD match with the target host(s) in the resource definition files (e.g. OpenAPI `servers`).\nIf there is no match, the information in ORD takes precedence.\n\n**Provider View:**\nIf the URL is relative to the system that describes the ORD information,\nit is RECOMMENDED to use relative references and (if known) to provide the `describedSystemInstance`.`baseUrl`.\nIf the URL is not relative to the described system instance [base URL](../index.md#def-base-url), a full URL MUST be provided.\n\n**Consumer View**:\nWhen fetching the information from an ORD Aggregator, the consumer MAY rely on receiving full URLs.",
|
|
890
|
+
"description": "List of [URL reference](https://tools.ietf.org/html/rfc3986#section-4.1) (URL or relative reference) to the target host.\n\nIf the API resource can be accessed through an entry point, it MUST be described here.\n\nThe list of entry points MUST not include duplicates.\nIf multiple entry points are provided they MUST be arbitrarily exchangeable without effects.\nThis means that the URLs are just an alias to each other and the `resourceDefinitions` apply to all entry points equally.\nIn case of multiple entry points it is RECOMMENDED to provide a `defaultEntryPoint` through `partOfConsumptionBundles`.\nThe entry point URLs SHOULD match with the target host(s) in the resource definition files (e.g. OpenAPI `servers`).\nIf there is no match, the information in ORD takes precedence.\n\n**Provider View:**\nIf the URL is relative to the system that describes the ORD information,\nit is RECOMMENDED to use relative references and (if known) to provide the `describedSystemInstance`.`baseUrl`.\nIf the URL is not relative to the described system instance [base URL](../index.md#def-base-url), a full URL MUST be provided.\nIf the entry points are rewritten by middleware - incl. the special case of client/consumer specific entry points - it is RECOMMENDED to provide relative URLs, so only the `describedSystemInstance`.`baseUrl` has to be rewritten. \nThe provider should not have to describe all middleware or consumer specific entry points. If they are enriched later by the aggregator, it MAY omit the entry points. \n\n**Consumer View**:\nWhen fetching the information from an ORD Aggregator, the consumer MAY rely on receiving full URLs.",
|
|
891
891
|
"items": {
|
|
892
892
|
"type": "string",
|
|
893
893
|
"format": "uri-reference"
|
|
@@ -964,6 +964,11 @@
|
|
|
964
964
|
"const": "websocket",
|
|
965
965
|
"description": "Generic [WebSocket](https://datatracker.ietf.org/doc/html/rfc6455) Protocol.\nSince WebSocket is very generic, it is important to also define or least describe which semantics are concretely used, e.g. via an `implementationStandard`.\nThe API Resource definitions `type` MUST ONLY be set to `custom`."
|
|
966
966
|
},
|
|
967
|
+
{
|
|
968
|
+
"const": "a2a",
|
|
969
|
+
"x-introduced-in-version": "1.12.2",
|
|
970
|
+
"description": "[A2A](https://a2a-protocol.org/latest/) is open protocol enabling communication and interoperability between opaque agentic applications.\n\nAs API Resource definition the `a2a-agent-card` MUST be provided, usually put under `/.well-known/agent.json`."
|
|
971
|
+
},
|
|
967
972
|
{
|
|
968
973
|
"const": "sap-rfc",
|
|
969
974
|
"description": "[SAP RFC](https://help.sap.com/viewer/753088fc00704d0a80e7fbd6803c8adb/202009.000/en-US/4888068ad9134076e10000000a42189d.html) (Remote Function Call) is the standard SAP interface for communication between SAP systems.\nRFC calls a function to be executed in a remote system.\nAn API Resource definition of type `sap-rfc-metadata-v1` MUST be provided.\nFor each API Resource definition: `type` MUST ONLY be set to `sap-rfc-metadata-v1` or `custom`."
|
|
@@ -3429,6 +3434,11 @@
|
|
|
3429
3434
|
"const": "wsdl-v2",
|
|
3430
3435
|
"description": "[WSDL 2](https://www.w3.org/TR/2007/REC-wsdl20-20070626/) API Definition for [SOAP](https://en.wikipedia.org/wiki/SOAP) APIs.\nThe `mediaType` MUST be be set to `application/xml`.\nThe `apiProtocol` MUST be set to `soap-inbound` or `soap-outbound`."
|
|
3431
3436
|
},
|
|
3437
|
+
{
|
|
3438
|
+
"const": "a2a-agent-card",
|
|
3439
|
+
"description": "[A2A Agent Card](https://a2a-protocol.org/topics/agent-discovery/) is a machine-readable description of an A2A Agent.\nThe `mediaType` MUST be be set to `application/json`.\nThe `apiProtocol` MUST be set to `a2a`.",
|
|
3440
|
+
"x-introduced-in-version": "1.12.2"
|
|
3441
|
+
},
|
|
3432
3442
|
{
|
|
3433
3443
|
"const": "sap-rfc-metadata-v1",
|
|
3434
3444
|
"description": "Proprietary metadata description format for [SAP RFC](https://help.sap.com/viewer/753088fc00704d0a80e7fbd6803c8adb/202009.000/en-US/4888068ad9134076e10000000a42189d.html).\nThe `mediaType` MUST be be set to `application/xml`."
|
|
@@ -5007,8 +5017,9 @@
|
|
|
5007
5017
|
"properties": {
|
|
5008
5018
|
"systemNamespace": {
|
|
5009
5019
|
"type": "string",
|
|
5010
|
-
"description": "The system namespace is a unique identifier for the system type.\nIt is used to reference the system type in the ORD.",
|
|
5020
|
+
"description": "The [system namespace](../index.md#system-namespace) is a unique identifier for the system type.\nIt is used to reference the system type in the ORD.",
|
|
5011
5021
|
"pattern": "^[a-z0-9]+(?:[.][a-z0-9]+){1}$",
|
|
5022
|
+
"maxLength": 32,
|
|
5012
5023
|
"examples": [
|
|
5013
5024
|
"sap.s4",
|
|
5014
5025
|
"sap.c4c",
|
|
@@ -5134,6 +5145,11 @@
|
|
|
5134
5145
|
"const": "open",
|
|
5135
5146
|
"description": "The resource definitions are openly accessible and not protected via authentication or authorization.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/open)."
|
|
5136
5147
|
},
|
|
5148
|
+
{
|
|
5149
|
+
"const": "basic-auth",
|
|
5150
|
+
"description": "The resource definitions are protected via generic basic auth.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/basic-auth).",
|
|
5151
|
+
"x-introduced-in-version": "1.12.1"
|
|
5152
|
+
},
|
|
5137
5153
|
{
|
|
5138
5154
|
"const": "sap:oauth-client-credentials:v1",
|
|
5139
5155
|
"description": "The ORD information are accessible via OAuth 2.0 client credentials flow as standardized within SAP.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/sap-oauth-client-credentials-v1)."
|
|
@@ -5144,7 +5160,9 @@
|
|
|
5144
5160
|
},
|
|
5145
5161
|
{
|
|
5146
5162
|
"const": "sap.businesshub:basic-auth:v1",
|
|
5147
|
-
"description": "The ORD information are accessible for SAP Business Accelerator Hub via Basic Auth strategy.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/sap-businesshub-basic-v1)."
|
|
5163
|
+
"description": "The ORD information are accessible for SAP Business Accelerator Hub via Basic Auth strategy.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/sap-businesshub-basic-v1).",
|
|
5164
|
+
"x-deprecated-in-version": "1.12.1",
|
|
5165
|
+
"x-deprecated": "This access strategy is deprecated and will be removed in a future version of the specification.\nPlease use `basic-auth` instead."
|
|
5148
5166
|
},
|
|
5149
5167
|
{
|
|
5150
5168
|
"const": "custom",
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
},
|
|
806
806
|
"entryPoints": {
|
|
807
807
|
"type": "array",
|
|
808
|
-
"description": "List of [URL reference](https://tools.ietf.org/html/rfc3986#section-4.1) (URL or relative reference) to the target host.\n\nIf the API resource can be accessed through an entry point, it MUST be described here.\n\nThe list of entry points MUST not include duplicates.\nIf multiple entry points are provided they MUST be arbitrarily exchangeable without effects.\nThis means that the URLs are just an alias to each other and the `resourceDefinitions` apply to all entry points equally.\nIn case of multiple entry points it is RECOMMENDED to provide a `defaultEntryPoint` through `partOfConsumptionBundles`.\nThe entry point URLs SHOULD match with the target host(s) in the resource definition files (e.g. OpenAPI `servers`).\nIf there is no match, the information in ORD takes precedence.\n\n**Provider View:**\nIf the URL is relative to the system that describes the ORD information,\nit is RECOMMENDED to use relative references and (if known) to provide the `describedSystemInstance`.`baseUrl`.\nIf the URL is not relative to the described system instance [base URL](../index.md#def-base-url), a full URL MUST be provided.\n\n**Consumer View**:\nWhen fetching the information from an ORD Aggregator, the consumer MAY rely on receiving full URLs.",
|
|
808
|
+
"description": "List of [URL reference](https://tools.ietf.org/html/rfc3986#section-4.1) (URL or relative reference) to the target host.\n\nIf the API resource can be accessed through an entry point, it MUST be described here.\n\nThe list of entry points MUST not include duplicates.\nIf multiple entry points are provided they MUST be arbitrarily exchangeable without effects.\nThis means that the URLs are just an alias to each other and the `resourceDefinitions` apply to all entry points equally.\nIn case of multiple entry points it is RECOMMENDED to provide a `defaultEntryPoint` through `partOfConsumptionBundles`.\nThe entry point URLs SHOULD match with the target host(s) in the resource definition files (e.g. OpenAPI `servers`).\nIf there is no match, the information in ORD takes precedence.\n\n**Provider View:**\nIf the URL is relative to the system that describes the ORD information,\nit is RECOMMENDED to use relative references and (if known) to provide the `describedSystemInstance`.`baseUrl`.\nIf the URL is not relative to the described system instance [base URL](../index.md#def-base-url), a full URL MUST be provided.\nIf the entry points are rewritten by middleware - incl. the special case of client/consumer specific entry points - it is RECOMMENDED to provide relative URLs, so only the `describedSystemInstance`.`baseUrl` has to be rewritten. \nThe provider should not have to describe all middleware or consumer specific entry points. If they are enriched later by the aggregator, it MAY omit the entry points. \n\n**Consumer View**:\nWhen fetching the information from an ORD Aggregator, the consumer MAY rely on receiving full URLs.",
|
|
809
809
|
"items": {
|
|
810
810
|
"type": "string",
|
|
811
811
|
"format": "uri-reference"
|
|
@@ -881,6 +881,10 @@
|
|
|
881
881
|
"const": "websocket",
|
|
882
882
|
"description": "Generic [WebSocket](https://datatracker.ietf.org/doc/html/rfc6455) Protocol.\nSince WebSocket is very generic, it is important to also define or least describe which semantics are concretely used, e.g. via an `implementationStandard`.\nThe API Resource definitions `type` MUST ONLY be set to `custom`."
|
|
883
883
|
},
|
|
884
|
+
{
|
|
885
|
+
"const": "a2a",
|
|
886
|
+
"description": "[A2A](https://a2a-protocol.org/latest/) is open protocol enabling communication and interoperability between opaque agentic applications.\n\nAs API Resource definition the `a2a-agent-card` MUST be provided, usually put under `/.well-known/agent.json`."
|
|
887
|
+
},
|
|
884
888
|
{
|
|
885
889
|
"const": "sap-rfc",
|
|
886
890
|
"description": "[SAP RFC](https://help.sap.com/viewer/753088fc00704d0a80e7fbd6803c8adb/202009.000/en-US/4888068ad9134076e10000000a42189d.html) (Remote Function Call) is the standard SAP interface for communication between SAP systems.\nRFC calls a function to be executed in a remote system.\nAn API Resource definition of type `sap-rfc-metadata-v1` MUST be provided.\nFor each API Resource definition: `type` MUST ONLY be set to `sap-rfc-metadata-v1` or `custom`."
|
|
@@ -3147,6 +3151,10 @@
|
|
|
3147
3151
|
"const": "wsdl-v2",
|
|
3148
3152
|
"description": "[WSDL 2](https://www.w3.org/TR/2007/REC-wsdl20-20070626/) API Definition for [SOAP](https://en.wikipedia.org/wiki/SOAP) APIs.\nThe `mediaType` MUST be be set to `application/xml`.\nThe `apiProtocol` MUST be set to `soap-inbound` or `soap-outbound`."
|
|
3149
3153
|
},
|
|
3154
|
+
{
|
|
3155
|
+
"const": "a2a-agent-card",
|
|
3156
|
+
"description": "[A2A Agent Card](https://a2a-protocol.org/topics/agent-discovery/) is a machine-readable description of an A2A Agent.\nThe `mediaType` MUST be be set to `application/json`.\nThe `apiProtocol` MUST be set to `a2a`."
|
|
3157
|
+
},
|
|
3150
3158
|
{
|
|
3151
3159
|
"const": "sap-rfc-metadata-v1",
|
|
3152
3160
|
"description": "Proprietary metadata description format for [SAP RFC](https://help.sap.com/viewer/753088fc00704d0a80e7fbd6803c8adb/202009.000/en-US/4888068ad9134076e10000000a42189d.html).\nThe `mediaType` MUST be be set to `application/xml`."
|
|
@@ -4622,8 +4630,9 @@
|
|
|
4622
4630
|
"properties": {
|
|
4623
4631
|
"systemNamespace": {
|
|
4624
4632
|
"type": "string",
|
|
4625
|
-
"description": "The system namespace is a unique identifier for the system type.\nIt is used to reference the system type in the ORD.",
|
|
4633
|
+
"description": "The [system namespace](../index.md#system-namespace) is a unique identifier for the system type.\nIt is used to reference the system type in the ORD.",
|
|
4626
4634
|
"pattern": "^[a-z0-9]+(?:[.][a-z0-9]+){1}$",
|
|
4635
|
+
"maxLength": 32,
|
|
4627
4636
|
"examples": [
|
|
4628
4637
|
"sap.s4",
|
|
4629
4638
|
"sap.c4c",
|
|
@@ -4743,6 +4752,10 @@
|
|
|
4743
4752
|
"const": "open",
|
|
4744
4753
|
"description": "The resource definitions are openly accessible and not protected via authentication or authorization.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/open)."
|
|
4745
4754
|
},
|
|
4755
|
+
{
|
|
4756
|
+
"const": "basic-auth",
|
|
4757
|
+
"description": "The resource definitions are protected via generic basic auth.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/basic-auth)."
|
|
4758
|
+
},
|
|
4746
4759
|
{
|
|
4747
4760
|
"const": "sap:oauth-client-credentials:v1",
|
|
4748
4761
|
"description": "The ORD information are accessible via OAuth 2.0 client credentials flow as standardized within SAP.\nPlease find a more detailed documentation [here](../../spec-extensions/access-strategies/sap-oauth-client-credentials-v1)."
|