PURISTA API / @purista/sandbox / SandboxMetadataSchema
Variable: SandboxMetadataSchema
constSandboxMetadataSchema:ZodObject<{containerName:ZodString;createdAt:ZodNumber;gitConfigured:ZodOptional<ZodBoolean>;organizationId:ZodString;projectId:ZodString;sandboxId:ZodString;userId:ZodString; },$strip>
Defined in: sandbox-service/src/types/SandboxDriver.ts:27
Metadata for a sandbox instance used for registry and reconciliation.
