Settings defaultValue: false as a boolean literal makes it fail the schema check because of the following ```if (fields[key].defaultValue && action === "create") { parsedData[key] = fields[key].defaultValue; continue; }```