Michael Arrastia | c05416c | 2018-11-29 11:35:51 +0000 | [diff] [blame] | 1 | # |
| 2 | # ============LICENSE_START======================================================= |
| 3 | # org.onap.aai |
| 4 | # ================================================================================ |
| 5 | # Copyright © 2018 AT&T Intellectual Property. All rights reserved. |
| 6 | # Copyright © 2018 Amdocs |
| 7 | # ================================================================================ |
| 8 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | # you may not use this file except in compliance with the License. |
| 10 | # You may obtain a copy of the License at |
| 11 | # |
| 12 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | # |
| 14 | # Unless required by applicable law or agreed to in writing, software |
| 15 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | # See the License for the specific language governing permissions and |
| 18 | # limitations under the License. |
| 19 | # ============LICENSE_END========================================================= |
| 20 | # |
| 21 | |
| 22 | ####################################### |
| 23 | # Schema Version Related Attributes |
| 24 | ####################################### |
| 25 | |
| 26 | schema.uri.base.path=/aai |
| 27 | # Lists all of the versions in the schema |
| 28 | schema.version.list=v8,v9,v10,v11,v12,v13,v14 |
| 29 | # Specifies from which version should the depth parameter to default to zero |
| 30 | schema.version.depth.start=v9 |
| 31 | # Specifies from which version should the related link be displayed in response payload |
| 32 | schema.version.related.link.start=v10 |
| 33 | # Specifies from which version should the client see only the uri excluding host info |
| 34 | # Before this version server base will also be included |
| 35 | schema.version.app.root.start=v11 |
| 36 | # Specifies from which version should the namespace be changed |
| 37 | schema.version.namespace.change.start=v12 |
| 38 | # Specifies from which version should the client start seeing the edge label in payload |
| 39 | schema.version.edge.label.start=v12 |
| 40 | # Specifies the version that the application should default to |
| 41 | schema.version.api.default=v14 |
| 42 | |
| 43 | ####################################### |
| 44 | # Schema Location Related Attributes |
| 45 | ####################################### |
| 46 | |
| 47 | schema.configuration.location=NA |
| 48 | schema.nodes.location=/opt/app/spike/bundleconfig/etc/onap/oxm |
| 49 | schema.edges.location=/opt/app/spike/bundleconfig/etc/onap/dbedgerules |