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 470a8c6 commit 565084fCopy full SHA for 565084f
json/tests/draft3/hyperschema.json
@@ -0,0 +1,27 @@
1
+[
2
+ {
3
+ "description": "Hyper Schema Test with ref",
4
+ "schema": {
5
+ "$ref": "http://json-schema.org/draft-03/hyper-schema#"
6
+ },
7
+ "tests": [
8
9
+ "description": "External ref should be valid",
10
+ "data": {
11
+ "$schema": "http://json-schema.org/draft-03/hyper-schema#",
12
+ "links": [
13
14
+ "href": "{id}",
15
+ "method": "POST",
16
+ "rel": "create",
17
18
+ "$ref": "#"
19
+ }
20
21
+ ]
22
23
+ "valid": true
24
25
26
27
+]
0 commit comments