Skip to main content

Get template schema

GET 

/api/v1/schemas/template

Get the template schema in different formats. This schema is used for validating template-based job configurations.

Available formats:

  • json (default): JSON Schema format
  • ts: TypeScript type definitions
  • zod: Zod schema for runtime validation

Request

Responses

Template schema retrieved successfully