Flipdish · JSON Structure

Menus Http Posted File Base Structure

HttpPostedFileBase schema from Flipdish API - Menus.

Type: object Properties: 4
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

ContentLength ContentType FileName InputStream

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/menus-http-posted-file-base-structure.json",
  "name": "HttpPostedFileBase",
  "description": "HttpPostedFileBase schema from Flipdish API - Menus.",
  "type": "object",
  "properties": {
    "ContentLength": {
      "type": "int32",
      "readOnly": true,
      "example": 1
    },
    "ContentType": {
      "type": "string",
      "readOnly": true,
      "example": "string"
    },
    "FileName": {
      "type": "string",
      "readOnly": true,
      "example": "Example Name"
    },
    "InputStream": {
      "$ref": "#/components/schemas/Stream"
    }
  }
}