schemas.schema-form.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gravitee-am-deviceidentifier-fingerprintjs-v3-pro Show documentation
Show all versions of gravitee-am-deviceidentifier-fingerprintjs-v3-pro Show documentation
Implementation of FingerprintJS V3 Pro
{
"type" : "object",
"id" : "urn:jsonschema:io:gravitee:am:deviceidentifier:fingerprintjs:FingerprintJsV3Pro",
"properties": {
"browserToken": {
"title": "Browser token",
"type" : "string",
"description": "Browser subscription token"
},
"region": {
"title": "Registration region",
"type" : "string",
"description": "(optional) set the region of your FingerprintJS registration",
"placeholder" : ["e.g: eu"]
}
},
"required": ["browserToken"]
}