You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/antenna-schema.json
+16-20Lines changed: 16 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@
8
8
"global": {
9
9
"description": "The following names are specified in the `antenna` namespace and should be used in the `global` object:",
10
10
"type": "object",
11
-
"required": ["antenna:model"],
11
+
"required": [
12
+
"antenna:model"
13
+
],
12
14
"properties": {
13
15
"antenna:model": {
14
16
"description": "Antenna make and model number. E.g. ARA CSB-16, L-com HG3512UP-NF.",
@@ -83,26 +85,20 @@
83
85
"type": "array",
84
86
"items": {
85
87
"type": "object",
86
-
"anyOf": [
87
-
{
88
-
"description": "The annotations value is an array of annotation segment objects that describe anything regarding the signal data not part of the Captures and Global objects. It MUST be sorted by the value of each Annotation Segment's `core:sample_start` key, ascending.",
89
-
"type": "object",
90
-
"properties": {
91
-
"antenna:azimuth_angle": {
92
-
"description": "Angle of main beam in azimuthal plane from North, in degrees.",
93
-
"type": "number"
94
-
},
95
-
"antenna:elevation_angle": {
96
-
"description": "Angle of main beam in elevation plane from horizontal, in degrees.",
0 commit comments