Skip to content

Commit b777d4d

Browse files
committed
skill refinement
1 parent e0d652a commit b777d4d

File tree

5 files changed

+55
-3
lines changed

5 files changed

+55
-3
lines changed

plugins/b2c-cli/skills/b2c-site-import-export/references/METADATA-XML.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
Common XML patterns for site archive imports.
44

5+
## XSD Schema Reference
6+
7+
For authoritative XML schema definitions, use the `b2c` CLI (if installed):
8+
9+
```bash
10+
# View the metadata XSD schema
11+
b2c docs schema metadata
12+
13+
# List all available schemas
14+
b2c docs schema --list
15+
```
16+
517
## System Object Extensions
618

719
### Add String Attribute to Product

plugins/b2c/skills/b2c-business-manager-extensions/references/EXTENSIONS-XML.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Complete reference for bm_extensions.xml schema.
44

5+
## XSD Schema Reference
6+
7+
For the authoritative XML schema definition, use the `b2c` CLI (if installed):
8+
9+
```bash
10+
# View the BM extensions XSD schema
11+
b2c docs schema bmext
12+
```
13+
514
## File Location
615

716
```

plugins/b2c/skills/b2c-forms/references/FORM-XML.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Complete reference for B2C Commerce form definitions.
44

5+
## XSD Schema Reference
6+
7+
For the authoritative XML schema definition, use the `b2c` CLI (if installed):
8+
9+
```bash
10+
# View the form XSD schema
11+
b2c docs schema form
12+
```
13+
514
## XML Schema
615

716
```xml

plugins/b2c/skills/b2c-metadata/references/XML-EXAMPLES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
Complete examples for common metadata import/export scenarios.
44

5+
## XSD Schema Reference
6+
7+
For authoritative XML schema definitions, use the `b2c` CLI (if installed):
8+
9+
```bash
10+
# View specific schemas
11+
b2c docs schema metadata
12+
b2c docs schema catalog
13+
b2c docs schema library
14+
b2c docs schema preferences
15+
16+
# List all available schemas
17+
b2c docs schema --list
18+
```
19+
520
## Site Archive Structure
621

722
```

plugins/b2c/skills/b2c-webservices/references/SERVICES-XML.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
XML format for importing and exporting service configurations via site import/export.
44

5+
## XSD Schema Reference
6+
7+
For the authoritative XML schema definition, use the `b2c` CLI (if installed):
8+
9+
```bash
10+
# View the services XSD schema
11+
b2c docs schema services
12+
```
13+
514
## XML Namespace
615

716
```xml
@@ -195,11 +204,9 @@ Links service type, profile, and credential together.
195204
<password>client_secret_here</password>
196205
</service-credential>
197206

198-
<!-- API Credential -->
207+
<!-- API Credential (no auth needed, only URL) -->
199208
<service-credential service-credential-id="my.api.cred">
200209
<url>https://api.example.com/v2</url>
201-
<user-id/>
202-
<password/>
203210
</service-credential>
204211

205212
<!-- SFTP Credential -->

0 commit comments

Comments
 (0)