Skip to main content
POST
create_extraction_schema_version

Authorizations

X-API-Key
string
header
required

Path Parameters

schema_id
string
required

Stable schema family id (sch_...).

Body

application/json

Append the next immutable version of an existing tenant-owned family.

Omitted name / description inherit the previous version's values so callers can ship a schema-only change without restating metadata.

schema
Schema · object
required
description
string | null
Required string length: 1 - 2000
name
string | null
Required string length: 1 - 128

Response

Successful Response

One immutable schema version, including the frozen JSON Schema body.

created_at
string<date-time>
required
name
string
required
Required string length: 1 - 128
owner
enum<string>
required
Available options:
platform,
tenant
schema
Schema · object
required
schema_id
string
required
updated_at
string<date-time>
required
version
integer
required
Required range: x >= 1
description
string | null
Required string length: 1 - 2000