examples icon indicating copy to clipboard operation
examples copied to clipboard

Collection of example OpenRPC documents.

Results 2 examples issues
Sort by recently updated
recently updated
newest added

this is basically the same thing as https://github.com/open-rpc/examples/issues/647. The example does not follow the spec. In the spec the name field is required. spec: https://spec.open-rpc.org/#link-object example: link-example-openrpc.json ```json "links": {...

The spec states that the `name` field of the Server object is required, but the following 3 examples of this repo don't have it set. Is the spec wrong here...