.. _sec-schema: Schema ====== Senfd has the following documents: * PlainFigureDocument * EnrichedFigureDocument Their **JSON** representation is validated against a **JSON** schema. You can use the path. For details see below. Links to the schema files and the schemas themselves, in verbatim, are provided in the sections below. .. _sec-schema-figure-document: Figure Document --------------- * https://raw.githubusercontent.com/safl/senfd/main/src/senfd/schemas/plain.figure.document.schema.json .. literalinclude:: ../../../src/senfd/schemas/plain.figure.document.schema.json :language: json .. _sec-schema-enriched-figure-document: Enriched Figure Document ------------------------ * https://raw.githubusercontent.com/safl/senfd/main/src/senfd/schemas/enriched.figure.document.schema.json .. literalinclude:: ../../../src/senfd/schemas/enriched.figure.document.schema.json :language: json