From 738ae735e949a40f2c5ff970dde78eea981a0223 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 25 Apr 2024 10:37:37 +0200 Subject: [PATCH] chore(release): v6.7.0 (#530) --- package-lock.json | 4 ++-- package.json | 2 +- schemas/3.0.0-without-$id.json | 2 +- schemas/3.0.0.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9888a908..e6ba770c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/specs", - "version": "6.6.0", + "version": "6.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/specs", - "version": "6.6.0", + "version": "6.7.0", "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.11" diff --git a/package.json b/package.json index bd054d81..e1add524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/specs", - "version": "6.6.0", + "version": "6.7.0", "description": "AsyncAPI schema versions", "main": "index.js", "types": "index.d.ts", diff --git a/schemas/3.0.0-without-$id.json b/schemas/3.0.0-without-$id.json index 6cb683d5..3a8ce1ef 100644 --- a/schemas/3.0.0-without-$id.json +++ b/schemas/3.0.0-without-$id.json @@ -321,7 +321,7 @@ }, "extensions-linkedin-0.1.0-schema": { "type": "string", - "pattern": "^https://(www\\.)?linkedin\\.com.*$", + "pattern": "^http(s)?://(www\\.)?linkedin\\.com.*$", "description": "This extension allows you to provide the Linkedin profile URL of the account representing the team/company of the API.", "example": [ "https://www.linkedin.com/company/asyncapi/", diff --git a/schemas/3.0.0.json b/schemas/3.0.0.json index 10e7e4a4..889d975f 100644 --- a/schemas/3.0.0.json +++ b/schemas/3.0.0.json @@ -333,7 +333,7 @@ "http://asyncapi.com/extensions/linkedin/0.1.0/schema.json": { "$id": "http://asyncapi.com/extensions/linkedin/0.1.0/schema.json", "type": "string", - "pattern": "^https://(www\\.)?linkedin\\.com.*$", + "pattern": "^http(s)?://(www\\.)?linkedin\\.com.*$", "description": "This extension allows you to provide the Linkedin profile URL of the account representing the team/company of the API.", "example": [ "https://www.linkedin.com/company/asyncapi/",