From 3500d55ee88908a05b36205820c3892c351a91fa Mon Sep 17 00:00:00 2001 From: Michael Baudis <675030+mbaudis@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:12:46 +0100 Subject: [PATCH] file case bug fix This is just a temporary removal of files colliding w/ case insensitive file systems. We'll have to address the doc file re-generation at some point ... --- docs/schemas-md/obj/AgeRange.md | 3 --- docs/schemas-md/obj/Value.md | 3 --- docs/schemas-md/obj/ageRange.md | 3 --- docs/schemas-md/obj/value.md | 3 --- 4 files changed, 12 deletions(-) delete mode 100644 docs/schemas-md/obj/AgeRange.md delete mode 100644 docs/schemas-md/obj/Value.md delete mode 100644 docs/schemas-md/obj/ageRange.md delete mode 100644 docs/schemas-md/obj/value.md diff --git a/docs/schemas-md/obj/AgeRange.md b/docs/schemas-md/obj/AgeRange.md deleted file mode 100644 index 3c339728a..000000000 --- a/docs/schemas-md/obj/AgeRange.md +++ /dev/null @@ -1,3 +0,0 @@ -|Term | Description | Type | Properties | Example | Enum| -| ---| ---| ---| ---| ---| --- | -| AgeRange | Age range definition. Provenance: GA4GH Phenopackets v2 `AgeRange` | object | [end](./end.md), [start](./start.md) | NA | NA| diff --git a/docs/schemas-md/obj/Value.md b/docs/schemas-md/obj/Value.md deleted file mode 100644 index e4923d337..000000000 --- a/docs/schemas-md/obj/Value.md +++ /dev/null @@ -1,3 +0,0 @@ -|Term | Description | Type | Properties | Example | Enum| -| ---| ---| ---| ---| ---| --- | -| Value | NA | oneOf | [Quantity](https://phenopacket-schema.readthedocs.io/en/latest/building-blocks.html), [ontologyTerm](https://github.com/ga4gh-beacon/beacon-v2/blob/main/framework/src/common/ontologyTerm.yaml) | NA | NA| diff --git a/docs/schemas-md/obj/ageRange.md b/docs/schemas-md/obj/ageRange.md deleted file mode 100644 index daf2d0020..000000000 --- a/docs/schemas-md/obj/ageRange.md +++ /dev/null @@ -1,3 +0,0 @@ -|Term | Description | Type | Properties | Example | Enum| -| ---| ---| ---| ---| ---| --- | -| ageRange | Individual age range in cohort inclusion criteria | object | [end](./end.md), [start](./start.md) | NA | NA| diff --git a/docs/schemas-md/obj/value.md b/docs/schemas-md/obj/value.md deleted file mode 100644 index 9f7ec9ebd..000000000 --- a/docs/schemas-md/obj/value.md +++ /dev/null @@ -1,3 +0,0 @@ -|Term | Description | Type | Properties | Example | Enum| -| ---| ---| ---| ---| ---| --- | -| value | The value of the quantity in the units | number | NA | NA | NA|