This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Markus Raab
committed
Dec 17, 2021
1 parent
7e2612f
commit 6522f71
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Binary | ||
|
||
## Problem | ||
|
||
binary | ||
|
||
- is the only metadata that allows more values (instead of making the validation stricter) | ||
- is the only API that modifies metadata | ||
|
||
## Constraints | ||
|
||
- simplify API | ||
|
||
## Assumptions | ||
|
||
binary values are a rarely used feature | ||
|
||
## Considered Alternatives | ||
|
||
- flag for indicating if a value is binary | ||
|
||
## Decision | ||
|
||
- make keys binary per default | ||
- all current types are not binary, so type = string is the way to indicate a string doesn't | ||
- contain null bytes | ||
- is not null | ||
|
||
## Rationale | ||
|
||
## Implications | ||
|
||
## Related Decisions | ||
|
||
## Notes |