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.

23 lines (22 loc) 322 B
{ "$id": "@release-notes/modification", "oneOf": [ { "type": "string" }, { "type": "object", "required": [ "title" ], "properties": { "title": { "type": "string" }, "tags": { "$ref": "tag-list" } } } ] }