schema | String |
id | String |
title | String |
comment | String |
description | String |
Default | FieldValue |
readOnly | bool |
writeOnly | bool |
examples | Array<String> |
multipleOf | Array<double> |
type | JSONSchemaType |
Enum | Array<FieldValue> |
format | String |
contentMediaType | String |
maximum | double |
maximum | double |
exclusiveMaximum | double |
exclusiveMaximum | double |
minimum | double |
minimum | double |
exclusiveMinimum | double |
exclusiveMinimum | double |
pattern | String |
items | JSONSchema |
maxItems | int |
maxItems | int |
minItems | int |
minItems | int |
uniqueItems | bool |
contains | String |
maxProperties | int |
maxProperties | int |
minProperties | int |
minProperties | int |
required | Array<String> |
additionalProperties | JSONSchema |
definitions | Map<String, JSONSchema> |
properties | Map<String, JSONSchema> |
patternProperties | Map<String, JSONSchema> |
dependencies | Map<String, JSONSchema> |
propertyNames | String |
contentEncoding | String |
If | JSONSchema |
Then | JSONSchema |
Else | JSONSchema |
allOf | Array<JSONSchema> |
anyOf | Array<JSONSchema> |
oneOf | Array<JSONSchema> |
Not | JSONSchema |
xogcrole | String |
xogcpropertySeq | int |
xogcpropertySeq | int |
Default | FieldValue |