Skip to content

Commit e15d093

Browse files
committed
odata-dd reorg vocabularies and annotations
1 parent 955b71f commit e15d093

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

231 KB
Loading
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
parser: v2
3+
author_name: DJ Adams
4+
author_profile: https://github.com/qmacro
5+
auto_validation: false
6+
primary_tag: software-product>sap-business-technology-platform
7+
tags: [ software-product>sap-business-technology-platform, topic>cloud, programming-tool>odata, tutorial>beginner ]
8+
time: 20
9+
---
10+
11+
# Understand how to read annotations in OData metadata documents
12+
13+
<!-- description --> Annotations from different vocabularies can be found throughout OData metadata documents.
14+
15+
## You will learn
16+
17+
- How annotations are defined & structured
18+
- How annotations are used to extend the information in the schema
19+
20+
## Intro
21+
22+
### Examine annotation details
23+
24+
In all cases, annotations consist of two parts:
25+
26+
- the annotation term
27+
- the annotation value
28+
29+
In the first example in the previous step, the term is "Core.Links", where "Core" is the vocabulary alias, referring here to "Org.OData.Core.V1".
30+
31+
### Dig in to the Core.Links annotation

0 commit comments

Comments
 (0)