fix: 📝 Add missing number types to Collection

This commit is contained in:
Jesse Wierzbinski 2024-08-06 14:25:22 +02:00
parent df6ba8a59d
commit 54102785a4
No known key found for this signature in database

View file

@ -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">