-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhypar.json
64 lines (64 loc) · 1.72 KB
/
hypar.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"$schema": "https://hypar.io/Schemas/Function.json",
"id": "77fa4240-9da8-4dce-9402-44a7af68ae65",
"name": "Hypar Control Display Demo",
"description": "The HyparControlDisplayDemo function.",
"language": "C#",
"overrides": {
"Profiles": {
"context": "[*discriminator=Elements.DemoElement]",
"identity": {
"Add Id": {
"type": "string"
}
},
"perProperty": true,
"behaviors": {
"add": {
"schema": {
"Profile": {
"$hyparControlDisplay": {
"label": "Label",
"colorScheme": "DemoColorScheme"
},
"$ref": "https://prod-api.hypar.io/schemas/Profile"
},
"Label": {
"type": [
"string",
"null"
],
"$hyparAutocompleteQuery": {
"selfDependency": true,
"query": "[discriminator=Elements.AllowedLabels].Labels"
}
}
}
},
"remove": true
},
"schema": {
"Profile": {
"$ref": "https://prod-api.hypar.io/schemas/Profile",
"$hyparControlDisplay": {
"label": "Label",
"colorScheme": "DemoColorScheme"
}
},
"Label": {
"type": "string",
"$hyparAutocompleteQuery": {
"selfDependency": true,
"query": "[discriminator=Elements.AllowedLabels].Labels"
}
}
}
}
},
"element_types": [
"https://schemas.hypar.io/ColorScheme.json"
],
"repository_url": "https://github.com/hypar-io/function",
"last_updated": "0001-01-01T00:00:00",
"cli_version": "1.5.0-alpha.6"
}