13#ifndef __SCHEMAS_PLUGINS_PLUGIN_COLLECTIONS_H__
14#define __SCHEMAS_PLUGINS_PLUGIN_COLLECTIONS_H__
19typedef struct PluginCollections_v1
26static const cyaml_schema_field_t plugin_collections_fields_schema_v1[] = {
27 YAML_FIELD_INT (PluginCollections_v1, schema_version),
28 YAML_FIELD_FIXED_SIZE_PTR_ARRAY_VAR_COUNT (
31 plugin_collection_schema_v1),
36static const cyaml_schema_value_t plugin_collections_schema_v1 = {
37 YAML_VALUE_PTR (PluginCollections_v1, plugin_collections_fields_schema_v1),
Plugin collection schema.