Skip to content

Commit 75d342f

Browse files
Update jsonschema-hyperschema.xml
1 parent 41fca9f commit 75d342f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

jsonschema-hyperschema.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -813,9 +813,11 @@ GET /foo/
813813
"encType": "application/x-www-form-urlencoded",
814814
"method": "get",
815815
"href": "/Product/",
816-
"properties": {
817-
"name": {
818-
"description": "name of the product"
816+
"schema": {
817+
"properties": {
818+
"name": {
819+
"description": "name of the product"
820+
}
819821
}
820822
}
821823
}]

0 commit comments

Comments
 (0)