Sha256: fb723543fa81e911a444feb95489f371e034f89a0b14095aec04412c4e42f812
Contents?: true
Size: 734 Bytes
Versions: 1
Compression:
Stored size: 734 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "id" : "metadataRepository.json#", "type" : "object", "title" : "metadataRepository", "description" : "", "example":"../examples/metadataRepository.json", "required" : ["repository"], "additionalProperties" : true, "properties" : { "repository": { "type" : "string", "description" : "Identifier for the metadata repository to which the metadata record is to be pushed.", "minLength" : 1 }, "metadataFormat": { "type" : "string", "description" : "Indicates in what format the metadata record should be delivered to the repository.", "minLength" : 1 } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adiwg-mdjson_schemas-2.0.0.pre.alpha.4 | schema/metadataRepository.json |