schema property
Implementation
static final schema = Config.schema.merge(
{
"layout": Schema.string.required(),
"data": Schema.string.required(),
"content": ContentOptions.schema.optional(),
"title": Schema.string.optional(),
"raw": Schema.string.optional(),
},
);