cosmos / chain-registry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validation Error logo_URIs

social244305-Architect opened this issue · comments

I am trying to add API/RPC for Fetch and Stride chain.json but Stride chain.json is failing validation with following error.

{'path': 'stride/chain.json', 'errors': [<ValidationError: "Additional properties are not allowed ('logo_URIs' was unexpected)">]}

I see "logo_URIs" in definition but not in properties. Is this a problem with schema? See PR #1174 for error.

Apologies, and thanks for pointing this out. 'logo_URIs' and 'keywords' were supposed to be under properties--not $defs. Working on a fix. Should be able to reopen your PR.