summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/data/schema/search-form-schema.v1.json
blob: 27b80b7ed9bf0d4f8bb1cc4962f6402eb99180ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "$id": "https://www.semantic-mediawiki.org/search-profile-form.json",
  "type": "object",
  "properties": {
    "type": {
      "$id": "/properties/type",
      "type": "string",
      "title": "The Type Schema",
      "default": "",
      "examples": [
        "SEARCH_FORM_SCHEMA"
      ],
      "enum": [
        "SEARCH_FORM_SCHEMA"
      ]
    },
    "forms": {
      "$id": "/properties/forms",
      "type": "object"
    },
    "namespaces": {
      "$id": "/properties/namespaces",
      "type": "object"
    },
    "descriptions": {
      "$id": "/properties/descriptions",
      "type": "object"
    }
  },
  "required": [
    "type",
    "forms"
  ]
}