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 e3a11ba commit 5c71aeeCopy full SHA for 5c71aee
src/ApiTypeDocument.js
@@ -389,6 +389,7 @@ export class ApiTypeDocument extends PropertyDocumentMixin(LitElement) {
389
key = this._getAmfKey(this.ns.w3.shacl.xone);
390
this.oneOfTypes = this._computeTypes(type, key);
391
} else if (this._hasProperty(type, this.ns.w3.shacl.or)) {
392
+ isScalar = false;
393
isAnyOf = true;
394
key = this._getAmfKey(this.ns.w3.shacl.or);
395
this.anyOfTypes = this._computeTypes(type, key);
0 commit comments