custom-pages_state

The custom page state.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-custom-pages-state-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/custom-pages_state",
  "title": "custom-pages_state",
  "description": "The custom page state.",
  "enum": [
    "default",
    "customized"
  ],
  "example": "default",
  "type": "string"
}