Diagram
|
|
Type
|
string |
Constraints
|
|
Used by
|
|
Source
|
"id": {
"type": "string",
"pattern": "^[\\da-z]{26}"
}
|
|
Diagram
|
|
Type
|
string |
Used by
|
|
Source
|
"title": {"type": "string"}
|
|
Diagram
|
|
Type
|
object |
Properties
|
Name |
Occurrence |
id
|
required
|
|
Used by
|
|
Source
|
"vault": {
"type": "object",
"required": ["id"],
"properties": {
"id": {
"type": "string",
"pattern": "^[\\da-z]{26}"
}
}
}
|
|
Diagram
|
|
Type
|
string |
Constraints
|
|
Used by
|
Schema |
vault |
vault/properties/id |
|
Source
|
"id": {
"type": "string",
"pattern": "^[\\da-z]{26}"
}
|
|
Diagram
|
|
Type
|
string |
Enumeration
|
Values |
SOCIAL_SECURITY_NUMBER |
SECURE_NOTE |
OUTDOOR_LICENSE |
WIRELESS_ROUTER |
API_CREDENTIAL |
DRIVER_LICENSE |
EMAIL_ACCOUNT |
CREDIT_CARD |
IDENTITY |
MEMBERSHIP |
SOFTWARE_LICENSE |
BANK_ACCOUNT |
PASSWORD |
DATABASE |
SERVER |
CUSTOM |
DOCUMENT |
LOGIN |
REWARD_PROGRAM |
PASSPORT |
|
Used by
|
|
Source
|
"category": {
"type": "string",
"enum": [
"SOCIAL_SECURITY_NUMBER",
"SECURE_NOTE",
"OUTDOOR_LICENSE",
"WIRELESS_ROUTER",
"API_CREDENTIAL",
"DRIVER_LICENSE",
"EMAIL_ACCOUNT",
"CREDIT_CARD",
"IDENTITY",
"MEMBERSHIP",
"SOFTWARE_LICENSE",
"BANK_ACCOUNT",
"PASSWORD",
"DATABASE",
"SERVER",
"CUSTOM",
"DOCUMENT",
"LOGIN",
"REWARD_PROGRAM",
"PASSPORT"
]
}
|
|
Diagram
|
|
Type
|
array |
Constraints
|
|
Array Items
|
Items |
properties_urls.html#/properties/urls/items |
|
Used by
|
|
Source
|
"urls": {
"type": "array",
"example": [
{
"primary": true,
"href": "https://example.com"
},
{"href": "https://example.org"}
],
"items": {
"type": "object",
"required": ["href"],
"properties": {
"primary": {"type": "boolean"},
"href": {"type": "string"}
}
}
}
|
|
Diagram
|
|
Type
|
object |
Properties
|
Name |
Occurrence |
primary href
|
optional required
|
|
Used by
|
|
Source
|
"items": {
"type": "object",
"required": ["href"],
"properties": {
"primary": {"type": "boolean"},
"href": {"type": "string"}
}
}
|
|
Diagram
|
|
Type
|
boolean |
Used by
|
Schema |
urls/items |
urls/items/properties/primary |
|
Source
|
"primary": {"type": "boolean"}
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
urls/items |
urls/items/properties/href |
|
Source
|
"href": {"type": "string"}
|
|
Diagram
|
|
Type
|
boolean |
Default value :
|
false |
Used by
|
|
Source
|
"favorite": {
"default": false,
"type": "boolean"
}
|
|
Diagram
|
|
Type
|
array |
Constraints
|
|
Array Items
|
Items |
properties_tags.html#/properties/tags/items |
|
Used by
|
|
Source
|
"tags": {
"type": "array",
"items": {"type": "string"}
}
|
|
Diagram
|
|
Type
|
string |
Used by
|
|
Source
|
"items": {"type": "string"}
|
|
Diagram
|
|
Type
|
number |
Used by
|
|
Source
|
"version": {"type": "integer"}
|
|
Diagram
|
|
Type
|
string |
Enumeration
|
|
Used by
|
|
Source
|
"state": {
"readOnly": true,
"type": "string",
"enum": [
"ARCHIVED",
"DELETED"
]
}
|
|
Diagram
|
|
Type
|
string |
Constraints
|
|
Used by
|
|
Source
|
"createdAt": {
"type": "string",
"format": "date-time",
"readOnly": true
}
|
|
Diagram
|
|
Type
|
string |
Constraints
|
|
Used by
|
|
Source
|
"updatedAt": {
"type": "string",
"format": "date-time",
"readOnly": true
}
|
|
Diagram
|
|
Type
|
string |
Used by
|
|
Source
|
"lastEditedBy": {
"type": "string",
"readOnly": true
}
|
|