{ "$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" } } }