PostHog · Schema

EndpointLastExecutionTimesRequest

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
names array
View JSON Schema on GitHub

JSON Schema

posthog-endpointlastexecutiontimesrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EndpointLastExecutionTimesRequest",
  "title": "EndpointLastExecutionTimesRequest",
  "additionalProperties": false,
  "properties": {
    "names": {
      "items": {
        "type": "string"
      },
      "title": "Names",
      "type": "array"
    }
  },
  "required": [
    "names"
  ],
  "type": "object"
}