Skip to content

Commit

Permalink
Fix docs for union member casing (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
abuzar08 authored Jan 21, 2025
1 parent 3844d18 commit 19fa749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/conjure_definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Definition for a union complex data type.

Field | Type | Description
---------- | ---- | -----------
union | Map[`string` → [FieldDefinition][] or [ConjureType][]] | **REQUIRED**. A map from union names to type names. If the value of the field is a `string` it MUST be a type name that exists within the Conjure definition. Union names MUST be in PascalCase.
union | Map[`string` → [FieldDefinition][] or [ConjureType][]] | **REQUIRED**. A map from union names to type names. If the value of the field is a `string` it MUST be a type name that exists within the Conjure definition. Union names MUST be in lowerCamelCase.
docs | [DocString][] | Documentation for the type. [CommonMark syntax](http://spec.commonmark.org/) MAY be used for rich text representation.
package | `string` | **REQUIRED** if `default-package` is not specified. Overrides the `default-package` in [NamedTypesDefinition][].

Expand Down

0 comments on commit 19fa749

Please sign in to comment.