Befor generating
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
"name"
|
||||
],
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "The name of the license type. It's encouraged to use an OSI compatible license."
|
||||
},
|
||||
"url": {
|
||||
"type": "string",
|
||||
"description": "The URL pointing to the license.",
|
||||
"format": "uri"
|
||||
}
|
||||
},
|
||||
"patternProperties": {
|
||||
"^x-[\\w\\d\\.\\x2d_]+$": {
|
||||
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/specificationExtension.json"
|
||||
}
|
||||
},
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"$id": "http://asyncapi.com/definitions/2.0.0-rc2/license.json"
|
||||
}
|
||||
Reference in New Issue
Block a user