A Substratum Drive root on the owner PDS.
Properties
View raw schema
{
"type": "object",
"required": [
"driveId",
"name",
"ownerDid"
],
"properties": {
"name": {
"type": "string"
},
"driveId": {
"type": "string",
"description": "The UUID of the drive"
},
"ownerDid": {
"type": "string",
"format": "did"
}
},
"description": "A Substratum Drive root on the owner PDS."
}