Target Schemas
Create Target Schema
Creates a target schema.
POST
/
v2
/
target_schemas
Authorizations
lume-api-key
string
headerrequiredQuery Parameters
include
enum<string>[]
Available options:
target_schema
Body
application/json
A pipeline is an object containing source and target schemas, and associated with a mapper that jobs can be executed on.
schema
object
requiredThe target schema
name
string
requiredThe name of the target schema. Must be unique within the organization.
filename
string | null
The name of the file containing the target schema
Response
200 - application/json
id
string
requiredThe UUID of the target schema.
user_id
string
requiredThe UUID of the user who created the target schema.
name
string | null
The user-provided name of the target schema. Must be unique within the organization.
filename
string | null
The name of the uploaded file containing the target schema.
schema
object | null
The target JSON schema to which data will be mapped.