13#ifndef __SCHEMAS_PLUGINS_PLUGIN_COLLECTION_H__
14#define __SCHEMAS_PLUGINS_PLUGIN_COLLECTION_H__
26 size_t descriptors_size;
29static const cyaml_schema_field_t plugin_collection_fields_schema_v1[] = {
33 YAML_FIELD_DYN_PTR_ARRAY_VAR_COUNT (
36 plugin_descriptor_schema_v1),
41static const cyaml_schema_value_t plugin_collection_schema_v1 = {