Minimal user context:
{
"default":
{
preferences:
{
}
}
}
You can add any number of key-value pairs in the preference section. We recomment to use preferences from http://terms.gpii.eu.
You can add any number of implementation specific parameters. Currently OpenAPE supports the "public" attribute that indicates if your user context can be read by other people.
{
"default":
{
preferences:
{
}
},
"implementation-parameters":
{
"public": true,
}
}