{
	"$schema": "http://json-schema.org/draft-07/schema",
	"$id": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/dpaFileName.json",
	"type": "object",
	"title": "DPA plug-in file name",
	"description": "File name of the DPA plug-in.",
	"required": [
		"fileName"
	],
	"examples": [
		{
			"fileName": "DPA-Coordinator-SPI-7xD-V414-200403.iqrf"
		}
	],
	"properties": {
		"fileName": {
			"$id": "#/properties/fileName",
			"type": "string",
			"title": "DPA plug-in file name",
			"description": "File name of the DPA plug-in.",
			"example": "DPA-Coordinator-SPI-7xD-V414-200403.iqrf"
		}
	},
	"additionalProperties": false
}
