From 46fae35cc41847e1906014dedb25d4fec10a5c08 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Mon, 21 Feb 2022 13:18:03 -0500 Subject: [PATCH] Require 'content' on Notes as dictated by the specification --- schemas/sdos/note.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/sdos/note.json b/schemas/sdos/note.json index 0ac9d2e..0f70431 100644 --- a/schemas/sdos/note.json +++ b/schemas/sdos/note.json @@ -49,6 +49,7 @@ } ], "required": [ + "content", "object_refs" ] }