File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Writing DeviceTree Bindings in json-schema
5
5
6
6
Devicetree bindings are written using json-schema vocabulary. Schema files are
7
7
written in a JSON compatible subset of YAML. YAML is used instead of JSON as it
8
- considered more human readable and has some advantages such as allowing
8
+ is considered more human readable and has some advantages such as allowing
9
9
comments (Prefixed with '#').
10
10
11
11
Schema Contents
19
19
A json-schema unique identifier string. The string must be a valid
20
20
URI typically containing the binding's filename and path. For DT schema, it must
21
21
begin with "http://devicetree.org/schemas/". The URL is used in constructing
22
- references to other files specified in schema "$ref" properties. A $ref values
22
+ references to other files specified in schema "$ref" properties. A $ref value
23
23
with a leading '/' will have the hostname prepended. A $ref value a relative
24
24
path or filename only will be prepended with the hostname and path components
25
25
of the current schema file's '$id' value. A URL is used even for local files,
You can’t perform that action at this time.
0 commit comments