---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../modules.md) / [docs](../index.md) / SchemaEntry

# Interface: SchemaEntry

Defined in: [packages/b2c-tooling-sdk/src/docs/types.ts:125](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/docs/types.ts#L125)

An XSD schema entry in the index.

## Properties

### filePath

> **filePath**: `string`

Defined in: [packages/b2c-tooling-sdk/src/docs/types.ts:129](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/docs/types.ts#L129)

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

***

### id

> **id**: `string`

Defined in: [packages/b2c-tooling-sdk/src/docs/types.ts:127](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/docs/types.ts#L127)

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