Brian Stanke | b8ff641 | 2016-02-25 14:16:19 -0500 | [diff] [blame] | 1 | { |
| 2 | "type": "object", |
| 3 | "title": "Devicekey", |
| 4 | "required": [ |
| 5 | "id", |
| 6 | "type", |
| 7 | "label" |
| 8 | ], |
| 9 | "properties": { |
| 10 | "id": { |
| 11 | "type": "String", |
| 12 | "example": "Device key unique identifier" |
| 13 | }, |
| 14 | "type": { |
| 15 | "type": "String", |
| 16 | "example": "COMMUNITY_NAME, OR USERNAME_PASSWORD" |
| 17 | }, |
| 18 | "label": { |
| 19 | "type": "String", |
| 20 | "example": "Device key user label" |
| 21 | }, |
| 22 | "community_name": { |
| 23 | "type": "String", |
| 24 | "example": "Device key community name" |
| 25 | }, |
| 26 | "username": { |
| 27 | "type": "String", |
| 28 | "example": "Device key username" |
| 29 | }, |
| 30 | "password": { |
| 31 | "type": "String", |
| 32 | "example": "Device key password" |
| 33 | } |
| 34 | } |
| 35 | } |