open-resource-discovery icon indicating copy to clipboard operation
open-resource-discovery copied to clipboard

Open Resource Discovery (ORD) is a protocol that allows applications and services to self-describe their exposed resources and capabilities.

Results 11 open-resource-discovery issues
Sort by recently updated
recently updated
newest added

Bumps [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `body-parser` from 1.20.2 to 1.20.3 Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add...

dependencies

Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `send` from 0.18.0 to 0.19.0 Release notes Sourced from send's releases. 0.19.0 What's Changed Remove link renderization in...

dependencies

Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `serve-static` from 1.15.0 to 1.16.2 Release notes Sourced from serve-static's releases. 1.16.0 What's Changed Remove link renderization in...

dependencies

Use new standard community guidelines from https://github.com/SAP/.github

Comprehensive documentation review to enhance clarity, reduce ambiguity, and improve overall readability while preserving technical accuracy and established terminology. High-Priority Fixes: - Fix duplicate definitions of system-type and system-instance in...

closes https://github.com/open-resource-discovery/specification/issues/24

Access Strategy in ORD Configuration uses `oneOf`. This makes the usage of values that respect the pattern `^([a-z0-9-]+(?:[.][a-z0-9-]+)*):([a-zA-Z0-9._\\-]+):(v0|v[1-9][0-9]*)$` to be marked as invalid. But values defined with respect to that...

bug

Fixed typos and spelling errors: - CHANGELOG.md: "this values" → "these values" (5 instances) - README.md: "beside" → "besides" - docs/introduction.mdx: "a other" → "other" - docs/introduction.mdx: "ad here" →...

This PR introduces an individual GitHub Actions workflow to build and deploy PR previews for the ORD specification Docusaurus site. Each pull request automatically generates a preview under `pr-previews/pr-/` on...