Skip to main content
POST
create_extraction_schema

Authorizations

X-API-Key
string
header
required

Body

application/json

Create version 1 of a new schema family with a server-generated id.

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

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