Skip to main content

Schema Endpoints

The PRPM Registry serves JSON Schema files for validating prompt packages across all supported AI editor formats.

List All Schemas

Returns a list of all available schemas with metadata. Query Parameters: Example Response:

Get Base Format Schema

Returns the JSON Schema for a base format. Available Base Formats:

Get Subtype Schema

Returns the JSON Schema for a specific subtype within a format. Available Subtypes:

Claude Subtypes

Cursor Subtypes

Kiro Subtypes

Factory Droid Subtypes

OpenCode Subtypes

Get Format Registry

Returns directory structures and file patterns for all AI editor formats. Example Response:

Using Schemas for Validation

You can reference these schemas directly in your files:
Or validate programmatically: