File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
salad/schema_salad/metaschema Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
- |
2
2
## Vocabulary resolution
3
3
4
- The schema may designate one or more vocabulary fields which use
5
- terms defined in the vocabulary. The vocabulary are the short
6
- names of all the identifiers in the schema. Processing must
7
- resolve vocabulary fields to either vocabulary terms or absolute
8
- URIs by first applying the link resolution rules defined above,
9
- then applying the following additional rule:
10
-
11
- * If a reference URI is a vocabulary field, and there is a vocabulary
12
- term which maps to the resolved URI, the reference must be replace with
13
- the vocabulary term.
4
+ The schema may designate one or more vocabulary fields which use
5
+ terms defined in the vocabulary. The vocabulary are the short
6
+ names of all the identifiers in the schema. Processing must
7
+ resolve vocabulary fields to either vocabulary terms or absolute
8
+ URIs by first applying the link resolution rules defined above,
9
+ then applying the following additional rule:
10
+
11
+ * If a reference URI is a vocabulary field, and there is a vocabulary
12
+ term which maps to the resolved URI, the reference must be replaced with
13
+ the vocabulary term.
14
14
15
15
### Vocabulary resolution example
16
16
You can’t perform that action at this time.
0 commit comments