Merge · Schema

ItemFulfillmentEndpointRequest

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
model object
View JSON Schema on GitHub

JSON Schema

merge-itemfulfillmentendpointrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ItemFulfillmentEndpointRequest",
  "title": "ItemFulfillmentEndpointRequest",
  "type": "object",
  "properties": {
    "model": {
      "$ref": "#/components/schemas/ItemFulfillmentRequestRequest"
    }
  },
  "required": [
    "model"
  ]
}