Skip to content

Commit 649d177

Browse files
committed
added examples, removed characters
1 parent 7f1c229 commit 649d177

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

versions/3.0.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,18 @@ An object to hold data types that can be consumed and produced by operations. Th
19451945

19461946
Field Pattern | Type | Description
19471947
---|:---:|---
1948-
<a name="definitionsName"></a>{name} | [Schema Object](#schemaObject) | A single definition, mapping a "name" to the schema it defines. The following characters are legal in the `definitionsName`: `a-zA-Z0-9.-_()[]\`. All other characters, including high-level characters, are not legal in the `definitionsName`. The name may be used to namespace the definitions--it is the tooling vendor's job to ensure that the namespace is honored.
1948+
<a name="definitionsName"></a>{name} | [Schema Object](#schemaObject) | A single definition, mapping a "name" to the schema it defines. The following characters are legal in the `definitionsName`: `a-zA-Z0-9.-_\`. All other characters, including extended ASCII characters, are not legal in the `definitionsName`. The name may be used to namespace the definitions--it is the tooling vendor's job to ensure that the namespace is honored.
1949+
1950+
Examples:
1951+
1952+
```
1953+
User
1954+
User_1
1955+
User_Name
1956+
user-name
1957+
my.org.User
1958+
my\org\User
1959+
```
19491960

19501961
##### Definitions Object Example
19511962

0 commit comments

Comments
 (0)