From b5c28f910ca0b21a6b58e02805ec27609c7c9509 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Wed, 8 Mar 2023 20:20:08 +0100 Subject: [PATCH] list of mapping files --- doc/_static/petab_schema.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/_static/petab_schema.yaml b/doc/_static/petab_schema.yaml index 0c95e605..95316be0 100644 --- a/doc/_static/petab_schema.yaml +++ b/doc/_static/petab_schema.yaml @@ -91,9 +91,13 @@ properties: type: string description: PEtab visualization file name or URL. - mapping_file: + mapping_files: + type: array + description: List of PEtab mapping files. + + items: type: string - description: Optional PEtab mapping file name or URL. + description: PEtab mapping file name or URL. required: - model_files