Class MetaDataFileSchemaWriter

java.lang.Object
com.metaobjects.io.MetaDataWriter
All Implemented Interfaces:
com.metaobjects.io.MetaDataIO

public class MetaDataFileSchemaWriter extends JsonDirectWriter<MetaDataFileSchemaWriter>
v6.1.0: Registry-driven JSON Schema writer that creates schemas for validating metadata files. This generates JSON Schema that validates the structure of metadata JSON files using dynamic type discovery from the TypeDefinition registry. Features: - Dynamic type enumeration from MetaDataRegistry - Inheritance-aware attribute schemas - Type-specific child requirement validation - Automatic plugin type support - No hardcoded type lists