2020-11-23 14:09:10 +08:00
|
|
|
{
|
2020-11-23 19:42:03 +08:00
|
|
|
"id": "file:/project_folders/item.json#",
|
2020-11-23 14:09:10 +08:00
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"type": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"attributes": {
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"name": {
|
|
|
|
"type": "string"
|
2021-08-18 16:00:01 +08:00
|
|
|
},
|
|
|
|
"created_at": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"updated_at": {
|
|
|
|
"type": "string"
|
2020-11-23 14:09:10 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false,
|
|
|
|
"required": [
|
|
|
|
"name"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"relationships": {
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"team": {
|
|
|
|
"type": "object"
|
|
|
|
},
|
|
|
|
"parent_folder": {
|
|
|
|
"type": "object"
|
2020-12-02 15:03:32 +08:00
|
|
|
},
|
|
|
|
"projects": {
|
|
|
|
"type": "object"
|
2021-01-13 00:09:39 +08:00
|
|
|
},
|
|
|
|
"project_folders": {
|
|
|
|
"type": "object"
|
2020-11-23 14:09:10 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false,
|
|
|
|
"required": ["team"]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false,
|
|
|
|
"required": ["id", "type", "attributes"]
|
|
|
|
}
|