{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ascDesc", "title": "ascDesc", "type": "string", "enum": [ "asc", "desc" ], "example": "asc" }