diff --git a/data/main_fields.yaml b/data/main_fields.yaml index 1cc6412..910927f 100644 --- a/data/main_fields.yaml +++ b/data/main_fields.yaml @@ -301,19 +301,17 @@ # Removed 19 - key: 31 - name: shore_hardness_a + name: hardness_shore_a type: int example: 95 - category: fff description: - Hardness of the material on the Shore A hardness scale (suitable for softer materials). - "**Note:** There is no 1:1 mapping between A and D scales, different materials can have different values on one scale even though they are the same on the other." - key: 32 - name: shore_hardness_d + name: hardness_shore_d type: int example: 30 - category: fff description: - Hardness of the material on the Shore D hardness scale (suitable for harder materials). - "**Note:** There is no 1:1 mapping between A and D scales, different materials can have different values on one scale even though they are the same on the other." diff --git a/utils/schema/fields.schema.json b/utils/schema/fields.schema.json index 98711a9..9cfe721 100644 --- a/utils/schema/fields.schema.json +++ b/utils/schema/fields.schema.json @@ -129,10 +129,10 @@ "filament_diameter": { "$ref": "field_types.schema.json#/definitions/number" }, - "shore_hardness_a": { + "hardness_shore_a": { "$ref": "field_types.schema.json#/definitions/int" }, - "shore_hardness_d": { + "hardness_shore_d": { "$ref": "field_types.schema.json#/definitions/int" }, "min_nozzle_diameter": {