{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "Init",
  "title": "Add GCP Cloud Storage Cache configuration to NX workspace",
  "type": "object",
  "properties": {
    "gcpBucket": {
      "type": "string",
      "description": "GCP Cloud Storage Bucket, where the cached Nx outputs will be stored",
      "x-prompt": "GCP Cloud Storage Bucket, where the cached Nx outputs will be stored"
    }
  }
}
