From d4eaa9e1391e25654046c4cca510ef6821edaa3f Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Fri, 13 Sep 2024 00:48:54 +0200 Subject: [PATCH] Update 1.0-draft/index.html Co-authored-by: Thad Guidry --- 1.0-draft/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;