Otter · Schema

VerificationProof

Verification details.

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
signatureProof object
pictureProof object
View JSON Schema on GitHub

JSON Schema

public-api-verification-proof-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VerificationProof",
  "description": "Verification details.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-verification-proof-schema.json",
  "type": "object",
  "properties": {
    "signatureProof": {
      "nullable": true,
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-signature-proof-schema.json"
    },
    "pictureProof": {
      "nullable": true,
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-picture-proof-schema.json"
    }
  }
}