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

definitions.Devicekey.json Maven / Gradle / Ivy

{
  "type": "object",
  "title": "Devicekey",
  "required": [
    "id",
    "type",
    "label"
  ],
  "properties": {
    "id": {
      "type": "String",
      "example": "Device key unique identifier"
    },
    "type": {
      "type": "String",
      "example": "COMMUNITY_NAME, OR USERNAME_PASSWORD"
    },
    "label": {
      "type": "String",
      "example": "Device key user label"
    },
    "community_name": {
      "type": "String",
      "example": "Device key community name"
    },
    "username": {
      "type": "String",
      "example": "Device key username"
    },
    "password": {
      "type": "String",
      "example": "Device key password"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy