Diagram
|
|
Type
|
object |
Properties
|
Name |
Occurrence |
id name description attributeVersion contentVersion items type createdAt updatedAt
|
optional optional optional optional optional optional optional optional optional
|
|
Used by
|
|
Source
|
"Vault": {
"type": "object",
"properties": {
"id": {
"type": "string",
"pattern": "^[\\da-z]{26}"
},
"name": {"type": "string"},
"description": {"type": "string"},
"attributeVersion": {
"type": "integer",
"description": "The vault version"
},
"contentVersion": {
"type": "integer",
"description": "The version of the vault contents"
},
"items": {
"type": "integer",
"description": "Number of active items in the vault"
},
"type": {
"type": "string",
"enum": [
"PERSONAL",
"TRANSFER",
"USER_CREATED",
"EVERYONE"
]
},
"createdAt": {
"type": "string",
"format": "date-time",
"readOnly": true
},
"updatedAt": {
"type": "string",
"format": "date-time",
"readOnly": true
}
}
}
|
|
Diagram
|
|
Type
|
string |
Constraints
|
|
Used by
|
Schema |
Vault |
Vault/properties/id |
|
Source
|
"id": {
"type": "string",
"pattern": "^[\\da-z]{26}"
}
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
Vault |
Vault/properties/name |
|
Source
|
"name": {"type": "string"}
|
|
Diagram
|
|
Type
|
string |
Used by
|
Schema |
Vault |
Vault/properties/description |
|
Source
|
"description": {"type": "string"}
|
|
Annotations
|
Description The vault version
|
|
Diagram
|
|
Type
|
number |
Used by
|
Schema |
Vault |
Vault/properties/attributeVersion |
|
Source
|
"attributeVersion": {
"type": "integer",
"description": "The vault version"
}
|
|
Annotations
|
Description The version of the vault contents
|
|
Diagram
|
|
Type
|
number |
Used by
|
Schema |
Vault |
Vault/properties/contentVersion |
|
Source
|
"contentVersion": {
"type": "integer",
"description": "The version of the vault contents"
}
|
|
Annotations
|
Description Number of active items in the vault
|
|
Diagram
|
|
Type
|
number |
Used by
|
Schema |
Vault |
Vault/properties/items |
|
Source
|
"items": {
"type": "integer",
"description": "Number of active items in the vault"
}
|
|
Diagram
|
|
Type
|
string |
Enumeration
|
Values |
PERSONAL |
TRANSFER |
USER_CREATED |
EVERYONE |
|
Used by
|
Schema |
Vault |
Vault/properties/type |
|
Source
|
"type": {
"type": "string",
"enum": [
"PERSONAL",
"TRANSFER",
"USER_CREATED",
"EVERYONE"
]
}
|
|
Diagram
|
|
Type
|
string |
Constraints
|
|
Used by
|
Schema |
Vault |
Vault/properties/createdAt |
|
Source
|
"createdAt": {
"type": "string",
"format": "date-time",
"readOnly": true
}
|
|
Diagram
|
|
Type
|
string |
Constraints
|
|
Used by
|
Schema |
Vault |
Vault/properties/updatedAt |
|
Source
|
"updatedAt": {
"type": "string",
"format": "date-time",
"readOnly": true
}
|
|