ozon_get_swagger_meta
Retrieve metadata about the bundled Ozon Swagger snapshot, including spec version, method count, and SHA-256, to verify freshness or include in bug reports.
Instructions
Return metadata about the bundled Ozon swagger snapshots.
Tells the caller which spec version we are shipping, how many methods it contains, when the snapshot was refreshed, and the SHA-256 of the file. Useful for:
agents that need to decide whether to re-check docs online;
operators validating that a refresh actually landed;
bug reports — include this in the issue so reproduction is exact.
Returns {"error": "missing"} when the package was built without
swagger_meta.json (pre-v0.6 snapshot).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||