We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe3ccf commit bdfaee2Copy full SHA for bdfaee2
jsonvalidator-common/src/main/resources/application.properties
@@ -33,7 +33,7 @@ validator.minimumCachedInputFileAge = 600000
33
# Time to keep report files in milliseconds (600000 = 10 minutes).
34
validator.minimumCachedReportFileAge = 600000
35
# Accepted mime-types for input files.
36
-validator.acceptedMimeTypes = application/json, text/plain
+validator.acceptedMimeTypes = application/json, text/plain, application/ld+json
37
# Default web service descriptions
38
validator.defaultContentToValidateDescription = The content to validate, provided as a string, BASE64 or a URI.
39
validator.defaultEmbeddingMethodDescription = The embedding method to consider for the 'contentToValidate' input ('BASE64', 'URL' or 'STRING').
0 commit comments