Schemas / Layout
rig.layout.applied_master
v0.31.0 · draft 1 field 0 required
Fields
| Field | Type | Meaning | |
|---|---|---|---|
master |
entity | optional | Optional. rig.layout.master page entity. Absent = no master (deliberate) |
Which master a document page uses. Format when present.
Compose on a rig.layout.page that is not itself a master. Facing hosts pick left vs right from page index when this is absent.
The component present with master absent is an explicit opt-out: the page takes no master at all and stays chrome-free - true blanks and the pad a section start inserts. Only the absent component falls back to the facing master.
JSON Schema
Resolves at https://rig.works/schemas/rig.layout.applied_master.schema.json —
raw file.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://rig.works/schemas/rig.layout.applied_master.schema.json",
"title": "rig.layout.applied_master",
"type": "object",
"additionalProperties": false,
"properties": {
"master": {
"$ref": "./_defs.schema.json#/$defs/entity"
}
}
}