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 e305a76 commit 6e2775cCopy full SHA for 6e2775c
src/PropertyShapeDocument.js
@@ -779,9 +779,7 @@ export class PropertyShapeDocument extends PropertyDocumentMixin(LitElement) {
779
if(propertyDataType==='Unknown type' && avroValue){
780
return {dataType:avroValue,customValue:true}
781
}
782
- // if(this.isAnyOf){
783
- // const dataTypes = this.range[this.ns.w3.shacl.or]
784
- // }
+
785
if(this.isAllOf){
786
const dataType = this._extractElementsDataType(this.ns.w3.shacl.and)
787
return {dataType,customValue:false}
0 commit comments