JsonSchema Class
(Utils::JsonSchema)Public Functions
| bool | acceptsType(const QString &type) const |
| void | enterNestedItemSchema() |
| void | enterNestedPropertySchema(const QString &property) |
| void | enterNestedTypeSchema() |
| bool | hasAdditionalItems() const |
| bool | hasExclusiveMaximum() |
| bool | hasExclusiveMinimum() |
| bool | hasItemArraySchema() const |
| bool | hasItemSchema() const |
| bool | hasMaximum() const |
| bool | hasMinimum() const |
| bool | hasPropertySchema(const QString &property) const |
| bool | hasTypeSchema() const |
| bool | hasUnionSchema() const |
| bool | isTypeConstrained() const |
| int | itemArraySchemaSize() const |
| void | leaveNestedSchema() |
| double | maximum() const |
| int | maximumLength() const |
| bool | maybeEnterNestedArraySchema(int index) |
| bool | maybeEnterNestedUnionSchema(int index) |
| double | minimum() const |
| int | minimumLength() const |
| QString | pattern() const |
| QStringList | properties() const |
| bool | required() const |
| int | unionSchemaSize() const |
| QStringList | validTypes() const |