Skip to content

cfn validate doesn't validate missing properties #841

Open
@richardhboyd

Description

@richardhboyd

If I have the following snippet in my schema

    "additionalProperties": false,
    "readOnlyProperties": [
        "/properties/TPSCode"
    ],
    "primaryIdentifier": [
        "/properties/TPSCode"
    ],

But I haven't actually defined a TPSCode in properties, I would expect cfn validate to fail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions