{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/rum_order_by", "title": "rum_order_by", "description": "The property used to sort the list of results.", "enum": [ "host", "created" ], "example": "host", "type": "string" }