Skip to content

description of readOnly is ambiguous and refers to property when it should be instance #1402

Closed
@DavidBiesack

Description

@DavidBiesack

The 2020-12 validation spec reads

attempts by an application to modify the value of this property
This should be changed to
attempts by an application to modify the value of this instance
since readOnly can apply to an object or array or primitive schema, not just properties on an object.

(I'd also like more clarity here when readOnly: true appears on a container instance - i.e. explicitly state whether this constraint does or does not extend to containers within the container. I believe it is local and only applies to the container)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions