---
title: "POST /objectschema/create"
method: POST
path: "/objectschema/create"
---

# POST /objectschema/create

`POST /objectschema/create`

Create a new object schema

## Request body

- ObjectSchemaIn — Used to create object schema
  - `name` string, required
  - `objectSchemaKey` string, required
  - `description` string

## Response `201`

- ObjectSchema
  - `workspaceId` string, required
  - `globalId` string, required
  - `id` string, required
  - `name` string, required
  - `objectSchemaKey` string, required
  - `description` string
  - `status` string — Always 'Ok'
  - `created` string, date-time, required
  - `updated` string, date-time, required
  - `objectCount` integer, required
  - `objectTypeCount` integer, required
  - `canManage` boolean

## Other responses

- `400` — The system cannot fulfill the request due to validation errors. See the response body for more details.
- `401` — Client must be authenticated to access this resource.
- `500` — Something went wrong. Please try again later. If the error persists, contact our support team.

---

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