d98dbf4da8
This patch adds a reno for validate boolean parameters with spaces. Also adds valid values in api-ref for boolean parameters that user can pass in request body. Implements: bp/json-schema-validation Change-Id: Iff4b2906dba93a238d720a218fcf7a9f78b96a37
12 lines
428 B
ReStructuredText
12 lines
428 B
ReStructuredText
.. -*- rst -*-
|
||
|
||
.. _valid-boolean-values:
|
||
|
||
Valid boolean values
|
||
====================
|
||
|
||
Following is the list of valid values for boolean parameters.
|
||
|
||
[True, ‘True’, ‘TRUE’, ‘true’, ‘1’, ‘ON’, ‘On’, ‘on’, ‘YES’,
|
||
‘Yes’, ‘yes’, ‘y’, ‘t’, False, ‘False’, ‘FALSE’, ‘false’, ‘0’,
|
||
‘OFF’, ‘Off’, ‘off’, ‘NO’, ‘No’, ‘no’, ‘n’, ‘f’] |