public ConfigurationSchemaAttribute()

in src/Aspire.Elastic.Clients.Elasticsearch/ConfigurationSchemaAttributes.cs [12:17]


    public ConfigurationSchemaAttribute(string path, Type type, string[]? exclusionPaths = null)
    {
        Path = path;
        Type = type;
        ExclusionPaths = exclusionPaths;
    }