From f2c53b889426a0f7ffd07b8548f7f65c8cca3a7f Mon Sep 17 00:00:00 2001 From: Alexander Dolich Date: Fri, 21 Jun 2024 15:18:06 +0200 Subject: [PATCH] json2aRgs updates --- docs/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 2c52b81..f60ac88 100644 --- a/docs/README.md +++ b/docs/README.md @@ -63,18 +63,18 @@ tool specification are already covered: | float | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | enum | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | enum -check values | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | -| boolean | :heavy_check_mark: | :grey_question: | :grey_question: | :grey_question: | +| boolean | :heavy_check_mark: | :heavy_check_mark: | :grey_question: | :grey_question: | | datetime | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | | asset | :x: | :x: | :x: | :x: | | **Parameter fields** || -| array | :heavy_check_mark: | :grey_question: | :grey_question: | :grey_question: | +| array | :heavy_check_mark: | :heavy_check_mark: | :grey_question: | :grey_question: | | default | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | | min & max | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | | **Data fields** || -| extension - `.dat` | :heavy_check_mark: | :x: | :x: | :x: | -| extension - `.csv` | :heavy_check_mark: | :x: | :x: | :x: | +| extension - `.dat` | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | +| extension - `.csv` | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | | extension - `.nc` | :heavy_check_mark: | :x: | :x: | :x: | -| extension - `.json` | :heavy_check_mark: | :x: | :x: | :x: | +| extension - `.json` | :heavy_check_mark: | :x: | :x: | :x: | ======= | empty input * | :x: | :x: | :x: | :x: | | wildcards | :heavy_check_mark: | :x: | :x: | :x: |