-
Notifications
You must be signed in to change notification settings - Fork 44
Installation
Configuring dependencies for tests.
$ ./configure-dependencies.sh
Below mentioned configuration files should be created in src/main/resources.
-
config-{profile}.properties - Create a property file which contains environment specific configurations for the application. Replace the
profilekeyword in the file name with an environment name that you want to deploy the application in. Sample configuration details can be found here. -
application.properties - This file should contain the environment(profile) name that you want to deploy the application in and it should have a matching property file as mentioned above. Sample file can be found here.
-
validations.shex - This file should contain validations for each of the properties in the JSON-LD document issued into the registry. For further details on syntax, you can refer to the Shape Expressions Primer(Shex Primer). An example for the validations can be found here.
-
schema-configuration.jsonld - This file should contain configuration for the JSON-LD schema. Further details can be found here.
-
frame.json - This file can be created by referring to this sample which contains short-hand names, their namespaces and the the primary type used throughout the JSON-LD document that is issued into the registry. This file is used to frame the JSON-LD document fetched from the registry.