From 5757c0f223ae411f97e9c93655563f4fd7e0081a Mon Sep 17 00:00:00 2001 From: Hieu Nguyen Date: Tue, 25 Jun 2019 11:38:58 +0300 Subject: [PATCH] Prioritize stations platform code to be string --- package.json | 2 +- schemas/core/components/station.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6e8b00f43..661513b92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maas-schemas", - "version": "7.13.0", + "version": "7.13.1", "description": "Schemas for MaaS infrastructure", "main": "index.js", "engine": { diff --git a/schemas/core/components/station.json b/schemas/core/components/station.json index 16c086861..736641891 100644 --- a/schemas/core/components/station.json +++ b/schemas/core/components/station.json @@ -89,10 +89,10 @@ "description": "Platform number", "anyOf": [ { - "type": "number" + "type": "string" }, { - "type": "string" + "type": "number" } ] }