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

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

{
	"$id": "advanced-configuration.schema.json",
	"$schema": "http://json-schema.org/draft-07/schema#",
	"definitions": {
		"InnerHit": {
			"properties": {
				"innerCollapse": {
					"properties": {
						"field": {
							"type": "string"
						}
					},
					"type": "object"
				},
				"name": {
					"type": "string"
				},
				"size": {
					"type": "number"
				},
				"sorts": {
					"items": {
						"type": "object"
					},
					"type": "array"
				}
			}
		}
	},
	"properties": {
		"collapse": {
			"properties": {
				"field": {
					"type": "string"
				},
				"innerHits": {
					"items": {
						"$ref": "#/definitions/InnerHit"
					},
					"type": "array"
				},
				"maxConcurrentGroupRequests": {
					"type": "number"
				}
			},
			"type": "object"
		},
		"fields": {
			"items": {
				"type": "string"
			},
			"type": "array"
		},
		"source": {
			"properties": {
				"excludes": {
					"items": {
						"type": "string"
					},
					"type": "array"
				},
				"fetchSource": {
					"type": "boolean"
				},
				"includes": {
					"items": {
						"type": "string"
					},
					"type": "array"
				}
			},
			"type": "object"
		},
		"stored_fields": {
			"items": {
				"type": "string"
			},
			"type": "array"
		}
	},
	"type": "object"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy