From 7966c096b1857006ce93a8304fae82826d82f203 Mon Sep 17 00:00:00 2001 From: Igor Dysko Date: Fri, 11 Jun 2021 16:12:06 +0200 Subject: Support new schema versions Schemas v21, v22 and v23 were added to graphgraph. Issue-ID: AAI-3281 Signed-off-by: Igor Dysko Change-Id: I3fb835568b97abfdab19894d84acd1e49baec855 --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 35c8e39..81db0bb 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -15,7 +15,7 @@ schema.ingest.file=${server.local.startpath}/application.properties schema.uri.base.path=/aai # Lists all of the versions in the schema -schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20 +schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23 # Specifies from which version should the depth parameter to default to zero schema.version.depth.start=v10 # Specifies from which version should the related link be displayed in response payload -- cgit 1.2.3-korg