Skip to content

Commit 98887fb

Browse files
committed
chore: Update JSON Schemas and API specs
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent 196f6c6 commit 98887fb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

content/documentation/references/apis/async-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ The AsyncAPI Web Component below allows you to browse and discover the various A
1313

1414
Previous releases of the API definitions can be found in the [GitHub repository](https://github.com/microcks/microcks/tree/master/api).
1515

16-
{{< aai-spec url="https://raw.githubusercontent.com/microcks/microcks/refs/heads/1.11.x/api/microcks-asyncapi-v1.10.yaml" >}}
16+
{{< aai-spec url="https://raw.githubusercontent.com/microcks/microcks/master/api/microcks-asyncapi-v1.10.yaml" >}}

content/documentation/references/apis/open-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ draft: false
33
title: "Microcks' OpenAPI"
44
date: 2019-11-11
55
publishdate: 2019-11-11
6-
lastmod: 2024-08-20
6+
lastmod: 2025-02-24
77
weight: 1
88
---
99

@@ -13,5 +13,5 @@ The Swagger-UI below allows you to browse and discover the various API endpoints
1313

1414
Previous releases of the API definitions can be found in the [GitHub repository](https://github.com/microcks/microcks/tree/master/api).
1515

16-
{{< oai-spec url="https://raw.githubusercontent.com/microcks/microcks/master/api/microcks-openapi-v1.10.yaml" >}}
16+
{{< oai-spec url="https://raw.githubusercontent.com/microcks/microcks/master/api/microcks-openapi-v1.11.yaml" >}}
1717

static/schemas/APIExamples-v1alpha1-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema",
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://microcks.io/schemas/APIExamples-v1alpha1-schema.json",
44
"title": "The APIExamples JSON schema",
55
"description": "APIExamples is a specification for defining examples of API.",

static/schemas/APIMetadata-v1alpha1-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema",
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://microcks.io/schemas/APIMetadata-v1alpha1-schema.json",
44
"title": "The APIMetadata JSON schema",
55
"description": "APIMetadata is a specification for customizing metadata of API.",

0 commit comments

Comments
 (0)