Skip to content

Commit

Permalink
updated properties to camel casing
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanAkbar authored and ronaldtse committed Sep 4, 2023
1 parent 2b32093 commit 91012a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions yaml_schemas/concept-v2-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ properties:
examples:
- "1234"
- "foobar"
localizedConcepts:
localized_concepts:
type: object
description: Three digit language code followed by the `id` of the localization for that language.
examples:
Expand All @@ -42,7 +42,7 @@ properties:
- valid
- superseded
- retired
dateAccepted:
date_accepted:
type: string
format: date-time
description: Date and time when the concept was accepted.
Expand Down
4 changes: 2 additions & 2 deletions yaml_schemas/localized-concept-v2-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ properties:
type: string
link:
type: string
authoritativeSource:
authoritative_source:
type: object
definition: The authoritative source for current localization
properties:
Expand All @@ -120,7 +120,7 @@ properties:
- valid
- superseded
- retired
dateAccepted:
date_accepted:
type: string
description: Date and time when the localized concept was accepted.
examples:
Expand Down

0 comments on commit 91012a7

Please sign in to comment.