aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema-ingest/src/test/resources/schemaservice-endpoints.json
blob: 07d637dd45d48ed98861734343598a842c1a70dd (plain)
1
2
3
4
5
6
7
8
9
"schema-service-endpoints" : {
    "version-endpoint": {
        "uri": "/versions",
        "response" : {
           "versions" : ["v9", "v10", "v11"],
           "default" : "v14",
        }
        }
}