router-core 1.3.0 changes
[aai/data-router.git] / src / test / resources / config / schemaIngest.properties
1 # Properties for the SchemaLocationsBean
2 # Properties required by the aai-common - aai-schema-ingest lib as of 1.3.0
3 schema.configuration.location=N/A
4 schema.nodes.location=src/test/resources/oxm-reader/oxm
5 schema.edges.location=
6 # These versions need to exist if they are included in the list
7 schema.version.list=v8,v9,v10,v11,v12,v13
8 # Decalares the oxm version to load
9 schema.version.api.default=v13
10
11 # Don't use these properties in our application, need to be set to prevent an exception on startup (see SchemaVersions bean)
12 schema.version.depth.start=v13
13 schema.version.related.link.start=v13
14 schema.version.app.root.start=v13
15 schema.version.namespace.change.start=v13
16 schema.version.edge.label.start=v13