Flipdish · Schema

IndexPage

Index Page

RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

Properties

Name Type Description
Testimonials array Testimonials
Images array Images
AboutSectionEnabled boolean About section enabled
AboutSectionTitle string About section title
AboutSectionSubtitle string About section sub-title
AboutSectionLeftTitle string About section title left
AboutSectionLeftBody string About section text left
AboutSectionRightTitle string About section title right
AboutSectionRightBody string About section text right
OpeningHoursEnabled boolean Opening hours section Enabled
MenuPreviewEnabled boolean Menu Preview section Enabled
GalleryEnabled boolean Gallery section enabled
TestimonialsEnabled boolean Testimonials section Enabled
ContactFormEnabled boolean Contact Form section Enabled
ContactFormEmail string Contact Form Email
MapEnabled boolean Map section Enabled
View JSON Schema on GitHub

JSON Schema

apps-index-page-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/apps-index-page-schema.json",
  "title": "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
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apps-index-page"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.