summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/data/schema/search-form-schema.v1.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticMediaWiki/data/schema/search-form-schema.v1.json')
-rw-r--r--www/wiki/extensions/SemanticMediaWiki/data/schema/search-form-schema.v1.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/www/wiki/extensions/SemanticMediaWiki/data/schema/search-form-schema.v1.json b/www/wiki/extensions/SemanticMediaWiki/data/schema/search-form-schema.v1.json
new file mode 100644
index 00000000..27b80b7e
--- /dev/null
+++ b/www/wiki/extensions/SemanticMediaWiki/data/schema/search-form-schema.v1.json
@@ -0,0 +1,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"
+ ]
+} \ No newline at end of file