Skip to content

Commit

Permalink
_definition.update mandatory for Categories too
Browse files Browse the repository at this point in the history
  • Loading branch information
vaitkus authored May 20, 2024
1 parent 3a0ab47 commit 79b5c18
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ddl.dic
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data_DDL_DIC
_dictionary.title DDL_DIC
_dictionary.class Reference
_dictionary.version 4.2.0
_dictionary.date 2024-04-04
_dictionary.date 2024-05-17
_dictionary.uri
https://raw.githubusercontent.com/COMCIFS/cif_core/master/ddl.dic
_dictionary.ddl_conformance 4.2.0
Expand Down Expand Up @@ -2555,8 +2555,8 @@ save_
DESCRIPTION_EXAMPLE ENUMERATION IMPORT
METHOD NAME TYPE UNITS]
Category Mandatory ['_definition.id' '_definition.scope'
'_definition.class' '_name.category_id'
'_name.object_id']
'_definition.class' '_definition.update'
'_name.category_id' '_name.object_id']
Category Recommended ['_category_key.name' '_description.text']
Category Prohibited [ALIAS DICTIONARY ENUMERATION TYPE UNITS]
Item Mandatory ['_definition.id' '_definition.update'
Expand Down Expand Up @@ -3067,7 +3067,7 @@ save_
by explicitly specifying that it adheres to the formal grammar
provided in SemVer version 2.0.0.
;
4.2.0 2024-04-04
4.2.0 2024-05-17
;
# Please update the date above and describe the change below until
# ready for the next release
Expand Down Expand Up @@ -3113,4 +3113,7 @@ save_
Updated definition of the _alias.deprecation_date attribute.
Updated definition of the _alias.dictionary_uri attribute.
Added the _alias.dictionary_version attribute.

Added _definition.update to the list of attributes that are mandatory
in the 'Category' scope.
;

0 comments on commit 79b5c18

Please sign in to comment.