Introduction
Modeled Information Format
Section titled “Modeled Information Format”A vendor-neutral data model for portable AI memory, with dual human-readable Markdown and machine-processable JSON-LD representations.
This site is the normative specification for MIF (Modeled Information Format). It defines the data model, the two on-disk formats, the type system, and the conformance rules, and it serves the canonical JSON Schemas.
Read the specification
Section titled “Read the specification”Start with the Specification Overview, then work through the core model, the Markdown and JSON-LD formats, the data types, and the reference sections (conformance, conversion, security, appendices) from the sidebar.
Schemas
Section titled “Schemas”The canonical JSON Schemas are served under
/schema/:
https://mif-spec.dev/schema/mif.schema.jsonhttps://mif-spec.dev/schema/citation.schema.jsonhttps://mif-spec.dev/schema/ontology/ontology.schema.jsonhttps://mif-spec.dev/schema/definitions/entity-reference.schema.json
$id values are stable and unversioned; immutable per-release mirrors are
available at /schema/<version>/…. See the
schema catalog and
versioning notes.
Guides, tutorials, and design records
Section titled “Guides, tutorials, and design records”Task-oriented guides, tutorials, API references, and the Architecture Decision Records live in the ecosystem documentation at modeled-information-format.github.io.