All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.databaseDocumentSchema.json Maven / Gradle / Ivy

Go to download

Module for storing JSON/BSON documents and JSON Schemas in Infinispan

There is a newer version: 5.4.1.Final
Show newest version
{
	"$schema" : "http://json-schema.org/draft-03/schema#",
	"id" : "http://infinispan.org/schematic/databaseDocument#",
	"type" : "object",
	
	"properties" : {
	    "description" : {
	        "type" : "string"
	    },
	    
	    "schemaCacheName" : {
	        "type" : "string"
	    },
	    
		"defaultSchemaUri" : {
			"type" : "string",
			"format" : "uri"
			"default" : "http://json-schema.org/draft-03/schema#"
		},
		
		"defaultContentTypeForDocuments" : {
			"type" : "string",
			"default" : "application/json"
		},
		
		"defaultContentTypeForBinary" : {
			"type" : "string",
			"default" : "application/octet-stream"
		}
	},
	
	"default" : {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy