open-rpc / playground

A place to play around with OpenRPC. https://playground.open-rpc.org
https://playground.open-rpc.org
Apache License 2.0
40 stars 25 forks source link

update meta-schema to support global paramStructure #410

Closed shanejonas closed 4 years ago

shanejonas commented 4 years ago

Describe the bug update meta-schema to support global paramStructure

To Reproduce Steps to reproduce the behavior:

  1. Go to https://playground.open-rpc.org/
  2. Enter in the editor:
    {
    "openrpc": "1.2.4",
    "info": {
    "title": "",
    "version": "1.0.0"
    },
    "paramStructure": "by-name",
    "methods": []
    }
  3. See error

Expected behavior Should validate properly with paramStructure

Screenshots image

shanejonas commented 4 years ago

will re-open this when it gets into spec