All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.schema-form.json Maven / Gradle / Ivy

There is a newer version: 4.5.0-alpha.4
Show newest version
{
  "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"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy