Sha256: 4e07ffad132cb8a5d6792efc16222892fa820808592a44ffe2941c2a00d67bc7
Contents?: true
Size: 833 Bytes
Versions: 5
Compression:
Stored size: 833 Bytes
Contents
{ "id": "qualityResultFile.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": ["fileName", "fileType", "fileDescription", "fileFormat"], "description": "Quality result file.", "translation": {}, "properties": { "fileName": { "type": "string", "description": "Name of the result file." }, "fileType": { "type": "string", "description": "MIME file type of the result file." }, "fileDescription": { "type": "string", "description": "Description of the result file." }, "fileFormat": { "$ref": "./format.json#", "description": "Description of the computer language construct that specifies the representation of data objects in a record, file, message, storage device or transmission channel." } } }
Version data entries
5 entries across 5 versions & 1 rubygems