Skip to content

Commit c115a66

Browse files
committed
custom prompt drop down
1 parent 5bca3e9 commit c115a66

File tree

4 files changed

+711
-101
lines changed

4 files changed

+711
-101
lines changed

reference/schema.json

Lines changed: 118 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -2943,83 +2943,6 @@
29432943
},
29442944
"x-collection": "referral_code_directus_users"
29452945
},
2946-
"ItemsOrbitCandidateSearchRequest": {
2947-
"type": "object",
2948-
"properties": {
2949-
"id": {
2950-
"nullable": false,
2951-
"type": "integer"
2952-
},
2953-
"user_created": {
2954-
"nullable": true,
2955-
"oneOf": [
2956-
{
2957-
"type": "string",
2958-
"format": "uuid"
2959-
},
2960-
{
2961-
"$ref": "#/components/schemas/Users"
2962-
}
2963-
]
2964-
},
2965-
"date_created": {
2966-
"nullable": true,
2967-
"type": "string",
2968-
"format": "timestamp"
2969-
},
2970-
"user_updated": {
2971-
"nullable": true,
2972-
"oneOf": [
2973-
{
2974-
"type": "string",
2975-
"format": "uuid"
2976-
},
2977-
{
2978-
"$ref": "#/components/schemas/Users"
2979-
}
2980-
]
2981-
},
2982-
"date_updated": {
2983-
"nullable": true,
2984-
"type": "string",
2985-
"format": "timestamp"
2986-
},
2987-
"job_description_snapshot": {
2988-
"nullable": true
2989-
},
2990-
"status": {
2991-
"nullable": true,
2992-
"description": "options: [\"pending\", \"processing\", \"completed\", \"failed\"]",
2993-
"type": "string"
2994-
},
2995-
"job_description_enrichment_session": {
2996-
"nullable": true,
2997-
"oneOf": [
2998-
{
2999-
"type": "integer"
3000-
},
3001-
{
3002-
"$ref": "#/components/schemas/ItemsOrbitJobDescriptionEnrichmentSession"
3003-
}
3004-
]
3005-
},
3006-
"space": {
3007-
"nullable": true,
3008-
"type": "array",
3009-
"items": {
3010-
"oneOf": [
3011-
{
3012-
"type": "integer"
3013-
},
3014-
{
3015-
"$ref": "#/components/schemas/ItemsOrbitCandidateSearchRequestSpace"
3016-
}
3017-
]
3018-
}
3019-
}
3020-
},
3021-
"x-collection": "orbit_candidate_search_request"
3022-
},
30232946
"ItemsOrbitSearchResultRoleFitIndexSubmission": {
30242947
"type": "object",
30252948
"properties": {
@@ -3264,6 +3187,72 @@
32643187
},
32653188
"x-collection": "orbit_call_request"
32663189
},
3190+
"ItemsOrbitCandidateSearchRequest": {
3191+
"type": "object",
3192+
"properties": {
3193+
"id": {
3194+
"nullable": false,
3195+
"type": "integer"
3196+
},
3197+
"user_created": {
3198+
"nullable": true,
3199+
"oneOf": [
3200+
{
3201+
"type": "string",
3202+
"format": "uuid"
3203+
},
3204+
{
3205+
"$ref": "#/components/schemas/Users"
3206+
}
3207+
]
3208+
},
3209+
"date_created": {
3210+
"nullable": true,
3211+
"type": "string",
3212+
"format": "timestamp"
3213+
},
3214+
"user_updated": {
3215+
"nullable": true,
3216+
"oneOf": [
3217+
{
3218+
"type": "string",
3219+
"format": "uuid"
3220+
},
3221+
{
3222+
"$ref": "#/components/schemas/Users"
3223+
}
3224+
]
3225+
},
3226+
"date_updated": {
3227+
"nullable": true,
3228+
"type": "string",
3229+
"format": "timestamp"
3230+
},
3231+
"job_description_snapshot": {
3232+
"nullable": true
3233+
},
3234+
"status": {
3235+
"nullable": true,
3236+
"description": "options: [\"pending\", \"processing\", \"completed\", \"failed\"]",
3237+
"type": "string"
3238+
},
3239+
"job_description_enrichment_session": {
3240+
"nullable": true,
3241+
"oneOf": [
3242+
{
3243+
"type": "integer"
3244+
},
3245+
{
3246+
"$ref": "#/components/schemas/ItemsOrbitJobDescriptionEnrichmentSession"
3247+
}
3248+
]
3249+
},
3250+
"space": {
3251+
"nullable": true
3252+
}
3253+
},
3254+
"x-collection": "orbit_candidate_search_request"
3255+
},
32673256
"ItemsOrbitJobSearchResult": {
32683257
"type": "object",
32693258
"properties": {
@@ -3932,36 +3921,80 @@
39323921
},
39333922
"x-collection": "generic_request"
39343923
},
3935-
"ItemsOrbitCandidateSearchRequestSpace": {
3924+
"ItemsSettingItem": {
39363925
"type": "object",
39373926
"properties": {
39383927
"id": {
39393928
"nullable": false,
39403929
"type": "integer"
39413930
},
3942-
"orbit_candidate_search_request_id": {
3931+
"user_created": {
39433932
"nullable": true,
39443933
"oneOf": [
39453934
{
3946-
"type": "integer"
3935+
"type": "string",
3936+
"format": "uuid"
39473937
},
39483938
{
3949-
"$ref": "#/components/schemas/ItemsOrbitCandidateSearchRequest"
3939+
"$ref": "#/components/schemas/Users"
39503940
}
39513941
]
39523942
},
3953-
"space_id": {
3943+
"date_created": {
3944+
"nullable": true,
3945+
"type": "string",
3946+
"format": "timestamp"
3947+
},
3948+
"user_updated": {
39543949
"nullable": true,
39553950
"oneOf": [
39563951
{
3957-
"type": "integer"
3952+
"type": "string",
3953+
"format": "uuid"
39583954
},
39593955
{
3960-
"$ref": "#/components/schemas/ItemsSpace"
3956+
"$ref": "#/components/schemas/Users"
39613957
}
39623958
]
3959+
},
3960+
"date_updated": {
3961+
"nullable": true,
3962+
"type": "string",
3963+
"format": "timestamp"
3964+
},
3965+
"key": {
3966+
"nullable": true,
3967+
"type": "string"
3968+
},
3969+
"scope": {
3970+
"nullable": true,
3971+
"type": "string"
3972+
},
3973+
"value_type": {
3974+
"nullable": true,
3975+
"type": "string"
3976+
},
3977+
"value_boolean": {
3978+
"nullable": true,
3979+
"type": "boolean"
3980+
},
3981+
"value_number": {
3982+
"nullable": true,
3983+
"type": "number",
3984+
"format": "float"
3985+
},
3986+
"value_string": {
3987+
"nullable": true,
3988+
"type": "string"
3989+
},
3990+
"value_json": {
3991+
"nullable": true
3992+
},
3993+
"scope_id": {
3994+
"nullable": true,
3995+
"type": "string"
39633996
}
39643997
},
3965-
"x-collection": "orbit_candidate_search_request_space"
3998+
"x-collection": "setting_item"
39663999
}
39674000
}

0 commit comments

Comments
 (0)