Skip to content

Commit bdfaee2

Browse files
committed
Default support for JSON-LD files
1 parent afe3ccf commit bdfaee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonvalidator-common/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ validator.minimumCachedInputFileAge = 600000
3333
# Time to keep report files in milliseconds (600000 = 10 minutes).
3434
validator.minimumCachedReportFileAge = 600000
3535
# Accepted mime-types for input files.
36-
validator.acceptedMimeTypes = application/json, text/plain
36+
validator.acceptedMimeTypes = application/json, text/plain, application/ld+json
3737
# Default web service descriptions
3838
validator.defaultContentToValidateDescription = The content to validate, provided as a string, BASE64 or a URI.
3939
validator.defaultEmbeddingMethodDescription = The embedding method to consider for the 'contentToValidate' input ('BASE64', 'URL' or 'STRING').

0 commit comments

Comments
 (0)