Skip to content

Commit ee38238

Browse files
committed
Release ORD v1.14.0
1 parent 74e5717 commit ee38238

File tree

13 files changed

+15
-6764
lines changed

13 files changed

+15
-6764
lines changed

docs/spec-v1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sidebar_position: 0
33
title: ORD Specification
44
---
55

6-
# Open Resource Discovery Specification 1.13
6+
# Open Resource Discovery Specification 1.14
77

88
## Notational Conventions
99

examples/documents/document-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://open-resource-discovery.org/spec-v1/interfaces/Document.schema.json",
3-
"openResourceDiscovery": "1.13",
3+
"openResourceDiscovery": "1.14",
44
"description": "Example based on ORD Reference App",
55
"policyLevels": ["sap:core:v1"],
66
"describedSystemType": {

examples/documents/document-agents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://open-resource-discovery.github.io/specification/spec-v1/interfaces/Document.schema.json",
3-
"openResourceDiscovery": "1.13",
3+
"openResourceDiscovery": "1.14",
44
"description": "Example based on ORD Reference App",
55
"policyLevels": ["sap:core:v1", "sap:ai-agent:v1"],
66
"describedSystemVersion": {

examples/documents/document-data-product.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://open-resource-discovery.org/spec-v1/interfaces/Document.schema.json",
3-
"openResourceDiscovery": "1.13",
3+
"openResourceDiscovery": "1.14",
44
"policyLevels": ["sap:core:v1"],
55
"products": [
66
{

examples/documents/document-entity-types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://open-resource-discovery.org/spec-v1/interfaces/Document.schema.json",
3-
"openResourceDiscovery": "1.13",
3+
"openResourceDiscovery": "1.14",
44
"description": "Example for entity types as they will be exposed by ODM",
55
"policyLevels": ["sap:core:v1"],
66
"packages": [

examples/documents/document-integration-dependencies.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://open-resource-discovery.org/spec-v1/interfaces/Document.schema.json",
3-
"openResourceDiscovery": "1.13",
3+
"openResourceDiscovery": "1.14",
44
"integrationDependencies": [
55
// This is an example for a simple Integration Dependency
66
// that only expresses that only declares that some events are needed together

examples/documents/document-poc.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://open-resource-discovery.org/spec-v1/interfaces/Document.schema.json",
3-
"openResourceDiscovery": "1.13",
3+
"openResourceDiscovery": "1.14",
44
// This document demonstrates that we can also write .jsonc (JSON with Comments) examples.
55
// JSONC can be helpful for PoCs where we start with writing example ORD documents with additional explanations.
66
// Please note that this is not supported for a real productive implementation, where only plain JSON is allowed.

examples/documents/document-special-protocols.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://open-resource-discovery.org/spec-v1/interfaces/Document.schema.json",
3-
"openResourceDiscovery": "1.13",
3+
"openResourceDiscovery": "1.14",
44
"description": "This ORD Document example contains more special examples, like custom SAP protocols",
55
"policyLevels": ["sap:core:v1"],
66
"consumptionBundles": [

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@open-resource-discovery/specification",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"description": "Open Resource Discovery (ORD) Specification",
66
"author": "SAP SE",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)