Sha256: 984de8395ca92217bbf4d5baddb8e947689163fe0f57815486505486f8ad8323
Contents?: true
Size: 962 Bytes
Versions: 8
Compression:
Stored size: 962 Bytes
Contents
{ "id": "qualityMeasure.json#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "example": "../examples/qualityMeasure.json", "description": "Reference to the measure used.", "translation": { "ISO 19115-2": ["MI_Metadata > DQ_DataQuality >"] }, "required": ["description"], "anyOf": [ { "title": "identifier optional", "required": ["identifier"] }, { "title": "name required if no identifier", "required": ["name"] } ], "properties": { "identifier": { "description": "Identifier of the measure, value uniquely identifying the measure within a namespace.", "$ref": "./identifier.json#" }, "name": { "type": "array", "description": "Name of the test applied to the data.", "items": { "type": "string" } }, "description": { "type": "string", "description": "Description of the measure." } } }
Version data entries
8 entries across 8 versions & 1 rubygems