diff --git a/src/Squidex/Controllers/ContentApi/Generator/SchemasSwaggerGenerator.cs b/src/Squidex/Controllers/ContentApi/Generator/SchemasSwaggerGenerator.cs index ebf88a83b..5df41678e 100644 --- a/src/Squidex/Controllers/ContentApi/Generator/SchemasSwaggerGenerator.cs +++ b/src/Squidex/Controllers/ContentApi/Generator/SchemasSwaggerGenerator.cs @@ -345,7 +345,7 @@ When you change the field to be localizable the value will become the value for new Func((d, f) => new JsonProperty { Description = d, Format = f, IsRequired = true, Type = JsonObjectType.String }); - var dataDescription = $"The data of the {schemaName} content"; + var dataDescription = $"The data of the {schemaName} content."; var dataProperty = new JsonProperty { Description = dataDescription, Type = JsonObjectType.Object, IsRequired = true, SchemaReference = dataSchema }; var schema = new JsonSchema4