mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
fix: 📝 Add missing number types to Collection
This commit is contained in:
parent
df6ba8a59d
commit
54102785a4
|
|
@ -29,7 +29,7 @@ Pages should be limited to a reasonable number of entities, such as 20 or 80.
|
|||
|
||||
If the collection only has one page, this should be the same as `first`.
|
||||
</Property>
|
||||
<Property name="total" type="number" required={true}>
|
||||
<Property name="total" type="number" required={true} numberType="u64">
|
||||
Total number of entities in the collection, across all pages.
|
||||
</Property>
|
||||
<Property name="next" type="URI" required={false} typeLink="/types#uri">
|
||||
|
|
|
|||
Loading…
Reference in a new issue