Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dikhan committed Jan 18, 2021
1 parent 9e3c1ea commit 5e1c40b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/how_to.md
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ definitions:
properties:
...
object_nested_scheme_property:
type: object # nested properties required type equal object to be considered as object
type: object # nested properties require type equal object to be considered as object
properties:
name:
type: string
Expand Down Expand Up @@ -996,7 +996,6 @@ definitions:
properties:
...
object_property:
#type: object - type is optional for properties of object type that use $ref
$ref: "#/definitions/ObjectProperty"
ObjectProperty:
type: object
Expand Down

0 comments on commit 5e1c40b

Please sign in to comment.