query

From Wikisphere
Jump to navigation Jump to search
$schema"http://json-schema.org/draft-07/schema#"
$id"https://wikisphere.org/wiki/JsonSchema:SchemaBuilder/Dependencies"
title"Query"
x-layout"paged"
definitions
operator
type"string"
enum
"="
"!="
"starts"
"!starts"
"contains"
"!contains"
"ends"
"!ends"
"!null"
simpleCondition
type"object"
oneOf
title"Article"
type"object"
properties
type
const"article"
x-hiddentrue
value
type"string"
minLength1
x-input"mw.widgets.TitleInputWidget"
required
"type"
"value"
title"Category"
type"object"
properties
type
const"category"
x-hiddentrue
value
type"string"
minLength1
x-input"mw.widgets.TitleInputWidget"
x-input-config
namespace14
required
"type"
"value"
title"Property"
type"object"
properties
type
const"property"
x-hiddentrue
property
type"string"
minLength1
x-input"mw.widgets.TitleInputWidget"
x-input-config
namespace102
op
$ref"#/definitions/operator"
value
type"string"
minLength1
required
"type"
"property"
"op"
"value"
orCondition
title"Nested OR"
type"object"
properties
type
const"or"
x-hiddentrue
or
x-no-titletrue
type"array"
items
$ref"#/definitions/condition"
required
"type"
"or"
condition
type"object"
oneOf
title"AND Condition"
type"array"
x-layout"tabs"
items
$ref"#/definitions/simpleCondition"
title"Nested OR"
$ref"#/definitions/orCondition"
oneOf
title"AND Condition"
type"array"
x-layout"tabs"
items
$ref"#/definitions/simpleCondition"
title"Nested OR"
$ref"#/definitions/orCondition"