Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common.DocumentationRef #306

Merged
merged 11 commits into from
Sep 19, 2024
10 changes: 10 additions & 0 deletions vocabularies/Common.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@
"@Core.Description": "A short, human-readable text suitable for tool tips in UIs",
"@Core.IsLanguageDependent": true
},
"DocumentationRef": {
"$Kind": "Term",
"@Common.Experimental": true,
"@Core.Description": "A URI referencing language-dependent documentation for the annotated model element",
uhlmannm marked this conversation as resolved.
Show resolved Hide resolved
"@Core.Example": {
"@odata.type": "https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Core.V1.xml#Core.PrimitiveExampleValue",
"Description": "URN scheme to look up the documentation for an object with given type and id in a given system.\n This example looks up the documentation for data element /iwbep/account in system G1Y_000.",
"Value": "urn:sap-com:documentation:key?=type=DTEL&id=%2fiwbep%2faccount&origin=G1Y_000"
}
},
"Text": {
"$Kind": "Term",
"$Nullable": true,
Expand Down
Loading