Ravi Geda | 2ecd77c | 2018-11-29 11:23:46 +0000 | [diff] [blame^] | 1 | # Schema Version Related Attributes |
| 2 | schema.uri.base.path=/aai |
| 3 | # Lists all of the versions in the schema |
| 4 | schema.version.list=v9,v10,v11,v12,v13,v14 |
| 5 | # Specifies from which version should the depth parameter to default to zero |
| 6 | schema.version.depth.start=v9 |
| 7 | # Specifies from which version should the related link be displayed in response payload |
| 8 | schema.version.related.link.start=v10 |
| 9 | # Specifies from which version should the client see only the uri excluding host info |
| 10 | # Before this version server base will also be included |
| 11 | schema.version.app.root.start=v11 |
| 12 | # Specifies from which version should the namespace be changed |
| 13 | schema.version.namespace.change.start=v12 |
| 14 | # Specifies from which version should the client start seeing the edge label in payload |
| 15 | schema.version.edge.label.start=v12 |
| 16 | # Specifies the version that the application should default to |
| 17 | schema.version.api.default=v14 |
| 18 | |
| 19 | # Schema Location Related Attributes |
| 20 | schema.configuration.location=NA |
| 21 | schema.nodes.location=/opt/app/crud-api/bundleconfig/etc/onap/oxm |
| 22 | schema.edges.location=/opt/app/crud-api/bundleconfig/etc/onap/dbedgerules |