Skip to content

Possible incorrect pattern property for "sap.ui5.dependencies.libs" #24

@tsteckenborn

Description

@tsteckenborn

Hi there,

It could be that the pattern defined is incorrect:

ui5-manifest/schema.json

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions