Skip to content

Commit f1dc361

Browse files
authored
Merge pull request #644 from opengeospatial/Rename-data-type
Change data-type to dataType
2 parents 67f1d90 + 893110b commit f1dc361

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/standard/openapi/oas30/schemas/collections/parameterNames.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ properties:
1313
type: string
1414
label:
1515
type: string
16-
data-type:
16+
dataType:
1717
description: Data type of returned parameter
1818
type: string
1919
enum:

core/standard/openapi/oas31/schemas/collections/parameterNames.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ properties:
1313
type: string
1414
label:
1515
type: string
16-
data-type:
16+
dataType:
1717
description: Data type of returned parameter
1818
type: string
1919
enum:

core/standard/sections/annex_collection_response.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ a set of key-value pairs, where the key is the name of the parameter and the val
409409
|**type** |String|**Yes**| Always 'Parameter'
410410
|label | String |No| A short text label for the parameter
411411
|description |String|No| A description of the parameter
412-
|data-type |String|No| The data type of the parameter values [integer, float, string]
412+
|dataType |String|No| The data type of the parameter values [integer, float, string]
413413
|unit |<<col-unit,unit>> object|No| A description of the units of the parameter values
414414
|**observedProperty** |<<col-observed_property,observedProperty>> object|**Yes**| A formal definition of the parameter
415415
|extent |<<col-extent,Extent>> object|No| Information on the spatio-temporal extent of the parameter values (if different from other parameters in the collection)

0 commit comments

Comments
 (0)