cap-js / ord

Open Resource Discovery (ORD) is a protocol that allows applications and services to self-describe their exposed resources and capabilities. This plugin enables generation of ORD document for CAP based applications.
Apache License 2.0
3 stars 4 forks source link

feat: add $schema property with default value to the top of the ORD document #43

Closed aramovic79 closed 2 months ago

aramovic79 commented 2 months ago

Addressing

Always add "$schema": "https://sap.github.io/open-resource-discovery/spec-v1/interfaces/Document.schema.json"

from https://github.com/cap-js/ord/issues/38