Skip to content

Commit 7f1c229

Browse files
committed
clarified allowable names, removed disallowed names
1 parent dd01d60 commit 7f1c229

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

versions/3.0.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,11 +1945,7 @@ 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.-_()[]\/`
1949-
1950-
The following characters are illegal in the `definitionsName`: `"'`
1951-
1952-
In addition, 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 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.
19531949

19541950
##### Definitions Object Example
19551951

0 commit comments

Comments
 (0)