UNPKG

@release-notes/schema

Version:

JSON Schema definitions of the release-notes specification - an easy to use, human readable and machine processable schema for release notes.

8 lines (7 loc) 94 B
{ "$id": "@release-notes/tag-list", "type": "array", "items": { "$ref": "tag" } }