Google Sheets · JSON Structure

Google Sheets Data Validation Rule Structure

Type: object Properties: 3
Google WorkspaceProductivitySpreadsheets

DataValidationRule is a JSON Structure definition published by Google Sheets, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

inputMessage strict showCustomUi

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DataValidationRule",
  "type": "object",
  "properties": {
    "inputMessage": {
      "type": "string"
    },
    "strict": {
      "type": "boolean"
    },
    "showCustomUi": {
      "type": "boolean"
    }
  }
}