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