Adding relationship-properties to v22 schema

Removing properties block added to aai_oxm_v22.xml
Add properties to onap blocks in v22 schema
Adding data-owner,data-source, and data-source version to onap only blocks in aai_oxm_v22.xml
Fix typo v22 schema
Chane instance of "data-onwer" to "data-owner" n aai_oxm_v22.xml

Issue-ID: AAI-3196
Change-Id: I012cf96d8037b9889f8149a4ad41d6a3da713402
Signed-off-by: Alpert, Matthew (ma1944) <ma1944@att.com>
1 file changed
tree: 03278f9f2bf08e92f973524f287c2fc9bf6c5a23
  1. aai-annotations/
  2. aai-queries/
  3. aai-schema/
  4. aai-schema-gen/
  5. aai-schema-service/
  6. plantuml/
  7. releases/
  8. .editorconfig
  9. .gitattributes
  10. .gitignore
  11. .gitreview
  12. generate-uml-snapshot.sh
  13. INFO.yaml
  14. LICENSE.TXT
  15. LICENSE_ALT1.txt
  16. onap-java-formatter.xml
  17. pom.xml
  18. README.md
  19. version.properties
  20. yaml2json.py
README.md

AAI Schema Service

Local setup

In order to start the service locally, here is what needs to be done

> mvn clean install 

Above command only needs to be run the first time

The command below actually starts the microservice

> mvn -pl aai-schema-service -PrunAjsc