Skip to content

Commit

Permalink
Update 1.0-draft/index.html
Browse files Browse the repository at this point in the history
Co-authored-by: Thad Guidry <thadguidry@gmail.com>
  • Loading branch information
wetneb and thadguidry authored Sep 12, 2024
1 parent 03f1f07 commit d4eaa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1.0-draft/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ <h3>Service Manifest</h3>
A <dfn>service manifest</dfn> consists of the following fields:
<dl>
<dt><code>versions</code></dt>
<dd>The array of API versions supported by the endpoint, such as <code>["0.1", "0.2"]</code>. Since this field did not exist in version 0.1, services which do not declare a <code>versions</code> field are expected to only support version 0.1. A service implementing the current draft should include <code>1.0-draft</code> in the array.</dd>
<dd>The array of API versions supported by the endpoint, such as <code>["0.1", "0.2", "1.0-draft"]</code>. Since this field did not exist in version 0.1, services which do not declare a <code>versions</code> field are expected to only support version 0.1. A service implementing the current draft should include <code>1.0-draft</code> in the array.</dd>
<dt><code>name</code></dt>
<dd>A human-readable name for the service, generally the name of the database it exposes. In the case where multiple reconciliation services exist for the same database, it is in the interest of a service to bear a meaningful name which
will help disambiguating it from others;</dd>
Expand Down

0 comments on commit d4eaa9e

Please sign in to comment.