Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boolean fields values should be true or false #8

Closed
Lorezz opened this issue Jul 31, 2018 · 4 comments
Closed

Boolean fields values should be true or false #8

Lorezz opened this issue Jul 31, 2018 · 4 comments
Assignees
Labels
question Questions (to be converted to Discussions)
Milestone

Comments

@Lorezz
Copy link
Contributor

Lorezz commented Jul 31, 2018

Instead of 'yes' boolean type should be true or false

@libremente libremente added the question Questions (to be converted to Discussions) label Feb 14, 2019
@libremente
Copy link
Member

libremente commented Feb 28, 2019

In the YAML schema yes/no values are permitted.

A Boolean represents a true/false value. Booleans are formatted as English words (“true”/“false”,
“yes”/“no” or “on”/“off”) for readability and may be abbreviated as a single character “y”/“n” or “Y”/“N”.

source: https://yaml.org/type/bool.html

@libremente libremente self-assigned this Mar 7, 2019
@libremente
Copy link
Member

Since the YAML format is thought for readability, I believe that yes/no format is preferred. As such, I'm closing this issue.

@libremente
Copy link
Member

libremente commented Mar 22, 2019

Reopening since YAML 1.2 deprecates yes/no
https://yaml.org/spec/1.2/spec.html#id2803629

@libremente
Copy link
Member

Merged in development #56.

@libremente libremente added this to the core:0.3 milestone Oct 10, 2019
ruphy pushed a commit that referenced this issue Jun 15, 2021
…on (#93)

* initial version of the german extension (only in german)

* Create Readme.de.md

Deutsche Übersetzung der englischen Readme-Datei

* Create index.de.rst

Deutsche Übersetzung der englischen index.rst-Datei

* Create forks.de.rst

* Create schema.core.de.rst

Deutsche Übersetzung der englischen schema.core.rst-Datei

* Update forks.de.rst

* Kleine Korrekturen zu Schlüssel/Feld und Kardinalität

Die "leika-id" war als Schlüssel bezeichnet, ist aber ein Feld. Außerdem wurde die "leika-id"  statt optional als "mandatoy" gesetzt.

* Update schema.de.rst

Kleine Textkorrekturen zur besseren Verständlichkeit; entfernung doppelter Wörter

* Create Example.de.rst (#10)

* Create country.de.rst (#11)

* Create categories-list.de.rst (#8)

Deutsche Übersetzung der englischen categories-list.rst

* Create scope-list.de.rst (#9)

Deutsche Übersetzung der englischen scope-lsit.rst-Datei

Co-authored-by: Hildebrandt, Markus <[email protected]>
Co-authored-by: DSieberath <[email protected]>
Co-authored-by: NKuhlmann <[email protected]>
Co-authored-by: UDierkes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions (to be converted to Discussions)
Projects
None yet
Development

No branches or pull requests

2 participants