Skip to content

Importing an OpenRPC document

OpenRPC is to JSON-RPC what OpenAPI is to REST.

File ▸ Import (Ctrl+I) then the openrpc.json file.

ElementWhat Restorm makes of it
Each methodA JSON-RPC request, inside a Methods folder
The params content descriptorsA sample params built from the JSON schema
serversThe request’s URL

OpenRPC is one of the re-syncable formats. See Updating from the source.