Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions authzed/api/v1/schema_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ message WriteSchemaRequest {
(validate.rules).string.max_bytes = 4194304,
(buf.validate.field).string.max_bytes = 4194304
]; // 4MiB

// dry_run, if true, will validate the schema but not actually write it.
// This allows for testing schema changes without applying them.
bool dry_run = 2;
}

// WriteSchemaResponse is the resulting data after having written a Schema to
Expand Down