meta-schema icon indicating copy to clipboard operation
meta-schema copied to clipboard

The official OpenRPC JSON Schema meta-schema.

Results 8 meta-schema issues
Sort by recently updated
recently updated
newest added

Replace Undefined with JSONSchema. fixes https://github.com/open-rpc/meta-schema/issues/450 fixes https://github.com/open-rpc/meta-schema/issues/457

I'm proposing adding a discriminator similar to the OpenAPI discriminator feature: https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/ This would address the following feature requests: https://github.com/open-rpc/spec/issues/382 https://github.com/open-rpc/spec/issues/367 And in general be predictable for anyone who worked...

**Describe the bug** Too many errors in go meta schema (Undefined: Undefined) **To Reproduce** 1. Go to https://github.com/open-rpc/meta-schema/blob/master/openrpc_document.go#L170 **Expected behavior** I tried to use it as a dependency but I...

**Describe the bug** A clear and concise description of what the bug is. https://github.com/open-rpc/meta-schema/blame/78bb78fb9a5c3cd3f5117e5c681e43e9f31d7016/index.d.ts#L128 Since this changed from `JSONSchema[]` to `Undefined` on line 128 and few other lines: 134, 161,...

as seen here: https://github.com/open-rpc/playground/issues/558

**Describe the bug** [TagObject](https://spec.open-rpc.org/#tag-object) have summary. But schema.json tagObject doesn't have summary. https://github.com/open-rpc/meta-schema/blob/626a15d0a61852669adedb8b559611f179d51092/schema.json#L524-L550 **Expected behavior** TagObject have summary.

bug
good first issue

as reported [here](https://github.com/open-rpc/spec/issues/350) should be added to https://github.com/open-rpc/meta-schema/blob/master/schema.json#L551 based on how its defined here: https://spec.open-rpc.org/#example-object

bug
good first issue