4#ifndef __SCHEMAS_AUDIO_PORT_CONNECTIONS_MANAGER_H__
5#define __SCHEMAS_AUDIO_PORT_CONNECTIONS_MANAGER_H__
7#include "gui/backend/backend/cyaml_schemas/dsp/port_connection.h"
15 size_t connections_size;
18static const cyaml_schema_field_t port_connections_manager_fields_schema_v1[] = {
20 YAML_FIELD_DYN_PTR_ARRAY_VAR_COUNT_OPT (
23 port_connection_schema_v1),
28static const cyaml_schema_value_t port_connections_manager_schema_v1 = {
31 port_connections_manager_fields_schema_v1),