From bc73b0bd4e1a72da38f8cbc9b01a23b17306df32 Mon Sep 17 00:00:00 2001 From: Pauline Ribeyre Date: Tue, 6 Aug 2019 14:19:07 -0500 Subject: [PATCH] fix(filesize) --- gdcdictionary/schemas/_definitions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdcdictionary/schemas/_definitions.yaml b/gdcdictionary/schemas/_definitions.yaml index 9ba3e20..09e2358 100644 --- a/gdcdictionary/schemas/_definitions.yaml +++ b/gdcdictionary/schemas/_definitions.yaml @@ -87,7 +87,7 @@ file_name: $ref: "_terms.yaml#/file_name" file_size: - type: number + type: integer term: $ref: "_terms.yaml#/file_size"