filesystem Catalog
Catalog
filesystem Catalog
Zilla runtime filesystem catalog
catalogs:
my_catalog:
type: filesystem
options:
subjects:
my_local_file:
path: path/to/local_file.txt
Summary
Defines a catalog with schemas, AsyncAPI/OpenAPI definitions or proto files pulled from the filesystem relative zilla.yaml
to enforce validation, create APIs or gRPC services.
Configuration
options
object
options.subjects*
object
as map of named objects
Unique identifier for artifact categorization in the catalog.
subjects.path*
string
Path to access artifact from the filesystem. The paths are relative to zilla.yaml
.