From e26c74c92e067ac7e856c3c7d7e3ebe15a035e72 Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Thu, 20 Feb 2025 19:44:04 +0100 Subject: [PATCH] Update style-guide.md --- style-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style-guide.md b/style-guide.md index fc8fab8d0f..5820af5091 100644 --- a/style-guide.md +++ b/style-guide.md @@ -35,4 +35,7 @@ Plus some suggestions, rather than rules: * property of a "plain" JSON object that is not an OpenAPI-defined Foo Object -> "property" * "attribute" is only used in the XML context and means "XML attribute" +### Field Names and Values in YAML comments +Field names and keywords should be in backticks. +Values like "Dog" should be double quoted.