diff --git a/schema/Node.schema.yaml b/schema/Node.schema.yaml index 4130b639c3..b5d89a483c 100644 --- a/schema/Node.schema.yaml +++ b/schema/Node.schema.yaml @@ -10,6 +10,8 @@ anyOf: - type: boolean - type: integer - type: number - - type: array - - type: object - type: string + - type: object + # Array should come last to avoid single items (e.g. a single string) + # being coerced into an array. + - type: array