Importing an OpenRPC document
OpenRPC is to JSON-RPC what OpenAPI is to REST.
Importing
Section titled “Importing”File ▸ Import (Ctrl+I) then the openrpc.json file.
What is imported
Section titled “What is imported”| Element | What Restorm makes of it |
|---|---|
Each method | A JSON-RPC request, inside a Methods folder |
The params content descriptors | A sample params built from the JSON schema |
servers | The request’s URL |
Updating
Section titled “Updating”OpenRPC is one of the re-syncable formats. See Updating from the source.