Otter · JSON Structure

Public Api Fulfillment Path Entity Structure

Delivery distance.

Type: object Properties: 2
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Properties

name type

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/otter/refs/heads/main/json-structure/public-api-fulfillment-path-entity-structure.json",
  "name": "FulfillmentPathEntity",
  "description": "Delivery distance.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "minLength": 1,
      "description": "Describes the entity name.",
      "example": "rappi"
    },
    "type": {
      "type": "string",
      "description": "Type of entities in the fulfillment path.",
      "enum": [
        "FULFILLMENT_PROCESSOR",
        "INTERMEDIARY"
      ],
      "example": "FULFILLMENT_PROCESSOR"
    }
  }
}