lists_name

An informative name for the list. Use this name in filter and rule expressions.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-lists-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/lists_name",
  "title": "lists_name",
  "description": "An informative name for the list. Use this name in filter and rule expressions.",
  "example": "list1",
  "maxLength": 50,
  "pattern": "^[a-zA-Z0-9_]+$",
  "type": "string"
}