{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "operation_id": {
      "type": "string"
    },
    "label": {
      "type": "string"
    }
  },
  "type": "object",
  "required": [
    "operation_id",
    "label"
  ],
  "title": "CreateProjectRequest",
  "description": "CreateProjectRequest creates a project space with its organizing spaces."
}
