-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathopenapi.generated.yml
2308 lines (2270 loc) · 64.1 KB
/
openapi.generated.yml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
info:
description: '
Back end API for simpler.grants.gov.
This API is an ALPHA VERSION! Its current form is primarily for testing and feedback.
Features are still under heavy development, and subject to change. Not for production
use.
See [Release Phases](https://github.com/github/roadmap?tab=readme-ov-file#release-phases)
for further details.
'
contact:
name: Simpler Grants.gov
url: https://simpler.grants.gov/
email: [email protected]
title: Simpler Grants API
version: v0
tags:
- name: Health
- name: Opportunity v1
- name: Extract v1
- name: Agency v1
- name: User v1
servers: .
paths:
/health:
get:
parameters: []
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/HealthcheckResponse'
description: Successful response
'503':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Service Unavailable
tags:
- Health
summary: Health
/v1/extracts:
post:
parameters: []
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/ExtractMetadataListResponse'
description: Successful response
'422':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Validation error
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Authentication error
tags:
- Extract v1
summary: Extract Metadata Get
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ExtractMetadataRequest'
examples:
example1:
summary: No filters
value:
pagination:
order_by: created_at
page_offset: 1
page_size: 25
sort_direction: descending
security:
- ApiKeyAuth: []
/v1/agencies:
post:
parameters: []
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/AgencyListResponse'
description: Successful response
'422':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Validation error
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Authentication error
tags:
- Agency v1
summary: Agencies Get
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AgencyListRequest'
examples:
example1:
summary: No filters
value:
pagination:
order_by: created_at
page_offset: 1
page_size: 25
sort_direction: descending
security:
- ApiKeyAuth: []
/v1/users/login:
get:
parameters: []
responses:
'302':
content:
application/json:
schema: {}
description: Found
tags:
- User v1
summary: User Login
description: '
To use this endpoint, click [this link](/v1/users/login) which will redirect
you to an OAuth provider where you can sign into an account.
Do not try to use the execute option below as OpenAPI will not redirect your
browser for you.
The token you receive can then be set to the X-SGG-Token header for authenticating
with endpoints.
'
/v1/users/token/logout:
post:
parameters: []
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UserTokenLogoutResponse'
description: Successful response
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Authentication error
tags:
- User v1
summary: User Token Logout
security:
- ApiJwtAuth: []
/v1/users/token/refresh:
post:
parameters: []
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UserTokenRefreshResponse'
description: Successful response
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Authentication error
tags:
- User v1
summary: User Token Refresh
security:
- ApiJwtAuth: []
/v1/opportunities/search:
post:
parameters: []
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/OpportunitySearchResponseV1'
application/octet-stream: {}
description: Successful response
'422':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Validation error
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Authentication error
tags:
- Opportunity v1
summary: Opportunity Search
description: '
__ALPHA VERSION__
This endpoint in its current form is primarily for testing and feedback.
Features in this endpoint are still under heavy development, and subject to
change. Not for production use.
See [Release Phases](https://github.com/github/roadmap?tab=readme-ov-file#release-phases)
for further details.
'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/OpportunitySearchRequestV1'
examples:
example1:
summary: No filters
value:
pagination:
order_by: opportunity_id
page_offset: 1
page_size: 25
sort_direction: ascending
example2:
summary: All filters
value:
query: research
filters:
agency:
one_of:
- USAID
- DOC
applicant_type:
one_of:
- state_governments
- county_governments
- individuals
funding_category:
one_of:
- recovery_act
- arts
- natural_resources
funding_instrument:
one_of:
- cooperative_agreement
- grant
opportunity_status:
one_of:
- forecasted
- posted
post_date:
start_date: '2024-01-01'
end_date: '2024-02-01'
close_date:
start_date: '2024-01-01'
pagination:
order_by: opportunity_id
page_offset: 1
page_size: 25
sort_direction: descending
example3:
summary: Query & opportunity_status filters
value:
query: research
filters:
opportunity_status:
one_of:
- forecasted
- posted
pagination:
order_by: opportunity_id
page_offset: 1
page_size: 25
sort_direction: descending
example4:
summary: CSV file response
value:
format: csv
filters:
opportunity_status:
one_of:
- forecasted
- posted
pagination:
order_by: opportunity_id
page_offset: 1
page_size: 100
sort_direction: ascending
example5:
summary: Filter by award fields
value:
filters:
expected_number_of_awards:
min: 5
award_floor:
min: 10000
award_ceiling:
max: 1000000
estimated_total_program_funding:
min: 100000
max: 250000
pagination:
order_by: opportunity_id
page_offset: 1
page_size: 25
sort_direction: descending
example6:
summary: FIlter by assistance listing numbers
value:
filters:
assistance_listing_number:
one_of:
- '43.001'
- '47.049'
pagination:
order_by: opportunity_id
page_offset: 1
page_size: 25
sort_direction: descending
security:
- ApiKeyAuth: []
/v1/users/{user_id}:
get:
parameters:
- in: path
name: user_id
schema:
type: string
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UserGetResponse'
description: Successful response
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Authentication error
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Not found
tags:
- User v1
summary: User Get
security:
- ApiJwtAuth: []
/v1/opportunities/{opportunity_id}:
get:
parameters:
- in: path
name: opportunity_id
schema:
type: integer
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/OpportunityGetResponseV1'
description: Successful response
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Authentication error
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Not found
tags:
- Opportunity v1
summary: Opportunity Get
description: '
__ALPHA VERSION__
This endpoint in its current form is primarily for testing and feedback.
Features in this endpoint are still under heavy development, and subject to
change. Not for production use.
See [Release Phases](https://github.com/github/roadmap?tab=readme-ov-file#release-phases)
for further details.
'
security:
- ApiKeyAuth: []
/v1/users/{user_id}/saved-searches:
get:
parameters:
- in: path
name: user_id
schema:
type: string
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UserSavedSearchesResponse'
description: Successful response
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Authentication error
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Not found
tags:
- User v1
summary: User Get Saved Searches
security:
- ApiJwtAuth: []
post:
parameters:
- in: path
name: user_id
schema:
type: string
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UserSaveSearchResponse'
description: Successful response
'422':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Validation error
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Authentication error
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Not found
tags:
- User v1
summary: User Save Search
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UserSaveSearchRequest'
security:
- ApiJwtAuth: []
/v1/users/{user_id}/saved-opportunities:
get:
parameters:
- in: path
name: user_id
schema:
type: string
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UserSavedOpportunitiesResponse'
description: Successful response
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Authentication error
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Not found
tags:
- User v1
summary: User Get Saved Opportunities
security:
- ApiJwtAuth: []
post:
parameters:
- in: path
name: user_id
schema:
type: string
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UserSaveOpportunityResponse'
description: Successful response
'422':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Validation error
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Authentication error
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Not found
tags:
- User v1
summary: User Save Opportunity
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UserSaveOpportunityRequest'
security:
- ApiJwtAuth: []
/v1/opportunities/{opportunity_id}/versions:
get:
parameters:
- in: path
name: opportunity_id
schema:
type: integer
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/OpportunityVersionsGetResponseV1'
description: Successful response
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Authentication error
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Not found
tags:
- Opportunity v1
summary: Opportunity Versions Get
description: '
__ALPHA VERSION__
This endpoint in its current form is primarily for testing and feedback.
Features in this endpoint are still under heavy development, and subject to
change. Not for production use.
See [Release Phases](https://github.com/github/roadmap?tab=readme-ov-file#release-phases)
for further details.
'
security:
- ApiKeyAuth: []
/v1/users/{user_id}/saved-searches/{saved_search_id}:
delete:
parameters:
- in: path
name: user_id
schema:
type: string
required: true
- in: path
name: saved_search_id
schema:
type: string
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UserDeleteSavedSearchResponse'
description: Successful response
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Authentication error
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Not found
tags:
- User v1
summary: User Delete Saved Search
security:
- ApiJwtAuth: []
/v1/users/{user_id}/saved-opportunities/{opportunity_id}:
delete:
parameters:
- in: path
name: user_id
schema:
type: string
required: true
- in: path
name: opportunity_id
schema:
type: integer
required: true
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/UserDeleteSavedOpportunityResponse'
description: Successful response
'401':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Authentication error
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Not found
tags:
- User v1
summary: User Delete Saved Opportunity
security:
- ApiJwtAuth: []
openapi: 3.1.0
components:
schemas:
HealthcheckMetadata:
type: object
properties:
commit_sha:
type: string
description: The github commit sha for the latest deployed commit
example: ffaca647223e0b6e54344122eefa73401f5ec131
commit_link:
type: string
description: A github link to the latest deployed commit
example: https://github.com/HHS/simpler-grants-gov/commit/main
release_notes_link:
type: string
description: A github link to the release notes - direct if the latest deploy
was a release
example: https://github.com/HHS/simpler-grants-gov/releases
last_deploy_time:
type: string
format: date-time
description: Latest deploy time in US/Eastern timezone
deploy_whoami:
type: string
description: The latest user to deploy the application
example: runner
HealthcheckResponse:
type: object
properties:
message:
type: string
description: The message to return
example: Success
data:
type:
- object
allOf:
- $ref: '#/components/schemas/HealthcheckMetadata'
status_code:
type: integer
description: The HTTP status code
example: 200
ValidationIssue:
type: object
properties:
type:
type: string
description: The type of error
example: invalid
message:
type: string
description: The message to return
example: Not a valid string.
field:
type: string
description: The field that failed
example: summary.summary_description
ErrorResponse:
type: object
properties:
data:
description: Additional data that might be useful in resolving an error
(see specific endpoints for details, this is used infrequently)
example: {}
message:
type: string
description: General description of the error
example: Error
status_code:
type: integer
description: The HTTP status code of the error
errors:
type: array
example: []
items:
type:
- object
allOf:
- $ref: '#/components/schemas/ValidationIssue'
internal_request_id:
type: string
description: An internal tracking ID
example: 550e8400-e29b-41d4-a716-446655440000
DateRange:
type: object
properties:
start_date:
type:
- string
- 'null'
format: date
end_date:
type:
- string
- 'null'
format: date
required:
- end_date
- start_date
ExtractMetadataFilterV1:
type: object
properties:
extract_type:
description: The type of extract to filter by
example: opportunities_json
enum:
- opportunities_json
- opportunities_csv
type:
- string
- 'null'
- 'null'
created_at:
type:
- object
allOf:
- $ref: '#/components/schemas/DateRange'
ExtractMetadataPaginationV1:
type: object
properties:
order_by:
type: string
enum:
- created_at
description: The field to sort the response by
sort_direction:
description: Whether to sort the response ascending or descending
enum:
- ascending
- descending
type:
- string
page_size:
type: integer
minimum: 1
description: The size of the page to fetch
example: 25
page_offset:
type: integer
minimum: 1
description: The page number to fetch, starts counting from 1
example: 1
required:
- order_by
- page_offset
- page_size
- sort_direction
ExtractMetadataRequest:
type: object
properties:
message:
type: string
description: The message to return
example: Success
data:
description: The REST resource object
status_code:
type: integer
description: The HTTP status code
example: 200
filters:
type:
- object
allOf:
- $ref: '#/components/schemas/ExtractMetadataFilterV1'
pagination:
type:
- object
allOf:
- $ref: '#/components/schemas/ExtractMetadataPaginationV1'
required:
- pagination
PaginationInfo:
type: object
properties:
page_offset:
type: integer
description: The page number that was fetched
example: 1
page_size:
type: integer
description: The size of the page fetched
example: 25
total_records:
type: integer
description: The total number of records fetchable
example: 42
total_pages:
type: integer
description: The total number of pages that can be fetched
example: 2
order_by:
type: string
description: The field that the records were sorted by
example: id
sort_direction:
description: The direction the records are sorted
enum:
- ascending
- descending
type:
- string
ExtractMetadataResponse:
type: object
properties:
download_path:
type: string
description: The file's download path
file_size_bytes:
type: integer
description: The size of the file in bytes
example: 1024
created_at:
type: string
format: date-time
readOnly: true
updated_at:
type: string
format: date-time
readOnly: true
extract_metadata_id:
type: integer
description: The ID of the extract metadata
example: 1
extract_type:
type: string
description: The type of extract
example: opportunity_data_extract
ExtractMetadataListResponse:
type: object
properties:
pagination_info:
description: The pagination information for paginated endpoints
type: &id001
- object
allOf:
- $ref: '#/components/schemas/PaginationInfo'
message:
type: string
description: The message to return
example: Success
data:
type: array
description: A list of extract metadata records
items:
type:
- object
allOf:
- $ref: '#/components/schemas/ExtractMetadataResponse'
status_code:
type: integer
description: The HTTP status code
example: 200
AgencyFilterV1:
type: object
properties:
agency_id:
type: integer
AgencyPaginationV1:
type: object
properties:
order_by:
type: string
enum:
- created_at
description: The field to sort the response by
sort_direction:
description: Whether to sort the response ascending or descending
enum:
- ascending
- descending
type:
- string
page_size:
type: integer
minimum: 1
description: The size of the page to fetch
example: 25
page_offset:
type: integer
minimum: 1
description: The page number to fetch, starts counting from 1
example: 1
required:
- order_by
- page_offset
- page_size
- sort_direction
AgencyListRequest:
type: object
properties:
filters:
type:
- object
allOf:
- $ref: '#/components/schemas/AgencyFilterV1'