Frames can contain custom properties, these should be read into a custom properties map. Example: ```json { "file_frames": [ { "frame_title": "a frame", "custom:circles": "0,0,0,1" }, { "frame_title": "other frame" } ] } ```