From 1681ed3a7d2d0875af6acb1ad161924ce1b0c5a1 Mon Sep 17 00:00:00 2001 From: nedmsmith Date: Mon, 18 Dec 2023 11:40:14 -0800 Subject: [PATCH] Create ice-sla3-indirect.diag re-added example --- cddl/examples/ice-sla3-indirect.diag | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 cddl/examples/ice-sla3-indirect.diag diff --git a/cddl/examples/ice-sla3-indirect.diag b/cddl/examples/ice-sla3-indirect.diag new file mode 100644 index 0000000..d4714ed --- /dev/null +++ b/cddl/examples/ice-sla3-indirect.diag @@ -0,0 +1,22 @@ +/ concise-evidence-map / { + / ce.ev-triples / 0 : { + / ce.evidence-triples / 0 : [ + [ /** uses reference-triple-record schema **/ + / environment-map / { + / ** env0 ** / + / comid.class / 0 : { + / comid.vendor / 1 : "ACME.example", + / comid.model / 2 : "MAX.example" + } + }, + / measurement-map / { + / mval / 1 : { + / comid.spdm-indirect / 12 : { + / index / 0 : [ /digest/ 2, / svn / 1, / version / 0] + } + } + } + ] + ] + } +} \ No newline at end of file