From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=fuzziesquirrel.com (client-ip=173.167.31.197; helo=bajor.fuzziesquirrel.com; envelope-from=bradleyb@fuzziesquirrel.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=fuzziesquirrel.com Received: from bajor.fuzziesquirrel.com (mail.fuzziesquirrel.com [173.167.31.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 49nm1p02MjzDqHh for ; Fri, 19 Jun 2020 01:24:12 +1000 (AEST) X-Virus-Scanned: amavisd-new at fuzziesquirrel.com Message-ID: <401bbeda08bbeee4bcb9bc94a2b33eaa75f167ce.camel@fuzziesquirrel.com> Subject: Re: Message registries continuation From: Brad Bishop To: James Feist , Matt Spinler , OpenBMC Maillist Date: Thu, 18 Jun 2020 11:23:51 -0400 In-Reply-To: <85015a54-0de6-42e2-bd56-732c7f0a420d@linux.intel.com> References: <74794819-3b3c-0c39-30e0-b2ca6c46d9fb@linux.ibm.com> <85015a54-0de6-42e2-bd56-732c7f0a420d@linux.intel.com> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2020 15:24:14 -0000 On Tue, 2020-06-16 at 13:39 -0700, James Feist wrote: > > Entity-manager uses valijson, in that way you could validate them > against a schema: https://github.com/tristanpenman/valijson. It plays > nicely with nlohmann-json. Although if these are compiled in json > files, I'm not sure it's a large issue. We could just create a > compile-time script to validate. FYI for EM, I've actually done this work. I just need to submit it for review.