Skip to content

Commit

Permalink
udpate keywords type
Browse files Browse the repository at this point in the history
  • Loading branch information
BSnelling committed Aug 23, 2024
1 parent db53e28 commit f5cb047
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions hdr_schemata/models/HDRUK/3.0.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2141,9 +2141,6 @@
},
"type": "array"
},
{
"$ref": "#/$defs/CommaSeparatedValues"
},
{
"type": "null"
}
Expand Down
2 changes: 1 addition & 1 deletion hdr_schemata/models/HDRUK/v3_0_0/Summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Config:
..., **an.populationSize.__dict__, json_schema_extra={"guidance": an.populationSize.guidance}
)

keywords: Optional[Union[List[OneHundredFiftyCharacters], CommaSeparatedValues]] = Field(
keywords: Optional[List[OneHundredFiftyCharacters]] = Field(
None, **an.keywords.__dict__, json_schema_extra={"guidance": an.keywords.guidance}
)

Expand Down

0 comments on commit f5cb047

Please sign in to comment.