Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dbe11f2

Browse files
Merge pull request #219 from donaldpipowitch/patch-1
Fix hyper-schema example to use "schema" correctly.
2 parents 41fca9f + 75d342f commit dbe11f2

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)

AltStyle によって変換されたページ (->オリジナル) /