{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "BuildOptions",
  "type": "object",
  "title": "Build Options Schema",
  "description": "Defines the options for the build schematic.",
  "properties": {
    "base64String": {
      "type": "string",
      "description": "The workspace structure."
    },
    "installCollection": {
      "type": "boolean",
      "description": "Flag to indicate whether to install the collection."
    },
    "addCollections": {
      "type": "boolean",
      "description": "Flag to indicate whether to add additional collections."
    }
  },
  "required": []
}
