@@ -72,7 +72,7 @@ documentation.
72
72
73
73
## Introduction to v1.1
74
74
75
- This is the third version of of the Schema Salad specification. It is
75
+ This is the third version of the Schema Salad specification. It is
76
76
developed concurrently with v1.1 of the Common Workflow Language for use in
77
77
specifying the Common Workflow Language, however Schema Salad is intended to be
78
78
useful to a broader audience. Compared to the v1.0 schema salad
@@ -113,7 +113,7 @@ the behavior of conforming implementations.
113
113
114
114
The terminology used to describe Salad documents is defined in the Concepts
115
115
section of the specification. The terms defined in the following list are
116
- used in building those definitions and in describing the actions of an
116
+ used in building those definitions and in describing the actions of a
117
117
Salad implementation:
118
118
119
119
** may** : Conforming Salad documents and Salad implementations are permitted but
@@ -139,7 +139,7 @@ enable or disable the behavior described.
139
139
## Data concepts
140
140
141
141
An ** object** is a data structure equivalent to the "object" type in JSON,
142
- consisting of a unordered set of name/value pairs (referred to here as
142
+ consisting of an unordered set of name/value pairs (referred to here as
143
143
** fields** ) and where the name is a string and the value is a string, number,
144
144
boolean, array, or object.
145
145
@@ -257,14 +257,14 @@ rules:
257
257
258
258
## Document traversal
259
259
260
- To perform document document preprocessing, link validation and schema
260
+ To perform document preprocessing, link validation and schema
261
261
validation, the document must be traversed starting from the fields or
262
262
array items of the root object or array and recursively visiting each child
263
263
item which contains an object or arrays.
264
264
265
265
## Short names
266
266
267
- The "short name" of an fully qualified identifier is the portion of
267
+ The "short name" of a fully qualified identifier is the portion of
268
268
the identifier following the final slash ` / ` of either the fragment
269
269
identifier following ` # ` or the path portion, if there is no fragment.
270
270
Some examples:
0 commit comments