Skip to content

Commit 0ba3fb2

Browse files
authored
Merge pull request #42 from handrews/format
Add "format" validation to the meta-schema.
2 parents 1cf297e + 1a79882 commit 0ba3fb2

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)