Skip to content

Commit ebb9aa6

Browse files
authored
fix over-indented list interpreted as code + typo (#208)
1 parent e1205d5 commit ebb9aa6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

salad/schema_salad/metaschema/vocab_res.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
- |
22
## Vocabulary resolution
33
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.
1414
1515
### Vocabulary resolution example
1616

0 commit comments

Comments
 (0)