Exemplo n.º 1
0
        private Task <JsonSchema4> GenerateStatusSchemaAsync()
        {
            var errorType = typeof(ChangeStatusDto);

            return(schemaGenerator.GenerateWithReferenceAsync <JsonSchema4>(errorType, Enumerable.Empty <Attribute>(), schemaResolver));
        }