---
title: "Schedule Validation"
method: POST
path: "/registries/{registry_id}/contracts/{contract_id}/schedule_validation"
tags: ["CONTRACT"]
---

# Schedule Validation

`POST /registries/{registry_id}/contracts/{contract_id}/schedule_validation`

Validates data against a contract.
param auth: The authorization token for the request.
param contract: The contract object
param validation_request: The validation request containing the data to be validated
param tenant: The tenant object for the tenant associated with the request.

## Path parameters

- `contract_id` integer, required
- `registry_id` integer, required

## Response `200`

Successful Response

- union
  - StandardResponse
    - `ok` boolean, required
  - ErrorResponse
    - `message` string, required
    - `code` integer, required

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
