An open API service indexing awesome lists of open source software.

https://github.com/markrosemaker/errpath

Utilities for creating and managing detailed error paths, allowing users to construct error messages that include the full path to the error. Useful when traversing complex data structures such as JSON or YAML files. Example: components.schemas["Pet"].allOf[0]: invalid schema
https://github.com/markrosemaker/errpath

error-handling errors golang json openapi yaml

Last synced: 3 months ago
JSON representation

Utilities for creating and managing detailed error paths, allowing users to construct error messages that include the full path to the error. Useful when traversing complex data structures such as JSON or YAML files. Example: components.schemas["Pet"].allOf[0]: invalid schema

Awesome Lists containing this project