linode · Schema

LongviewClientRequest

Properties

Name Type Description
label string The label for the Longview client.
View JSON Schema on GitHub

JSON Schema

linode-longviewclientrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LongviewClientRequest",
  "title": "LongviewClientRequest",
  "type": "object",
  "required": [
    "label"
  ],
  "properties": {
    "label": {
      "type": "string",
      "minLength": 3,
      "maxLength": 32,
      "description": "The label for the Longview client."
    }
  }
}