Overview
This topic discusses the JSON representation of Schematic Folder objects.
A folder consists of the following four mandatory properties:
name
—Folder name (String).id
—Identifier of the folder in the schematic service (String).object
—OBJECTID of the folder in the schematic dataset (Long).ID folders
—List of its subfolders. This list may be empty.
{
"name": "<FolderName>",
"id": "<FolderId>",
"objectID": <FolderObjectID>,
"folders: [
<SubFolder1>,
...,
<SubFolderN>
]
}