Skip to content

Commit 242cfd0

Browse files
committed
update title for meta-schemas
1 parent 8acb128 commit 242cfd0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jsonschema-validation.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610

611611
<section title="Format-Assertion Vocabulary">
612612
<t>
613-
When the Format-Assertion vocabulary is declared with a value of false,
613+
When the Format-Assertion vocabulary is declared with a value of true,
614614
implementations MUST provide full validation support for all of the formats
615615
defined by this specificaion. Implementations that cannot provide full
616616
validation support MUST refuse to process the schema.

meta/format-annotation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"$dynamicAnchor": "meta",
88

9-
"title": "Format vocabulary meta-schema",
9+
"title": "Format vocabulary meta-schema for annotation results",
1010
"type": ["object", "boolean"],
1111
"properties": {
1212
"format": { "type": "string" }

meta/format-assertion.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"$dynamicAnchor": "meta",
88

9-
"title": "Format vocabulary meta-schema",
9+
"title": "Format vocabulary meta-schema for assertion results",
1010
"type": ["object", "boolean"],
1111
"properties": {
1212
"format": { "type": "string" }

0 commit comments

Comments
 (0)