Skip to content

Commit 1c2c0d8

Browse files
authored
Release ORD v1.14.0 (#67)
1 parent 74e5717 commit 1c2c0d8

File tree

14 files changed

+17
-6766
lines changed

14 files changed

+17
-6766
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ For a roadmap including expected timeline, please refer to [ROADMAP.md](./ROADMA
1010

1111
## [unreleased]
1212

13+
## [1.14.0]
14+
1315
### Added
1416

1517
- Added `Agent` as a new top-level entity type in ORD
1618
- Agents provide high-level descriptions of systems that can perform tasks, make decisions, and interact with users or other systems to achieve specific business goals. This may be an AI agent or a rule-based agent.
1719
- Agents have `exposedApiResources` to describe their API interface, e.g. using the A2A protocol.
1820
- Agents have `integrationDependencies` to describe which external resources like APIs, MCP Servers etc. they depend on.
19-
- Added example document [document-agents.json](examples/documents/document-agents.json) demonstrating agent usage with A2A protocol
20-
- Added example A2A agent card definition [DisputeResolutionAgentcard.json](examples/definitions/DisputeResolutionAgentcard.json)
2121
- Added [AI Agents and Protocols](docs/spec-v1/concepts/ai-agents-and-protocols.md) concept documentation
2222
- Introduced `abstract` property for API, Event and Data Product Resources to indicate interface-only resources.
2323
- Added `subset` property to `ApiResourceIntegrationAspect` with new `ApiResourceIntegrationAspectSubset` definition

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.

0 commit comments

Comments
 (0)