From b831bf7f2acce32af18465d937d71194bcba7c43 Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Sun, 15 Dec 2019 18:42:14 +0400 Subject: [PATCH] Allow define json schemas as typescript interfaces --- protocol-spec/cadmium-extension-document-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol-spec/cadmium-extension-document-format.md b/protocol-spec/cadmium-extension-document-format.md index 5c80ac8..3ec21ce 100644 --- a/protocol-spec/cadmium-extension-document-format.md +++ b/protocol-spec/cadmium-extension-document-format.md @@ -42,7 +42,7 @@ If there are any internationalization or localization issues related to your pro Your proposal MUST include a section entitled "Security Considerations". Even if there are no security features or concerns related to your proposal, you MUST note that fact. For helpful guidelines, refer to RFC 3552. ## JSON Schema -An JSON Schema is required in order for protocols to be approved by the Cadmium Developers. The Cadmium Developers team can assist you in defining an JSON Schema for the protocol you are proposing. +An JSON Schema is required in order for protocols to be approved by the Cadmium Developers. The Cadmium Developers team can assist you in defining an JSON Schema for the protocol you are proposing. Also you can define your schema as TypeScript interfaces, this is also allowed. ## Acknowledgements (optional) Most CE documents end with a section thanking non-authors who have made significant contributions or who have provided feedback regarding the specification.