aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIgor Dysko <igor1.dysko@orange.com>2021-06-11 16:12:06 +0200
committerIgor Dysko <igor1.dysko@orange.com>2021-06-11 16:12:06 +0200
commit7966c096b1857006ce93a8304fae82826d82f203 (patch)
tree57f17cac77d3d4e39b3ef147d732fef11a5fcd57 /src
parent728886ae57c2b94bd8d49b6fe899b4136da2b6a2 (diff)
Support new schema versions
Schemas v21, v22 and v23 were added to graphgraph. Issue-ID: AAI-3281 Signed-off-by: Igor Dysko <igor1.dysko@orange.com> Change-Id: I3fb835568b97abfdab19894d84acd1e49baec855
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/application.properties2
1 files changed, 1 insertions, 1 deletions
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