Skip to content
Open
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions chapters/zeppelin-exception.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[[zeppelin-specials]]
= Appendix Z: Zeppelin specials - Diff to the original guidelines

Guidelines for naming and designing resource paths and query parameters.


[#???]
== {MUST} tri-state booleans (NULL/false/true) are optional booleans

In some cases we need to deal with tri-state boolean attributes, that can take three
instead of two values: NULL, true, false.

To avoid confusion and schema violations tri-state booleans must be defined as optional booleans:
For parameters: `required` must always be `false`.
For schema objects: They must be defined as optional `boolean`.
1 change: 1 addition & 0 deletions chapters/zeppelin.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@