I'm currently writing tests for the reference catalog API, the documentation mentions a sortfield parameter but there's no information about what it should be.
GET /v1/skills/api/custom/interactionModel/catalogs/{catalogId}/versions?maxResults={maxResults}&nextToken={nextToken}&sortDirection={sortDirection}&sortField={sortField}
Without it the API returns a 500 when trying to using sortDirection, could someone please let me know the available values for this field please?