Wrong schema for issue description field in jira /rest/api/3

In /rest/api/3 description field was changed from string to ADF object

But schema was not changed. Please fix the schema type

        "description": {
            "type": "string",
            "system": "description"
        },

Here is request example

Or /rest/api/3/field same result