forked from raml-org/raml-java-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestions.txt
More file actions
28 lines (17 loc) · 749 Bytes
/
questions.txt
File metadata and controls
28 lines (17 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Bitactora!!!!
Custom Facets: Missing tests. Grammar should work
Array:
uniqueItems How do we validate uniques in object and arrays. Where is the comparison defined???
Object:
required property in grammar supports not only ?
XmlSchema validator this does not look ok
if (this.type != null && !value.trim().startsWith("<" + this.type))
{
node.replaceWith(ErrorNodeFactory.createInvalidXmlExampleNode("Provided object is not of type " + this.type));
}
cambiar por
Stax root element
Move error node factory to impl???
Split beteween framework and implementations
Model
Example is factory as string what should we do with complex example written in Yaml???