From 9bf4e7bf111e47b7f827e90a7ccaf855da1f02d3 Mon Sep 17 00:00:00 2001 From: vijya76 <45961956+vijya76@users.noreply.github.com> Date: Thu, 25 Apr 2019 13:56:41 +0530 Subject: [PATCH] docs: remove typo from MethSchema section --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index a4e6d3fc..85e9dc2d 100644 --- a/spec.md +++ b/spec.md @@ -98,7 +98,7 @@ Example OpenRPC documents can be found in the [OpenRPC Examples Repository](http # Meta JSON Schema -Validating an OpenRPC document can be accomplished using the OpenRPC MetaSchema. The OpenRPC MetaSchema is based on the [Draft 07 JSON Schema](https://json-schema.org/draft-07/schema), and may be be used as a JSON meta-schema for various tooling use. Each field in the Specification MUST be included in the OpenRPC MetaSchema, including all constraints that are possible to model with [Draft 07 JSON Schema](https://json-schema.org/draft-07/schema). +Validating an OpenRPC document can be accomplished using the OpenRPC MetaSchema. The OpenRPC MetaSchema is based on the [Draft 07 JSON Schema](https://json-schema.org/draft-07/schema), and may be used as a JSON meta-schema for various tooling use. Each field in the Specification MUST be included in the OpenRPC MetaSchema, including all constraints that are possible to model with [Draft 07 JSON Schema](https://json-schema.org/draft-07/schema). # OpenRPC Schema Object