ethereum / execution-apis

Collection of APIs provided by Ethereum execution layer clients
Creative Commons Zero v1.0 Universal
908 stars 352 forks source link

Update receipt.yaml to title instead of name #527

Closed shanejonas closed 3 months ago

shanejonas commented 4 months ago

name isn't valid json-schema. it should be title.

lightclient commented 3 months ago

@shanejonas it would be nice if this could cause an error in CI, do you know what tool would check for this? I am parsing and validating the Open RPC doc here: https://github.com/ethereum/execution-apis/blob/main/scripts/validate.js