fixed missing properties from get-library-items.yaml

This commit is contained in:
JasonLandbridge
2024-09-19 14:26:24 +02:00
parent 2c5fe3faf4
commit ef3ae051b7
5 changed files with 731 additions and 15 deletions

View File

@@ -0,0 +1,11 @@
type: string
enum:
- asc
- desc
example: asc
default: asc
description: |
The direction of the sort. Can be either `asc` or `desc`.
x-speakeasy-enums:
- ASCENDING
- DESCENDING