Merge · Schema

PatchedVendorCreditEndpointRequest

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
model object
View JSON Schema on GitHub

JSON Schema

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