{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.containers.v1.ListDomainsRequest.OrderBy", "title": "scaleway.containers.v1.ListDomainsRequest.OrderBy", "type": "string", "enum": [ "created_at_asc", "created_at_desc", "hostname_asc", "hostname_desc" ], "default": "created_at_asc" }