Skip to content

Commit 1a79882

Browse files
Henry H. AndrewsHenry H. Andrews
Henry H. Andrews
authored and
Henry H. Andrews
committed
Add "format" validation to the meta-schema.
Fixes old repo issues: json-schema/json-schema#84 json-schema/json-schema#198 Previously submitted to the old repository by IvanGoncharov as commit 472c32b and pull request #163 with original comment: Added validation according to http://json-schema.org/latest/json-schema-validation.html#anchor105 Merged into the old repo by geraintluff on May 8, 2015.
1 parent bdb9ccc commit 1a79882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
}
138138
]
139139
},
140+
"format": { "type": "string" },
140141
"allOf": { "$ref": "#/definitions/schemaArray" },
141142
"anyOf": { "$ref": "#/definitions/schemaArray" },
142143
"oneOf": { "$ref": "#/definitions/schemaArray" },

0 commit comments

Comments
 (0)