mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
fix schema
This commit is contained in:
@ -47,7 +47,10 @@ Schema:
|
|||||||
"is_current": boolean,
|
"is_current": boolean,
|
||||||
"is_preferred": boolean
|
"is_preferred": boolean
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"is_connected": boolean,
|
"is_connected": boolean,
|
||||||
"is_primary": boolean,
|
"is_primary": boolean,
|
||||||
"device_name": string,
|
"device_name": string,
|
||||||
@ -58,7 +61,6 @@ Schema:
|
|||||||
"dimension_width": integer,
|
"dimension_width": integer,
|
||||||
"dimension_height": integer
|
"dimension_height": integer
|
||||||
}
|
}
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"unassociated_devices": [
|
"unassociated_devices": [
|
||||||
{
|
{
|
||||||
|
@ -42,7 +42,10 @@ Schema:
|
|||||||
"is_current": boolean,
|
"is_current": boolean,
|
||||||
"is_preferred": boolean
|
"is_preferred": boolean
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"is_connected": boolean,
|
"is_connected": boolean,
|
||||||
"is_primary": boolean,
|
"is_primary": boolean,
|
||||||
"device_name": string,
|
"device_name": string,
|
||||||
@ -53,7 +56,6 @@ Schema:
|
|||||||
"dimension_width": integer,
|
"dimension_width": integer,
|
||||||
"dimension_height": integer
|
"dimension_height": integer
|
||||||
}
|
}
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"unassociated_devices": [
|
"unassociated_devices": [
|
||||||
{
|
{
|
||||||
@ -137,7 +139,6 @@ Examples:
|
|||||||
"""
|
"""
|
||||||
import re
|
import re
|
||||||
from typing import Dict, List, Optional, Union
|
from typing import Dict, List, Optional, Union
|
||||||
|
|
||||||
import jc.utils
|
import jc.utils
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user