feat: Generate Schema Files - 18113073 (no-changelog) (#12927)

Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
Jon
2025-01-30 14:59:04 +00:00
committed by GitHub
parent cdfa22593b
commit 9d027339fd
661 changed files with 76670 additions and 1 deletions

View File

@@ -0,0 +1,54 @@
{
"type": "object",
"properties": {
"metadata": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"path_lower": {
"type": "string"
},
"path_display": {
"type": "string"
},
"id": {
"type": "string"
},
"parent_shared_folder_id": {
"type": "string"
},
"sharing_info": {
"type": "object",
"properties": {
"read_only": {
"type": "boolean"
},
"parent_shared_folder_id": {
"type": "string"
},
"traverse_only": {
"type": "boolean"
},
"no_access": {
"type": "boolean"
}
},
"required": [
"read_only",
"parent_shared_folder_id",
"traverse_only",
"no_access"
]
}
},
"required": [
"name",
"path_lower",
"path_display",
"id"
]
}
}
}

View File

@@ -0,0 +1,38 @@
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"lastModifiedClient": {
"type": "string"
},
"lastModifiedServer": {
"type": "string"
},
"rev": {
"type": "string"
},
"contentSize": {
"type": "integer"
},
"type": {
"type": "string"
},
"contentHash": {
"type": "string"
},
"pathLower": {
"type": "string"
},
"pathDisplay": {
"type": "string"
},
"isDownloadable": {
"type": "boolean"
}
}
}

View File

@@ -0,0 +1,61 @@
{
"type": "object",
"properties": {
"metadata": {
"type": "object",
"properties": {
".tag": {
"type": "string"
},
"name": {
"type": "string"
},
"path_lower": {
"type": "string"
},
"path_display": {
"type": "string"
},
"id": {
"type": "string"
},
"parent_shared_folder_id": {
"type": "string"
},
"sharing_info": {
"type": "object",
"properties": {
"read_only": {
"type": "boolean"
},
"parent_shared_folder_id": {
"type": "string"
},
"traverse_only": {
"type": "boolean"
},
"no_access": {
"type": "boolean"
}
},
"required": [
"read_only",
"parent_shared_folder_id",
"traverse_only",
"no_access"
]
}
},
"required": [
".tag",
"name",
"path_lower",
"path_display",
"id"
]
}
},
"required": [
"metadata"
]
}