Skip to content

Value types are changed from "BOOLEAN" to "STRING" #33

@doc-rj-ebay

Description

@doc-rj-ebay

For keys whose values haven't changed, the valueType is changed from "BOOLEAN" to "STRING".

For example:

from
{
    "defaultValue": {
        "value": "false"
    },
    "valueType": "BOOLEAN"
}
to
{
    "defaultValue": {
        "value": "false"
    },
    "valueType": "STRING"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions