Skip to content

Commit

Permalink
MERGE: Merge branch '2.3' into 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Sep 21, 2017
2 parents d0bd94c + 2071580 commit fd90ff7
Showing 1 changed file with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,18 @@ additionalProperties:
'childNodes':
type: dictionary
additionalProperties:
type: [dictionary, 'null']
additionalProperties: FALSE
properties:
'type': { type: string, description: "Node Type of this child node." }
'position':
type: ['string', 'null']
description: "Position of this child node."
'constraints': *constraints
type:
-
type: 'null'
-
type: dictionary
additionalProperties: FALSE
properties:
'type': { type: string, description: "Node Type of this child node." }
'position':
type: ['string', 'null']
description: "Position of this child node."
'constraints': *constraints

'properties':
type: dictionary
Expand Down

0 comments on commit fd90ff7

Please sign in to comment.