Skip to content

Commit 0138c57

Browse files
committed
chore: update schema comment line sentence
1 parent 33c9df1 commit 0138c57

2 files changed

Lines changed: 11 additions & 8 deletions

File tree

sources/express-changes/sections/ab-schemas.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ EXPRESS schema structure across versions, as described in <<schema-change>>.
2323
include::../schemas/schema_changes.yaml[]
2424
----
2525

26-
This schema can be used for validation by prefixing an EXPRESS Changes YAML
27-
file with the following comment line:
26+
This schema can be used for validation by inserting the following comment line
27+
at the beginning of the EXPRESS changes YAML file.
2828

2929
[source,yaml]
3030
----
@@ -41,8 +41,8 @@ EXPRESS schema mappings across versions, as described in <<mapping-change>>.
4141
include::../schemas/mapping_changes.yaml[]
4242
----
4343

44-
This schema can be used for validation by prefixing an EXPRESS Changes YAML
45-
file with the following comment line:
44+
This schema can be used for validation by inserting the following comment line
45+
at the beginning of the EXPRESS changes YAML file.
4646

4747
[source,yaml]
4848
----

sources/express-schema-manifest/sections/ab-schemas.adoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@
33

44
=== General
55

6-
This annex provides the YAML Schema definitions for the EXPRESS Schema Manifest YAML
7-
format defined in this document.
6+
This annex provides the YAML Schema definitions for the EXPRESS Schema Manifest
7+
YAML format defined in this document.
88

99
This schema can be used to validate EXPRESS Schema Manifest YAML files and to
1010
generate documentation or tooling for working with EXPRESS change records.
1111

1212
The schemas are defined in YAML Schema format that follows the JSON Schema
1313
format (draft-07).
1414

15+
16+
=== Schema manifest schema
17+
1518
The schema change schema defines the structure for recording modifications to
1619
EXPRESS schema structure across versions, as described in <<syntax>>.
1720

@@ -20,8 +23,8 @@ EXPRESS schema structure across versions, as described in <<syntax>>.
2023
include::../schemas/schema_manifest.yaml[]
2124
----
2225

23-
This schema can be used for validation by prefixing an EXPRESS Schema Manifest
24-
YAML file with the following comment line:
26+
This schema can be used for validation by inserting the following comment line
27+
at the beginning of the EXPRESS schema manifest YAML file.
2528

2629
[source,yaml]
2730
----

0 commit comments

Comments
 (0)