rum_order_by

The property used to sort the list of results.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rum-order-by-schema.json Raw ↑
{
  "$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"
}