SchemaMap mergeSchema(SchemaMap schema) { return merge( schema.properties, additionalProperties: schema.additionalProperties, ); }