odata_metadata
Fetch OData $metadata and reduce it to a compact field map, enabling comparison of entity structures without loading raw EDMX.
Instructions
Fetch OData $metadata (EDMX) and reduce it to a compact field map.
entity="" pulls the whole service metadata (large — hundreds of entity types); entity="EmpJob" pulls just that entity set. The full {entity: {field: attributes}} map is written to a JSON file, and a small map is returned inline as well, so two instances can be compared without ever loading raw EDMX into the conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | No | ||
| company_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||