Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

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

Function: readSchema()

readSchema(id): { content: string; entry: SchemaEntry; } | 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; } | null

Released under the Apache-2.0 License.