Bdc Validate Share Metadata banner
MarioDeFelipe MarioDeFelipe

Bdc Validate Share Metadata

Data community

Description

--- description: Validate ORD metadata JSON before publishing a BDC data product argument-hint: <ord_json_or_path> --- You are running the `/bdc-validate-share-metadata` command. The user wants to validate ORD (Open Resource Discovery) metadata before pushing it through `create_or_update_share`. The ORD payload to validate is in `$ARGUMENTS` — it may be either: - An inline JSON object, e.g. `{"title": "...", ...}` or `{"@openResourceDiscoveryV1": {...}}` - A path to a `.json` file on disk If

Installation

Installs to ~/.claude/skills/mariodefelipe-sap-bdc-plugin-bdc-validate-share-metadata/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mariodefelipe-sap-bdc-plugin-bdc-validate-share-metadata && curl -fsSL https://raw.githubusercontent.com/MarioDeFelipe/sap-bdc-plugin/HEAD/commands/bdc-validate-share-metadata.md -o ~/.claude/skills/mariodefelipe-sap-bdc-plugin-bdc-validate-share-metadata/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository