@geogirafe/lib-geoportal
Preparing search index...
models/serverogcapifeatures
OapifPropertySchema
Type Alias OapifPropertySchema
type
OapifPropertySchema
=
{
description
?:
string
;
enum
?:
(
string
|
number
)
[]
;
format
?:
string
;
maximum
?:
number
;
maxLength
?:
number
;
minimum
?:
number
;
oneOf
?:
{
const
:
string
;
value
:
string
}
[]
;
readOnly
?:
boolean
;
required
?:
boolean
;
title
?:
string
;
type
?:
oapifPropertyTypes
;
"x-ogc-propertySeq"
?:
number
;
"x-ogc-role"
?:
string
;
"x-orc-codelistUri"
?:
string
;
}
Index
Properties
description?
enum?
format?
maximum?
max
Length?
minimum?
one
Of?
read
Only?
required?
title?
type?
x-
ogc-
property
Seq?
x-
ogc-
role?
x-
orc-
codelist
Uri?
Properties
Optional
description
description
?:
string
Optional
enum
enum
?:
(
string
|
number
)
[]
Optional
format
format
?:
string
Optional
maximum
maximum
?:
number
Optional
max
Length
maxLength
?:
number
Optional
minimum
minimum
?:
number
Optional
one
Of
oneOf
?:
{
const
:
string
;
value
:
string
}
[]
Optional
read
Only
readOnly
?:
boolean
Optional
required
required
?:
boolean
Optional
title
title
?:
string
Optional
type
type
?:
oapifPropertyTypes
Optional
x-
ogc-
property
Seq
"x-ogc-propertySeq"
?:
number
Optional
x-
ogc-
role
"x-ogc-role"
?:
string
Optional
x-
orc-
codelist
Uri
"x-orc-codelistUri"
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
description
enum
format
maximum
max
Length
minimum
one
Of
read
Only
required
title
type
x-
ogc-
property
Seq
x-
ogc-
role
x-
orc-
codelist
Uri
@geogirafe/lib-geoportal
Loading...