From 4c2b35bc0637bdf16e946365d37ae7f56dbcb71b Mon Sep 17 00:00:00 2001 From: Michael Baudis Date: Sun, 24 Nov 2024 20:32:44 +0900 Subject: [PATCH] fix typo in example Thanks @costero-e for https://github.com/ga4gh-beacon/beacon-v2/pull/184#pullrequestreview-2454894933 ... --- .../json/beacon-v2-default-model/individuals/defaultSchema.json | 2 +- .../src/beacon-v2-default-model/individuals/defaultSchema.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/json/beacon-v2-default-model/individuals/defaultSchema.json b/models/json/beacon-v2-default-model/individuals/defaultSchema.json index 7ab94477..c916b09b 100644 --- a/models/json/beacon-v2-default-model/individuals/defaultSchema.json +++ b/models/json/beacon-v2-default-model/individuals/defaultSchema.json @@ -63,7 +63,7 @@ }, "sex": { "$ref": "../common/commonDefinitions.json#/$defs/Sex", - "description": "Sex of the individual. Value from NCIT General Qualifier `NCIT:C27993`: * `unknown`: not assessed or not availablel `NCIT:C17998` * `female`: `NCIT:C16576)` * `male`: `NCIT:C20197`" + "description": "Sex of the individual. Value from NCIT General Qualifier `NCIT:C27993`: * `unknown`: not assessed or not availablel `NCIT:C17998` * `female`: `NCIT:C16576` * `male`: `NCIT:C20197`" }, "treatments": { "items": { diff --git a/models/src/beacon-v2-default-model/individuals/defaultSchema.yaml b/models/src/beacon-v2-default-model/individuals/defaultSchema.yaml index c9f66d99..ede6165f 100644 --- a/models/src/beacon-v2-default-model/individuals/defaultSchema.yaml +++ b/models/src/beacon-v2-default-model/individuals/defaultSchema.yaml @@ -12,7 +12,7 @@ properties: description: >- Sex of the individual. Value from NCIT General Qualifier `NCIT:C27993`: * `unknown`: not assessed or not availablel `NCIT:C17998` - * `female`: `NCIT:C16576)` + * `female`: `NCIT:C16576` * `male`: `NCIT:C20197` $ref: ../common/commonDefinitions.yaml#/$defs/Sex karyotypicSex: