From 3645fc2a2bfb87877c98432fee88805183a95e75 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Mon, 17 Jun 2024 21:10:05 +0800 Subject: [PATCH] Fix #174 Add `properties` field to Entity concept I also don't think we need the sentence after this: > Moreover, for each property it contains a set of associated property values, possibly empty. --- draft/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/draft/index.html b/draft/index.html index 3180dde..87ef533 100644 --- a/draft/index.html +++ b/draft/index.html @@ -270,8 +270,9 @@

Entities

an optional description as a human-readable string;
type
an array of types, possibly empty;
+
properties
+
an array of property fields and associated property values for the entity, possibly empty;
- Moreover, for each property it contains a set of associated property values, possibly empty.

Reconciliation services MUST define in their service manifest a URI template for entities,