Skip to content

Commit

Permalink
fix: allow classification in update (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
netanelC authored Nov 1, 2023
1 parent 55026e1 commit 4750ec5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/yaml/3dCatalog/3dMetadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ components:
classification:
type: string
example: '5'
pattern: ^[0-9]$
description: Classification of the product
productionSystem:
type: string
Expand Down Expand Up @@ -330,7 +329,6 @@ components:
classification:
type: string
example: '5'
pattern: ^[0-9]$
description: Classification of the product
productionSystem:
type: string
Expand Down Expand Up @@ -515,7 +513,6 @@ components:
classification:
type: string
example: '5'
pattern: ^[0-9]$
description: Classification of the product
productionSystem:
type: string
Expand Down Expand Up @@ -674,6 +671,10 @@ components:
format: double
nullable: true
description: Maximum height range of ground
classification:
type: string
example: '5'
description: Classification of the product
producerName:
type: string
description: The name of the producer (product owner)
Expand Down

0 comments on commit 4750ec5

Please sign in to comment.