---
title: "Get variable format for a notefile"
method: GET
path: "/v1/projects/{projectOrProductUID}/schemas"
tags: ["project"]
---

# Get variable format for a notefile

`GET /v1/projects/{projectOrProductUID}/schemas`

## Path parameters

- `projectOrProductUID` string, required

## Response `200`

List of notefile schema definitions

- NotefileSchema[]
  - `notefile` string, required
  - `properties` SchemaProperty[], required
    - `items` SchemaProperty[] — Used if type is array
    - `name` string — Name of the field (optional for array/object children)
    - `properties` SchemaProperty[] — Used if type is object
    - `type` 'string' | 'number' | 'boolean' | 'array' | 'object', required
    - `updated_at` string, date-time

---

[API](https://skmtc.net/notefile/apis/notehub-api.md) · [All operations](https://skmtc.net/notefile/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notefile/notehub-api/versions/9c5b2b63a991/schema)
