Skip to content

Commit

Permalink
SHIBUI-2151
Browse files Browse the repository at this point in the history
Changes per ryan to backend schema
  • Loading branch information
chasegawa committed Oct 7, 2021
1 parent 717e52a commit 2ed9b10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class JsonSchemaBuilderService {
def items = [type : 'string',
minLength: 1, // TODO: should this be configurable?
maxLength: 255] //TODO: or this?
items.examples = it['examples']
items.enum = it['examples']
items['default'] = it['defaultValue']


Expand Down

0 comments on commit 2ed9b10

Please sign in to comment.