PostHog · Schema

TaskRunArtifactPresignRequest

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
storage_path string S3 storage path returned in the artifact manifest
View JSON Schema on GitHub

JSON Schema

posthog-taskrunartifactpresignrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TaskRunArtifactPresignRequest",
  "title": "TaskRunArtifactPresignRequest",
  "type": "object",
  "properties": {
    "storage_path": {
      "type": "string",
      "description": "S3 storage path returned in the artifact manifest",
      "maxLength": 500
    }
  },
  "required": [
    "storage_path"
  ]
}