Otter · JSON Structure

Public Api Signature Requirement Structure

Enables and configure the signature requirement.

Type: object Properties: 3
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

SignatureRequirement is a JSON Structure definition published by Otter, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

enabled collectSignerName collectSignerRelationship

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-signature-requirement-structure.json",
  "name": "SignatureRequirement",
  "description": "Enables and configure the signature requirement.",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "Marks the signature requirement as required.",
      "example": true
    },
    "collectSignerName": {
      "type": "boolean",
      "description": "Whether the signer's name should be collected.",
      "example": true
    },
    "collectSignerRelationship": {
      "type": "boolean",
      "description": "Whether the signer's relationship with the intended recipient should be collected.",
      "example": true
    }
  }
}