Skip to content

Commit

Permalink
add a change log
Browse files Browse the repository at this point in the history
  • Loading branch information
calmacx committed Aug 12, 2024
1 parent 8b3eac0 commit ffffb1c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
8 changes: 4 additions & 4 deletions available.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"HDRUK": [
"2.1.2",
"2.1.3",
"3.0.0",
"2.1.0",
"2.0.2",
"2.2.1",
"2.2.0",
"3.0.0"
"2.2.0"
],
"GWDM": [
"1.0",
"1.1",
"1.2",
"2.0"
"2.0",
"1.2"
],
"SchemaOrg": [
"default",
Expand Down
6 changes: 3 additions & 3 deletions docs/HDRUK/2.2.0.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"isPartOf": "CommaSeparatedValues[{'anyOf': [{'pattern': '([^,]+)', 'type': 'string'}, {'type': 'null'}]}] | typing.List[typing.Union[hdr_schemata.definitions.HDRUK.Url.Url, NoneType, hdr_schemata.definitions.HDRUK.OneHundredFiftyCharacters.OneHundredFiftyCharacters, hdr_schemata.definitions.HDRUK.IsPartOfEnum.IsPartOfEnum]] | null"
},
"coverage": {
"spatial": "CommaSeparatedValues[{'anyOf': [{'pattern': '([^,]+)', 'type': 'string'}, {'type': 'null'}]}] | null",
"pathway": "LongDescription[{'anyOf': [{'maxLength': 50000, 'minLength': 2, 'type': 'string'}, {'type': 'null'}]}] | null",
"followup": "Followup['0 - 6 MONTHS','6 - 12 MONTHS','1 - 10 YEARS','> 10 YEARS','UNKNOWN','CONTINUOUS','OTHER',null] | null",
"spatial": "CommaSeparatedValues[{'anyOf': [{'pattern': '([^,]+)', 'type': 'string'}, {'type': 'null'}]}] | typing.List[typing.Optional[hdr_schemata.definitions.HDRUK.Url.Url]] | null",
"typicalAgeRange": "AgeRange[{'anyOf': [{'pattern': 'Not Known|(150|1[0-4][0-9]|[0-9]|[1-8][0-9]|9[0-9])-(150|1[0-4][0-9]|[0-9]|[1-8][0-9]|9[0-9])', 'type': 'string'}, {'type': 'null'}]}] | null",
"followup": "Followup['0 - 6 MONTHS','6 - 12 MONTHS','1 - 10 YEARS','> 10 YEARS','UNKNOWN','CONTINUOUS','OTHER',null] | null",
"pathway": "Description[{'anyOf': [{'maxLength': 10000, 'minLength': 2, 'type': 'string'}, {'type': 'null'}]}] | null",
"gender": "GenderType['Male','Female','Other']",
"biologicalsamples": "BiologicalSampleType['Blood','Other','Urine','Saliva']",
"psychological": "PsychologicalType['Cognitive Function','Mental Health']",
Expand Down
7 changes: 7 additions & 0 deletions docs/HDRUK/3.0.0.change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Changes from 2.2.1 -> 3.0.0

- **Move** `tissueSampleCollections.materialType` to `coverage.materialType`
- **Remove** other `tissueSampleCollections.*`
- **Update** `accessServiceCategory` to remove requirement on this to be a URL
- **Update** allowed defintions for `DeliveryLeadTime`
- **Updates** many descriptions and/or guidance for many fields

0 comments on commit ffffb1c

Please sign in to comment.