rum_toggle-rum-request

APIs.ioEngineeringPlatform

Properties

Name Type Description
value string Value can either be On or Off
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rum-toggle-rum-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rum_toggle-rum-request",
  "title": "rum_toggle-rum-request",
  "properties": {
    "value": {
      "description": "Value can either be On or Off",
      "example": "on",
      "type": "string"
    }
  },
  "type": "object"
}