{
	"$ref": "#/definitions/SeedRedirect",
	"$schema": "http://json-schema.org/draft-07/schema#",
	"definitions": {
		"SeedRedirect": {
			"additionalProperties": false,
			"description": "Redirect definition in seed",
			"properties": {
				"destination": {
					"type": "string"
				},
				"enabled": {
					"type": "boolean"
				},
				"groupName": {
					"type": [
						"string",
						"null"
					]
				},
				"source": {
					"type": "string"
				},
				"type": {
					"enum": [
						301,
						302,
						307,
						308
					],
					"type": "number"
				}
			},
			"required": [
				"source",
				"destination"
			],
			"type": "object"
		}
	},
	"$id": "https://premium-cms.com/schemas/seed/redirect.schema.json",
	"title": "SeedRedirect"
}
