schema/entity.json in adiwg-mdjson_schemas-2.0.1 vs schema/entity.json in adiwg-mdjson_schemas-2.0.2
- old
+ new
@@ -106,11 +106,12 @@
"allowDuplicates": {
"type": "boolean",
"description": "Indicates whether the index allows duplicates or values are required to be unique. true = allow duplicates; false = values must be unique.",
"translation": {
"ISO 19115-2": ["FC_FeatureCatalogue > featureType > FC_FeatureType > constrainedBy > FC_Constraint > description > CharacterString"]
- }
+ },
+ "default": false
},
"attributeCodeName": {
"type": "array",
"description": "An array of quoted attribute code names that together compose an alternate key set for the entity",
"translation": {
@@ -166,15 +167,17 @@
"allowNull": {
"type": "boolean",
"description": "Indicates whether null values are allowed for the attribute",
"translation": {
"ISO 19115-2": ["FC_FeatureCatalogue > featureType > FC_FeatureType > carrierOfCharacteristics > FC_FeatureAttribute > cardinality > Multiplicity > range > MultiplicityRange > lower > integer[0=optional | 1=required]"]
- }
+ },
+ "default": false
},
"allowMany": {
"type": "boolean",
"description": "Indicates whether null values are allowed for the attribute",
- "translation": {}
+ "translation": {},
+ "default": false
},
"units": {
"type": "string",
"description": "A unit-of-measure for the attribute. E.g. 'meters', 'atmospheres', 'liters'",
"translation": {