v20 support in schema-service without javafx
[aai/schema-service.git] / aai-queries / src / test / resources / application-onap-test.properties
1 server.local.startpath=src/main/resources/
2 # Schema related attributes for the oxm and edges
3 # Any additional schema related attributes should start with prefix schema
4 schema.configuration.location=N/A
5 # Choose if the oxm schema is onap or other system
6 schema.source.name=onap
7 # Location of where the oxm files are
8 schema.nodes.location=${server.local.startpath}/schema/${schema.source.name}/oxm/
9 # Location of where the dbedgerules files are
10 schema.edges.location=${server.local.startpath}/schema/${schema.source.name}/dbedgerules/
11 # Location of where the stored queries are
12 schema.queries.location=${server.local.startpath}/schema/${schema.source.name}/query/
13
14 schema.ingest.file=${server.local.startpath}/application-test.properties
15
16 # Schema Version Related Attributes
17 schema.uri.base.path=/aai
18 # Lists all of the versions in the schema
19 schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20
20 # Specifies from which version should the depth parameter to default to zero
21 schema.version.depth.start=v10
22 # Specifies from which version should the related link be displayed in response payload
23 schema.version.related.link.start=v10
24 # Specifies from which version should the client see only the uri excluding host info
25 # Before this version server base will also be included
26 schema.version.app.root.start=v11
27 # Specifies from which version should the namespace be changed
28 schema.version.namespace.change.start=v12
29 # Specifies from which version should the client start seeing the edge label in payload
30 schema.version.edge.label.start=v12
31 # Specifies the version that the application should default to
32 schema.version.api.default=v20
33 schema.translator.list=config