UNPKG

@asyncapi/specs

Version:
27 lines (26 loc) 726 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://asyncapi.com/definitions/3.1.0/license.json", "type": "object", "required": [ "name" ], "properties": { "name": { "description": "The name of the license type. It's encouraged to use an OSI compatible license.", "type": "string" }, "url": { "description": "The URL pointing to the license.", "type": "string", "format": "uri" } }, "patternProperties": { "^x-[\\w\\d\\.\\x2d_]+$": { "$ref": "http://asyncapi.com/definitions/3.1.0/specificationExtension.json" } }, "additionalProperties": false, "example": { "$ref": "http://asyncapi.com/examples/3.1.0/license.json" } }