We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7257e6 commit 73a7684Copy full SHA for 73a7684
spec/data-model/message.dtd
@@ -29,7 +29,6 @@
29
)>
30
31
<!ELEMENT literal (#PCDATA)>
32
-<!ATTLIST literal quoted (true | false) #REQUIRED>
33
34
<!ELEMENT variable (EMPTY)>
35
<!ATTLIST variable name NMTOKEN #REQUIRED>
spec/data-model/message.json
@@ -9,10 +9,9 @@
9
"type": "object",
10
"properties": {
11
"type": { "const": "literal" },
12
- "quoted": { "type": "boolean" },
13
"value": { "type": "string" }
14
},
15
- "required": ["type", "quoted", "value"]
+ "required": ["type", "value"]
16
17
"variable": {
18
0 commit comments