Updating https certificate
[aai/sparky-be.git] / sparkybe-onap-application / config / schemaIngest.properties
1 # Properties for the SchemaLocationsBean
2 # Files named aai_oxm_v*.xml are unpacked here:
3 nodeDir=${oxm.schemaNodeDir}
4 # Dummy folder/directory:
5 edgeDir=
6
7 # New propterties required by the aai-common - aai-schema-ingest lib as of 1.3.0
8 schema.configuration.location=N/A
9 schema.nodes.location=${oxm.schemaNodeDir}
10 schema.edges.location=
11 # These versions need to exist if they are included in the list
12 schema.version.list=v8,v9,v10,v11,v12,v13,v14
13 # Decalares the oxm version to load
14 schema.version.api.default=${oxm.apiVersion}
15
16 # Setting this values to ${oxm.apiVersion} only to ensure the value used exists (we don't use this properties in our application)
17 schema.version.depth.start=${oxm.apiVersion}
18 schema.version.related.link.start=${oxm.apiVersion}
19 schema.version.app.root.start=${oxm.apiVersion}
20 schema.version.namespace.change.start=${oxm.apiVersion}
21 schema.version.edge.label.start=${oxm.apiVersion}