Skip to content

Commit

Permalink
complexValue required relocated to correct level
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Apr 11, 2024
1 parent 75850c3 commit b154dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/json/beacon-v2-default-model/common/complexValue.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"$ref": "#/definitions/TypedQuantity"
},
"type": "array"
},
"required": [ "typedQuantities" ]
}
},
"required": [ "typedQuantities" ],
"title": "Complex Value",
"type": "object"
}

0 comments on commit b154dda

Please sign in to comment.