File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
tests/Fixtures/FileConfigurations Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 80
80
<xsd : complexType name =" subresource" mixed =" true" >
81
81
<xsd : attribute type =" xsd:boolean" name =" collection" />
82
82
<xsd : attribute type =" xsd:string" name =" resourceClass" />
83
+ <xsd : attribute type =" xsd:integer" name =" maxDepth" />
83
84
</xsd : complexType >
84
85
85
86
<xsd : complexType name =" property" >
Original file line number Diff line number Diff line change 54
54
writableLink =" false"
55
55
required =" true"
56
56
>
57
- <subresource collection =" true" resourceClass =" Foo" />
57
+ <subresource collection =" true" resourceClass =" Foo" maxDepth = " 1 " />
58
58
<attribute name =" foo" >
59
59
<attribute >Foo</attribute >
60
60
</attribute >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ resources:
28
28
iri : ' someirischema'
29
29
properties :
30
30
' foo ' :
31
- subresource : {collection: true, resourceClass: 'Foo'}
31
+ subresource : {collection: true, resourceClass: 'Foo', maxDepth: 1 }
32
32
description : ' The dummy foo'
33
33
readable : true
34
34
writable : true
You can’t perform that action at this time.
0 commit comments