Skip to content

Commit

Permalink
TASK: Use consistent description in schema definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeyer authored Dec 5, 2017
1 parent 9d6038a commit 2a9c67e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ additionalProperties:
type: dictionary
additionalProperties: FALSE
properties:
'label': { type: string, description: "A string or an EEL expression for generating a node's of this node type's label. Alternatively an array with the key generatorClass and optional options." }
'label': { type: string, description: "A string or an EEL expression for generating a node's of this node type's label. Alternatively an array with the key generatorClass and optional generator options." }
'type': { type: string, description: "Node Type of this child node." }
'position':
type: ['string', 'null']
Expand Down

0 comments on commit 2a9c67e

Please sign in to comment.