Skip to content

Commit 574b561

Browse files
author
David Lemire
authored
Merge pull request #73 from dlemire60/clean-up
Deleting un-needed "naming convention"
2 parents 0bbdf6a + fc2c13a commit 574b561

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openc2-impl-https-v1.0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ M. J. Herring, K. D. Willett, "Active Cyber Defense: A Vision for Real-Time Cybe
184184
### 1.5.1 Naming Conventions
185185
* RFC2119/RFC8174 key words (see section 1.2) are in all uppercase.
186186
* All property names and literals are in lowercase, except when referencing canonical names defined in another standard (e.g., literal values from an IANA registry).
187-
* All words in structure component names are capitalized and are separated with a hyphen, e.g., Action, Target, Target-Specifier.
188187
* Words in property names are separated with an underscore (_), while words in string enumerations and type names are separated with a hyphen (-).
189188
* The term "hyphen" used here refers to the ASCII hyphen or minus character, which in Unicode is "hyphen-minus", U+002D.
190189
* All type names, property names, object names, and vocabulary terms are between three and 40 characters long.

0 commit comments

Comments
 (0)