Sha256: 8b1d32a1128f39119baacafde0103e41abf9de2d27adc9ce992b7eafbc479532
Contents?: true
Size: 677 Bytes
Versions: 61
Compression:
Stored size: 677 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "resourceType.json#", "type": "object", "title": "resourceType", "description": "Identifies the kinds and scope of items in the resource", "example": "../examples/resourceType.json", "required": ["type"], "additionalProperties": true, "properties": { "type": { "type": "string", "description": "The type of resource(or component of a resource) being described.", "translation": {}, "codelist": "iso_scope", "minLength": 1 }, "name": { "type": "string", "description": "The name of the resource component.", "translation": {} } } }
Version data entries
61 entries across 61 versions & 1 rubygems