{"elements":[{"name":"text","type":"@text","attributes":[{"name":"text","type":"@text","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"plain":{"type":"string"},"format":{"type":"array","items":{"type":"object","properties":{"from":{"type":"number"},"to":{"type":"number"},"modifiers":{"type":"array","items":{"type":"string"}}},"required":["from","to","modifiers"],"additionalProperties":false}}},"required":["plain","format"],"additionalProperties":false}}]},{"name":"image","type":"@image","attributes":[{"name":"image","type":"@image","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"uuid":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["uuid"],"additionalProperties":false}}]},{"name":"container","type":"@container","attributes":[{"name":"elements","type":"@elements","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"hidden":{"type":"boolean"},"attributes":{"type":"object","properties":{},"additionalProperties":{}}},"required":["type","hidden","attributes"],"additionalProperties":false}}}]}]}