-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi there,
It could be that the pattern defined is incorrect:
Lines 608 to 617 in fce1a7e
"libs": { | |
"description": "Represents the id (namespace) of the libraries that should be loaded by UI5 Core to be used in your component", | |
"type": "object", | |
"additionalProperties": false, | |
"patternProperties": { | |
"^([a-z][a-z0-9]{0,39})(\\.[a-z][a-z0-9]{0,39})*$": { | |
"$ref": "#/definitions/lib" | |
} | |
} | |
}, |
It seems to support further characters, such as -
and _
.
So potentially the pattern should be adapted.
Best regards,
Tobias
Metadata
Metadata
Assignees
Labels
No labels