---
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:160](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/docs/types.ts#L160)

An XSD schema entry in the index.

## Properties

### filePath

> **filePath**: `string`

Defined in: [packages/b2c-tooling-sdk/src/docs/types.ts:164](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/docs/types.ts#L164)

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

***

### id

> **id**: `string`

Defined in: [packages/b2c-tooling-sdk/src/docs/types.ts:162](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/docs/types.ts#L162)

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