Skip to content

Commit

Permalink
6864: Schema definition doesn't have optional ReturnValue "name" prop…
Browse files Browse the repository at this point in the history
…erty

Reviewed-by: hirt
  • Loading branch information
jessyec-s authored and thegreystone committed Jul 15, 2020
1 parent 37fef29 commit db472f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
<xs:documentation>This will only work if we allow toString</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element type="xs:string" name="name" minOccurs="0" />
<xs:element type="xs:string" name="description" minOccurs="0" />
<xs:element type="contentTypeType" name="contenttype" minOccurs="0" />
<xs:element type="relationKeyType" name="relationkey" minOccurs="0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public void testValidatingFullyDefinedProbe() throws XMLStreamException {
+ " <converter>com.company.project.MyConverter</converter>\n"
+ " </parameter>\n" + " </parameters>\n"
+ " <returnvalue>\n"
+ " <name>returnValue</name>\n"
+ " <description>the return value</description>\n"
+ " <contenttype>None</contenttype>\n"
+ " <relationkey>http://project.company.com/relation_id/parameter#0</relationkey>\n"
Expand Down

0 comments on commit db472f6

Please sign in to comment.