|
862 | 862 | "properties": { |
863 | 863 | "has_id": { |
864 | 864 | "description": "ID-based filtering condition", |
865 | | - "items": {"anyOf": [{"type": "integer"}, {"type": "string"}]}, |
| 865 | + "items": { |
| 866 | + "anyOf": [ |
| 867 | + {"type": "integer"}, |
| 868 | + {"type": "string"}, |
| 869 | + {"format": "uuid", "type": "string"}, |
| 870 | + ] |
| 871 | + }, |
866 | 872 | "title": "Has Id", |
867 | 873 | "type": "array", |
868 | 874 | } |
|
1854 | 1860 | "properties": { |
1855 | 1861 | "points": { |
1856 | 1862 | "description": "", |
1857 | | - "items": {"anyOf": [{"type": "integer"}, {"type": "string"}]}, |
| 1863 | + "items": { |
| 1864 | + "anyOf": [ |
| 1865 | + {"type": "integer"}, |
| 1866 | + {"type": "string"}, |
| 1867 | + {"format": "uuid", "type": "string"}, |
| 1868 | + ] |
| 1869 | + }, |
1858 | 1870 | "title": "Points", |
1859 | 1871 | "type": "array", |
1860 | 1872 | }, |
|
1887 | 1899 | {"items": {"items": {"type": "number"}, "type": "array"}, "type": "array"}, |
1888 | 1900 | {"type": "integer"}, |
1889 | 1901 | {"type": "string"}, |
| 1902 | + {"format": "uuid", "type": "string"}, |
1890 | 1903 | {"$ref": "#/$defs/Document"}, |
1891 | 1904 | {"$ref": "#/$defs/Image"}, |
1892 | 1905 | {"$ref": "#/$defs/InferenceObject"}, |
|
1901 | 1914 | {"items": {"items": {"type": "number"}, "type": "array"}, "type": "array"}, |
1902 | 1915 | {"type": "integer"}, |
1903 | 1916 | {"type": "string"}, |
| 1917 | + {"format": "uuid", "type": "string"}, |
1904 | 1918 | {"$ref": "#/$defs/Document"}, |
1905 | 1919 | {"$ref": "#/$defs/Image"}, |
1906 | 1920 | {"$ref": "#/$defs/InferenceObject"}, |
|
2667 | 2681 | "points": { |
2668 | 2682 | "anyOf": [ |
2669 | 2683 | { |
2670 | | - "items": {"anyOf": [{"type": "integer"}, {"type": "string"}]}, |
| 2684 | + "items": { |
| 2685 | + "anyOf": [ |
| 2686 | + {"type": "integer"}, |
| 2687 | + {"type": "string"}, |
| 2688 | + {"format": "uuid", "type": "string"}, |
| 2689 | + ] |
| 2690 | + }, |
2671 | 2691 | "type": "array", |
2672 | 2692 | }, |
2673 | 2693 | {"type": "null"}, |
|
2706 | 2726 | "points": { |
2707 | 2727 | "anyOf": [ |
2708 | 2728 | { |
2709 | | - "items": {"anyOf": [{"type": "integer"}, {"type": "string"}]}, |
| 2729 | + "items": { |
| 2730 | + "anyOf": [ |
| 2731 | + {"type": "integer"}, |
| 2732 | + {"type": "string"}, |
| 2733 | + {"format": "uuid", "type": "string"}, |
| 2734 | + ] |
| 2735 | + }, |
2710 | 2736 | "type": "array", |
2711 | 2737 | }, |
2712 | 2738 | {"type": "null"}, |
|
2755 | 2781 | {"items": {"items": {"type": "number"}, "type": "array"}, "type": "array"}, |
2756 | 2782 | {"type": "integer"}, |
2757 | 2783 | {"type": "string"}, |
| 2784 | + {"format": "uuid", "type": "string"}, |
2758 | 2785 | {"$ref": "#/$defs/Document"}, |
2759 | 2786 | {"$ref": "#/$defs/Image"}, |
2760 | 2787 | {"$ref": "#/$defs/InferenceObject"}, |
|
2782 | 2809 | "anyOf": [ |
2783 | 2810 | {"type": "integer"}, |
2784 | 2811 | {"type": "string"}, |
| 2812 | + {"format": "uuid", "type": "string"}, |
2785 | 2813 | {"items": {"type": "number"}, "type": "array"}, |
2786 | 2814 | {"$ref": "#/$defs/SparseVector"}, |
2787 | 2815 | ], |
|
2792 | 2820 | "anyOf": [ |
2793 | 2821 | {"type": "integer"}, |
2794 | 2822 | {"type": "string"}, |
| 2823 | + {"format": "uuid", "type": "string"}, |
2795 | 2824 | {"items": {"type": "number"}, "type": "array"}, |
2796 | 2825 | {"$ref": "#/$defs/SparseVector"}, |
2797 | 2826 | ], |
|
2944 | 2973 | "anyOf": [ |
2945 | 2974 | {"type": "integer"}, |
2946 | 2975 | {"type": "string"}, |
| 2976 | + {"format": "uuid", "type": "string"}, |
2947 | 2977 | {"items": {"type": "number"}, "type": "array"}, |
2948 | 2978 | {"$ref": "#/$defs/SparseVector"}, |
2949 | 2979 | {"type": "null"}, |
|
3156 | 3186 | "points": { |
3157 | 3187 | "anyOf": [ |
3158 | 3188 | { |
3159 | | - "items": {"anyOf": [{"type": "integer"}, {"type": "string"}]}, |
| 3189 | + "items": { |
| 3190 | + "anyOf": [ |
| 3191 | + {"type": "integer"}, |
| 3192 | + {"type": "string"}, |
| 3193 | + {"format": "uuid", "type": "string"}, |
| 3194 | + ] |
| 3195 | + }, |
3160 | 3196 | "type": "array", |
3161 | 3197 | }, |
3162 | 3198 | {"type": "null"}, |
|
3200 | 3236 | "properties": { |
3201 | 3237 | "ids": { |
3202 | 3238 | "description": "", |
3203 | | - "items": {"anyOf": [{"type": "integer"}, {"type": "string"}]}, |
| 3239 | + "items": { |
| 3240 | + "anyOf": [ |
| 3241 | + {"type": "integer"}, |
| 3242 | + {"type": "string"}, |
| 3243 | + {"format": "uuid", "type": "string"}, |
| 3244 | + ] |
| 3245 | + }, |
3204 | 3246 | "title": "Ids", |
3205 | 3247 | "type": "array", |
3206 | 3248 | }, |
|
3258 | 3300 | "additionalProperties": False, |
3259 | 3301 | "properties": { |
3260 | 3302 | "id": { |
3261 | | - "anyOf": [{"type": "integer"}, {"type": "string"}], |
| 3303 | + "anyOf": [ |
| 3304 | + {"type": "integer"}, |
| 3305 | + {"type": "string"}, |
| 3306 | + {"format": "uuid", "type": "string"}, |
| 3307 | + ], |
3262 | 3308 | "description": "", |
3263 | 3309 | "title": "Id", |
3264 | 3310 | }, |
|
3385 | 3431 | {"items": {"items": {"type": "number"}, "type": "array"}, "type": "array"}, |
3386 | 3432 | {"type": "integer"}, |
3387 | 3433 | {"type": "string"}, |
| 3434 | + {"format": "uuid", "type": "string"}, |
3388 | 3435 | {"$ref": "#/$defs/Document"}, |
3389 | 3436 | {"$ref": "#/$defs/Image"}, |
3390 | 3437 | {"$ref": "#/$defs/InferenceObject"}, |
|
3435 | 3482 | {"items": {"items": {"type": "number"}, "type": "array"}, "type": "array"}, |
3436 | 3483 | {"type": "integer"}, |
3437 | 3484 | {"type": "string"}, |
| 3485 | + {"format": "uuid", "type": "string"}, |
3438 | 3486 | {"$ref": "#/$defs/Document"}, |
3439 | 3487 | {"$ref": "#/$defs/Image"}, |
3440 | 3488 | {"$ref": "#/$defs/InferenceObject"}, |
|
3506 | 3554 | }, |
3507 | 3555 | {"type": "integer"}, |
3508 | 3556 | {"type": "string"}, |
| 3557 | + {"format": "uuid", "type": "string"}, |
3509 | 3558 | {"$ref": "#/$defs/Document"}, |
3510 | 3559 | {"$ref": "#/$defs/Image"}, |
3511 | 3560 | {"$ref": "#/$defs/InferenceObject"}, |
|
3532 | 3581 | }, |
3533 | 3582 | {"type": "integer"}, |
3534 | 3583 | {"type": "string"}, |
| 3584 | + {"format": "uuid", "type": "string"}, |
3535 | 3585 | {"$ref": "#/$defs/Document"}, |
3536 | 3586 | {"$ref": "#/$defs/Image"}, |
3537 | 3587 | {"$ref": "#/$defs/InferenceObject"}, |
|
3665 | 3715 | {"items": {"items": {"type": "number"}, "type": "array"}, "type": "array"}, |
3666 | 3716 | {"type": "integer"}, |
3667 | 3717 | {"type": "string"}, |
| 3718 | + {"format": "uuid", "type": "string"}, |
3668 | 3719 | {"$ref": "#/$defs/Document"}, |
3669 | 3720 | {"$ref": "#/$defs/Image"}, |
3670 | 3721 | {"$ref": "#/$defs/InferenceObject"}, |
|
3773 | 3824 | "anyOf": [ |
3774 | 3825 | {"type": "integer"}, |
3775 | 3826 | {"type": "string"}, |
| 3827 | + {"format": "uuid", "type": "string"}, |
3776 | 3828 | {"items": {"type": "number"}, "type": "array"}, |
3777 | 3829 | {"$ref": "#/$defs/SparseVector"}, |
3778 | 3830 | ] |
|
3792 | 3844 | "anyOf": [ |
3793 | 3845 | {"type": "integer"}, |
3794 | 3846 | {"type": "string"}, |
| 3847 | + {"format": "uuid", "type": "string"}, |
3795 | 3848 | {"items": {"type": "number"}, "type": "array"}, |
3796 | 3849 | {"$ref": "#/$defs/SparseVector"}, |
3797 | 3850 | ] |
|
4188 | 4241 | "additionalProperties": False, |
4189 | 4242 | "properties": { |
4190 | 4243 | "id": { |
4191 | | - "anyOf": [{"type": "integer"}, {"type": "string"}], |
| 4244 | + "anyOf": [ |
| 4245 | + {"type": "integer"}, |
| 4246 | + {"type": "string"}, |
| 4247 | + {"format": "uuid", "type": "string"}, |
| 4248 | + ], |
4192 | 4249 | "description": "", |
4193 | 4250 | "title": "Id", |
4194 | 4251 | }, |
|
0 commit comments