---
title: "POST /v1/{+parent}"
method: POST
path: "/v1/{+parent}"
tags: ["projects"]
---

# POST /v1/{+parent}

`POST /v1/{+parent}`

Lookup a schema under the specified subject.

## Path parameters

- `parent` string, required

## Request body

- LookupVersionRequest — Request for LookupVersion.
  - `schema` string — Required. The schema payload
  - `normalize` boolean — Optional. If true, the schema will be normalized before being looked up. The default is false.
  - `references` SchemaReference[] — Optional. The schema references used by the schema.
    - `version` integer — Required. The version of the reference.
    - `name` string — Required. The name of the reference.
    - `subject` string — Required. The subject of the reference.
  - `schemaType` 'SCHEMA_TYPE_UNSPECIFIED' | 'AVRO' | 'JSON' | 'PROTOBUF' — Optional. The schema type of the schema.
  - `deleted` boolean — Optional. If true, soft-deleted versions will be included in lookup, no matter if the subject is active or soft-deleted. If false, soft-deleted versions will be excluded. The default is false.

## Response `200`

Successful response

---

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