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

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

Interface: SchemaEntry

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

An XSD schema entry in the index.

Properties

filePath

filePath: string

Defined in: packages/b2c-tooling-sdk/src/docs/types.ts:62

The filename (e.g., "catalog.xsd")


id

id: string

Defined in: packages/b2c-tooling-sdk/src/docs/types.ts:60

Unique identifier - the filename without .xsd extension (e.g., "catalog")

Released under the Apache-2.0 License.