Flipdish · JSON Structure

Apps Index Page Structure

Index Page

Type: object Properties: 16
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

Testimonials Images AboutSectionEnabled AboutSectionTitle AboutSectionSubtitle AboutSectionLeftTitle AboutSectionLeftBody AboutSectionRightTitle AboutSectionRightBody OpeningHoursEnabled MenuPreviewEnabled GalleryEnabled TestimonialsEnabled ContactFormEnabled ContactFormEmail MapEnabled

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/flipdish/refs/heads/main/json-structure/apps-index-page-structure.json",
  "name": "IndexPage",
  "description": "Index Page",
  "type": "object",
  "properties": {
    "Testimonials": {
      "description": "Testimonials",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/WebsiteTestimonial"
      },
      "example": []
    },
    "Images": {
      "description": "Images",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/WebsiteImage"
      },
      "example": []
    },
    "AboutSectionEnabled": {
      "description": "About section enabled",
      "type": "boolean",
      "example": true
    },
    "AboutSectionTitle": {
      "description": "About section title",
      "type": "string",
      "example": "string"
    },
    "AboutSectionSubtitle": {
      "description": "About section sub-title",
      "type": "string",
      "example": "string"
    },
    "AboutSectionLeftTitle": {
      "description": "About section title left",
      "type": "string",
      "example": "string"
    },
    "AboutSectionLeftBody": {
      "description": "About section text left",
      "type": "string",
      "example": "string"
    },
    "AboutSectionRightTitle": {
      "description": "About section title right",
      "type": "string",
      "example": "string"
    },
    "AboutSectionRightBody": {
      "description": "About section text right",
      "type": "string",
      "example": "string"
    },
    "OpeningHoursEnabled": {
      "description": "Opening hours section Enabled",
      "type": "boolean",
      "example": true
    },
    "MenuPreviewEnabled": {
      "description": "Menu Preview section Enabled",
      "type": "boolean",
      "example": true
    },
    "GalleryEnabled": {
      "description": "Gallery section enabled",
      "type": "boolean",
      "example": true
    },
    "TestimonialsEnabled": {
      "description": "Testimonials section Enabled",
      "type": "boolean",
      "example": true
    },
    "ContactFormEnabled": {
      "description": "Contact Form section Enabled",
      "type": "boolean",
      "example": true
    },
    "ContactFormEmail": {
      "description": "Contact Form Email",
      "type": "string",
      "example": "owner@example.com"
    },
    "MapEnabled": {
      "description": "Map section Enabled",
      "type": "boolean",
      "example": true
    }
  }
}