Skip to content

@salesforce/b2c-tooling-sdk / docs / readSchema

Function: readSchema() ​

readSchema(id): { content: string; entry: SchemaEntry; path: string; } | null

Defined in: packages/b2c-tooling-sdk/src/docs/schema.ts:58

Read a schema by its exact ID.

Parameters ​

id ​

string

Returns ​

{ content: string; entry: SchemaEntry; path: string; } | null

Released under the Apache-2.0 License.