Skip to content

Commit 6e2775c

Browse files
show type in composition oas
1 parent e305a76 commit 6e2775c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/PropertyShapeDocument.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -779,9 +779,7 @@ export class PropertyShapeDocument extends PropertyDocumentMixin(LitElement) {
779779
if(propertyDataType==='Unknown type' && avroValue){
780780
return {dataType:avroValue,customValue:true}
781781
}
782-
// if(this.isAnyOf){
783-
// const dataTypes = this.range[this.ns.w3.shacl.or]
784-
// }
782+
785783
if(this.isAllOf){
786784
const dataType = this._extractElementsDataType(this.ns.w3.shacl.and)
787785
return {dataType,customValue:false}

0 commit comments

Comments
 (0)