{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MigrateToNativeSyntaxError", "description": "", "type": "object", "properties": { "detail": { "type": "string" } }, "required": [ "detail" ] }