From 34b7188c85e68c72cdb0e5fbc04ca741e67e8709 Mon Sep 17 00:00:00 2001 From: 1000101 Date: Mon, 8 Mar 2021 17:16:51 +0100 Subject: [PATCH] fix(openapi): invalid_ types integer -> string --- CHANGELOG.md | 2 +- package.json | 2 +- swagger.yaml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc28968..8da391a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.3] - 2021-03-08 +## [0.1.4] - 2021-03-08 ### Fixed diff --git a/package.json b/package.json index aea7cdcf..4fce2d5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/openapi", - "version": "0.1.3", + "version": "0.1.4", "description": "OpenAPI specifications for blockfrost.io", "repository": "git@github.com:blockfrost/openapi.git", "author": "admin@blockfrost.io", diff --git a/swagger.yaml b/swagger.yaml index c37d6367..b858cc4b 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "0.1.3" + version: "0.1.4" title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg @@ -3081,14 +3081,14 @@ components: example: 433 description: Size of the transaction in Bytes invalid_before: - type: integer + type: string nullable: true example: null description: Left (included) endpoint of the timelock validity intervals invalid_hereafter: - type: integer + type: string nullable: true - example: 13885913 + example: "13885913" description: Right (excluded) endpoint of the timelock validity intervals utxo_count: type: integer