interface
SchemaManifest
interface SchemaManifest { ... }The immutable public schema consumed by generators, the SDK, plugins, and admin.
Source packages/protocol/src/generated.ts:267
version1- The version value.
applicationSchemaApplication- The application value.
collectionsSchemaCollection[]- The collections value.
globalsSchemaCollection[]- The globals value.
pluginsSchemaPlugin[]- The plugins value.
The manifest contains declarative public metadata only. Executable access functions, hooks, credentials, and secrets are never serialized into it.