---
title: "Validate schema"
method: POST
path: "/schemas/validate"
tags: ["Schema"]
---

# Validate schema

`POST /schemas/validate`

This API returns the schema that matches the one you get from 'GET /schema/{schemaName}'. This allows us to validate schema before apply.

## Response `200`

Successfully validated schema

## Other responses

- `400` — Missing or invalid request body
- `500` — Internal error

---

[API](https://skmtc.net/startree/apis/pinot-controller-api.md) · [All operations](https://skmtc.net/startree/apis/pinot-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/startree/pinot-controller-api/revisions/f1cc8a0ba2e0/schema)
