Skip to content

Fixed error when object type without default value#25

Merged
expobrain merged 2 commits intomasterfrom
minimum_object_type
Mar 5, 2019
Merged

Fixed error when object type without default value#25
expobrain merged 2 commits intomasterfrom
minimum_object_type

Conversation

@expobrain
Copy link
Copy Markdown
Owner

When an object type is defined without a default value, i.e.:

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "Test",
  "type": "object",
  "properties": {
    "x": { "type": "object" }
  }
}

code generation fails.

@expobrain expobrain merged commit d1f73e6 into master Mar 5, 2019
@expobrain expobrain deleted the minimum_object_type branch March 5, 2019 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant