We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b93f83 commit f274248Copy full SHA for f274248
test/schemas/nullProperties/nullAndType.json
@@ -0,0 +1,11 @@
1
+{
2
+ "$schema": "http://json-schema.org/draft-04/schema#",
3
+ "title": "JSON API Schema",
4
+ "description": "This is a schema for responses in the JSON API format. For more, see http://jsonapi.org",
5
+ "type": "object",
6
+ "properties": {
7
+ "typedProperty": {
8
+ "type": ["null", "string"]
9
+ }
10
11
+}
0 commit comments