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

META-INF.resources.sxp_blueprint_admin.schemas.highlight-configuration.schema.json Maven / Gradle / Ivy

{
	"$id": "highlight-configuration.schema.json",
	"$schema": "http://json-schema.org/draft-07/schema#",
	"definitions": {
		"HighlightField": {
			"properties": {
				"fragment_offset": {
					"type": "integer"
				},
				"fragment_size": {
					"type": "integer"
				},
				"number_of_fragments": {
					"type": "integer"
				}
			},
			"type": "object"
		}
	},
	"properties": {
		"fields": {
			"additionalProperties": {
				"$ref": "#/definitions/HighlightField"
			},
			"type": "object"
		},
		"fragment_size": {
			"type": "integer"
		},
		"number_of_fragments": {
			"type": "integer"
		},
		"post_tags": {
			"items": {
				"type": "string"
			},
			"type": "array"
		},
		"pre_tags": {
			"items": {
				"type": "string"
			},
			"type": "array"
		},
		"require_field_match": {
			"type": "boolean"
		},
		"type": {
			"type": "string"
		}
	},
	"type": "object"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy