flanksource / flanksource-ui

https://flanksource-ui.vercel.app
Other
10 stars 23 forks source link

Hook into the Monaco Editor Validation to the Formik/Form State #1733

Open mainawycliffe opened 9 months ago

mainawycliffe commented 9 months ago
mainawycliffe commented 9 months ago

Example of a marker from invalid schema

[
    {
        "resource": {
            "$mid": 1,
            "external": "inmemory://model/1",
            "path": "/1",
            "scheme": "inmemory",
            "authority": "model"
        },
        "owner": "yaml",
        "code": "0",
        "severity": 4,
        "message": "Incorrect type. Expected \"array\".",
        "source": "yaml-schema: file:///api/schemas/scrape_config.spec.schema.json",
        "startLineNumber": 2,
        "startColumn": 7,
        "endLineNumber": 2,
        "endColumn": 7
    }
]