schemalike
Schemalike is a term used in data modeling and database design to describe data that possesses a degree of structure but not a rigid, predefined schema. Unlike data that conforms strictly to a formal schema (like relational databases), schemalike data has some discernible patterns, fields, or attributes, but these may vary from one record to another or evolve over time.
Examples of schemalike data can be found in formats such as JSON or XML, where a document
The concept of schemalike data is often contrasted with schemaless data, which lacks any discernible structure