{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "SpaceArrayItems",
	"type": "object",
	"properties": {
		"space_id": {
			"type": "string",
			"description": "Space id"
		}
	},
	"required": [
		"space_id"
	]
}