diff --git a/jsonschema-hyperschema.xml b/jsonschema-hyperschema.xml index 3889c6dd..34504636 100644 --- a/jsonschema-hyperschema.xml +++ b/jsonschema-hyperschema.xml @@ -813,9 +813,11 @@ GET /foo/ "encType": "application/x-www-form-urlencoded", "method": "get", "href": "/Product/", - "properties": { - "name": { - "description": "name of the product" + "schema": { + "properties": { + "name": { + "description": "name of the product" + } } } }]