From e90da98bf29c77ca6d6ea61e678e720d970c7a6f Mon Sep 17 00:00:00 2001 From: Eric Deutsch Date: Thu, 16 Mar 2023 08:49:10 -0700 Subject: [PATCH] Suggest schema_version and biolink_version --- TranslatorReasonerAPI.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TranslatorReasonerAPI.yaml b/TranslatorReasonerAPI.yaml index 122adc58..a53e354a 100644 --- a/TranslatorReasonerAPI.yaml +++ b/TranslatorReasonerAPI.yaml @@ -454,6 +454,14 @@ components: allOf: - $ref: http://standards.ncats.io/workflow/1.3.2/schema nullable: true + schema_version: + type: string + example: 1.4.0 + description: Version label of the TRAPI schema used in this document + biolink_version: + type: string + example: 3.1.2 + description: Version label of the Biolink model used in this document additionalProperties: true required: - message