Skip to content

Commit

Permalink
fixing typos in a few type-schemas (relates to #99)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-iancu committed Nov 24, 2023
1 parent fb40f73 commit 750d37d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions specifications/schemas/data_structures/DataStructure.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
title: DATE_STRUCTURE
title: DATA_STRUCTURE
type: object
allOf:
- $ref: ../common/Locatable.yaml
properties:
_type:
type: string
default: DATE_STRUCTURE
x-discriminator-value: DATE_STRUCTURE
default: DATA_STRUCTURE
x-discriminator-value: DATA_STRUCTURE
2 changes: 1 addition & 1 deletion specifications/schemas/data_types/DvTemporal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ x-cg-discriminator:
mapping:
DV_DATE: '#/components/schemas/DvDate'
DV_DATE_TIME: '#/components/schemas/DvDateTime'
DV_DTIME: '#/components/schemas/DvTime'
DV_TIME: '#/components/schemas/DvTime'

0 comments on commit 750d37d

Please sign in to comment.