schema property

SchemaMap schema
final

Implementation

static final schema = Config.schema.merge(
  {
    "cache_remote_assets": Schema.boolean.isOptional(),
    "markdown_file": Schema.string.isRequired().isPosixPath(),
    "assets_dir": Schema.string.isRequired().isPosixPath(),
  },
);