From 3645fc2a2bfb87877c98432fee88805183a95e75 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Mon, 17 Jun 2024 21:10:05 +0800 Subject: [PATCH 1/2] 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, From c9b9ff3f178625e92c83ffbcf6adeb108efe9909 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Thu, 11 Jul 2024 23:07:50 +0800 Subject: [PATCH 2/2] revert changes and only improve grammar --- draft/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/draft/index.html b/draft/index.html index 87ef533..26fb207 100644 --- a/draft/index.html +++ b/draft/index.html @@ -270,9 +270,8 @@

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 the entity contains a set of associated property values, possibly empty.

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