The minimum keyword relates to numbers and is not applicable to arrays, which is the type defined for end.
I assume this is just a typo and it should be indented further to be part of the items schema object.
If it's intended that end may be an array or a number, then integer should be added to the allowed types.
https://github.com/ga4gh-beacon/specification-v2/blob/de6cbe8b31659fd0800e6191f9c6d50555759bf3/beacon.yaml#L924-L935
The
minimum
keyword relates to numbers and is not applicable to arrays, which is the type defined forend
. I assume this is just a typo and it should be indented further to be part of theitems
schema object.If it's intended that
end
may be an array or a number, theninteger
should be added to the allowed types.