diff --git a/1.0-draft/index.html b/1.0-draft/index.html index 8679ce6..5ef775e 100644 --- a/1.0-draft/index.html +++ b/1.0-draft/index.html @@ -354,7 +354,7 @@

Service Manifest

A service manifest consists of the following fields:
versions
-
The array of API versions supported by the endpoint, such as ["0.1", "0.2"]. Since this field did not exist in version 0.1, services which do not declare a versions field are expected to only support version 0.1. A service implementing the current draft should include 1.0-draft in the array.
+
The array of API versions supported by the endpoint, such as ["0.1", "0.2", "1.0-draft"]. Since this field did not exist in version 0.1, services which do not declare a versions field are expected to only support version 0.1. A service implementing the current draft should include 1.0-draft in the array.
name
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;