Skip to content

Commit

Permalink
Fix #174 Add properties field to Entity concept
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thadguidry authored Jun 17, 2024
1 parent ea08452 commit 3645fc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,9 @@ <h3 data-link-for="entities">Entities</h3>
<dd>an optional <emph>description</emph> as a human-readable string;</dd>
<dt><code>type</code></dt>
<dd>an array of <a>types</a>, possibly empty;</dd>
<dt><code>properties</code></dt>
<dd>an array of <a>property</a> fields and associated <a>property values</a> for the entity, possibly empty;</dd>
</dl>
Moreover, for each <a>property</a> it contains a set of associated <a>property values</a>, possibly empty.
</p>
<p>
Reconciliation services MUST define in their <a>service manifest</a> a <dfn>URI template</dfn> for entities,
Expand Down

0 comments on commit 3645fc2

Please sign in to comment.