SAP / ui5-manifest

This project contains the flattend json schema for the ui5 manifest.
Apache License 2.0
30 stars 9 forks source link

JSON Schemastore holds outdated definition #18

Closed BenReim closed 3 years ago

BenReim commented 3 years ago

Issue The schema that is available at https://json.schemastore.org/ui5-manifest.json does not reflect the latest schema version.

Sample manifest entry

{
    "sap.app": {
        "type": "card"
    }
}

Validation Error Value is not accepted. Valid values: "application", "component", "library".

silkearians commented 3 years ago

Please use UI5-Manifest as this links to our repo. The json.schemastore.org/ui5-manifest.json has not been added by SAP, we tried to contact the owner @kyakubi as we meanwhile have the SAP provided schema but so far without a response.

silkearians commented 3 years ago

We requested removal from JSON schema store for old outdated schema which is not owned by SAP: see https://github.com/SchemaStore/schemastore/pull/1599

It just got merged :-)