Skip to content

Instantly share code, notes, and snippets.

View Ryandaydev's full-sized avatar

Ryan Day Ryandaydev

View GitHub Profile
@Ryandaydev
Ryandaydev / openapi.json
Created October 3, 2025 12:51
Examples of standardized RFC 9457 error codes in JSON and YML
{
"openapi":"3.1.1",
"info": {
"title":"Financial metrics API",
"version":"1.0"
},
"servers": [
{"url":"https://api.example.com/v1"}
],
"components": {