File tree Expand file tree Collapse file tree 2 files changed +21
-8
lines changed
Expand file tree Collapse file tree 2 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$id" : " https://python-jsonschema.github.io/vocab-json-seq/dialect.json" ,
3+ "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
4+ "$vocabulary" : {
5+ "https://json-schema.org/draft/2020-12/vocab/core" : true ,
6+ "https://json-schema.org/draft/2020-12/vocab/applicator" : true ,
7+ "https://json-schema.org/draft/2020-12/vocab/unevaluated" : true ,
8+ "https://json-schema.org/draft/2020-12/vocab/validation" : true ,
9+ "https://json-schema.org/draft/2020-12/vocab/meta-data" : true ,
10+ "https://json-schema.org/draft/2020-12/vocab/format-annotation" : true ,
11+ "https://json-schema.org/draft/2020-12/vocab/content" : true ,
12+ "https://python-jsonschema.github.io/vocab-json-seq/" : true
13+ },
14+ "$dynamicAnchor" : " meta" ,
15+
16+ "title" : " A JSON Text Sequence vocabulary for JSON Schema" ,
17+ "allOf" : [
18+ { "$ref" : " https://json-schema.org/draft/2020-12/schema" },
19+ { "$ref" : " https://python-jsonschema.github.io/vocab-json-seq/meta.json" }
20+ ]
21+ }
Original file line number Diff line number Diff line change 22 "$id" : " https://python-jsonschema.github.io/vocab-json-seq/meta.json" ,
33 "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
44 "$vocabulary" : {
5- "https://json-schema.org/draft/2020-12/vocab/core" : true ,
6- "https://json-schema.org/draft/2020-12/vocab/applicator" : true ,
7- "https://json-schema.org/draft/2020-12/vocab/validation" : true ,
8- "https://json-schema.org/draft/2020-12/vocab/meta-data" : true ,
9- "https://json-schema.org/draft/2020-12/vocab/format-annotation" : true ,
105 "https://python-jsonschema.github.io/vocab-json-seq/" : true
116 },
127 "$dynamicAnchor" : " meta" ,
138
149 "title" : " A JSON Text Sequence vocabulary for JSON Schema" ,
15- "allOf" : [
16- { "$ref" : " https://json-schema.org/draft/2020-12/schema" }
17- ],
1810 "properties" : {
1911 "streamType" : {
2012 "description" : " Validates whether an instance is a stream" ,
You can’t perform that action at this time.
0 commit comments