{
  "type": "object",
  "properties": {
    "machine": {
      "description": "A valid machine to transition this codespace to.",
      "type": "string"
    },
    "display_name": {
      "description": "Display name for this codespace",
      "type": "string"
    },
    "recent_folders": {
      "description": "Recently opened folders inside the codespace. It is currently used by the clients to determine the folder path to load the codespace in.",
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}