{
    "components": {
        "schemas": {}
    },
    "info": {
        "title": "JAGA API",
        "version": "30064"
    },
    "openapi": "3.0.1",
    "paths": {
        "/api/v5/litbang/kajian-pengajuan/jenis-dokumen/{tahapan}": {
            "get": {
                "operationId": "request_eCSyzR13WV",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        }
                                    },
                                    "required": [
                                        "code",
                                        "message",
                                        "status"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Pengajuan Jenis Dokumen by Tahapan"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "tahapan",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/app-log/get-by-kode": {
            "get": {
                "operationId": "request_oArSDWBZUj",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {},
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "App Log - Get by Kode"
            },
            "parameters": []
        },
        "/v5/attachments/public_content_upload": {
            "parameters": [],
            "post": {
                "operationId": "request_Wy3tyDDwXV",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "461": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "474": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Attachments - Public Content Upload"
            }
        },
        "/v5/attachments/public_content_view": {
            "get": {
                "operationId": "request_vsarwVgz0D",
                "responses": {
                    "302": {
                        "description": ""
                    }
                },
                "summary": "Attachments - Public Content View"
            },
            "parameters": []
        },
        "/v5/auth/login": {
            "parameters": [],
            "post": {
                "operationId": "request_FfQ1hyovmt",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "password": {
                                        "type": "string"
                                    },
                                    "username": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "password",
                                    "username"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "email": {
                                                    "type": "string"
                                                },
                                                "is_banned": {
                                                    "type": "boolean"
                                                },
                                                "refresh_token": {
                                                    "type": "string"
                                                },
                                                "token": {
                                                    "type": "string"
                                                },
                                                "user_id": {
                                                    "type": "number"
                                                },
                                                "uuid": {}
                                            },
                                            "required": [
                                                "email",
                                                "is_banned",
                                                "refresh_token",
                                                "token",
                                                "user_id",
                                                "uuid"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "473": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Auth - Login"
            }
        },
        "/v5/auth/login-as-other": {
            "parameters": [],
            "post": {
                "operationId": "request_b6GmFvRb2V",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "username": {
                                        "type": "string"
                                    },
                                    "username-kldp-bima": {
                                        "type": "string"
                                    },
                                    "username-local": {
                                        "type": "string"
                                    },
                                    "username-pancek": {
                                        "type": "string"
                                    },
                                    "username_bima": {
                                        "type": "string"
                                    },
                                    "username_bima2": {
                                        "type": "string"
                                    },
                                    "username_prod": {
                                        "type": "string"
                                    },
                                    "username_verifikator_pc": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "username",
                                    "username-kldp-bima",
                                    "username-local",
                                    "username-pancek",
                                    "username_bima",
                                    "username_bima2",
                                    "username_prod",
                                    "username_verifikator_pc"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "email": {
                                                    "type": "string"
                                                },
                                                "is_banned": {
                                                    "type": "boolean"
                                                },
                                                "refresh_token": {
                                                    "type": "string"
                                                },
                                                "token": {
                                                    "type": "string"
                                                },
                                                "user_id": {
                                                    "type": "number"
                                                },
                                                "uuid": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "email",
                                                "is_banned",
                                                "refresh_token",
                                                "token",
                                                "user_id",
                                                "uuid"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Auth - Login as Other"
            }
        },
        "/v5/auth/register": {
            "parameters": [],
            "post": {
                "operationId": "request_qF4EcDtlcR",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Auth - Register"
            }
        },
        "/v5/bansos/chart-jenis-pemilu": {
            "get": {
                "operationId": "request_1h84QgbYzd",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "count_1": {
                                                        "type": "number"
                                                    },
                                                    "count_2": {
                                                        "type": "number"
                                                    },
                                                    "count_3": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "count_1",
                                                    "count_2",
                                                    "count_3"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Bansos - Chart Jenis Pemilu"
            },
            "parameters": []
        },
        "/v5/bansos/detail_info": {
            "get": {
                "operationId": "request_8LRIAX1FXO",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "data": {
                                            "properties": {
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "diskusi": {
                                                    "properties": {
                                                        "content": {
                                                            "type": "string"
                                                        },
                                                        "created_at": {
                                                            "type": "string"
                                                        },
                                                        "generated_url": {},
                                                        "id": {
                                                            "type": "number"
                                                        },
                                                        "is_anonymous": {
                                                            "type": "number"
                                                        },
                                                        "is_attachment_public": {
                                                            "type": "number"
                                                        },
                                                        "is_deleted": {
                                                            "type": "number"
                                                        },
                                                        "kategori_diskusi_id": {
                                                            "type": "number"
                                                        },
                                                        "link_terkait": {
                                                            "type": "string"
                                                        },
                                                        "proof_url": {},
                                                        "release_date": {},
                                                        "tenant_id": {
                                                            "type": "number"
                                                        },
                                                        "title": {
                                                            "type": "string"
                                                        },
                                                        "type": {
                                                            "type": "number"
                                                        },
                                                        "updated_at": {
                                                            "type": "string"
                                                        },
                                                        "user_id": {
                                                            "type": "number"
                                                        },
                                                        "uuid": {
                                                            "type": "string"
                                                        },
                                                        "views": {
                                                            "type": "number"
                                                        }
                                                    },
                                                    "required": [
                                                        "content",
                                                        "created_at",
                                                        "generated_url",
                                                        "id",
                                                        "is_anonymous",
                                                        "is_attachment_public",
                                                        "is_deleted",
                                                        "kategori_diskusi_id",
                                                        "link_terkait",
                                                        "proof_url",
                                                        "release_date",
                                                        "tenant_id",
                                                        "title",
                                                        "type",
                                                        "updated_at",
                                                        "user_id",
                                                        "uuid",
                                                        "views"
                                                    ],
                                                    "type": "object"
                                                },
                                                "diskusi_bansos_nik": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_diskusi_bansos": {
                                                                "type": "number"
                                                            },
                                                            "nik": {
                                                                "type": "string"
                                                            },
                                                            "pkh": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "id_diskusi_bansos",
                                                            "nik",
                                                            "pkh",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "id": {
                                                    "type": "number"
                                                },
                                                "id_diskusi": {
                                                    "type": "number"
                                                },
                                                "id_instansi": {
                                                    "type": "number"
                                                },
                                                "id_instansi_origin": {
                                                    "type": "number"
                                                },
                                                "id_topik": {
                                                    "type": "number"
                                                },
                                                "instansi": {
                                                    "properties": {
                                                        "created_at": {
                                                            "type": "string"
                                                        },
                                                        "deleted_at": {},
                                                        "flag_dana_desa": {
                                                            "type": "number"
                                                        },
                                                        "flag_pak": {
                                                            "type": "boolean"
                                                        },
                                                        "id": {
                                                            "type": "number"
                                                        },
                                                        "id_kota_kabupaten": {},
                                                        "id_provinsi": {},
                                                        "id_tipe": {},
                                                        "instansi_tipe": {},
                                                        "is_stranas": {
                                                            "type": "number"
                                                        },
                                                        "nama": {
                                                            "type": "string"
                                                        },
                                                        "show_to_public": {
                                                            "type": "number"
                                                        },
                                                        "sumber": {
                                                            "type": "number"
                                                        },
                                                        "updated_at": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "created_at",
                                                        "deleted_at",
                                                        "flag_dana_desa",
                                                        "flag_pak",
                                                        "id",
                                                        "id_kota_kabupaten",
                                                        "id_provinsi",
                                                        "id_tipe",
                                                        "instansi_tipe",
                                                        "is_stranas",
                                                        "nama",
                                                        "show_to_public",
                                                        "sumber",
                                                        "updated_at"
                                                    ],
                                                    "type": "object"
                                                },
                                                "instansi_origin": {
                                                    "properties": {
                                                        "created_at": {
                                                            "type": "string"
                                                        },
                                                        "deleted_at": {},
                                                        "flag_dana_desa": {
                                                            "type": "number"
                                                        },
                                                        "flag_pak": {
                                                            "type": "boolean"
                                                        },
                                                        "id": {
                                                            "type": "number"
                                                        },
                                                        "id_kota_kabupaten": {
                                                            "type": "number"
                                                        },
                                                        "id_provinsi": {
                                                            "type": "number"
                                                        },
                                                        "id_tipe": {
                                                            "type": "number"
                                                        },
                                                        "instansi_tipe": {
                                                            "properties": {
                                                                "created_at": {
                                                                    "type": "string"
                                                                },
                                                                "created_by": {},
                                                                "deleted_at": {},
                                                                "id": {
                                                                    "type": "number"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                },
                                                                "stranas_filter": {
                                                                    "type": "boolean"
                                                                },
                                                                "updated_at": {
                                                                    "type": "string"
                                                                },
                                                                "updated_by": {}
                                                            },
                                                            "required": [
                                                                "created_at",
                                                                "created_by",
                                                                "deleted_at",
                                                                "id",
                                                                "nama",
                                                                "stranas_filter",
                                                                "updated_at",
                                                                "updated_by"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "is_stranas": {
                                                            "type": "number"
                                                        },
                                                        "nama": {
                                                            "type": "string"
                                                        },
                                                        "show_to_public": {
                                                            "type": "number"
                                                        },
                                                        "sumber": {
                                                            "type": "number"
                                                        },
                                                        "updated_at": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "created_at",
                                                        "deleted_at",
                                                        "flag_dana_desa",
                                                        "flag_pak",
                                                        "id",
                                                        "id_kota_kabupaten",
                                                        "id_provinsi",
                                                        "id_tipe",
                                                        "instansi_tipe",
                                                        "is_stranas",
                                                        "nama",
                                                        "show_to_public",
                                                        "sumber",
                                                        "updated_at"
                                                    ],
                                                    "type": "object"
                                                },
                                                "nama_kota_kabupaten": {
                                                    "type": "string"
                                                },
                                                "nama_provinsi": {
                                                    "type": "string"
                                                },
                                                "phone": {
                                                    "type": "string"
                                                },
                                                "status": {
                                                    "type": "number"
                                                },
                                                "topik": {
                                                    "properties": {
                                                        "created_at": {
                                                            "type": "string"
                                                        },
                                                        "deleted_at": {},
                                                        "deskripsi": {
                                                            "type": "string"
                                                        },
                                                        "id": {
                                                            "type": "number"
                                                        },
                                                        "type": {
                                                            "type": "string"
                                                        },
                                                        "updated_at": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "created_at",
                                                        "deleted_at",
                                                        "deskripsi",
                                                        "id",
                                                        "type",
                                                        "updated_at"
                                                    ],
                                                    "type": "object"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                },
                                                "user": {
                                                    "properties": {
                                                        "foto": {
                                                            "type": "string"
                                                        },
                                                        "is_banned": {
                                                            "type": "boolean"
                                                        },
                                                        "jenis_kelamin": {},
                                                        "nama": {
                                                            "type": "string"
                                                        },
                                                        "um_id": {
                                                            "type": "number"
                                                        },
                                                        "um_user_name": {
                                                            "type": "string"
                                                        },
                                                        "uuid_user": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "foto",
                                                        "is_banned",
                                                        "jenis_kelamin",
                                                        "nama",
                                                        "um_id",
                                                        "um_user_name",
                                                        "uuid_user"
                                                    ],
                                                    "type": "object"
                                                }
                                            },
                                            "required": [
                                                "created_at",
                                                "deleted_at",
                                                "diskusi",
                                                "diskusi_bansos_nik",
                                                "id",
                                                "id_diskusi",
                                                "id_instansi",
                                                "id_instansi_origin",
                                                "id_topik",
                                                "instansi",
                                                "instansi_origin",
                                                "nama_kota_kabupaten",
                                                "nama_provinsi",
                                                "phone",
                                                "status",
                                                "topik",
                                                "updated_at",
                                                "user"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Bansos - Detail Info"
            },
            "parameters": []
        },
        "/v5/bansos/report": {
            "parameters": [],
            "post": {
                "operationId": "request_6CiDD6swSm",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "diskusi_id": {
                                                    "type": "number"
                                                },
                                                "diskusi_uuid": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "diskusi_id",
                                                "diskusi_uuid"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Bansos - Report"
            }
        },
        "/v5/bos/detail": {
            "get": {
                "operationId": "request_Td0RMg2em4",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        }
                                    },
                                    "required": [
                                        "code",
                                        "message",
                                        "status"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "BOS - Detail"
            },
            "parameters": []
        },
        "/v5/bos/list_kota_kabupaten": {
            "get": {
                "operationId": "request_lzcTgOQe9d",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "type": "string"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "BOS - List Kota Kabupaten"
            },
            "parameters": []
        },
        "/v5/bos/list_provinsi": {
            "get": {
                "operationId": "request_oED1rltGeV",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "type": "string"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "BOS - List Provinsi"
            },
            "parameters": []
        },
        "/v5/bos/list_sekolah": {
            "get": {
                "operationId": "request_xEhxYTKmJc",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "bentuk": {
                                                                "type": "string"
                                                            },
                                                            "nama_sekolah": {
                                                                "type": "string"
                                                            },
                                                            "npsn": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "bentuk",
                                                            "nama_sekolah",
                                                            "npsn"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "BOS - List Sekolah"
            },
            "parameters": []
        },
        "/v5/bos/summary_kecamatan": {
            "get": {
                "operationId": "request_Kn4t4PkzkZ",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "bentuk": {
                                                                "type": "string"
                                                            },
                                                            "total_sekolah": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "bentuk",
                                                            "total_sekolah"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "BOS - Summary Kecamatan"
            },
            "parameters": []
        },
        "/v5/bos/summary_nasional_per_jenjang": {
            "get": {
                "operationId": "request_O2P6mSVQKC",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "cair": {},
                                                            "jenjang": {
                                                                "type": "string"
                                                            },
                                                            "salur": {},
                                                            "tahun": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "cair",
                                                            "jenjang",
                                                            "salur",
                                                            "tahun"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Bos - Summary Nasional Per Jenjang"
            },
            "parameters": []
        },
        "/v5/bos/summary_nasional_per_komponen": {
            "get": {
                "operationId": "request_esY2K8g42b",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_bos_komponen": {
                                                                "type": "number"
                                                            },
                                                            "jenjang": {
                                                                "type": "string"
                                                            },
                                                            "komponen": {
                                                                "properties": {
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "id",
                                                                    "nama"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            },
                                                            "triwulan1": {
                                                                "type": "number"
                                                            },
                                                            "triwulan2": {
                                                                "type": "number"
                                                            },
                                                            "triwulan3": {
                                                                "type": "number"
                                                            },
                                                            "triwulan4": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "id_bos_komponen",
                                                            "jenjang",
                                                            "komponen",
                                                            "tahun",
                                                            "triwulan1",
                                                            "triwulan2",
                                                            "triwulan3",
                                                            "triwulan4"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "BOS - Summary Nasional Per Komponen"
            },
            "parameters": []
        },
        "/v5/bos/years": {
            "get": {
                "operationId": "request_nIdqvJIDtK",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "type": "number"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "BOS - Year List"
            },
            "parameters": []
        },
        "/v5/desa/anggaran-nasional": {
            "get": {
                "operationId": "request_YjmjdkVobP",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "anggaran": {
                                                    "items": {
                                                        "properties": {
                                                            "pagu": {
                                                                "type": "number"
                                                            },
                                                            "penyaluran": {
                                                                "type": "number"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "pagu",
                                                            "penyaluran",
                                                            "tahun"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "kesejahteraan": {
                                                    "properties": {
                                                        "jumlah_kk": {
                                                            "type": "number"
                                                        },
                                                        "pra_sejahtera": {
                                                            "type": "number"
                                                        },
                                                        "sejahtera_1": {
                                                            "type": "number"
                                                        },
                                                        "sejahtera_2": {
                                                            "type": "number"
                                                        },
                                                        "sejahtera_3": {
                                                            "type": "number"
                                                        },
                                                        "sejahtera_3_plus": {
                                                            "type": "number"
                                                        }
                                                    },
                                                    "required": [
                                                        "jumlah_kk",
                                                        "pra_sejahtera",
                                                        "sejahtera_1",
                                                        "sejahtera_2",
                                                        "sejahtera_3",
                                                        "sejahtera_3_plus"
                                                    ],
                                                    "type": "object"
                                                }
                                            },
                                            "required": [
                                                "anggaran",
                                                "kesejahteraan"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Desa - Anggaran Nasional"
            },
            "parameters": []
        },
        "/v5/desa/detail_penduduk/{kode}": {
            "get": {
                "operationId": "request_iVFvPNhuOa",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "properties": {
                                                        "id": {
                                                            "type": "number"
                                                        },
                                                        "kode_area": {
                                                            "type": "string"
                                                        },
                                                        "kode_desa": {
                                                            "type": "string"
                                                        },
                                                        "kode_kecamatan": {
                                                            "type": "string"
                                                        },
                                                        "kode_lokasi": {
                                                            "type": "string"
                                                        },
                                                        "kode_pemda": {
                                                            "type": "string"
                                                        },
                                                        "kode_provinsi": {
                                                            "type": "string"
                                                        },
                                                        "nama_area": {
                                                            "type": "string"
                                                        },
                                                        "nama_desa": {
                                                            "type": "string"
                                                        },
                                                        "nama_kecamatan": {
                                                            "type": "string"
                                                        },
                                                        "nama_pemda": {
                                                            "type": "string"
                                                        },
                                                        "nama_provinsi": {
                                                            "type": "string"
                                                        },
                                                        "penduduk": {}
                                                    },
                                                    "required": [
                                                        "id",
                                                        "kode_area",
                                                        "kode_desa",
                                                        "kode_kecamatan",
                                                        "kode_lokasi",
                                                        "kode_pemda",
                                                        "kode_provinsi",
                                                        "nama_area",
                                                        "nama_desa",
                                                        "nama_kecamatan",
                                                        "nama_pemda",
                                                        "nama_provinsi",
                                                        "penduduk"
                                                    ],
                                                    "type": "object"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Desa - Detail Penduduk"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "kode",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/desa/detil_anggaran": {
            "get": {
                "operationId": "request_TpwME88GvX",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "desa_kelurahan": {
                                                                "type": "string"
                                                            },
                                                            "kabupaten_kota": {
                                                                "type": "string"
                                                            },
                                                            "kecamatan": {
                                                                "type": "string"
                                                            },
                                                            "kode_PUM": {
                                                                "type": "string"
                                                            },
                                                            "pagu": {
                                                                "type": "number"
                                                            },
                                                            "penyaluran": {
                                                                "properties": {
                                                                    "1": {
                                                                        "properties": {
                                                                            "realisasi": {
                                                                                "type": "number"
                                                                            },
                                                                            "tanggal_realisasi": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "realisasi",
                                                                            "tanggal_realisasi"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "2": {
                                                                        "properties": {
                                                                            "realisasi": {
                                                                                "type": "number"
                                                                            },
                                                                            "tanggal_realisasi": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "realisasi",
                                                                            "tanggal_realisasi"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "3": {
                                                                        "properties": {
                                                                            "realisasi": {
                                                                                "type": "number"
                                                                            },
                                                                            "tanggal_realisasi": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "realisasi",
                                                                            "tanggal_realisasi"
                                                                        ],
                                                                        "type": "object"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "1",
                                                                    "2",
                                                                    "3"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "penyerapan": {
                                                                "properties": {
                                                                    "1": {
                                                                        "items": {},
                                                                        "type": "array"
                                                                    },
                                                                    "2": {
                                                                        "items": {},
                                                                        "type": "array"
                                                                    },
                                                                    "3": {
                                                                        "items": {},
                                                                        "type": "array"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "1",
                                                                    "2",
                                                                    "3"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "provinsi": {
                                                                "type": "string"
                                                            },
                                                            "total_penyaluran": {
                                                                "type": "number"
                                                            },
                                                            "updated_date": {}
                                                        },
                                                        "required": [
                                                            "desa_kelurahan",
                                                            "kabupaten_kota",
                                                            "kecamatan",
                                                            "kode_PUM",
                                                            "pagu",
                                                            "penyaluran",
                                                            "penyerapan",
                                                            "provinsi",
                                                            "total_penyaluran",
                                                            "updated_date"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Desa - Detail Anggaran"
            },
            "parameters": []
        },
        "/v5/desa/list_provinsi": {
            "get": {
                "operationId": "request_ArqEgZZ6jG",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "type": "string"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Desa - List Provinsi"
            },
            "parameters": []
        },
        "/v5/desa/profile": {
            "get": {
                "operationId": "request_wvLmH057fT",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "desa_kelurahan": {
                                                                "type": "string"
                                                            },
                                                            "kabupaten_kota": {
                                                                "type": "string"
                                                            },
                                                            "kecamatan": {
                                                                "type": "string"
                                                            },
                                                            "kesejahteraan": {
                                                                "properties": {
                                                                    "jumlah_kk": {
                                                                        "type": "number"
                                                                    },
                                                                    "pra_sejahtera": {
                                                                        "type": "number"
                                                                    },
                                                                    "sejahtera_1": {
                                                                        "type": "number"
                                                                    },
                                                                    "sejahtera_2": {
                                                                        "type": "number"
                                                                    },
                                                                    "sejahtera_3": {
                                                                        "type": "number"
                                                                    },
                                                                    "sejahtera_3_plus": {
                                                                        "type": "number"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "jumlah_kk",
                                                                    "pra_sejahtera",
                                                                    "sejahtera_1",
                                                                    "sejahtera_2",
                                                                    "sejahtera_3",
                                                                    "sejahtera_3_plus"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "kode_PUM": {
                                                                "type": "string"
                                                            },
                                                            "koordinat": {
                                                                "properties": {
                                                                    "lat": {
                                                                        "type": "number"
                                                                    },
                                                                    "long": {
                                                                        "type": "number"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "lat",
                                                                    "long"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "luas": {
                                                                "type": "number"
                                                            },
                                                            "provinsi": {
                                                                "type": "string"
                                                            },
                                                            "sarana": {
                                                                "properties": {
                                                                    "air_bersih": {
                                                                        "type": "string"
                                                                    },
                                                                    "balai_desa": {
                                                                        "type": "string"
                                                                    },
                                                                    "listrik": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "air_bersih",
                                                                    "balai_desa",
                                                                    "listrik"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "updated_date": {}
                                                        },
                                                        "required": [
                                                            "desa_kelurahan",
                                                            "kabupaten_kota",
                                                            "kecamatan",
                                                            "kesejahteraan",
                                                            "kode_PUM",
                                                            "koordinat",
                                                            "luas",
                                                            "provinsi",
                                                            "sarana",
                                                            "updated_date"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Desa - Profile"
            },
            "parameters": []
        },
        "/v5/desa/search": {
            "get": {
                "operationId": "request_jVz4TTTe6s",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "kabupaten_kota": {
                                                                "type": "string"
                                                            },
                                                            "kecamatan": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "provinsi": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "kabupaten_kota",
                                                            "kecamatan",
                                                            "nama",
                                                            "provinsi"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Desa - Search"
            },
            "parameters": []
        },
        "/v5/diskusi/all-produk-objek": {
            "get": {
                "operationId": "request_cvYu0aZjAB",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "tipe": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "nama",
                                                            "tipe"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - All Produk Objek"
            },
            "parameters": []
        },
        "/v5/diskusi/cerita_hapus/{uuid}": {
            "get": {
                "operationId": "request_eJ37l5VrEv",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "diskusi_id": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "diskusi_id"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Hapus Cerita"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "uuid",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/diskusi/cerita_sukses": {
            "get": {
                "operationId": "request_ZUtvUBJmrt",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "content": {
                                                                "type": "string"
                                                            },
                                                            "count_comment": {
                                                                "type": "number"
                                                            },
                                                            "count_like": {
                                                                "type": "number"
                                                            },
                                                            "count_share": {
                                                                "type": "number"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "foto": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_anonymous": {
                                                                "type": "number"
                                                            },
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "is_censored": {
                                                                "type": "boolean"
                                                            },
                                                            "is_deleted": {
                                                                "type": "number"
                                                            },
                                                            "jenis_kelamin": {},
                                                            "laporan": {},
                                                            "laporan_user": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "nama_produk": {
                                                                "type": "string"
                                                            },
                                                            "profile_picture_url": {},
                                                            "release_date": {
                                                                "type": "string"
                                                            },
                                                            "title": {
                                                                "type": "string"
                                                            },
                                                            "topik_type": {},
                                                            "total_comment": {
                                                                "type": "number"
                                                            },
                                                            "total_like": {
                                                                "type": "number"
                                                            },
                                                            "total_share": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "user_id": {
                                                                "type": "number"
                                                            },
                                                            "uuid": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "content",
                                                            "count_comment",
                                                            "count_like",
                                                            "count_share",
                                                            "created_at",
                                                            "foto",
                                                            "id",
                                                            "is_anonymous",
                                                            "is_banned",
                                                            "is_censored",
                                                            "is_deleted",
                                                            "jenis_kelamin",
                                                            "laporan",
                                                            "laporan_user",
                                                            "nama",
                                                            "nama_produk",
                                                            "profile_picture_url",
                                                            "release_date",
                                                            "title",
                                                            "topik_type",
                                                            "total_comment",
                                                            "total_like",
                                                            "total_share",
                                                            "updated_at",
                                                            "user_id",
                                                            "uuid",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Cerita Sukses"
            },
            "parameters": []
        },
        "/v5/diskusi/detil/{uuid}": {
            "get": {
                "operationId": "request_3QrEjnzejp",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "content": {
                                                                "type": "string"
                                                            },
                                                            "count_like": {
                                                                "type": "number"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_diskusi_bansos": {},
                                                            "id_instansi_diskusi_bansos": {},
                                                            "id_objek": {
                                                                "type": "string"
                                                            },
                                                            "id_topik": {},
                                                            "is_anonymous": {
                                                                "type": "number"
                                                            },
                                                            "is_attachment_public": {
                                                                "type": "number"
                                                            },
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "is_censored": {
                                                                "type": "boolean"
                                                            },
                                                            "is_deleted": {
                                                                "type": "number"
                                                            },
                                                            "jenis_kelamin": {},
                                                            "laporan": {},
                                                            "laporan_user": {
                                                                "type": "boolean"
                                                            },
                                                            "liked": {
                                                                "type": "boolean"
                                                            },
                                                            "link_terkait": {
                                                                "type": "string"
                                                            },
                                                            "mentions": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "nama_objek": {
                                                                "type": "string"
                                                            },
                                                            "nama_topik": {
                                                                "type": "string"
                                                            },
                                                            "objek_kategori": {},
                                                            "produk": {
                                                                "type": "string"
                                                            },
                                                            "produk_id": {
                                                                "type": "number"
                                                            },
                                                            "profile_picture_url": {
                                                                "type": "string"
                                                            },
                                                            "release_date": {},
                                                            "title": {
                                                                "type": "string"
                                                            },
                                                            "topik_type": {
                                                                "type": "string"
                                                            },
                                                            "type": {
                                                                "type": "number"
                                                            },
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {
                                                                "type": "string"
                                                            },
                                                            "views": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "content",
                                                            "count_like",
                                                            "created_at",
                                                            "id",
                                                            "id_diskusi_bansos",
                                                            "id_instansi_diskusi_bansos",
                                                            "id_objek",
                                                            "id_topik",
                                                            "is_anonymous",
                                                            "is_attachment_public",
                                                            "is_banned",
                                                            "is_censored",
                                                            "is_deleted",
                                                            "jenis_kelamin",
                                                            "laporan",
                                                            "laporan_user",
                                                            "liked",
                                                            "link_terkait",
                                                            "mentions",
                                                            "nama",
                                                            "nama_objek",
                                                            "nama_topik",
                                                            "produk",
                                                            "produk_id",
                                                            "profile_picture_url",
                                                            "release_date",
                                                            "title",
                                                            "type",
                                                            "um_id",
                                                            "updated_at",
                                                            "uuid_user",
                                                            "views"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "uuid",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/diskusi/detil_full/{uuid}": {
            "get": {
                "operationId": "request_6oHfufMrQI",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "content": {
                                                                "type": "string"
                                                            },
                                                            "count_like": {
                                                                "type": "number"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_diskusi_bansos": {},
                                                            "id_instansi_diskusi_bansos": {},
                                                            "id_objek": {
                                                                "type": "string"
                                                            },
                                                            "id_topik": {
                                                                "type": "string"
                                                            },
                                                            "is_anonymous": {
                                                                "type": "number"
                                                            },
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "is_deleted": {
                                                                "type": "number"
                                                            },
                                                            "jenis_kelamin": {},
                                                            "laporan": {},
                                                            "laporan_user": {
                                                                "type": "boolean"
                                                            },
                                                            "liked": {
                                                                "type": "boolean"
                                                            },
                                                            "link_terkait": {
                                                                "type": "string"
                                                            },
                                                            "mentions": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "nama_objek": {
                                                                "type": "string"
                                                            },
                                                            "nama_topik": {
                                                                "type": "string"
                                                            },
                                                            "produk": {
                                                                "type": "string"
                                                            },
                                                            "produk_id": {
                                                                "type": "number"
                                                            },
                                                            "profile_picture_url": {
                                                                "type": "string"
                                                            },
                                                            "release_date": {},
                                                            "title": {
                                                                "type": "string"
                                                            },
                                                            "type": {
                                                                "type": "number"
                                                            },
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {
                                                                "type": "string"
                                                            },
                                                            "views": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "content",
                                                            "count_like",
                                                            "created_at",
                                                            "id",
                                                            "id_diskusi_bansos",
                                                            "id_instansi_diskusi_bansos",
                                                            "id_objek",
                                                            "id_topik",
                                                            "is_anonymous",
                                                            "is_banned",
                                                            "is_deleted",
                                                            "jenis_kelamin",
                                                            "laporan",
                                                            "laporan_user",
                                                            "liked",
                                                            "link_terkait",
                                                            "mentions",
                                                            "nama",
                                                            "nama_objek",
                                                            "nama_topik",
                                                            "produk",
                                                            "produk_id",
                                                            "profile_picture_url",
                                                            "release_date",
                                                            "title",
                                                            "type",
                                                            "um_id",
                                                            "updated_at",
                                                            "uuid_user",
                                                            "views"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Detail Full"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "uuid",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/diskusi/edit/{uuid}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "uuid",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_0mtvdRiA6H",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "diskusi_id": {
                                                    "type": "number"
                                                },
                                                "diskusi_uuid": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "diskusi_id",
                                                "diskusi_uuid"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Edit"
            }
        },
        "/v5/diskusi/hapus/{uuid}": {
            "get": {
                "operationId": "request_EuZCikCq7I",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "diskusi_id": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "diskusi_id"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Hapus"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "uuid",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/diskusi/hashtag": {
            "get": {
                "operationId": "request_4abDkKa215",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - List Hashtag"
            },
            "parameters": []
        },
        "/v5/diskusi/hot": {
            "get": {
                "operationId": "request_b0wHdSvwlG",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "content": {
                                                                "type": "string"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "foto": {
                                                                "type": "string"
                                                            },
                                                            "hotness": {
                                                                "type": "number"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_anonymous": {
                                                                "type": "number"
                                                            },
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "is_censored": {
                                                                "type": "boolean"
                                                            },
                                                            "is_deleted": {
                                                                "type": "number"
                                                            },
                                                            "jenis_kelamin": {},
                                                            "laporan": {},
                                                            "laporan_user": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "nama_produk": {
                                                                "type": "string"
                                                            },
                                                            "profile_picture_url": {},
                                                            "release_date": {},
                                                            "title": {
                                                                "type": "string"
                                                            },
                                                            "total_comment": {
                                                                "type": "number"
                                                            },
                                                            "total_like": {
                                                                "type": "number"
                                                            },
                                                            "total_share": {
                                                                "type": "number"
                                                            },
                                                            "type": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "user_id": {
                                                                "type": "number"
                                                            },
                                                            "uuid": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment",
                                                            "content",
                                                            "created_at",
                                                            "foto",
                                                            "hotness",
                                                            "id",
                                                            "is_anonymous",
                                                            "is_banned",
                                                            "is_censored",
                                                            "is_deleted",
                                                            "jenis_kelamin",
                                                            "laporan",
                                                            "laporan_user",
                                                            "nama",
                                                            "nama_produk",
                                                            "profile_picture_url",
                                                            "release_date",
                                                            "title",
                                                            "total_comment",
                                                            "total_like",
                                                            "total_share",
                                                            "type",
                                                            "updated_at",
                                                            "user_id",
                                                            "uuid",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Hot"
            },
            "parameters": []
        },
        "/v5/diskusi/kategori_produk": {
            "get": {
                "operationId": "request_xvMy5ftvvF",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "category_id": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_index": {
                                                                "type": "number"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "uuid": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "category_id",
                                                            "id",
                                                            "id_index",
                                                            "nama",
                                                            "uuid"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Kategori Produk"
            },
            "parameters": []
        },
        "/v5/diskusi/komentar/detail/{id_komentar}": {
            "get": {
                "operationId": "request_QJo8MOTmzO",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "comment": {
                                                                "type": "string"
                                                            },
                                                            "count_like": {
                                                                "type": "number"
                                                            },
                                                            "foto": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_deleted": {
                                                                "type": "number"
                                                            },
                                                            "level": {
                                                                "type": "number"
                                                            },
                                                            "liked": {
                                                                "type": "boolean"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "profile_picture_url": {
                                                                "type": "string"
                                                            },
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment",
                                                            "comment",
                                                            "count_like",
                                                            "foto",
                                                            "id",
                                                            "is_deleted",
                                                            "level",
                                                            "liked",
                                                            "nama",
                                                            "profile_picture_url",
                                                            "um_id",
                                                            "updated_at",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Detail Komentar"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id_komentar",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/diskusi/komentar/edit": {
            "parameters": [],
            "post": {
                "operationId": "request_EuT7qALHHY",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "komentar": {
                                        "type": "string"
                                    },
                                    "komentar_id": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "komentar",
                                    "komentar_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "comment": {
                                                    "type": "string"
                                                },
                                                "comment_id": {
                                                    "type": "number"
                                                },
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "diskusi_id": {
                                                    "type": "number"
                                                },
                                                "id": {
                                                    "type": "number"
                                                },
                                                "is_deleted": {
                                                    "type": "number"
                                                },
                                                "level": {
                                                    "type": "number"
                                                },
                                                "order_str": {},
                                                "tenant_id": {
                                                    "type": "number"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                },
                                                "user_id": {
                                                    "type": "number"
                                                },
                                                "uuid": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "comment",
                                                "comment_id",
                                                "created_at",
                                                "diskusi_id",
                                                "id",
                                                "is_deleted",
                                                "level",
                                                "order_str",
                                                "tenant_id",
                                                "updated_at",
                                                "user_id",
                                                "uuid"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Edit Komentar"
            }
        },
        "/v5/diskusi/komentar/hapus/{id_komentar}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id_komentar",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_J0msdWbL1j",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Hapus Komentar"
            }
        },
        "/v5/diskusi/komentar/kirim": {
            "parameters": [],
            "post": {
                "operationId": "request_0ba1OHCZvH",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "confirm_all_status": {
                                        "type": "number"
                                    },
                                    "diskusi_id": {
                                        "type": "number"
                                    },
                                    "follow_up_status": {
                                        "type": "number"
                                    },
                                    "komentar": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "diskusi_id",
                                    "komentar"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "komentar": {
                                                    "type": "string"
                                                },
                                                "komentar_id": {
                                                    "type": "string"
                                                },
                                                "profile_picture_url": {
                                                    "type": "string"
                                                },
                                                "uuid_user": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "komentar",
                                                "komentar_id",
                                                "profile_picture_url",
                                                "uuid_user"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diksusi - Kirim Komentar"
            }
        },
        "/v5/diskusi/komentar/kirim_attachment": {
            "parameters": [],
            "post": {
                "operationId": "request_gwpR0Ss0Ae",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "komentar": {
                                                    "type": "string"
                                                },
                                                "komentar_id": {
                                                    "type": "number"
                                                },
                                                "profile_picture_url": {
                                                    "type": "string"
                                                },
                                                "uuid_user": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "komentar",
                                                "komentar_id",
                                                "profile_picture_url",
                                                "uuid_user"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Kirim Attachment Komentar"
            }
        },
        "/v5/diskusi/komentar/list": {
            "get": {
                "operationId": "request_VBbVnFsEF3",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "comment": {
                                                                "type": "string"
                                                            },
                                                            "count_like": {
                                                                "type": "number"
                                                            },
                                                            "count_replies": {
                                                                "type": "number"
                                                            },
                                                            "diskusi_bansos_history": {
                                                                "type": "boolean"
                                                            },
                                                            "diskusi_id": {
                                                                "type": "number"
                                                            },
                                                            "foto": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "is_censored": {
                                                                "type": "boolean"
                                                            },
                                                            "is_deleted": {
                                                                "type": "number"
                                                            },
                                                            "jenis_kelamin": {},
                                                            "laporan": {
                                                                "type": "boolean"
                                                            },
                                                            "laporan_user": {
                                                                "type": "boolean"
                                                            },
                                                            "level": {
                                                                "type": "number"
                                                            },
                                                            "liked": {
                                                                "type": "boolean"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "profile_picture_url": {},
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment",
                                                            "comment",
                                                            "count_like",
                                                            "count_replies",
                                                            "diskusi_bansos_history",
                                                            "diskusi_id",
                                                            "foto",
                                                            "id",
                                                            "is_banned",
                                                            "is_censored",
                                                            "is_deleted",
                                                            "jenis_kelamin",
                                                            "laporan",
                                                            "laporan_user",
                                                            "level",
                                                            "liked",
                                                            "nama",
                                                            "profile_picture_url",
                                                            "um_id",
                                                            "updated_at",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - List Komentar"
            },
            "parameters": []
        },
        "/v5/diskusi/komentar/list_by_user": {
            "get": {
                "operationId": "request_0kdIMgx2gO",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "comment": {
                                                                "type": "string"
                                                            },
                                                            "comment_id": {
                                                                "type": "number"
                                                            },
                                                            "count_like": {
                                                                "type": "number"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "diskusi": {
                                                                "properties": {
                                                                    "content": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "generated_url": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_anonymous": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_attachment_public": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_deleted": {
                                                                        "type": "number"
                                                                    },
                                                                    "kategori_diskusi_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "link_terkait": {
                                                                        "type": "string"
                                                                    },
                                                                    "proof_url": {},
                                                                    "release_date": {},
                                                                    "tenant_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "title": {
                                                                        "type": "string"
                                                                    },
                                                                    "type": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "user_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "uuid": {
                                                                        "type": "string"
                                                                    },
                                                                    "views": {
                                                                        "type": "number"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "content",
                                                                    "created_at",
                                                                    "generated_url",
                                                                    "id",
                                                                    "is_anonymous",
                                                                    "is_attachment_public",
                                                                    "is_deleted",
                                                                    "kategori_diskusi_id",
                                                                    "link_terkait",
                                                                    "proof_url",
                                                                    "release_date",
                                                                    "tenant_id",
                                                                    "title",
                                                                    "type",
                                                                    "updated_at",
                                                                    "user_id",
                                                                    "uuid",
                                                                    "views"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "diskusi_id": {
                                                                "type": "number"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_deleted": {
                                                                "type": "number"
                                                            },
                                                            "laporan": {
                                                                "type": "boolean"
                                                            },
                                                            "level": {
                                                                "type": "number"
                                                            },
                                                            "order_str": {},
                                                            "owner": {
                                                                "properties": {
                                                                    "foto": {
                                                                        "type": "string"
                                                                    },
                                                                    "is_banned": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "jenis_kelamin": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "um_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "um_user_name": {
                                                                        "type": "string"
                                                                    },
                                                                    "uuid_user": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "foto",
                                                                    "is_banned",
                                                                    "jenis_kelamin",
                                                                    "nama",
                                                                    "um_id",
                                                                    "um_user_name",
                                                                    "uuid_user"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "tenant_id": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "user_id": {
                                                                "type": "number"
                                                            },
                                                            "uuid": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "comment",
                                                            "comment_id",
                                                            "count_like",
                                                            "created_at",
                                                            "diskusi",
                                                            "diskusi_id",
                                                            "id",
                                                            "is_deleted",
                                                            "laporan",
                                                            "level",
                                                            "order_str",
                                                            "owner",
                                                            "tenant_id",
                                                            "updated_at",
                                                            "user_id",
                                                            "uuid"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - List Komentar By User"
            },
            "parameters": []
        },
        "/v5/diskusi/komentar/replies/{id_komentar}": {
            "get": {
                "operationId": "request_0BZ8IBStTv",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "comment": {
                                                                "type": "string"
                                                            },
                                                            "comment_id": {
                                                                "type": "number"
                                                            },
                                                            "count_like": {
                                                                "type": "number"
                                                            },
                                                            "count_replies": {
                                                                "type": "number"
                                                            },
                                                            "diskusi_bansos_history": {
                                                                "type": "boolean"
                                                            },
                                                            "diskusi_id": {
                                                                "type": "number"
                                                            },
                                                            "foto": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "is_censored": {
                                                                "type": "boolean"
                                                            },
                                                            "is_deleted": {
                                                                "type": "number"
                                                            },
                                                            "jenis_kelamin": {},
                                                            "laporan": {
                                                                "type": "boolean"
                                                            },
                                                            "laporan_user": {
                                                                "type": "boolean"
                                                            },
                                                            "level": {
                                                                "type": "number"
                                                            },
                                                            "liked": {
                                                                "type": "boolean"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "profile_picture_url": {
                                                                "type": "string"
                                                            },
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment",
                                                            "comment",
                                                            "comment_id",
                                                            "count_like",
                                                            "count_replies",
                                                            "diskusi_bansos_history",
                                                            "diskusi_id",
                                                            "foto",
                                                            "id",
                                                            "is_banned",
                                                            "is_censored",
                                                            "is_deleted",
                                                            "jenis_kelamin",
                                                            "laporan",
                                                            "laporan_user",
                                                            "level",
                                                            "liked",
                                                            "nama",
                                                            "profile_picture_url",
                                                            "um_id",
                                                            "updated_at",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - List Komentar Replies"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id_komentar",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/diskusi/konten/{uuid}": {
            "get": {
                "operationId": "request_3w5t7NARIv",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Detail Konten"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "uuid",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/diskusi/ku": {
            "get": {
                "operationId": "request_FoXJuDDcdP",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "content": {
                                                                "type": "string"
                                                            },
                                                            "count_comment": {
                                                                "type": "number"
                                                            },
                                                            "count_like": {
                                                                "type": "number"
                                                            },
                                                            "count_share": {
                                                                "type": "number"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "foto": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_deleted": {
                                                                "type": "number"
                                                            },
                                                            "jenis_kelamin": {
                                                                "type": "string"
                                                            },
                                                            "laporan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "nama_produk": {
                                                                "type": "string"
                                                            },
                                                            "profile_picture_url": {
                                                                "type": "string"
                                                            },
                                                            "title": {
                                                                "type": "string"
                                                            },
                                                            "topik_type": {},
                                                            "total_comment": {
                                                                "type": "number"
                                                            },
                                                            "total_like": {
                                                                "type": "number"
                                                            },
                                                            "total_share": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "uuid": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "content",
                                                            "count_comment",
                                                            "count_like",
                                                            "count_share",
                                                            "created_at",
                                                            "foto",
                                                            "id",
                                                            "is_deleted",
                                                            "jenis_kelamin",
                                                            "laporan",
                                                            "nama",
                                                            "nama_produk",
                                                            "profile_picture_url",
                                                            "title",
                                                            "topik_type",
                                                            "total_comment",
                                                            "total_like",
                                                            "total_share",
                                                            "updated_at",
                                                            "uuid",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Kumpulan Diskusiku"
            },
            "parameters": []
        },
        "/v5/diskusi/kumpulan": {
            "get": {
                "operationId": "request_JgoqgxorJa",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "content": {
                                                                "type": "string"
                                                            },
                                                            "count_comment": {
                                                                "type": "number"
                                                            },
                                                            "count_like": {
                                                                "type": "number"
                                                            },
                                                            "count_share": {
                                                                "type": "number"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "foto": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_anonymous": {
                                                                "type": "number"
                                                            },
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "is_censored": {
                                                                "type": "boolean"
                                                            },
                                                            "is_deleted": {
                                                                "type": "number"
                                                            },
                                                            "jenis_kelamin": {},
                                                            "laporan": {},
                                                            "laporan_user": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "nama_produk": {
                                                                "type": "string"
                                                            },
                                                            "profile_picture_url": {},
                                                            "release_date": {},
                                                            "title": {
                                                                "type": "string"
                                                            },
                                                            "topik_type": {},
                                                            "total_comment": {
                                                                "type": "number"
                                                            },
                                                            "total_like": {
                                                                "type": "number"
                                                            },
                                                            "total_share": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "user_id": {
                                                                "type": "number"
                                                            },
                                                            "uuid": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "content",
                                                            "count_comment",
                                                            "count_like",
                                                            "count_share",
                                                            "created_at",
                                                            "foto",
                                                            "id",
                                                            "is_anonymous",
                                                            "is_banned",
                                                            "is_censored",
                                                            "is_deleted",
                                                            "jenis_kelamin",
                                                            "laporan",
                                                            "laporan_user",
                                                            "nama",
                                                            "nama_produk",
                                                            "profile_picture_url",
                                                            "release_date",
                                                            "title",
                                                            "topik_type",
                                                            "total_comment",
                                                            "total_like",
                                                            "total_share",
                                                            "updated_at",
                                                            "user_id",
                                                            "uuid",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Kumpulan"
            },
            "parameters": []
        },
        "/v5/diskusi/like": {
            "parameters": [],
            "post": {
                "operationId": "request_YnmBNkazfA",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "diskusi_id": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "diskusi_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "count_like": {
                                                    "type": "number"
                                                },
                                                "liked": {
                                                    "type": "boolean"
                                                }
                                            },
                                            "required": [
                                                "count_like",
                                                "liked"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Like"
            }
        },
        "/v5/diskusi/likes/{uuid}": {
            "get": {
                "operationId": "request_hfFF1quV3K",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "user": {
                                                                "properties": {
                                                                    "foto": {
                                                                        "type": "string"
                                                                    },
                                                                    "is_banned": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "jenis_kelamin": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "profile_picture_url": {
                                                                        "type": "string"
                                                                    },
                                                                    "um_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "um_user_name": {
                                                                        "type": "string"
                                                                    },
                                                                    "uuid_user": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "foto",
                                                                    "is_banned",
                                                                    "jenis_kelamin",
                                                                    "nama",
                                                                    "profile_picture_url",
                                                                    "um_id",
                                                                    "um_user_name",
                                                                    "uuid_user"
                                                                ],
                                                                "type": "object"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - List Likes"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "uuid",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/diskusi/list-for-admin": {
            "get": {
                "operationId": "request_mH93JeSfWd",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "content": {
                                                                "type": "string"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "generated_url": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_anonymous": {
                                                                "type": "number"
                                                            },
                                                            "is_attachment_public": {
                                                                "type": "number"
                                                            },
                                                            "is_deleted": {
                                                                "type": "number"
                                                            },
                                                            "kategori_diskusi_id": {
                                                                "type": "number"
                                                            },
                                                            "laporans": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "link_terkait": {
                                                                "type": "string"
                                                            },
                                                            "proof_url": {},
                                                            "release_date": {},
                                                            "tenant_id": {
                                                                "type": "number"
                                                            },
                                                            "title": {
                                                                "type": "string"
                                                            },
                                                            "type": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "user": {
                                                                "properties": {
                                                                    "foto": {
                                                                        "type": "string"
                                                                    },
                                                                    "is_banned": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "jenis_kelamin": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "profile_picture_url": {
                                                                        "type": "string"
                                                                    },
                                                                    "um_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "um_user_name": {
                                                                        "type": "string"
                                                                    },
                                                                    "uuid_user": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "foto",
                                                                    "is_banned",
                                                                    "jenis_kelamin",
                                                                    "nama",
                                                                    "profile_picture_url",
                                                                    "um_id",
                                                                    "um_user_name",
                                                                    "uuid_user"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "user_id": {
                                                                "type": "number"
                                                            },
                                                            "uuid": {
                                                                "type": "string"
                                                            },
                                                            "views": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "content",
                                                            "created_at",
                                                            "generated_url",
                                                            "id",
                                                            "is_anonymous",
                                                            "is_attachment_public",
                                                            "is_deleted",
                                                            "kategori_diskusi_id",
                                                            "laporans",
                                                            "link_terkait",
                                                            "proof_url",
                                                            "release_date",
                                                            "tenant_id",
                                                            "title",
                                                            "type",
                                                            "updated_at",
                                                            "user",
                                                            "user_id",
                                                            "uuid",
                                                            "views"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "465": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Admin List"
            },
            "parameters": []
        },
        "/v5/diskusi/lock": {
            "parameters": [],
            "post": {
                "operationId": "request_aGuo2T8YbD",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "diskusi_id": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "diskusi_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "content": {
                                                    "type": "string"
                                                },
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "generated_url": {},
                                                "id": {
                                                    "type": "number"
                                                },
                                                "is_anonymous": {
                                                    "type": "number"
                                                },
                                                "is_attachment_public": {
                                                    "type": "number"
                                                },
                                                "is_deleted": {
                                                    "type": "number"
                                                },
                                                "kategori_diskusi_id": {
                                                    "type": "number"
                                                },
                                                "link_terkait": {
                                                    "type": "string"
                                                },
                                                "proof_url": {},
                                                "release_date": {},
                                                "tenant_id": {
                                                    "type": "number"
                                                },
                                                "title": {
                                                    "type": "string"
                                                },
                                                "type": {
                                                    "type": "number"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                },
                                                "user_id": {
                                                    "type": "number"
                                                },
                                                "uuid": {
                                                    "type": "string"
                                                },
                                                "views": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "content",
                                                "created_at",
                                                "generated_url",
                                                "id",
                                                "is_anonymous",
                                                "is_attachment_public",
                                                "is_deleted",
                                                "kategori_diskusi_id",
                                                "link_terkait",
                                                "proof_url",
                                                "release_date",
                                                "tenant_id",
                                                "title",
                                                "type",
                                                "updated_at",
                                                "user_id",
                                                "uuid",
                                                "views"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Lock"
            }
        },
        "/v5/diskusi/mention": {
            "get": {
                "operationId": "request_cRdCbRigQZ",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "type": {
                                                                "type": "string"
                                                            },
                                                            "user_id": {
                                                                "type": "number"
                                                            },
                                                            "user_uuid": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "nama",
                                                            "type",
                                                            "user_id",
                                                            "user_uuid"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Mention"
            },
            "parameters": []
        },
        "/v5/diskusi/mention_komentar": {
            "get": {
                "operationId": "request_iDPwU5Ptg8",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "type": {
                                                                "type": "string"
                                                            },
                                                            "user_id": {
                                                                "type": "number"
                                                            },
                                                            "user_uuid": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "nama",
                                                            "type",
                                                            "user_id",
                                                            "user_uuid"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Komentar Mention"
            },
            "parameters": []
        },
        "/v5/diskusi/produk_objek": {
            "get": {
                "operationId": "request_ck2MhkHX87",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "kota": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "kota",
                                                            "nama"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Produk Objek"
            },
            "parameters": []
        },
        "/v5/diskusi/sub_kategori_produk": {
            "get": {
                "operationId": "request_1V3bCrSQyg",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "title": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "title"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Sub Kategori Produk"
            },
            "parameters": []
        },
        "/v5/diskusi/submit": {
            "parameters": [],
            "post": {
                "operationId": "request_ibKlat09UH",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "diskusi_id": {
                                                    "type": "number"
                                                },
                                                "diskusi_uuid": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "diskusi_id",
                                                "diskusi_uuid"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Submit"
            }
        },
        "/v5/diskusi/submit_cerita": {
            "parameters": [],
            "post": {
                "operationId": "request_Sfg2vOgEZg",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "diskusi_id": {
                                                    "type": "number"
                                                },
                                                "diskusi_uuid": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "diskusi_id",
                                                "diskusi_uuid"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Submit Cerita"
            }
        },
        "/v5/diskusi/unlock": {
            "parameters": [],
            "post": {
                "operationId": "request_R6OjByapPW",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "diskusi_id": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "diskusi_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "content": {
                                                    "type": "string"
                                                },
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "generated_url": {},
                                                "id": {
                                                    "type": "number"
                                                },
                                                "is_anonymous": {
                                                    "type": "number"
                                                },
                                                "is_attachment_public": {
                                                    "type": "number"
                                                },
                                                "is_deleted": {
                                                    "type": "number"
                                                },
                                                "kategori_diskusi_id": {
                                                    "type": "number"
                                                },
                                                "link_terkait": {
                                                    "type": "string"
                                                },
                                                "proof_url": {},
                                                "release_date": {},
                                                "tenant_id": {
                                                    "type": "number"
                                                },
                                                "title": {
                                                    "type": "string"
                                                },
                                                "type": {
                                                    "type": "number"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                },
                                                "user_id": {
                                                    "type": "number"
                                                },
                                                "uuid": {
                                                    "type": "string"
                                                },
                                                "views": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "content",
                                                "created_at",
                                                "generated_url",
                                                "id",
                                                "is_anonymous",
                                                "is_attachment_public",
                                                "is_deleted",
                                                "kategori_diskusi_id",
                                                "link_terkait",
                                                "proof_url",
                                                "release_date",
                                                "tenant_id",
                                                "title",
                                                "type",
                                                "updated_at",
                                                "user_id",
                                                "uuid",
                                                "views"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Diskusi - Unlock"
            }
        },
        "/v5/fcm/register/token": {
            "parameters": [],
            "post": {
                "operationId": "request_9lWBZPw3fi",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "token": {
                                        "type": "string"
                                    },
                                    "user_id": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "token",
                                    "user_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "device_token": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "um_tenant_id": {},
                                                            "updated_at": {},
                                                            "user_id": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "device_token",
                                                            "id",
                                                            "um_tenant_id",
                                                            "updated_at",
                                                            "user_id"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Fcm - Register Token"
            }
        },
        "/v5/fcm/unregister/token": {
            "parameters": [],
            "post": {
                "operationId": "request_arcGUCkGVz",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "token": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "token"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Fcm - Unregister token"
            }
        },
        "/v5/instansi/list": {
            "get": {
                "operationId": "request_WR4hbkNhHD",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "flag_dana_desa": {
                                                                "type": "number"
                                                            },
                                                            "flag_pak": {
                                                                "type": "boolean"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_kota_kabupaten": {},
                                                            "id_provinsi": {},
                                                            "id_tipe": {},
                                                            "instansi_tipe": {},
                                                            "is_stranas": {
                                                                "type": "number"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "show_to_public": {
                                                                "type": "number"
                                                            },
                                                            "sumber": {},
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "flag_dana_desa",
                                                            "flag_pak",
                                                            "id",
                                                            "id_kota_kabupaten",
                                                            "id_provinsi",
                                                            "id_tipe",
                                                            "instansi_tipe",
                                                            "is_stranas",
                                                            "nama",
                                                            "show_to_public",
                                                            "sumber",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Instansi - List"
            },
            "parameters": []
        },
        "/v5/instansi/list-klpd": {
            "get": {
                "operationId": "request_yHAYLeC4uP",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "flag_dana_desa": {
                                                                "type": "number"
                                                            },
                                                            "flag_pak": {
                                                                "type": "boolean"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_kota_kabupaten": {
                                                                "type": "number"
                                                            },
                                                            "id_provinsi": {
                                                                "type": "number"
                                                            },
                                                            "id_sub_tipe": {
                                                                "type": "number"
                                                            },
                                                            "id_tipe": {
                                                                "type": "number"
                                                            },
                                                            "instansi_sub_tipe": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_tipe": {
                                                                        "type": "number"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_at": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_tipe",
                                                                    "nama",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "instansi_tipe": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "stranas_filter": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "nama",
                                                                    "stranas_filter",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "is_stranas": {
                                                                "type": "number"
                                                            },
                                                            "keluhan_type": {},
                                                            "kota_kabupaten": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "kota_kabupaten_code": {
                                                                        "type": "string"
                                                                    },
                                                                    "kota_kabupaten_name": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi_code": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "kota_kabupaten_code",
                                                                    "kota_kabupaten_name",
                                                                    "provinsi_code",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "provinsi": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi_code": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi_name": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "provinsi_code",
                                                                    "provinsi_name",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "show_to_public": {
                                                                "type": "number"
                                                            },
                                                            "sumber": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "flag_dana_desa",
                                                            "flag_pak",
                                                            "id",
                                                            "id_kota_kabupaten",
                                                            "id_provinsi",
                                                            "id_sub_tipe",
                                                            "id_tipe",
                                                            "instansi_sub_tipe",
                                                            "instansi_tipe",
                                                            "is_stranas",
                                                            "keluhan_type",
                                                            "kota_kabupaten",
                                                            "nama",
                                                            "provinsi",
                                                            "show_to_public",
                                                            "sumber",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Instansi - List KLPD"
            },
            "parameters": []
        },
        "/v5/instansi_tipe": {
            "get": {
                "operationId": "request_Hu9NQ7LSYn",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "stranas_filter": {
                                                                "type": "boolean"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "nama",
                                                            "stranas_filter",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Instansi Tipe - Index"
            },
            "parameters": []
        },
        "/v5/instansi_tipe/detail/{id}": {
            "get": {
                "operationId": "request_5dEe3dV7Oh",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "instansi_list": {
                                                                "items": {
                                                                    "properties": {
                                                                        "created_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "deleted_at": {},
                                                                        "flag_dana_desa": {
                                                                            "type": "number"
                                                                        },
                                                                        "flag_pak": {
                                                                            "type": "boolean"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "id_kota_kabupaten": {},
                                                                        "id_provinsi": {
                                                                            "type": "number"
                                                                        },
                                                                        "id_tipe": {
                                                                            "type": "number"
                                                                        },
                                                                        "instansi_tipe": {
                                                                            "properties": {
                                                                                "created_at": {
                                                                                    "type": "string"
                                                                                },
                                                                                "created_by": {},
                                                                                "deleted_at": {},
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "nama": {
                                                                                    "type": "string"
                                                                                },
                                                                                "stranas_filter": {
                                                                                    "type": "boolean"
                                                                                },
                                                                                "updated_at": {
                                                                                    "type": "string"
                                                                                },
                                                                                "updated_by": {}
                                                                            },
                                                                            "required": [
                                                                                "created_at",
                                                                                "created_by",
                                                                                "deleted_at",
                                                                                "id",
                                                                                "nama",
                                                                                "stranas_filter",
                                                                                "updated_at",
                                                                                "updated_by"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "is_stranas": {
                                                                            "type": "number"
                                                                        },
                                                                        "nama": {
                                                                            "type": "string"
                                                                        },
                                                                        "show_to_public": {
                                                                            "type": "number"
                                                                        },
                                                                        "sumber": {
                                                                            "type": "number"
                                                                        },
                                                                        "updated_at": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "created_at",
                                                                        "deleted_at",
                                                                        "flag_dana_desa",
                                                                        "flag_pak",
                                                                        "id",
                                                                        "id_kota_kabupaten",
                                                                        "id_provinsi",
                                                                        "id_tipe",
                                                                        "instansi_tipe",
                                                                        "is_stranas",
                                                                        "nama",
                                                                        "show_to_public",
                                                                        "sumber",
                                                                        "updated_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "stranas_filter": {
                                                                "type": "boolean"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "instansi_list",
                                                            "nama",
                                                            "stranas_filter",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Instansi Tipe - Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/jendela_daerah/gratifikasi_upg": {
            "get": {
                "operationId": "request_8pJdh2tkGu",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "email": {
                                                        "type": "string"
                                                    },
                                                    "id": {
                                                        "type": "number"
                                                    },
                                                    "instansi": {
                                                        "type": "string"
                                                    },
                                                    "level": {
                                                        "type": "string"
                                                    },
                                                    "nama_petugas": {
                                                        "type": "string"
                                                    },
                                                    "nama_upg": {
                                                        "type": "string"
                                                    },
                                                    "no_hp": {
                                                        "type": "string"
                                                    },
                                                    "status": {
                                                        "type": "string"
                                                    },
                                                    "unit_kerja": {
                                                        "type": "string"
                                                    },
                                                    "wilayah_code": {
                                                        "type": "string"
                                                    },
                                                    "wilayah_id": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "email",
                                                    "id",
                                                    "instansi",
                                                    "level",
                                                    "nama_petugas",
                                                    "nama_upg",
                                                    "no_hp",
                                                    "status",
                                                    "unit_kerja",
                                                    "wilayah_code",
                                                    "wilayah_id"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Jendela Daerah - List Gratifikasi UPG"
            },
            "parameters": []
        },
        "/v5/jendela_daerah/jejak_kasus": {
            "get": {
                "operationId": "request_ns3JEtppkF",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "area_korupsi": {
                                                                "type": "string"
                                                            },
                                                            "biaya_perkara": {
                                                                "type": "string"
                                                            },
                                                            "denda": {
                                                                "type": "string"
                                                            },
                                                            "denda_tambahan": {
                                                                "type": "string"
                                                            },
                                                            "foto": {
                                                                "type": "string"
                                                            },
                                                            "foto_url": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "institusi": {
                                                                "type": "string"
                                                            },
                                                            "jenis_kelamin": {
                                                                "type": "string"
                                                            },
                                                            "jenis_tpk": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "nomor": {
                                                                "type": "string"
                                                            },
                                                            "pendidikan": {
                                                                "type": "string"
                                                            },
                                                            "pidana": {
                                                                "type": "string"
                                                            },
                                                            "pidana_tambahan": {
                                                                "type": "string"
                                                            },
                                                            "profesi": {
                                                                "type": "string"
                                                            },
                                                            "published": {},
                                                            "rampasans": {
                                                                "type": "string"
                                                            },
                                                            "summary": {
                                                                "type": "string"
                                                            },
                                                            "tanggal": {
                                                                "type": "string"
                                                            },
                                                            "tingkat": {
                                                                "type": "string"
                                                            },
                                                            "uang_pengganti": {
                                                                "type": "string"
                                                            },
                                                            "uang_pengganti_tambahan": {
                                                                "type": "string"
                                                            },
                                                            "uang_pengganti_tambahan2": {
                                                                "type": "string"
                                                            },
                                                            "waktu_inkracht": {
                                                                "type": "number"
                                                            },
                                                            "wilayah_id": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "area_korupsi",
                                                            "biaya_perkara",
                                                            "denda",
                                                            "denda_tambahan",
                                                            "foto",
                                                            "foto_url",
                                                            "id",
                                                            "institusi",
                                                            "jenis_kelamin",
                                                            "jenis_tpk",
                                                            "nama",
                                                            "nomor",
                                                            "pendidikan",
                                                            "pidana",
                                                            "pidana_tambahan",
                                                            "profesi",
                                                            "published",
                                                            "rampasans",
                                                            "summary",
                                                            "tanggal",
                                                            "tingkat",
                                                            "uang_pengganti",
                                                            "uang_pengganti_tambahan",
                                                            "uang_pengganti_tambahan2",
                                                            "waktu_inkracht",
                                                            "wilayah_id"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Jendela Daerah - List Jejak Kasus"
            },
            "parameters": []
        },
        "/v5/jendela_daerah/jejak_kasus_summary": {
            "get": {
                "operationId": "request_lj1xFLwgaP",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "count": {
                                                        "type": "number"
                                                    },
                                                    "provinsi_code": {
                                                        "type": "string"
                                                    },
                                                    "provinsi_name": {
                                                        "type": "string"
                                                    },
                                                    "wilayah_id": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "count",
                                                    "provinsi_code",
                                                    "provinsi_name",
                                                    "wilayah_id"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Jendela Daerah - Summary Jejak Kasus"
            },
            "parameters": []
        },
        "/v5/jendela_daerah/kementerian": {
            "get": {
                "operationId": "request_iYfWy2nekE",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "code": {
                                                        "type": "string"
                                                    },
                                                    "id": {
                                                        "type": "number"
                                                    },
                                                    "name": {
                                                        "type": "string"
                                                    },
                                                    "parent_id": {
                                                        "type": "number"
                                                    },
                                                    "portal": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "code",
                                                    "id",
                                                    "name",
                                                    "parent_id",
                                                    "portal"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Jendela Daerah - List Kementerian"
            },
            "parameters": []
        },
        "/v5/jendela_daerah/laporan_gratifikasi": {
            "get": {
                "operationId": "request_VhxyySxiHw",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "laporan": {
                                                    "items": {
                                                        "properties": {
                                                            "barang": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "jenis": {
                                                                "type": "string"
                                                            },
                                                            "jumlah": {},
                                                            "provinsi": {
                                                                "type": "string"
                                                            },
                                                            "provinsi_code": {},
                                                            "uang": {},
                                                            "wilayah_id": {},
                                                            "year": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "barang",
                                                            "id",
                                                            "jenis",
                                                            "jumlah",
                                                            "provinsi",
                                                            "provinsi_code",
                                                            "uang",
                                                            "wilayah_id",
                                                            "year"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                }
                                            },
                                            "required": [
                                                "laporan"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Jendela Daerah - List Laporan Gratifikasi"
            },
            "parameters": []
        },
        "/v5/jendela_daerah/provinsi": {
            "get": {
                "operationId": "request_TZYnJ0H9nh",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "created_at": {
                                                        "type": "string"
                                                    },
                                                    "deleted_at": {},
                                                    "provinsi_code": {
                                                        "type": "string"
                                                    },
                                                    "provinsi_name": {
                                                        "type": "string"
                                                    },
                                                    "updated_at": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "created_at",
                                                    "deleted_at",
                                                    "provinsi_code",
                                                    "provinsi_name",
                                                    "updated_at"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Jendela Daerah - List Provinsi"
            },
            "parameters": []
        },
        "/v5/jendela_daerah/wilayah": {
            "get": {
                "operationId": "request_SWO0WAHxlX",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "active": {
                                                        "type": "number"
                                                    },
                                                    "code": {
                                                        "type": "string"
                                                    },
                                                    "id": {
                                                        "type": "number"
                                                    },
                                                    "level": {
                                                        "type": "string"
                                                    },
                                                    "name": {
                                                        "type": "string"
                                                    },
                                                    "parent_id": {
                                                        "type": "number"
                                                    },
                                                    "portal": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "active",
                                                    "code",
                                                    "id",
                                                    "level",
                                                    "name",
                                                    "parent_id",
                                                    "portal"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Jendela Daerah - List Wilayah"
            },
            "parameters": []
        },
        "/v5/keluhan/pemilu-kasus-per-paslon": {
            "get": {
                "operationId": "request_wgcmk1oQnN",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "jumlah_kasus": {
                                                        "type": "number"
                                                    },
                                                    "paslon_didukung": {
                                                        "type": "number"
                                                    },
                                                    "total_calon_mantan_napi": {
                                                        "type": "number"
                                                    },
                                                    "total_gratif": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "jumlah_kasus",
                                                    "paslon_didukung",
                                                    "total_calon_mantan_napi",
                                                    "total_gratif"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Keluhan - Pemilu Kasus per Paslon"
            },
            "parameters": []
        },
        "/v5/keluhan/pemilu-laporan-per-paslon": {
            "get": {
                "operationId": "request_RN2XbaWAVc",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "jumlah_laporan": {
                                                        "type": "number"
                                                    },
                                                    "paslon_didukung": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "jumlah_laporan",
                                                    "paslon_didukung"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Keluhan - Pemilu Laporan per Paslon"
            },
            "parameters": []
        },
        "/v5/keluhan/pemilu-laporan-terbanyak": {
            "get": {
                "operationId": "request_JygmyU7SnF",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "id_objek_pemilu": {
                                                        "type": "number"
                                                    },
                                                    "jumlah_laporan": {
                                                        "type": "number"
                                                    },
                                                    "nama": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "id_objek_pemilu",
                                                    "jumlah_laporan",
                                                    "nama"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Keluhan - Pemilu Laporan Terbanyak"
            },
            "parameters": []
        },
        "/v5/keluhan/pemilu-lhkpn-capres-cawapres": {
            "get": {
                "operationId": "request_JI2xxzgFDE",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "1": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_lhkpn": {
                                                                "type": "number"
                                                            },
                                                            "jabatan": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "no_urut_paslon": {
                                                                "type": "number"
                                                            },
                                                            "status_laporan": {
                                                                "type": "string"
                                                            },
                                                            "tanggal_lapor": {
                                                                "type": "string"
                                                            },
                                                            "total_kekayaan": {
                                                                "type": "number"
                                                            },
                                                            "year": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "id_lhkpn",
                                                            "jabatan",
                                                            "nama",
                                                            "no_urut_paslon",
                                                            "status_laporan",
                                                            "tanggal_lapor",
                                                            "total_kekayaan",
                                                            "year"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "2": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_lhkpn": {
                                                                "type": "number"
                                                            },
                                                            "jabatan": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "no_urut_paslon": {
                                                                "type": "number"
                                                            },
                                                            "status_laporan": {
                                                                "type": "string"
                                                            },
                                                            "tanggal_lapor": {
                                                                "type": "string"
                                                            },
                                                            "total_kekayaan": {
                                                                "type": "number"
                                                            },
                                                            "year": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "id_lhkpn",
                                                            "jabatan",
                                                            "nama",
                                                            "no_urut_paslon",
                                                            "status_laporan",
                                                            "tanggal_lapor",
                                                            "total_kekayaan",
                                                            "year"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "3": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_lhkpn": {
                                                                "type": "number"
                                                            },
                                                            "jabatan": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "no_urut_paslon": {
                                                                "type": "number"
                                                            },
                                                            "status_laporan": {
                                                                "type": "string"
                                                            },
                                                            "tanggal_lapor": {
                                                                "type": "string"
                                                            },
                                                            "total_kekayaan": {
                                                                "type": "number"
                                                            },
                                                            "year": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "id_lhkpn",
                                                            "jabatan",
                                                            "nama",
                                                            "no_urut_paslon",
                                                            "status_laporan",
                                                            "tanggal_lapor",
                                                            "total_kekayaan",
                                                            "year"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                }
                                            },
                                            "required": [
                                                "1",
                                                "2",
                                                "3"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Keluhan - Pemilu LHKPN Capres Cawapres"
            },
            "parameters": []
        },
        "/v5/keluhan/pemilu-lhkpn-per-paslon": {
            "get": {
                "operationId": "request_IFHjFd2NJV",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "data_date": {
                                                        "type": "string"
                                                    },
                                                    "jumlah_partai_lhkpn": {
                                                        "type": "number"
                                                    },
                                                    "paslon_didukung": {
                                                        "type": "number"
                                                    },
                                                    "rerata_kepatuhan": {
                                                        "type": "number"
                                                    },
                                                    "total_wajib_lapor": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "data_date",
                                                    "jumlah_partai_lhkpn",
                                                    "paslon_didukung",
                                                    "rerata_kepatuhan",
                                                    "total_wajib_lapor"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Keluhan - Pemilu LHKPN per Paslon"
            },
            "parameters": []
        },
        "/v5/keluhan/pemilu-list-partai": {
            "get": {
                "operationId": "request_9vApXRTA8Y",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "created_at": {
                                                        "type": "string"
                                                    },
                                                    "deleted_at": {},
                                                    "id": {
                                                        "type": "number"
                                                    },
                                                    "nama": {
                                                        "type": "string"
                                                    },
                                                    "paslon_didukung": {
                                                        "type": "number"
                                                    },
                                                    "tipe_objek": {
                                                        "type": "string"
                                                    },
                                                    "updated_at": {},
                                                    "view_order": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "created_at",
                                                    "deleted_at",
                                                    "id",
                                                    "nama",
                                                    "paslon_didukung",
                                                    "tipe_objek",
                                                    "updated_at",
                                                    "view_order"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Keluhan - Pemilu List Partai"
            },
            "parameters": []
        },
        "/v5/keluhan/pemilu-nilai-valuasi": {
            "get": {
                "operationId": "request_aRsebo1dhQ",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "id_objek_pemilu": {
                                                        "type": "number"
                                                    },
                                                    "nama": {
                                                        "type": "string"
                                                    },
                                                    "total_nilai_gratifikasi": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "id_objek_pemilu",
                                                    "nama",
                                                    "total_nilai_gratifikasi"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Keluhan - Pemilu Nilai Valuasi"
            },
            "parameters": []
        },
        "/v5/keluhan/pemilu-per-partai": {
            "get": {
                "operationId": "request_xI3PhA4249",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "id": {
                                                        "type": "number"
                                                    },
                                                    "jumlah_laporan": {
                                                        "type": "number"
                                                    },
                                                    "nama": {
                                                        "type": "string"
                                                    },
                                                    "total_nilai_gratifikasi": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "id",
                                                    "jumlah_laporan",
                                                    "nama",
                                                    "total_nilai_gratifikasi"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Keluhan - Pemilu per Partai"
            },
            "parameters": []
        },
        "/v5/keluhan/pemilu-rekam-jejak-per-partai/{id}": {
            "get": {
                "operationId": "request_feztlyBvig",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "id": {
                                                        "type": "number"
                                                    },
                                                    "jumlah_kasus": {
                                                        "type": "number"
                                                    },
                                                    "jumlah_laporan": {
                                                        "type": "number"
                                                    },
                                                    "kepatuhan": {
                                                        "type": "number"
                                                    },
                                                    "lhkpn_data_date": {
                                                        "type": "string"
                                                    },
                                                    "nama": {
                                                        "type": "string"
                                                    },
                                                    "total_calon_mantan_napi": {
                                                        "type": "number"
                                                    },
                                                    "total_gratif": {
                                                        "type": "number"
                                                    },
                                                    "wajib_lapor": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "id",
                                                    "jumlah_kasus",
                                                    "jumlah_laporan",
                                                    "kepatuhan",
                                                    "lhkpn_data_date",
                                                    "nama",
                                                    "total_calon_mantan_napi",
                                                    "total_gratif",
                                                    "wajib_lapor"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Keluhan - Pemilu Rekam Jejak per Partai"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/kemenkeu-apbd/get-apbd": {
            "get": {
                "operationId": "request_SzTK4TmO4J",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "4. Pendapatan Daerah": {
                                                    "properties": {
                                                        "level2": {
                                                            "properties": {
                                                                "41. PAD": {
                                                                    "properties": {
                                                                        "level3": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "id": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodepemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodesatker": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level1coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level2coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level3coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namapemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namaprovinsi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilaianggaran": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilairealisasi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "persentase": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "tahun": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "updatedate": {
                                                                                        "type": "string"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "id",
                                                                                    "kodepemda",
                                                                                    "kodesatker",
                                                                                    "level1coa90",
                                                                                    "level2coa90",
                                                                                    "level3coa90",
                                                                                    "namapemda",
                                                                                    "namaprovinsi",
                                                                                    "nilaianggaran",
                                                                                    "nilairealisasi",
                                                                                    "persentase",
                                                                                    "tahun",
                                                                                    "updatedate"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        },
                                                                        "nilaianggaran": {
                                                                            "type": "number"
                                                                        },
                                                                        "nilairealisasi": {
                                                                            "type": "number"
                                                                        },
                                                                        "persentase": {
                                                                            "type": "number"
                                                                        },
                                                                        "totalitem": {
                                                                            "type": "number"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "level3",
                                                                        "name",
                                                                        "nilaianggaran",
                                                                        "nilairealisasi",
                                                                        "persentase",
                                                                        "totalitem"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "42. TKDD": {
                                                                    "properties": {
                                                                        "level3": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "id": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodepemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodesatker": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level1coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level2coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level3coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namapemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namaprovinsi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilaianggaran": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilairealisasi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "persentase": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "tahun": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "updatedate": {
                                                                                        "type": "string"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "id",
                                                                                    "kodepemda",
                                                                                    "kodesatker",
                                                                                    "level1coa90",
                                                                                    "level2coa90",
                                                                                    "level3coa90",
                                                                                    "namapemda",
                                                                                    "namaprovinsi",
                                                                                    "nilaianggaran",
                                                                                    "nilairealisasi",
                                                                                    "persentase",
                                                                                    "tahun",
                                                                                    "updatedate"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        },
                                                                        "nilaianggaran": {
                                                                            "type": "number"
                                                                        },
                                                                        "nilairealisasi": {
                                                                            "type": "number"
                                                                        },
                                                                        "persentase": {
                                                                            "type": "number"
                                                                        },
                                                                        "totalitem": {
                                                                            "type": "number"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "level3",
                                                                        "name",
                                                                        "nilaianggaran",
                                                                        "nilairealisasi",
                                                                        "persentase",
                                                                        "totalitem"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "43. Pendapatan Lainnya": {
                                                                    "properties": {
                                                                        "level3": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "id": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodepemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodesatker": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level1coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level2coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level3coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namapemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namaprovinsi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilaianggaran": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilairealisasi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "persentase": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "tahun": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "updatedate": {
                                                                                        "type": "string"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "id",
                                                                                    "kodepemda",
                                                                                    "kodesatker",
                                                                                    "level1coa90",
                                                                                    "level2coa90",
                                                                                    "level3coa90",
                                                                                    "namapemda",
                                                                                    "namaprovinsi",
                                                                                    "nilaianggaran",
                                                                                    "nilairealisasi",
                                                                                    "persentase",
                                                                                    "tahun",
                                                                                    "updatedate"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        },
                                                                        "nilaianggaran": {
                                                                            "type": "number"
                                                                        },
                                                                        "nilairealisasi": {
                                                                            "type": "number"
                                                                        },
                                                                        "persentase": {
                                                                            "type": "number"
                                                                        },
                                                                        "totalitem": {
                                                                            "type": "number"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "level3",
                                                                        "name",
                                                                        "nilaianggaran",
                                                                        "nilairealisasi",
                                                                        "persentase",
                                                                        "totalitem"
                                                                    ],
                                                                    "type": "object"
                                                                }
                                                            },
                                                            "required": [
                                                                "41. PAD",
                                                                "42. TKDD",
                                                                "43. Pendapatan Lainnya"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "name": {
                                                            "type": "string"
                                                        },
                                                        "nilaianggaran": {
                                                            "type": "number"
                                                        },
                                                        "nilairealisasi": {
                                                            "type": "number"
                                                        },
                                                        "persentase": {
                                                            "type": "number"
                                                        },
                                                        "totalitem": {
                                                            "type": "number"
                                                        }
                                                    },
                                                    "required": [
                                                        "level2",
                                                        "name",
                                                        "nilaianggaran",
                                                        "nilairealisasi",
                                                        "persentase",
                                                        "totalitem"
                                                    ],
                                                    "type": "object"
                                                },
                                                "5. Belanja Daerah": {
                                                    "properties": {
                                                        "level2": {
                                                            "properties": {
                                                                "51. Belanja Pegawai": {
                                                                    "properties": {
                                                                        "level3": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "id": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodepemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodesatker": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level1coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level2coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level3coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namapemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namaprovinsi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilaianggaran": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilairealisasi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "persentase": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "tahun": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "updatedate": {
                                                                                        "type": "string"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "id",
                                                                                    "kodepemda",
                                                                                    "kodesatker",
                                                                                    "level1coa90",
                                                                                    "level2coa90",
                                                                                    "level3coa90",
                                                                                    "namapemda",
                                                                                    "namaprovinsi",
                                                                                    "nilaianggaran",
                                                                                    "nilairealisasi",
                                                                                    "persentase",
                                                                                    "tahun",
                                                                                    "updatedate"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        },
                                                                        "nilaianggaran": {
                                                                            "type": "number"
                                                                        },
                                                                        "nilairealisasi": {
                                                                            "type": "number"
                                                                        },
                                                                        "persentase": {
                                                                            "type": "number"
                                                                        },
                                                                        "totalitem": {
                                                                            "type": "number"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "level3",
                                                                        "name",
                                                                        "nilaianggaran",
                                                                        "nilairealisasi",
                                                                        "persentase",
                                                                        "totalitem"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "52. Belanja Barang Jasa": {
                                                                    "properties": {
                                                                        "level3": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "id": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodepemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodesatker": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level1coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level2coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level3coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namapemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namaprovinsi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilaianggaran": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilairealisasi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "persentase": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "tahun": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "updatedate": {
                                                                                        "type": "string"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "id",
                                                                                    "kodepemda",
                                                                                    "kodesatker",
                                                                                    "level1coa90",
                                                                                    "level2coa90",
                                                                                    "level3coa90",
                                                                                    "namapemda",
                                                                                    "namaprovinsi",
                                                                                    "nilaianggaran",
                                                                                    "nilairealisasi",
                                                                                    "persentase",
                                                                                    "tahun",
                                                                                    "updatedate"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        },
                                                                        "nilaianggaran": {
                                                                            "type": "number"
                                                                        },
                                                                        "nilairealisasi": {
                                                                            "type": "number"
                                                                        },
                                                                        "persentase": {
                                                                            "type": "number"
                                                                        },
                                                                        "totalitem": {
                                                                            "type": "number"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "level3",
                                                                        "name",
                                                                        "nilaianggaran",
                                                                        "nilairealisasi",
                                                                        "persentase",
                                                                        "totalitem"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "53. Belanja Modal": {
                                                                    "properties": {
                                                                        "level3": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "id": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodepemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodesatker": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level1coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level2coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level3coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namapemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namaprovinsi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilaianggaran": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilairealisasi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "persentase": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "tahun": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "updatedate": {
                                                                                        "type": "string"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "id",
                                                                                    "kodepemda",
                                                                                    "kodesatker",
                                                                                    "level1coa90",
                                                                                    "level2coa90",
                                                                                    "level3coa90",
                                                                                    "namapemda",
                                                                                    "namaprovinsi",
                                                                                    "nilaianggaran",
                                                                                    "nilairealisasi",
                                                                                    "persentase",
                                                                                    "tahun",
                                                                                    "updatedate"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        },
                                                                        "nilaianggaran": {
                                                                            "type": "number"
                                                                        },
                                                                        "nilairealisasi": {
                                                                            "type": "number"
                                                                        },
                                                                        "persentase": {
                                                                            "type": "number"
                                                                        },
                                                                        "totalitem": {
                                                                            "type": "number"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "level3",
                                                                        "name",
                                                                        "nilaianggaran",
                                                                        "nilairealisasi",
                                                                        "persentase",
                                                                        "totalitem"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "54. Belanja Lainnya": {
                                                                    "properties": {
                                                                        "level3": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "id": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodepemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodesatker": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level1coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level2coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level3coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namapemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namaprovinsi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilaianggaran": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilairealisasi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "persentase": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "tahun": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "updatedate": {
                                                                                        "type": "string"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "id",
                                                                                    "kodepemda",
                                                                                    "kodesatker",
                                                                                    "level1coa90",
                                                                                    "level2coa90",
                                                                                    "level3coa90",
                                                                                    "namapemda",
                                                                                    "namaprovinsi",
                                                                                    "nilaianggaran",
                                                                                    "nilairealisasi",
                                                                                    "persentase",
                                                                                    "tahun",
                                                                                    "updatedate"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        },
                                                                        "nilaianggaran": {
                                                                            "type": "number"
                                                                        },
                                                                        "nilairealisasi": {
                                                                            "type": "number"
                                                                        },
                                                                        "persentase": {
                                                                            "type": "number"
                                                                        },
                                                                        "totalitem": {
                                                                            "type": "number"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "level3",
                                                                        "name",
                                                                        "nilaianggaran",
                                                                        "nilairealisasi",
                                                                        "persentase",
                                                                        "totalitem"
                                                                    ],
                                                                    "type": "object"
                                                                }
                                                            },
                                                            "required": [
                                                                "51. Belanja Pegawai",
                                                                "52. Belanja Barang Jasa",
                                                                "53. Belanja Modal",
                                                                "54. Belanja Lainnya"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "name": {
                                                            "type": "string"
                                                        },
                                                        "nilaianggaran": {
                                                            "type": "number"
                                                        },
                                                        "nilairealisasi": {
                                                            "type": "number"
                                                        },
                                                        "persentase": {
                                                            "type": "number"
                                                        },
                                                        "totalitem": {
                                                            "type": "number"
                                                        }
                                                    },
                                                    "required": [
                                                        "level2",
                                                        "name",
                                                        "nilaianggaran",
                                                        "nilairealisasi",
                                                        "persentase",
                                                        "totalitem"
                                                    ],
                                                    "type": "object"
                                                },
                                                "6. Pembiayaan Daerah": {
                                                    "properties": {
                                                        "level2": {
                                                            "properties": {
                                                                "61. Penerimaan Pembiayaan Daerah": {
                                                                    "properties": {
                                                                        "level3": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "id": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodepemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "kodesatker": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level1coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level2coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "level3coa90": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namapemda": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "namaprovinsi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilaianggaran": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "nilairealisasi": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "persentase": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "tahun": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "updatedate": {
                                                                                        "type": "string"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "id",
                                                                                    "kodepemda",
                                                                                    "kodesatker",
                                                                                    "level1coa90",
                                                                                    "level2coa90",
                                                                                    "level3coa90",
                                                                                    "namapemda",
                                                                                    "namaprovinsi",
                                                                                    "nilaianggaran",
                                                                                    "nilairealisasi",
                                                                                    "persentase",
                                                                                    "tahun",
                                                                                    "updatedate"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        },
                                                                        "nilaianggaran": {
                                                                            "type": "number"
                                                                        },
                                                                        "nilairealisasi": {
                                                                            "type": "number"
                                                                        },
                                                                        "persentase": {
                                                                            "type": "number"
                                                                        },
                                                                        "totalitem": {
                                                                            "type": "number"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "level3",
                                                                        "name",
                                                                        "nilaianggaran",
                                                                        "nilairealisasi",
                                                                        "persentase",
                                                                        "totalitem"
                                                                    ],
                                                                    "type": "object"
                                                                }
                                                            },
                                                            "required": [
                                                                "61. Penerimaan Pembiayaan Daerah"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "name": {
                                                            "type": "string"
                                                        },
                                                        "nilaianggaran": {
                                                            "type": "number"
                                                        },
                                                        "nilairealisasi": {
                                                            "type": "number"
                                                        },
                                                        "persentase": {
                                                            "type": "number"
                                                        },
                                                        "totalitem": {
                                                            "type": "number"
                                                        }
                                                    },
                                                    "required": [
                                                        "level2",
                                                        "name",
                                                        "nilaianggaran",
                                                        "nilairealisasi",
                                                        "persentase",
                                                        "totalitem"
                                                    ],
                                                    "type": "object"
                                                }
                                            },
                                            "required": [
                                                "4. Pendapatan Daerah",
                                                "5. Belanja Daerah",
                                                "6. Pembiayaan Daerah"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kemenkeu APBD - Get Data APBD/TKDD"
            },
            "parameters": []
        },
        "/v5/kemenkeu-apbd/get-sub-wilayah": {
            "get": {
                "operationId": "request_f8xSiCwAis",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "kodekabkota": {
                                                        "type": "string"
                                                    },
                                                    "kodepemda": {
                                                        "type": "string"
                                                    },
                                                    "kodeprovinsi": {
                                                        "type": "string"
                                                    },
                                                    "kodesatker": {
                                                        "type": "string"
                                                    },
                                                    "namapemda": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "kodekabkota",
                                                    "kodepemda",
                                                    "kodeprovinsi",
                                                    "kodesatker",
                                                    "namapemda"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kemenkeu APBD - List Sub Wilayah"
            },
            "parameters": []
        },
        "/v5/kemenkeu-apbd/get-wilayah": {
            "get": {
                "operationId": "request_wCNseIc28y",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "kodekabkota": {},
                                                    "kodepemda": {
                                                        "type": "string"
                                                    },
                                                    "kodeprovinsi": {
                                                        "type": "string"
                                                    },
                                                    "kodesatker": {
                                                        "type": "string"
                                                    },
                                                    "namapemda": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "kodekabkota",
                                                    "kodepemda",
                                                    "kodeprovinsi",
                                                    "kodesatker",
                                                    "namapemda"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kemenkeu APBD - List Wilayah"
            },
            "parameters": []
        },
        "/v5/kesehatan/puskesmas/detail/{kode-puskesmas}": {
            "get": {
                "operationId": "request_ADEEUEimHD",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "kab_kota": {
                                                    "type": "string"
                                                },
                                                "kode": {
                                                    "type": "string"
                                                },
                                                "nama": {
                                                    "type": "string"
                                                },
                                                "provinsi": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "kab_kota",
                                                "kode",
                                                "nama",
                                                "provinsi"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "404": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "error_messages": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "error_messages",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kesehatan - Puskesmas Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "kode-puskesmas",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/kesehatan/puskesmas/kapitasi": {
            "get": {
                "operationId": "request_CRRYWg9b3g",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kesehatan - Puskesmas Kapitasi"
            },
            "parameters": []
        },
        "/v5/kesehatan/puskesmas/list_provinsi": {
            "get": {
                "operationId": "request_mglA48XHqc",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "type": "string"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kesehatan - Puskesmas List Provinsi"
            },
            "parameters": []
        },
        "/v5/kesehatan/puskesmas/profile/{kode-puskesmas}": {
            "get": {
                "operationId": "request_Y43uvCXj5h",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "jml_bidan": {
                                                                "type": "number"
                                                            },
                                                            "jml_dokter": {
                                                                "type": "number"
                                                            },
                                                            "jml_perawat": {
                                                                "type": "number"
                                                            },
                                                            "jml_posyandu": {
                                                                "type": "number"
                                                            },
                                                            "jml_posyandu_madya": {
                                                                "type": "number"
                                                            },
                                                            "jml_posyandu_mandiri": {
                                                                "type": "number"
                                                            },
                                                            "jml_posyandu_pramata": {
                                                                "type": "number"
                                                            },
                                                            "jml_posyandu_purnama": {
                                                                "type": "number"
                                                            },
                                                            "jml_tenaga_medis": {
                                                                "type": "number"
                                                            },
                                                            "jml_tenaga_non_kes": {
                                                                "type": "number"
                                                            },
                                                            "kab_kota": {
                                                                "type": "string"
                                                            },
                                                            "last_update": {
                                                                "type": "string"
                                                            },
                                                            "latitude": {
                                                                "type": "string"
                                                            },
                                                            "longitude": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "provinsi": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "jml_bidan",
                                                            "jml_dokter",
                                                            "jml_perawat",
                                                            "jml_posyandu",
                                                            "jml_posyandu_madya",
                                                            "jml_posyandu_mandiri",
                                                            "jml_posyandu_pramata",
                                                            "jml_posyandu_purnama",
                                                            "jml_tenaga_medis",
                                                            "jml_tenaga_non_kes",
                                                            "kab_kota",
                                                            "last_update",
                                                            "latitude",
                                                            "longitude",
                                                            "nama",
                                                            "provinsi"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kesehatan - Puskesmas Profil"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "kode-puskesmas",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/kesehatan/puskesmas/search": {
            "get": {
                "operationId": "request_XxN2EuucV7",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "kab_kota": {
                                                                "type": "string"
                                                            },
                                                            "kode": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "provinsi": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "kab_kota",
                                                            "kode",
                                                            "nama",
                                                            "provinsi"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kesehatan - Puskesmas Search"
            },
            "parameters": []
        },
        "/v5/kesehatan/puskesmas/tahun_kapitasi": {
            "get": {
                "operationId": "request_SwUdYBzBqF",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kesehatan - Puskesmas Tahun Kapitasi"
            },
            "parameters": []
        },
        "/v5/kesehatan/rs/detail/{kode-rs}": {
            "get": {
                "operationId": "request_JaBV0jhMZF",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "kab_kota": {
                                                    "type": "string"
                                                },
                                                "kode": {
                                                    "type": "string"
                                                },
                                                "nama": {
                                                    "type": "string"
                                                },
                                                "provinsi": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "kab_kota",
                                                "kode",
                                                "nama",
                                                "provinsi"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "404": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "error_messages": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "error_messages",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kesehatan - RS Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "kode-rs",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/kesehatan/rs/ketersediaan/{kode-rs}": {
            "get": {
                "operationId": "request_OOKzeR5k9D",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "properties": {
                                                        "ketersediaan": {
                                                            "properties": {
                                                                "kelas_1": {
                                                                    "properties": {
                                                                        "kelas_perawatan": {
                                                                            "type": "string"
                                                                        },
                                                                        "terpakai": {
                                                                            "type": "number"
                                                                        },
                                                                        "total": {
                                                                            "type": "number"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "kelas_perawatan",
                                                                        "terpakai",
                                                                        "total"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "kelas_2": {
                                                                    "properties": {
                                                                        "kelas_perawatan": {
                                                                            "type": "string"
                                                                        },
                                                                        "terpakai": {
                                                                            "type": "number"
                                                                        },
                                                                        "total": {
                                                                            "type": "number"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "kelas_perawatan",
                                                                        "terpakai",
                                                                        "total"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "kelas_3": {
                                                                    "properties": {
                                                                        "kelas_perawatan": {
                                                                            "type": "string"
                                                                        },
                                                                        "terpakai": {
                                                                            "type": "number"
                                                                        },
                                                                        "total": {
                                                                            "type": "number"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "kelas_perawatan",
                                                                        "terpakai",
                                                                        "total"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "rawat_khusus": {
                                                                    "properties": {
                                                                        "kelas_perawatan": {
                                                                            "type": "string"
                                                                        },
                                                                        "terpakai": {
                                                                            "type": "number"
                                                                        },
                                                                        "total": {
                                                                            "type": "number"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "kelas_perawatan",
                                                                        "terpakai",
                                                                        "total"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "vip": {
                                                                    "properties": {
                                                                        "kelas_perawatan": {
                                                                            "type": "string"
                                                                        },
                                                                        "terpakai": {
                                                                            "type": "number"
                                                                        },
                                                                        "total": {
                                                                            "type": "number"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "kelas_perawatan",
                                                                        "terpakai",
                                                                        "total"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "vvip": {
                                                                    "properties": {
                                                                        "kelas_perawatan": {
                                                                            "type": "string"
                                                                        },
                                                                        "terpakai": {
                                                                            "type": "number"
                                                                        },
                                                                        "total": {
                                                                            "type": "number"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "kelas_perawatan",
                                                                        "terpakai",
                                                                        "total"
                                                                    ],
                                                                    "type": "object"
                                                                }
                                                            },
                                                            "required": [
                                                                "kelas_1",
                                                                "kelas_2",
                                                                "kelas_3",
                                                                "rawat_khusus",
                                                                "vip",
                                                                "vvip"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "latest_update": {},
                                                        "rawat_inap_tersedia": {
                                                            "type": "number"
                                                        },
                                                        "rawat_inap_total": {
                                                            "type": "number"
                                                        }
                                                    },
                                                    "required": [
                                                        "ketersediaan",
                                                        "latest_update",
                                                        "rawat_inap_tersedia",
                                                        "rawat_inap_total"
                                                    ],
                                                    "type": "object"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "462": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "properties": {
                                                "nprs": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "nprs"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kesehatan - RS Ketersediaan"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "kode-rs",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/kesehatan/rs/list_provinsi": {
            "get": {
                "operationId": "request_IM819MHedp",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "type": "string"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kesehatan - RS List Provinsi"
            },
            "parameters": []
        },
        "/v5/kesehatan/rs/live_profile/{kode-rs}": {
            "get": {
                "operationId": "request_Cgublvteea",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {},
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kesehatan - RS Live Profile"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "kode-rs",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/kesehatan/rs/profile/{kode-rs}": {
            "get": {
                "operationId": "request_sTPruREACm",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "bayi": {
                                                                "type": "number"
                                                            },
                                                            "bersalin": {},
                                                            "hcu": {},
                                                            "icu": {
                                                                "type": "number"
                                                            },
                                                            "igd": {},
                                                            "isolasi": {},
                                                            "jml_bidan": {
                                                                "type": "number"
                                                            },
                                                            "jml_dokter": {
                                                                "type": "number"
                                                            },
                                                            "jml_perawat": {
                                                                "type": "number"
                                                            },
                                                            "jml_tenaga_medis": {
                                                                "type": "number"
                                                            },
                                                            "kab_kota": {
                                                                "type": "string"
                                                            },
                                                            "kelas": {
                                                                "type": "string"
                                                            },
                                                            "kelas_1": {
                                                                "type": "number"
                                                            },
                                                            "kelas_2": {
                                                                "type": "number"
                                                            },
                                                            "kelas_3": {
                                                                "type": "number"
                                                            },
                                                            "kepala": {
                                                                "type": "string"
                                                            },
                                                            "last_update": {
                                                                "type": "string"
                                                            },
                                                            "latitude": {
                                                                "type": "string"
                                                            },
                                                            "longitude": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "nicu": {
                                                                "type": "number"
                                                            },
                                                            "operasi": {},
                                                            "picu": {},
                                                            "provinsi": {
                                                                "type": "string"
                                                            },
                                                            "spa": {
                                                                "type": "number"
                                                            },
                                                            "span": {
                                                                "type": "number"
                                                            },
                                                            "spb": {
                                                                "type": "number"
                                                            },
                                                            "spd": {
                                                                "type": "number"
                                                            },
                                                            "spf": {
                                                                "type": "number"
                                                            },
                                                            "spjp": {
                                                                "type": "number"
                                                            },
                                                            "spkj": {
                                                                "type": "number"
                                                            },
                                                            "spkl": {
                                                                "type": "number"
                                                            },
                                                            "spm": {
                                                                "type": "number"
                                                            },
                                                            "spof": {
                                                                "type": "number"
                                                            },
                                                            "spog": {
                                                                "type": "number"
                                                            },
                                                            "spokupasi": {
                                                                "type": "number"
                                                            },
                                                            "sporthopedi": {
                                                                "type": "number"
                                                            },
                                                            "spp": {
                                                                "type": "number"
                                                            },
                                                            "sppa": {
                                                                "type": "number"
                                                            },
                                                            "sppk": {
                                                                "type": "number"
                                                            },
                                                            "sppsikiatri": {
                                                                "type": "number"
                                                            },
                                                            "sprad": {
                                                                "type": "number"
                                                            },
                                                            "sprm": {
                                                                "type": "number"
                                                            },
                                                            "sps": {
                                                                "type": "number"
                                                            },
                                                            "sptht": {
                                                                "type": "number"
                                                            },
                                                            "spu": {
                                                                "type": "number"
                                                            },
                                                            "vip": {
                                                                "type": "number"
                                                            },
                                                            "vvip": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "bayi",
                                                            "bersalin",
                                                            "hcu",
                                                            "icu",
                                                            "igd",
                                                            "isolasi",
                                                            "jml_bidan",
                                                            "jml_dokter",
                                                            "jml_perawat",
                                                            "jml_tenaga_medis",
                                                            "kab_kota",
                                                            "kelas",
                                                            "kelas_1",
                                                            "kelas_2",
                                                            "kelas_3",
                                                            "kepala",
                                                            "last_update",
                                                            "latitude",
                                                            "longitude",
                                                            "nama",
                                                            "nicu",
                                                            "operasi",
                                                            "picu",
                                                            "provinsi",
                                                            "spa",
                                                            "span",
                                                            "spb",
                                                            "spd",
                                                            "spf",
                                                            "spjp",
                                                            "spkj",
                                                            "spkl",
                                                            "spm",
                                                            "spof",
                                                            "spog",
                                                            "spokupasi",
                                                            "sporthopedi",
                                                            "spp",
                                                            "sppa",
                                                            "sppk",
                                                            "sppsikiatri",
                                                            "sprad",
                                                            "sprm",
                                                            "sps",
                                                            "sptht",
                                                            "spu",
                                                            "vip",
                                                            "vvip"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kesehatan - RS Profile"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "kode-rs",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/kesehatan/rs/search": {
            "get": {
                "operationId": "request_PWTlddTWXa",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "kab_kota": {
                                                                "type": "string"
                                                            },
                                                            "kode": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "provinsi": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "kab_kota",
                                                            "kode",
                                                            "nama",
                                                            "provinsi"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kesehatan - RS Search"
            },
            "parameters": []
        },
        "/v5/kip/detail": {
            "get": {
                "operationId": "request_13lOF5ssRb",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        }
                                    },
                                    "required": [
                                        "code",
                                        "message",
                                        "status"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "KIP - Detail"
            },
            "parameters": []
        },
        "/v5/kip/sekolah_detail": {
            "get": {
                "operationId": "request_uE7ZXXsEN0",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        }
                                    },
                                    "required": [
                                        "code",
                                        "message",
                                        "status"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "KIP - Sekolah Detail"
            },
            "parameters": []
        },
        "/v5/kip/summary_kota_kabupaten": {
            "get": {
                "operationId": "request_MUGTMJk5cp",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        }
                                    },
                                    "required": [
                                        "code",
                                        "message",
                                        "status"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "KIP - Summary Kota Kabupaten"
            },
            "parameters": []
        },
        "/v5/kip/summary_nasional": {
            "get": {
                "operationId": "request_AiLo3mQPyj",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        }
                                    },
                                    "required": [
                                        "code",
                                        "message",
                                        "status"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "KIP - Summary Nasional"
            },
            "parameters": []
        },
        "/v5/kip/summary_provinsi": {
            "get": {
                "operationId": "request_xQtqOH52IO",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        }
                                    },
                                    "required": [
                                        "code",
                                        "message",
                                        "status"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "KIP - Summary Provinsi"
            },
            "parameters": []
        },
        "/v5/kip2/get-rekap": {
            "get": {
                "operationId": "request_KxmBFwQ7nA",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "dana_realisasi": {
                                                                "type": "string"
                                                            },
                                                            "dana_sasaran": {
                                                                "type": "string"
                                                            },
                                                            "jenjang": {
                                                                "type": "string"
                                                            },
                                                            "realisasi": {
                                                                "type": "string"
                                                            },
                                                            "sasaran": {
                                                                "type": "string"
                                                            },
                                                            "tahun": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "dana_realisasi",
                                                            "dana_sasaran",
                                                            "jenjang",
                                                            "realisasi",
                                                            "sasaran",
                                                            "tahun"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "KIP2 - Get Rekap"
            },
            "parameters": []
        },
        "/v5/korsupgah/area_intervensi/create": {
            "parameters": [],
            "post": {
                "operationId": "request_PlfJLX7gVE",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "kategori_area_intervensi": {
                                        "type": "number"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "presentase_bobot": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "kategori_area_intervensi",
                                    "nama",
                                    "presentase_bobot"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "id_transfer_bobot": {},
                                                            "kategori_area_intervensi": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_transfer_bobot",
                                                            "kategori_area_intervensi",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Area Invervensi Create"
            }
        },
        "/v5/korsupgah/area_intervensi/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_khtbXUbElb",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_transfer_bobot": {
                                                                "type": "number"
                                                            },
                                                            "kategori_area_intervensi": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_transfer_bobot",
                                                            "kategori_area_intervensi",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Area Intervensi Delete"
            }
        },
        "/v5/korsupgah/area_intervensi/detail/{id}": {
            "get": {
                "operationId": "request_epqc9zbPSH",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_transfer_bobot": {
                                                                "type": "number"
                                                            },
                                                            "indikator_list": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "kategori_area_intervensi": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_transfer_bobot",
                                                            "indikator_list",
                                                            "kategori_area_intervensi",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Area Intervensi Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/korsupgah/area_intervensi/list": {
            "get": {
                "operationId": "request_DPFq58smOa",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_transfer_bobot": {
                                                                "type": "number"
                                                            },
                                                            "kategori_area_intervensi": {},
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_transfer_bobot",
                                                            "kategori_area_intervensi",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - List Area Intervensi"
            },
            "parameters": []
        },
        "/v5/korsupgah/area_intervensi/list-by-year/{year}": {
            "get": {
                "operationId": "request_zcG6GCB4CB",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "created_at": {
                                                        "type": "string"
                                                    },
                                                    "created_by": {},
                                                    "deleted_at": {},
                                                    "id": {
                                                        "type": "number"
                                                    },
                                                    "id_area_fokus": {
                                                        "type": "number"
                                                    },
                                                    "id_transfer_bobot": {
                                                        "type": "number"
                                                    },
                                                    "kategori_area_intervensi": {
                                                        "type": "number"
                                                    },
                                                    "keterangan": {
                                                        "type": "string"
                                                    },
                                                    "nama": {
                                                        "type": "string"
                                                    },
                                                    "presentase_bobot": {
                                                        "type": "number"
                                                    },
                                                    "presentase_bobot_wo_dana_desa": {
                                                        "type": "number"
                                                    },
                                                    "updated_at": {
                                                        "type": "string"
                                                    },
                                                    "updated_by": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "created_at",
                                                    "created_by",
                                                    "deleted_at",
                                                    "id",
                                                    "id_area_fokus",
                                                    "id_transfer_bobot",
                                                    "kategori_area_intervensi",
                                                    "keterangan",
                                                    "nama",
                                                    "presentase_bobot",
                                                    "presentase_bobot_wo_dana_desa",
                                                    "updated_at",
                                                    "updated_by"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah Area Intervensi - List by Year"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "year",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/korsupgah/area_intervensi/restore/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_wQRfzSKCOq",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_transfer_bobot": {
                                                                "type": "number"
                                                            },
                                                            "kategori_area_intervensi": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_transfer_bobot",
                                                            "kategori_area_intervensi",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Area Intervensi Restore"
            }
        },
        "/v5/korsupgah/area_intervensi/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_db3kjnb8eT",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "kategori_area_intervensi": {
                                        "type": "number"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "presentase_bobot": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "kategori_area_intervensi",
                                    "nama",
                                    "presentase_bobot"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_transfer_bobot": {
                                                                "type": "number"
                                                            },
                                                            "kategori_area_intervensi": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_transfer_bobot",
                                                            "kategori_area_intervensi",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Area Intervensi Update"
            }
        },
        "/v5/korsupgah/capaian_area_intervensi": {
            "get": {
                "operationId": "request_L9EciXwOKU",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Capaian Area Intervensi"
            },
            "parameters": []
        },
        "/v5/korsupgah/capaian_instansi_per_area_intervensi": {
            "get": {
                "operationId": "request_Chbz0rDrlF",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Capaian Instansi Per Area Intervensi"
            },
            "parameters": []
        },
        "/v5/korsupgah/capaian_instansi_per_indikator": {
            "get": {
                "operationId": "request_hCUjLs8eAZ",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Capaian Instansi Per Indikator"
            },
            "parameters": []
        },
        "/v5/korsupgah/capaian_instansi_per_sub_indikator": {
            "get": {
                "operationId": "request_ToUsyzI69p",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Capaian Instansi Per Sub Indikator"
            },
            "parameters": []
        },
        "/v5/korsupgah/capaian_sub_indikator": {
            "get": {
                "operationId": "request_CwGgFaJOGQ",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Capaian Sub Indikator"
            },
            "parameters": []
        },
        "/v5/korsupgah/indikator/create": {
            "parameters": [],
            "post": {
                "operationId": "request_RaCIBi774j",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id_area_intervensi": {
                                        "type": "number"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "presentase_bobot": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "id_area_intervensi",
                                    "nama",
                                    "presentase_bobot"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "area_intervensi_list": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_transfer_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "kategori_area_intervensi": {},
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_transfer_bobot",
                                                                    "kategori_area_intervensi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "id_area_intervensi": {
                                                                "type": "number"
                                                            },
                                                            "id_tipe": {},
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "area_intervensi_list",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_area_intervensi",
                                                            "id_tipe",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Indikator Create"
            }
        },
        "/v5/korsupgah/indikator/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_JxcpXUTse0",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "area_intervensi_list": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_transfer_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "kategori_area_intervensi": {},
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_transfer_bobot",
                                                                    "kategori_area_intervensi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_area_intervensi": {
                                                                "type": "number"
                                                            },
                                                            "id_tipe": {},
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "area_intervensi_list",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_area_intervensi",
                                                            "id_tipe",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Indikator Delete"
            }
        },
        "/v5/korsupgah/indikator/detail/{id}": {
            "get": {
                "operationId": "request_c5XvszfoEJ",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "area_intervensi_list": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_transfer_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "kategori_area_intervensi": {},
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_transfer_bobot",
                                                                    "kategori_area_intervensi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_area_intervensi": {
                                                                "type": "number"
                                                            },
                                                            "id_tipe": {},
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "sub_indikator_list": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "area_intervensi_list",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_area_intervensi",
                                                            "id_tipe",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "sub_indikator_list",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Indikator Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/korsupgah/indikator/list": {
            "get": {
                "operationId": "request_qDxS2gTyIE",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "area_intervensi_list": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_transfer_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "kategori_area_intervensi": {},
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_transfer_bobot",
                                                                    "kategori_area_intervensi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_area_intervensi": {
                                                                "type": "number"
                                                            },
                                                            "id_tipe": {},
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "area_intervensi_list",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_area_intervensi",
                                                            "id_tipe",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Indikator List"
            },
            "parameters": []
        },
        "/v5/korsupgah/indikator/restore/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_YM23EXrhgO",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "area_intervensi_list": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_transfer_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "kategori_area_intervensi": {},
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_transfer_bobot",
                                                                    "kategori_area_intervensi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_area_intervensi": {
                                                                "type": "number"
                                                            },
                                                            "id_tipe": {},
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "area_intervensi_list",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_area_intervensi",
                                                            "id_tipe",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Indikator Restore"
            }
        },
        "/v5/korsupgah/indikator/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_yfZJ4oiSuc",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id_area_intervensi": {
                                        "type": "number"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "presentase_bobot": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "id_area_intervensi",
                                    "nama",
                                    "presentase_bobot"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "area_intervensi_list": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_transfer_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "kategori_area_intervensi": {},
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_transfer_bobot",
                                                                    "kategori_area_intervensi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_area_intervensi": {
                                                                "type": "number"
                                                            },
                                                            "id_tipe": {},
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "area_intervensi_list",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_area_intervensi",
                                                            "id_tipe",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Indikator Update"
            }
        },
        "/v5/korsupgah/map_geojson": {
            "get": {
                "operationId": "request_Rg2Wd3on9i",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "features": {
                                                    "items": {
                                                        "properties": {
                                                            "geometry": {
                                                                "properties": {
                                                                    "coordinates": {
                                                                        "items": {
                                                                            "items": {
                                                                                "items": {},
                                                                                "type": "array"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "type": "array"
                                                                    },
                                                                    "type": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "coordinates",
                                                                    "type"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "properties": {
                                                                "properties": {
                                                                    "A1CODE": {
                                                                        "type": "number"
                                                                    },
                                                                    "A1KPKNAME": {
                                                                        "type": "string"
                                                                    },
                                                                    "A1NAME": {
                                                                        "type": "string"
                                                                    },
                                                                    "Shape_Area": {
                                                                        "type": "number"
                                                                    },
                                                                    "Shape_Leng": {
                                                                        "type": "number"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "A1CODE",
                                                                    "A1KPKNAME",
                                                                    "A1NAME",
                                                                    "Shape_Area",
                                                                    "Shape_Leng"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "type": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "geometry",
                                                            "properties",
                                                            "type"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "type": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "features",
                                                "type"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Map Geojson"
            },
            "parameters": []
        },
        "/v5/korsupgah/periode/create": {
            "parameters": [],
            "post": {
                "operationId": "request_jGupWdmEKV",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "ended_at": {
                                        "type": "string"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "started_at": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "ended_at",
                                    "nama",
                                    "started_at"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "ended_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "started_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "ended_at",
                                                            "id",
                                                            "keterangan",
                                                            "nama",
                                                            "started_at",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Periode Create"
            }
        },
        "/v5/korsupgah/periode/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_RXcxWW8irV",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {
                                                                "type": "string"
                                                            },
                                                            "ended_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "started_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "ended_at",
                                                            "id",
                                                            "keterangan",
                                                            "nama",
                                                            "started_at",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Periode Delete"
            }
        },
        "/v5/korsupgah/periode/detail/{id}": {
            "get": {
                "operationId": "request_ovn98NYPB3",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "ended_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "started_at": {
                                                                "type": "string"
                                                            },
                                                            "survey_list": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "ended_at",
                                                            "id",
                                                            "keterangan",
                                                            "nama",
                                                            "started_at",
                                                            "survey_list",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Periode Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/korsupgah/periode/list": {
            "get": {
                "operationId": "request_Rrp52zIV1U",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "ended_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "started_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "ended_at",
                                                            "id",
                                                            "keterangan",
                                                            "nama",
                                                            "started_at",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Periode List"
            },
            "parameters": []
        },
        "/v5/korsupgah/periode/restore/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_p9alymd50B",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "ended_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "started_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "ended_at",
                                                            "id",
                                                            "keterangan",
                                                            "nama",
                                                            "started_at",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Periode Restore"
            }
        },
        "/v5/korsupgah/periode/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_gDsPOlFfQH",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "ended_at": {
                                        "type": "string"
                                    },
                                    "keterangan": {
                                        "type": "string"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "started_at": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "ended_at",
                                    "keterangan",
                                    "nama",
                                    "started_at"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "ended_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "started_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "ended_at",
                                                            "id",
                                                            "keterangan",
                                                            "nama",
                                                            "started_at",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Periode Update"
            }
        },
        "/v5/korsupgah/progress_per_sub_indikator_instansi": {
            "get": {
                "operationId": "request_pFKWotEVl7",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Progress Per Sub Indikator Instansi"
            },
            "parameters": []
        },
        "/v5/korsupgah/sub_indikator/create": {
            "parameters": [],
            "post": {
                "operationId": "request_XM6lhrfDXZ",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id_indikator": {
                                        "type": "number"
                                    },
                                    "info_lampiran": {
                                        "type": "string"
                                    },
                                    "info_nilai": {
                                        "type": "string"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "presentase_bobot": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "id_indikator",
                                    "info_lampiran",
                                    "info_nilai",
                                    "nama",
                                    "presentase_bobot"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "id_indikator": {
                                                                "type": "number"
                                                            },
                                                            "indikator_list": {
                                                                "properties": {
                                                                    "area_intervensi_list": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_transfer_bobot": {
                                                                                "type": "number"
                                                                            },
                                                                            "kategori_area_intervensi": {},
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {
                                                                                "type": "number"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "id_transfer_bobot",
                                                                            "kategori_area_intervensi",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {
                                                                        "type": "number"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_area_intervensi": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_tipe": {},
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "area_intervensi_list",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_area_intervensi",
                                                                    "id_tipe",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "info_lampiran": {
                                                                "type": "string"
                                                            },
                                                            "info_nilai": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_indikator",
                                                            "indikator_list",
                                                            "info_lampiran",
                                                            "info_nilai",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Sub Indikator Create"
            }
        },
        "/v5/korsupgah/sub_indikator/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_xFQDkVwbpq",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_indikator": {
                                                                "type": "number"
                                                            },
                                                            "indikator_list": {
                                                                "properties": {
                                                                    "area_intervensi_list": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_transfer_bobot": {
                                                                                "type": "number"
                                                                            },
                                                                            "kategori_area_intervensi": {},
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {
                                                                                "type": "number"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "id_transfer_bobot",
                                                                            "kategori_area_intervensi",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {
                                                                        "type": "number"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_area_intervensi": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_tipe": {},
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "area_intervensi_list",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_area_intervensi",
                                                                    "id_tipe",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "info_lampiran": {
                                                                "type": "string"
                                                            },
                                                            "info_nilai": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_indikator",
                                                            "indikator_list",
                                                            "info_lampiran",
                                                            "info_nilai",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Sub Indikator Delete"
            }
        },
        "/v5/korsupgah/sub_indikator/detail/{id}": {
            "get": {
                "operationId": "request_r2VpWT3BLt",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_indikator": {
                                                                "type": "number"
                                                            },
                                                            "indikator_list": {
                                                                "properties": {
                                                                    "area_intervensi_list": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_transfer_bobot": {
                                                                                "type": "number"
                                                                            },
                                                                            "kategori_area_intervensi": {},
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {
                                                                                "type": "number"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "id_transfer_bobot",
                                                                            "kategori_area_intervensi",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {
                                                                        "type": "number"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_area_intervensi": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_tipe": {},
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "area_intervensi_list",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_area_intervensi",
                                                                    "id_tipe",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "info_lampiran": {
                                                                "type": "string"
                                                            },
                                                            "info_nilai": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "template_list": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_indikator",
                                                            "indikator_list",
                                                            "info_lampiran",
                                                            "info_nilai",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "template_list",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Sub Indikator Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/korsupgah/sub_indikator/list": {
            "get": {
                "operationId": "request_apIFzhkC6I",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_indikator": {
                                                                "type": "number"
                                                            },
                                                            "indikator_list": {
                                                                "properties": {
                                                                    "area_intervensi_list": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_transfer_bobot": {
                                                                                "type": "number"
                                                                            },
                                                                            "kategori_area_intervensi": {},
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {
                                                                                "type": "number"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "id_transfer_bobot",
                                                                            "kategori_area_intervensi",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_area_intervensi": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_tipe": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "area_intervensi_list",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_area_intervensi",
                                                                    "id_tipe",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "info_lampiran": {
                                                                "type": "string"
                                                            },
                                                            "info_nilai": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_indikator",
                                                            "indikator_list",
                                                            "info_lampiran",
                                                            "info_nilai",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Sub Indikator List"
            },
            "parameters": []
        },
        "/v5/korsupgah/sub_indikator/restore/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_mNHYrK6XNB",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_indikator": {
                                                                "type": "number"
                                                            },
                                                            "indikator_list": {
                                                                "properties": {
                                                                    "area_intervensi_list": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_transfer_bobot": {
                                                                                "type": "number"
                                                                            },
                                                                            "kategori_area_intervensi": {},
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {
                                                                                "type": "number"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "id_transfer_bobot",
                                                                            "kategori_area_intervensi",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {
                                                                        "type": "number"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_area_intervensi": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_tipe": {},
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "area_intervensi_list",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_area_intervensi",
                                                                    "id_tipe",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "info_lampiran": {
                                                                "type": "string"
                                                            },
                                                            "info_nilai": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_indikator",
                                                            "indikator_list",
                                                            "info_lampiran",
                                                            "info_nilai",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Sub Indikator Restore"
            }
        },
        "/v5/korsupgah/sub_indikator/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_QY7gcOk2cr",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id_indikator": {
                                        "type": "number"
                                    },
                                    "info_lampiran": {
                                        "type": "string"
                                    },
                                    "info_nilai": {
                                        "type": "string"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "presentase_bobot": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "id_indikator",
                                    "info_lampiran",
                                    "info_nilai",
                                    "nama",
                                    "presentase_bobot"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_indikator": {
                                                                "type": "number"
                                                            },
                                                            "indikator_list": {
                                                                "properties": {
                                                                    "area_intervensi_list": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_transfer_bobot": {
                                                                                "type": "number"
                                                                            },
                                                                            "kategori_area_intervensi": {},
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {
                                                                                "type": "number"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "id_transfer_bobot",
                                                                            "kategori_area_intervensi",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {
                                                                        "type": "number"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_area_intervensi": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_tipe": {},
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "area_intervensi_list",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_area_intervensi",
                                                                    "id_tipe",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "info_lampiran": {
                                                                "type": "string"
                                                            },
                                                            "info_nilai": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_indikator",
                                                            "indikator_list",
                                                            "info_lampiran",
                                                            "info_nilai",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Sub Indikator Update"
            }
        },
        "/v5/korsupgah/summary_indikator": {
            "get": {
                "operationId": "request_vwwRqL0rXE",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {},
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Summary Indikator"
            },
            "parameters": []
        },
        "/v5/korsupgah/summary_map": {
            "get": {
                "operationId": "request_VRnvuRLWUE",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {},
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Summary Map"
            },
            "parameters": []
        },
        "/v5/korsupgah/survey/all_prev_ans_attc/{id_survey}/{id_sub_indikator}": {
            "get": {
                "operationId": "request_XOmo4L7DuA",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_question": {
                                                                "type": "number"
                                                            },
                                                            "id_survey": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "keterangan_verifikasi": {
                                                                "type": "string"
                                                            },
                                                            "nilai": {
                                                                "type": "number"
                                                            },
                                                            "nilai_verifikasi": {
                                                                "type": "number"
                                                            },
                                                            "status": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            },
                                                            "verified_at": {
                                                                "type": "string"
                                                            },
                                                            "verified_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_question",
                                                            "id_survey",
                                                            "keterangan",
                                                            "keterangan_verifikasi",
                                                            "nilai",
                                                            "nilai_verifikasi",
                                                            "status",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah Survey - List All Previous Answer Attachment"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id_sub_indikator",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                },
                {
                    "in": "path",
                    "name": "id_survey",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/korsupgah/survey/attachment_inline/{uuid}": {
            "get": {
                "description": "With \"inline\" as query params, true/false, if true, file can be viewed on browser. If false, file will be downloaded",
                "operationId": "request_Vs3gxAKFqq",
                "responses": {
                    "200": {
                        "content": {
                            "application/pdf": {
                                "schema": {
                                    "type": "string"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah Survey - Get Attachment"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "uuid",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/korsupgah/survey/notifikasi": {
            "get": {
                "operationId": "request_KJdiTAc4uj",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "end_periode": {
                                                                "type": "string"
                                                            },
                                                            "id_instansi": {
                                                                "type": "number"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "id_survey": {
                                                                "type": "number"
                                                            },
                                                            "id_template": {
                                                                "type": "number"
                                                            },
                                                            "instansi_name": {
                                                                "type": "string"
                                                            },
                                                            "last_updated_at": {
                                                                "type": "string"
                                                            },
                                                            "start_periode": {
                                                                "type": "string"
                                                            },
                                                            "template_name": {
                                                                "type": "string"
                                                            },
                                                            "total_answer": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "end_periode",
                                                            "id_instansi",
                                                            "id_periode",
                                                            "id_survey",
                                                            "id_template",
                                                            "instansi_name",
                                                            "last_updated_at",
                                                            "start_periode",
                                                            "template_name",
                                                            "total_answer"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah Survey - Notifikasi"
            },
            "parameters": []
        },
        "/v5/korsupgah/template/list": {
            "get": {
                "operationId": "request_LiQpTJBCuA",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_dana_desa": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_dana_desa",
                                                            "keterangan",
                                                            "nama",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah - Template List"
            },
            "parameters": []
        },
        "/v5/korsupgah_report": {
            "get": {
                "operationId": "request_arh7qKKlrK",
                "responses": {
                    "200": {
                        "content": {
                            "application/vnd.ms-excel": {
                                "schema": {
                                    "type": "string"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah Report - Index"
            },
            "parameters": []
        },
        "/v5/korsupgah_report/r": {
            "get": {
                "operationId": "request_v7ghfgNSBI",
                "responses": {
                    "200": {
                        "content": {
                            "application/vnd.ms-excel": {
                                "schema": {
                                    "type": "string"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah Report - Reports"
            },
            "parameters": []
        },
        "/v5/korsupgah_report/sub_indikator": {
            "get": {
                "operationId": "request_nXYpA16r2Q",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "pemda": {
                                                                "type": "string"
                                                            },
                                                            "wilayah_provinsi": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "pemda",
                                                            "wilayah_provinsi"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korsupgah Report - Sub Indikator"
            },
            "parameters": []
        },
        "/v5/korwil/anggaran/create": {
            "parameters": [],
            "post": {
                "operationId": "request_fwfNeLjTxH",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "anggaran": {
                                        "properties": {
                                            "hasil_penawaran": {
                                                "type": "number"
                                            },
                                            "nilai_pagu": {
                                                "type": "number"
                                            },
                                            "selisih": {
                                                "type": "number"
                                            },
                                            "triwulan": {
                                                "type": "string"
                                            }
                                        },
                                        "required": [
                                            "hasil_penawaran",
                                            "nilai_pagu",
                                            "selisih",
                                            "triwulan"
                                        ],
                                        "type": "object"
                                    },
                                    "id_instansi": {
                                        "type": "number"
                                    },
                                    "id_periode": {
                                        "type": "number"
                                    },
                                    "id_template": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "anggaran",
                                    "id_instansi",
                                    "id_periode",
                                    "id_template"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "anggaran": {
                                                                "type": "string"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "id_instansi": {
                                                                "type": "number"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "id_template": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {},
                                                            "verified_at": {},
                                                            "verified_by": {},
                                                            "verified_message": {},
                                                            "verified_status": {}
                                                        },
                                                        "required": [
                                                            "anggaran",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_instansi",
                                                            "id_periode",
                                                            "id_template",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by",
                                                            "verified_message",
                                                            "verified_status"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Create Anggaran"
            }
        },
        "/v5/korwil/anggaran/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_slHqsL0xmw",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "anggaran": {
                                                                "type": "string"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_instansi": {
                                                                "type": "number"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "id_template": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {},
                                                            "verified_at": {},
                                                            "verified_by": {},
                                                            "verified_message": {},
                                                            "verified_status": {}
                                                        },
                                                        "required": [
                                                            "anggaran",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_instansi",
                                                            "id_periode",
                                                            "id_template",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by",
                                                            "verified_message",
                                                            "verified_status"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Anggaran Delete"
            }
        },
        "/v5/korwil/anggaran/detail/{id}": {
            "get": {
                "operationId": "request_jsV2bopieS",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "anggaran": {
                                                                "type": "string"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_instansi": {
                                                                "type": "number"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "id_template": {
                                                                "type": "number"
                                                            },
                                                            "instansi": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "flag_dana_desa": {
                                                                        "type": "number"
                                                                    },
                                                                    "flag_pak": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_kota_kabupaten": {},
                                                                    "id_provinsi": {},
                                                                    "id_tipe": {},
                                                                    "instansi_tipe": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "is_stranas": {
                                                                        "type": "number"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "show_to_public": {
                                                                        "type": "number"
                                                                    },
                                                                    "sumber": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "flag_dana_desa",
                                                                    "flag_pak",
                                                                    "id",
                                                                    "id_kota_kabupaten",
                                                                    "id_provinsi",
                                                                    "id_tipe",
                                                                    "instansi_tipe",
                                                                    "is_stranas",
                                                                    "nama",
                                                                    "show_to_public",
                                                                    "sumber",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "periode": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "ended_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "started_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "ended_at",
                                                                    "id",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "started_at",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "template": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_sub_indikator": {
                                                                        "type": "number"
                                                                    },
                                                                    "name": {
                                                                        "type": "string"
                                                                    },
                                                                    "template": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_sub_indikator",
                                                                    "name",
                                                                    "template",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {},
                                                            "verified_at": {},
                                                            "verified_by": {},
                                                            "verified_message": {},
                                                            "verified_status": {}
                                                        },
                                                        "required": [
                                                            "anggaran",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_instansi",
                                                            "id_periode",
                                                            "id_template",
                                                            "instansi",
                                                            "periode",
                                                            "template",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by",
                                                            "verified_message",
                                                            "verified_status"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Anggaran Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/korwil/anggaran/list": {
            "get": {
                "operationId": "request_Nwf90QboDi",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "anggaran": {
                                                                "type": "string"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_instansi": {
                                                                "type": "number"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "id_template": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {},
                                                            "verified_at": {},
                                                            "verified_by": {},
                                                            "verified_message": {},
                                                            "verified_status": {}
                                                        },
                                                        "required": [
                                                            "anggaran",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_instansi",
                                                            "id_periode",
                                                            "id_template",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by",
                                                            "verified_message",
                                                            "verified_status"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        },
                                        "total_data_found": {
                                            "type": "number"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success",
                                        "total_data_found"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Anggaran List"
            },
            "parameters": []
        },
        "/v5/korwil/anggaran/provinsi/{id_provinsi}": {
            "get": {
                "operationId": "request_PPUJEvWTOp",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "provinsi_code": {
                                                                "type": "string"
                                                            },
                                                            "provinsi_name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "provinsi_code",
                                                            "provinsi_name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Anggaran List Provinsi"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id_provinsi",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/korwil/anggaran/report/{id}": {
            "get": {
                "operationId": "request_jVw2PWMPJK",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "instansi": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "flag_dana_desa": {
                                                                        "type": "number"
                                                                    },
                                                                    "flag_pak": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_kota_kabupaten": {},
                                                                    "id_provinsi": {},
                                                                    "id_tipe": {},
                                                                    "instansi_tipe": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "is_stranas": {
                                                                        "type": "number"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "show_to_public": {
                                                                        "type": "number"
                                                                    },
                                                                    "sumber": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "flag_dana_desa",
                                                                    "flag_pak",
                                                                    "id",
                                                                    "id_kota_kabupaten",
                                                                    "id_provinsi",
                                                                    "id_tipe",
                                                                    "instansi_tipe",
                                                                    "is_stranas",
                                                                    "nama",
                                                                    "show_to_public",
                                                                    "sumber",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "korsupgahPeriode": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "ended_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "started_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "ended_at",
                                                                    "id",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "started_at",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "korwilAnggaran": {
                                                                "properties": {
                                                                    "anggaran": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_instansi": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_periode": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_template": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {
                                                                        "type": "number"
                                                                    },
                                                                    "verified_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "verified_by": {},
                                                                    "verified_message": {
                                                                        "type": "string"
                                                                    },
                                                                    "verified_status": {
                                                                        "type": "number"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "anggaran",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_instansi",
                                                                    "id_periode",
                                                                    "id_template",
                                                                    "updated_at",
                                                                    "updated_by",
                                                                    "verified_at",
                                                                    "verified_by",
                                                                    "verified_message",
                                                                    "verified_status"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "korwilAnggaranTemplate": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_sub_indikator": {
                                                                        "type": "number"
                                                                    },
                                                                    "name": {
                                                                        "type": "string"
                                                                    },
                                                                    "template": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_sub_indikator",
                                                                    "name",
                                                                    "template",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            }
                                                        },
                                                        "required": [
                                                            "instansi",
                                                            "korsupgahPeriode",
                                                            "korwilAnggaran",
                                                            "korwilAnggaranTemplate"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Anggaran Report"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/korwil/anggaran/restore/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_J0NbOxlMKY",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "anggaran": {
                                                                "type": "string"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_instansi": {
                                                                "type": "number"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "id_template": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {},
                                                            "verified_at": {},
                                                            "verified_by": {},
                                                            "verified_message": {},
                                                            "verified_status": {}
                                                        },
                                                        "required": [
                                                            "anggaran",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_instansi",
                                                            "id_periode",
                                                            "id_template",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by",
                                                            "verified_message",
                                                            "verified_status"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Anggaran Restore"
            }
        },
        "/v5/korwil/anggaran/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_htTNf48jel",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "anggaran": {
                                        "properties": {
                                            "hasil_penawaran": {
                                                "type": "number"
                                            },
                                            "nilai_pagu": {
                                                "type": "number"
                                            },
                                            "selisih": {
                                                "type": "number"
                                            },
                                            "triwulan": {
                                                "type": "string"
                                            }
                                        },
                                        "required": [
                                            "hasil_penawaran",
                                            "nilai_pagu",
                                            "selisih",
                                            "triwulan"
                                        ],
                                        "type": "object"
                                    },
                                    "id_instansi": {
                                        "type": "number"
                                    },
                                    "id_periode": {
                                        "type": "number"
                                    },
                                    "id_template": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "anggaran",
                                    "id_instansi",
                                    "id_periode",
                                    "id_template"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "anggaran": {
                                                                "type": "string"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_instansi": {
                                                                "type": "number"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "id_template": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {},
                                                            "verified_at": {},
                                                            "verified_by": {},
                                                            "verified_message": {},
                                                            "verified_status": {}
                                                        },
                                                        "required": [
                                                            "anggaran",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_instansi",
                                                            "id_periode",
                                                            "id_template",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by",
                                                            "verified_message",
                                                            "verified_status"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Anggaran Update"
            }
        },
        "/v5/korwil/anggaran/updateVerif/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_744gzISnCb",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "anggaran_id": {
                                        "type": "string"
                                    },
                                    "verificator_id": {
                                        "type": "number"
                                    },
                                    "verified_message": {
                                        "type": "string"
                                    },
                                    "verified_status": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "anggaran_id",
                                    "verificator_id",
                                    "verified_message",
                                    "verified_status"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "anggaran": {
                                                                "type": "string"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_instansi": {
                                                                "type": "number"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "id_template": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            },
                                                            "verified_at": {
                                                                "type": "string"
                                                            },
                                                            "verified_by": {},
                                                            "verified_message": {
                                                                "type": "string"
                                                            },
                                                            "verified_status": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "anggaran",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_instansi",
                                                            "id_periode",
                                                            "id_template",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by",
                                                            "verified_message",
                                                            "verified_status"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Anggaran Update Verif"
            }
        },
        "/v5/korwil/anggaran_templates/create": {
            "parameters": [],
            "post": {
                "operationId": "request_uhZUG1VBe1",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id_sub_indikator": {
                                        "type": "number"
                                    },
                                    "name": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "id_sub_indikator",
                                    "name"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "id_sub_indikator": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "template": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_sub_indikator",
                                                            "name",
                                                            "template",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Anggaran Template Create"
            }
        },
        "/v5/korwil/anggaran_templates/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_jLaix3xXde",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_sub_indikator": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "template": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_sub_indikator",
                                                            "name",
                                                            "template",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Anggaran Template Delete"
            }
        },
        "/v5/korwil/anggaran_templates/detail/{id}": {
            "get": {
                "operationId": "request_TRF9v5J4qE",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_sub_indikator": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "sub_indikator": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_indikator": {
                                                                        "type": "number"
                                                                    },
                                                                    "indikator_list": {
                                                                        "properties": {
                                                                            "area_intervensi_list": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "id_transfer_bobot": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "kategori_area_intervensi": {},
                                                                                    "keterangan": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "id",
                                                                                    "id_transfer_bobot",
                                                                                    "kategori_area_intervensi",
                                                                                    "keterangan",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_area_intervensi": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_tipe": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {
                                                                                "type": "number"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "area_intervensi_list",
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "id_area_intervensi",
                                                                            "id_tipe",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "info_lampiran": {
                                                                        "type": "string"
                                                                    },
                                                                    "info_nilai": {
                                                                        "type": "string"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_indikator",
                                                                    "indikator_list",
                                                                    "info_lampiran",
                                                                    "info_nilai",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "template": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_sub_indikator",
                                                            "name",
                                                            "sub_indikator",
                                                            "template",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Anggaran Template Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/korwil/anggaran_templates/detailSub/{id_sub_indikator}": {
            "get": {
                "operationId": "request_WAq1LdZPLC",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_sub_indikator": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "sub_indikator": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_indikator": {
                                                                        "type": "number"
                                                                    },
                                                                    "indikator_list": {
                                                                        "properties": {
                                                                            "area_intervensi_list": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "id_transfer_bobot": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "kategori_area_intervensi": {},
                                                                                    "keterangan": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "id",
                                                                                    "id_transfer_bobot",
                                                                                    "kategori_area_intervensi",
                                                                                    "keterangan",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_area_intervensi": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_tipe": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {
                                                                                "type": "number"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "area_intervensi_list",
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "id_area_intervensi",
                                                                            "id_tipe",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "info_lampiran": {
                                                                        "type": "string"
                                                                    },
                                                                    "info_nilai": {
                                                                        "type": "string"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_indikator",
                                                                    "indikator_list",
                                                                    "info_lampiran",
                                                                    "info_nilai",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "template": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_sub_indikator",
                                                            "name",
                                                            "sub_indikator",
                                                            "template",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Anggaran Template Detail Sub"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id_sub_indikator",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/korwil/anggaran_templates/list": {
            "get": {
                "operationId": "request_4a2uuUz8Z9",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_sub_indikator": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "template": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_sub_indikator",
                                                            "name",
                                                            "template",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Anggaran Template List"
            },
            "parameters": []
        },
        "/v5/korwil/anggaran_templates/restore/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_J4j98gfwFo",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_sub_indikator": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "template": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_sub_indikator",
                                                            "name",
                                                            "template",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Anggaran Template Restore"
            }
        },
        "/v5/korwil/anggaran_templates/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_KfoGWnSCmF",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id_sub_indikator": {
                                        "type": "number"
                                    },
                                    "name": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "id_sub_indikator",
                                    "name"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_sub_indikator": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "template": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_sub_indikator",
                                                            "name",
                                                            "template",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Anggaran Template Update"
            }
        },
        "/v5/korwil/team_member_statuses/create": {
            "parameters": [],
            "post": {
                "operationId": "request_EFNxGTWRjU",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "name": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "name"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Team Member Status Create"
            }
        },
        "/v5/korwil/team_member_statuses/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_s4XePjkGNQ",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {
                                                                "type": "string"
                                                            },
                                                            "description": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Team Member Status Delete"
            }
        },
        "/v5/korwil/team_member_statuses/detail/{id}": {
            "get": {
                "operationId": "request_v7OVXcsEjA",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "korwil_team_user": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "korwil_team_user",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Team Member Status Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/korwil/team_member_statuses/list": {
            "get": {
                "operationId": "request_0XiG5PDkmr",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Team Member Status List"
            },
            "parameters": []
        },
        "/v5/korwil/team_member_statuses/restore/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_24qCUW9BrG",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Team Member Status Restore"
            }
        },
        "/v5/korwil/team_member_statuses/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_J2cDDvNhKC",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "name": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "name"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Team Member Status Update"
            }
        },
        "/v5/korwil/teams/create": {
            "parameters": [],
            "post": {
                "operationId": "request_yKmctmGaBX",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id_periode": {
                                        "type": "number"
                                    },
                                    "name": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "id_periode",
                                    "name"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "id_periode",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Team Create"
            }
        },
        "/v5/korwil/teams/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_YNHQaTtmvH",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {
                                                                "type": "string"
                                                            },
                                                            "description": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "id_periode",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Team Delete"
            }
        },
        "/v5/korwil/teams/detail/{id}": {
            "get": {
                "operationId": "request_jfCtZ11Wek",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "instansi_list": {
                                                                "items": {
                                                                    "properties": {
                                                                        "created_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "deleted_at": {},
                                                                        "flag_dana_desa": {
                                                                            "type": "number"
                                                                        },
                                                                        "flag_pak": {
                                                                            "type": "boolean"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "id_kota_kabupaten": {},
                                                                        "id_provinsi": {},
                                                                        "id_tipe": {},
                                                                        "instansi_tipe": {
                                                                            "type": "boolean"
                                                                        },
                                                                        "is_stranas": {
                                                                            "type": "number"
                                                                        },
                                                                        "nama": {
                                                                            "type": "string"
                                                                        },
                                                                        "show_to_public": {
                                                                            "type": "number"
                                                                        },
                                                                        "sumber": {},
                                                                        "updated_at": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "created_at",
                                                                        "deleted_at",
                                                                        "flag_dana_desa",
                                                                        "flag_pak",
                                                                        "id",
                                                                        "id_kota_kabupaten",
                                                                        "id_provinsi",
                                                                        "id_tipe",
                                                                        "instansi_tipe",
                                                                        "is_stranas",
                                                                        "nama",
                                                                        "show_to_public",
                                                                        "sumber",
                                                                        "updated_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "members": {
                                                                "items": {
                                                                    "properties": {
                                                                        "created_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "deleted_at": {},
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "team_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "team_member_status": {
                                                                            "properties": {
                                                                                "created_at": {
                                                                                    "type": "string"
                                                                                },
                                                                                "deleted_at": {},
                                                                                "description": {},
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "name": {
                                                                                    "type": "string"
                                                                                },
                                                                                "updated_at": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "created_at",
                                                                                "deleted_at",
                                                                                "description",
                                                                                "id",
                                                                                "name",
                                                                                "updated_at"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "team_member_status_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "updated_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "user": {
                                                                            "properties": {
                                                                                "foto": {
                                                                                    "type": "string"
                                                                                },
                                                                                "is_banned": {
                                                                                    "type": "boolean"
                                                                                },
                                                                                "jenis_kelamin": {},
                                                                                "nama": {
                                                                                    "type": "string"
                                                                                },
                                                                                "um_id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "um_user_name": {
                                                                                    "type": "string"
                                                                                },
                                                                                "uuid_user": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "foto",
                                                                                "is_banned",
                                                                                "jenis_kelamin",
                                                                                "nama",
                                                                                "um_id",
                                                                                "um_user_name",
                                                                                "uuid_user"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "user_id": {
                                                                            "type": "number"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "created_at",
                                                                        "deleted_at",
                                                                        "id",
                                                                        "team_id",
                                                                        "team_member_status",
                                                                        "team_member_status_id",
                                                                        "updated_at",
                                                                        "user",
                                                                        "user_id"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "periode": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "ended_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "started_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "ended_at",
                                                                    "id",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "started_at",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "id_periode",
                                                            "instansi_list",
                                                            "members",
                                                            "name",
                                                            "periode",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Team Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/korwil/teams/list": {
            "get": {
                "operationId": "request_5WoifKx21l",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "nama_periode": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "id_periode",
                                                            "nama_periode",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Team List"
            },
            "parameters": []
        },
        "/v5/korwil/teams/restore/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_NN0w9HLGTW",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "id_periode",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Team Restore"
            }
        },
        "/v5/korwil/teams/sync_instansi": {
            "parameters": [],
            "post": {
                "operationId": "request_yqnm03VrXq",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id": {
                                        "type": "string"
                                    },
                                    "instansi_ids": {
                                        "items": {
                                            "type": "number"
                                        },
                                        "type": "array"
                                    }
                                },
                                "required": [
                                    "id",
                                    "instansi_ids"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Team Sync Instansi"
            }
        },
        "/v5/korwil/teams/sync_users": {
            "parameters": [],
            "post": {
                "operationId": "request_9vTL38Lyyk",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id": {
                                        "type": "string"
                                    },
                                    "user_ids": {
                                        "items": {
                                            "type": "number"
                                        },
                                        "type": "array"
                                    }
                                },
                                "required": [
                                    "id",
                                    "user_ids"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Team Sync User"
            }
        },
        "/v5/korwil/teams/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_PeSEeR1vcQ",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id_periode": {
                                        "type": "number"
                                    },
                                    "name": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "id_periode",
                                    "name"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "id_periode",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Team Update"
            }
        },
        "/v5/korwil/teams/update_membership_status": {
            "parameters": [],
            "post": {
                "operationId": "request_gtOQUIT9vH",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "team_member_status_id": {
                                        "type": "number"
                                    },
                                    "team_user_id": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "team_member_status_id",
                                    "team_user_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "id": {
                                                    "type": "number"
                                                },
                                                "korwil_team": {
                                                    "properties": {
                                                        "created_at": {
                                                            "type": "string"
                                                        },
                                                        "deleted_at": {},
                                                        "description": {},
                                                        "id": {
                                                            "type": "number"
                                                        },
                                                        "id_periode": {
                                                            "type": "number"
                                                        },
                                                        "name": {
                                                            "type": "string"
                                                        },
                                                        "updated_at": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "created_at",
                                                        "deleted_at",
                                                        "description",
                                                        "id",
                                                        "id_periode",
                                                        "name",
                                                        "updated_at"
                                                    ],
                                                    "type": "object"
                                                },
                                                "korwil_team_member_status": {
                                                    "properties": {
                                                        "created_at": {
                                                            "type": "string"
                                                        },
                                                        "deleted_at": {},
                                                        "description": {},
                                                        "id": {
                                                            "type": "number"
                                                        },
                                                        "name": {
                                                            "type": "string"
                                                        },
                                                        "updated_at": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "created_at",
                                                        "deleted_at",
                                                        "description",
                                                        "id",
                                                        "name",
                                                        "updated_at"
                                                    ],
                                                    "type": "object"
                                                },
                                                "team_id": {
                                                    "type": "number"
                                                },
                                                "team_member_status_id": {
                                                    "type": "number"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                },
                                                "user": {
                                                    "properties": {
                                                        "apple_id": {},
                                                        "email": {
                                                            "type": "string"
                                                        },
                                                        "facebook_id": {},
                                                        "foto": {
                                                            "type": "string"
                                                        },
                                                        "google_id": {},
                                                        "id_instansi": {},
                                                        "id_jabatan": {},
                                                        "id_sekolah": {},
                                                        "instansi": {},
                                                        "is_active": {
                                                            "type": "boolean"
                                                        },
                                                        "is_banned": {
                                                            "type": "boolean"
                                                        },
                                                        "jenis_kelamin": {
                                                            "type": "string"
                                                        },
                                                        "jmlh_crt_mskn": {
                                                            "type": "number"
                                                        },
                                                        "jmlh_dukung_crt_mskn": {
                                                            "type": "number"
                                                        },
                                                        "migration_status": {},
                                                        "nama": {
                                                            "type": "string"
                                                        },
                                                        "no_ktp_sim": {
                                                            "type": "string"
                                                        },
                                                        "oauth_id": {},
                                                        "phone": {
                                                            "type": "string"
                                                        },
                                                        "roles": {
                                                            "items": {
                                                                "properties": {
                                                                    "description": {
                                                                        "type": "string"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "label": {
                                                                        "type": "string"
                                                                    },
                                                                    "name": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "description",
                                                                    "id",
                                                                    "label",
                                                                    "name"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "type": "array"
                                                        },
                                                        "sekolah": {
                                                            "items": {},
                                                            "type": "array"
                                                        },
                                                        "sumber": {},
                                                        "tempat_lahir": {
                                                            "type": "string"
                                                        },
                                                        "tgl_lahir": {
                                                            "type": "string"
                                                        },
                                                        "tgl_lahir_old": {},
                                                        "twitter_id": {},
                                                        "um_changed_time": {
                                                            "type": "string"
                                                        },
                                                        "um_id": {
                                                            "type": "number"
                                                        },
                                                        "um_require_change": {
                                                            "type": "boolean"
                                                        },
                                                        "um_salt_value": {},
                                                        "um_tenant_id": {
                                                            "type": "number"
                                                        },
                                                        "um_user_korsupgah_password": {},
                                                        "um_user_name": {
                                                            "type": "string"
                                                        },
                                                        "um_user_new_password": {
                                                            "type": "string"
                                                        },
                                                        "um_user_password": {
                                                            "type": "string"
                                                        },
                                                        "uuid_user": {
                                                            "type": "string"
                                                        },
                                                        "wso2_id": {}
                                                    },
                                                    "required": [
                                                        "apple_id",
                                                        "email",
                                                        "facebook_id",
                                                        "foto",
                                                        "google_id",
                                                        "id_instansi",
                                                        "id_jabatan",
                                                        "id_sekolah",
                                                        "instansi",
                                                        "is_active",
                                                        "is_banned",
                                                        "jenis_kelamin",
                                                        "jmlh_crt_mskn",
                                                        "jmlh_dukung_crt_mskn",
                                                        "migration_status",
                                                        "nama",
                                                        "no_ktp_sim",
                                                        "oauth_id",
                                                        "phone",
                                                        "roles",
                                                        "sekolah",
                                                        "sumber",
                                                        "tempat_lahir",
                                                        "tgl_lahir",
                                                        "tgl_lahir_old",
                                                        "twitter_id",
                                                        "um_changed_time",
                                                        "um_id",
                                                        "um_require_change",
                                                        "um_salt_value",
                                                        "um_tenant_id",
                                                        "um_user_korsupgah_password",
                                                        "um_user_name",
                                                        "um_user_new_password",
                                                        "um_user_password",
                                                        "uuid_user",
                                                        "wso2_id"
                                                    ],
                                                    "type": "object"
                                                },
                                                "user_id": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "created_at",
                                                "deleted_at",
                                                "id",
                                                "korwil_team",
                                                "korwil_team_member_status",
                                                "team_id",
                                                "team_member_status_id",
                                                "updated_at",
                                                "user",
                                                "user_id"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Korwil - Team Update Membership Status"
            }
        },
        "/v5/KotaKabupaten/list": {
            "get": {
                "operationId": "request_XClPqDAZrS",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "kota_kabupaten_code": {
                                                                "type": "string"
                                                            },
                                                            "kota_kabupaten_name": {
                                                                "type": "string"
                                                            },
                                                            "provinsi_code": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "kota_kabupaten_code",
                                                            "kota_kabupaten_name",
                                                            "provinsi_code",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Kota Kabupaten - List"
            },
            "parameters": []
        },
        "/v5/lapor": {
            "get": {
                "operationId": "request_lFJQaQVTnS",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "diskusi": {
                                                                "properties": {
                                                                    "content": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "generated_url": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_anonymous": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_attachment_public": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_deleted": {
                                                                        "type": "number"
                                                                    },
                                                                    "kategori_diskusi_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "link_terkait": {
                                                                        "type": "string"
                                                                    },
                                                                    "proof_url": {},
                                                                    "release_date": {},
                                                                    "tenant_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "title": {
                                                                        "type": "string"
                                                                    },
                                                                    "type": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "user_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "uuid": {
                                                                        "type": "string"
                                                                    },
                                                                    "views": {
                                                                        "type": "number"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "content",
                                                                    "created_at",
                                                                    "generated_url",
                                                                    "id",
                                                                    "is_anonymous",
                                                                    "is_attachment_public",
                                                                    "is_deleted",
                                                                    "kategori_diskusi_id",
                                                                    "link_terkait",
                                                                    "proof_url",
                                                                    "release_date",
                                                                    "tenant_id",
                                                                    "title",
                                                                    "type",
                                                                    "updated_at",
                                                                    "user_id",
                                                                    "uuid",
                                                                    "views"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "isi": {
                                                                "type": "string"
                                                            },
                                                            "kategori": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "keterangan",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "komentar": {},
                                                            "lainnya": {},
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "properties": {
                                                                    "foto": {
                                                                        "type": "string"
                                                                    },
                                                                    "instansi": {
                                                                        "properties": {
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "nama": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "id",
                                                                            "nama"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "roles": {
                                                                        "items": {
                                                                            "properties": {
                                                                                "description": {
                                                                                    "type": "string"
                                                                                },
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "label": {
                                                                                    "type": "string"
                                                                                },
                                                                                "name": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "description",
                                                                                "id",
                                                                                "label",
                                                                                "name"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "type": "array"
                                                                    },
                                                                    "sekolah": {
                                                                        "items": {},
                                                                        "type": "array"
                                                                    },
                                                                    "um_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "um_user_name": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "foto",
                                                                    "instansi",
                                                                    "nama",
                                                                    "roles",
                                                                    "sekolah",
                                                                    "um_id",
                                                                    "um_user_name"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "user": {
                                                                "properties": {
                                                                    "foto": {
                                                                        "type": "string"
                                                                    },
                                                                    "instansi": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "roles": {
                                                                        "items": {
                                                                            "properties": {
                                                                                "description": {
                                                                                    "type": "string"
                                                                                },
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "label": {
                                                                                    "type": "string"
                                                                                },
                                                                                "name": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "description",
                                                                                "id",
                                                                                "label",
                                                                                "name"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "type": "array"
                                                                    },
                                                                    "sekolah": {
                                                                        "items": {},
                                                                        "type": "array"
                                                                    },
                                                                    "um_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "um_user_name": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "foto",
                                                                    "instansi",
                                                                    "nama",
                                                                    "roles",
                                                                    "sekolah",
                                                                    "um_id",
                                                                    "um_user_name"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "user_terlapor": {
                                                                "type": "boolean"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "diskusi",
                                                            "id",
                                                            "isi",
                                                            "kategori",
                                                            "komentar",
                                                            "lainnya",
                                                            "status",
                                                            "user",
                                                            "user_terlapor"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Lapor - Index"
            },
            "parameters": [],
            "post": {
                "operationId": "request_ir9oKIBMZS",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id_diskusi": {
                                        "type": "number"
                                    },
                                    "id_kategori": {
                                        "type": "number"
                                    },
                                    "isi": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "id_diskusi",
                                    "id_kategori",
                                    "isi"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "diskusi": {
                                                                "properties": {
                                                                    "content": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "generated_url": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_anonymous": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_attachment_public": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_deleted": {
                                                                        "type": "number"
                                                                    },
                                                                    "kategori_diskusi_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "link_terkait": {
                                                                        "type": "string"
                                                                    },
                                                                    "proof_url": {},
                                                                    "release_date": {},
                                                                    "tenant_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "title": {
                                                                        "type": "string"
                                                                    },
                                                                    "type": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "user_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "uuid": {
                                                                        "type": "string"
                                                                    },
                                                                    "views": {
                                                                        "type": "number"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "content",
                                                                    "created_at",
                                                                    "generated_url",
                                                                    "id",
                                                                    "is_anonymous",
                                                                    "is_attachment_public",
                                                                    "is_deleted",
                                                                    "kategori_diskusi_id",
                                                                    "link_terkait",
                                                                    "proof_url",
                                                                    "release_date",
                                                                    "tenant_id",
                                                                    "title",
                                                                    "type",
                                                                    "updated_at",
                                                                    "user_id",
                                                                    "uuid",
                                                                    "views"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "isi": {
                                                                "type": "string"
                                                            },
                                                            "kategori": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "keterangan",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "komentar": {
                                                                "type": "boolean"
                                                            },
                                                            "lainnya": {},
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "user": {
                                                                "properties": {
                                                                    "foto": {
                                                                        "type": "string"
                                                                    },
                                                                    "instansi": {
                                                                        "properties": {
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "nama": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "id",
                                                                            "nama"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "roles": {
                                                                        "items": {
                                                                            "properties": {
                                                                                "description": {
                                                                                    "type": "string"
                                                                                },
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "label": {
                                                                                    "type": "string"
                                                                                },
                                                                                "name": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "description",
                                                                                "id",
                                                                                "label",
                                                                                "name"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "type": "array"
                                                                    },
                                                                    "sekolah": {
                                                                        "items": {},
                                                                        "type": "array"
                                                                    },
                                                                    "um_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "um_user_name": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "foto",
                                                                    "instansi",
                                                                    "nama",
                                                                    "roles",
                                                                    "sekolah",
                                                                    "um_id",
                                                                    "um_user_name"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "user_terlapor": {
                                                                "type": "boolean"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "diskusi",
                                                            "id",
                                                            "isi",
                                                            "kategori",
                                                            "komentar",
                                                            "lainnya",
                                                            "status",
                                                            "user",
                                                            "user_terlapor"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "properties": {
                                                "field": {
                                                    "type": "string"
                                                },
                                                "message": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "field",
                                                "message"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "502": {
                        "description": ""
                    }
                },
                "summary": "Lapor - Create"
            }
        },
        "/v5/lapor/batch_follow_up": {
            "parameters": [],
            "post": {
                "operationId": "request_gW6y9IvJhW",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "ids": {
                                        "items": {},
                                        "type": "array"
                                    },
                                    "status": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "ids",
                                    "status"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "fail_ids": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "success_ids": {
                                                                "items": {
                                                                    "type": "number"
                                                                },
                                                                "type": "array"
                                                            }
                                                        },
                                                        "required": [
                                                            "fail_ids",
                                                            "success_ids"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "properties": {
                                                "field": {
                                                    "type": "string"
                                                },
                                                "message": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "field",
                                                "message"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Lapor - Batch Follow Up"
            }
        },
        "/v5/lapor/detail": {
            "get": {
                "operationId": "request_D3qXyHr4IA",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "diskusi": {
                                                                "properties": {
                                                                    "content": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "generated_url": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_anonymous": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_attachment_public": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_deleted": {
                                                                        "type": "number"
                                                                    },
                                                                    "kategori_diskusi_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "link_terkait": {
                                                                        "type": "string"
                                                                    },
                                                                    "proof_url": {},
                                                                    "release_date": {},
                                                                    "tenant_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "title": {
                                                                        "type": "string"
                                                                    },
                                                                    "type": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "user_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "uuid": {
                                                                        "type": "string"
                                                                    },
                                                                    "views": {
                                                                        "type": "number"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "content",
                                                                    "created_at",
                                                                    "generated_url",
                                                                    "id",
                                                                    "is_anonymous",
                                                                    "is_attachment_public",
                                                                    "is_deleted",
                                                                    "kategori_diskusi_id",
                                                                    "link_terkait",
                                                                    "proof_url",
                                                                    "release_date",
                                                                    "tenant_id",
                                                                    "title",
                                                                    "type",
                                                                    "updated_at",
                                                                    "user_id",
                                                                    "uuid",
                                                                    "views"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "isi": {
                                                                "type": "string"
                                                            },
                                                            "kategori": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "keterangan",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "komentar": {
                                                                "type": "boolean"
                                                            },
                                                            "lainnya": {},
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "properties": {
                                                                    "foto": {
                                                                        "type": "string"
                                                                    },
                                                                    "instansi": {
                                                                        "properties": {
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "nama": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "id",
                                                                            "nama"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "roles": {
                                                                        "items": {
                                                                            "properties": {
                                                                                "description": {
                                                                                    "type": "string"
                                                                                },
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "label": {
                                                                                    "type": "string"
                                                                                },
                                                                                "name": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "description",
                                                                                "id",
                                                                                "label",
                                                                                "name"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "type": "array"
                                                                    },
                                                                    "sekolah": {
                                                                        "items": {},
                                                                        "type": "array"
                                                                    },
                                                                    "um_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "um_user_name": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "foto",
                                                                    "instansi",
                                                                    "nama",
                                                                    "roles",
                                                                    "sekolah",
                                                                    "um_id",
                                                                    "um_user_name"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "user": {
                                                                "properties": {
                                                                    "foto": {
                                                                        "type": "string"
                                                                    },
                                                                    "instansi": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "roles": {
                                                                        "items": {
                                                                            "properties": {
                                                                                "description": {
                                                                                    "type": "string"
                                                                                },
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "label": {
                                                                                    "type": "string"
                                                                                },
                                                                                "name": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "description",
                                                                                "id",
                                                                                "label",
                                                                                "name"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "type": "array"
                                                                    },
                                                                    "sekolah": {
                                                                        "items": {},
                                                                        "type": "array"
                                                                    },
                                                                    "um_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "um_user_name": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "foto",
                                                                    "instansi",
                                                                    "nama",
                                                                    "roles",
                                                                    "sekolah",
                                                                    "um_id",
                                                                    "um_user_name"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "user_terlapor": {
                                                                "type": "boolean"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "diskusi",
                                                            "id",
                                                            "isi",
                                                            "kategori",
                                                            "komentar",
                                                            "lainnya",
                                                            "status",
                                                            "user",
                                                            "user_terlapor"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Lapor - Detail"
            },
            "parameters": []
        },
        "/v5/lapor/follow_up": {
            "parameters": [],
            "post": {
                "operationId": "request_PNZ57ZrZs3",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id": {},
                                    "status": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "id",
                                    "status"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "diskusi": {
                                                                "properties": {
                                                                    "content": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "generated_url": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_anonymous": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_attachment_public": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_deleted": {
                                                                        "type": "number"
                                                                    },
                                                                    "kategori_diskusi_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "link_terkait": {
                                                                        "type": "string"
                                                                    },
                                                                    "proof_url": {},
                                                                    "release_date": {},
                                                                    "tenant_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "title": {
                                                                        "type": "string"
                                                                    },
                                                                    "type": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "user_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "uuid": {
                                                                        "type": "string"
                                                                    },
                                                                    "views": {
                                                                        "type": "number"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "content",
                                                                    "created_at",
                                                                    "generated_url",
                                                                    "id",
                                                                    "is_anonymous",
                                                                    "is_attachment_public",
                                                                    "is_deleted",
                                                                    "kategori_diskusi_id",
                                                                    "link_terkait",
                                                                    "proof_url",
                                                                    "release_date",
                                                                    "tenant_id",
                                                                    "title",
                                                                    "type",
                                                                    "updated_at",
                                                                    "user_id",
                                                                    "uuid",
                                                                    "views"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "isi": {
                                                                "type": "string"
                                                            },
                                                            "kategori": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "keterangan",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "komentar": {
                                                                "type": "boolean"
                                                            },
                                                            "lainnya": {},
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "properties": {
                                                                    "foto": {
                                                                        "type": "string"
                                                                    },
                                                                    "instansi": {
                                                                        "properties": {
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "nama": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "id",
                                                                            "nama"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "roles": {
                                                                        "items": {
                                                                            "properties": {
                                                                                "description": {
                                                                                    "type": "string"
                                                                                },
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "label": {
                                                                                    "type": "string"
                                                                                },
                                                                                "name": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "description",
                                                                                "id",
                                                                                "label",
                                                                                "name"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "type": "array"
                                                                    },
                                                                    "sekolah": {
                                                                        "items": {},
                                                                        "type": "array"
                                                                    },
                                                                    "um_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "um_user_name": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "foto",
                                                                    "instansi",
                                                                    "nama",
                                                                    "roles",
                                                                    "sekolah",
                                                                    "um_id",
                                                                    "um_user_name"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "user": {
                                                                "properties": {
                                                                    "foto": {
                                                                        "type": "string"
                                                                    },
                                                                    "instansi": {
                                                                        "properties": {
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "nama": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "id",
                                                                            "nama"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "roles": {
                                                                        "items": {
                                                                            "properties": {
                                                                                "description": {
                                                                                    "type": "string"
                                                                                },
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "label": {
                                                                                    "type": "string"
                                                                                },
                                                                                "name": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "description",
                                                                                "id",
                                                                                "label",
                                                                                "name"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "type": "array"
                                                                    },
                                                                    "sekolah": {
                                                                        "items": {},
                                                                        "type": "array"
                                                                    },
                                                                    "um_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "um_user_name": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "foto",
                                                                    "instansi",
                                                                    "nama",
                                                                    "roles",
                                                                    "sekolah",
                                                                    "um_id",
                                                                    "um_user_name"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "user_terlapor": {
                                                                "type": "boolean"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "diskusi",
                                                            "id",
                                                            "isi",
                                                            "kategori",
                                                            "komentar",
                                                            "lainnya",
                                                            "status",
                                                            "updated_by",
                                                            "user",
                                                            "user_terlapor"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Lapor - Follow Up"
            }
        },
        "/v5/lapor/kategori": {
            "get": {
                "operationId": "request_BEVbl4uP7K",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "keterangan",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Lapor - List Kategori"
            },
            "parameters": []
        },
        "/v5/lapor/user_category_list": {
            "get": {
                "operationId": "request_mCNdl1mJJm",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "keterangan",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Lapor - User Category List"
            },
            "parameters": []
        },
        "/v5/litbang/kajian-pengajuan": {
            "get": {
                "operationId": "request_y3NzLo7oHz",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "approval_note": {},
                                                            "attachments": {
                                                                "items": {
                                                                    "properties": {
                                                                        "attachment_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "file": {
                                                                            "properties": {
                                                                                "filename": {
                                                                                    "type": "string"
                                                                                },
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "uuid": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "filename",
                                                                                "id",
                                                                                "uuid"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "jenis_dokumen": {
                                                                            "properties": {
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "keterangan": {
                                                                                    "type": "string"
                                                                                },
                                                                                "nama": {
                                                                                    "type": "string"
                                                                                },
                                                                                "view_order": {
                                                                                    "type": "number"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "id",
                                                                                "keterangan",
                                                                                "nama",
                                                                                "view_order"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "kajian_pengajuan_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "tahapan": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "attachment_id",
                                                                        "file",
                                                                        "id",
                                                                        "jenis_dokumen",
                                                                        "kajian_pengajuan_id",
                                                                        "tahapan"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "jenis_id": {
                                                                "type": "number"
                                                            },
                                                            "judul": {
                                                                "type": "string"
                                                            },
                                                            "kl_assign_to": {},
                                                            "kl_created_by": {},
                                                            "kl_gambaran_umum": {},
                                                            "kl_kerangka_teori": {},
                                                            "kl_metode_penelitian": {},
                                                            "kl_perumusan_masalah": {},
                                                            "kl_teknis_penulisan": {},
                                                            "kl_tujuan_penelitian": {},
                                                            "kom_assign_to": {},
                                                            "kom_created_by": {},
                                                            "kom_instansi_id": {},
                                                            "kom_notulensi": {},
                                                            "krs_assign_to": {},
                                                            "krs_checklist": {},
                                                            "krs_created_by": {},
                                                            "krs_deskripsi": {},
                                                            "pap_assign_to": {},
                                                            "pap_created_by": {},
                                                            "pap_diseminasi": {},
                                                            "pap_is_diseminasi": {
                                                                "type": "boolean"
                                                            },
                                                            "pk_assign_to": {},
                                                            "pk_created_by": {},
                                                            "pk_is_pihak_ketiga": {
                                                                "type": "boolean"
                                                            },
                                                            "pk_pihak_ketiga": {},
                                                            "pt_assign_to": {
                                                                "type": "number"
                                                            },
                                                            "pt_created_by": {
                                                                "type": "number"
                                                            },
                                                            "pt_daftar_peneliti": {
                                                                "type": "string"
                                                            },
                                                            "pt_kontak_peneliti": {
                                                                "type": "string"
                                                            },
                                                            "pt_pertimbangan_pemilihan_topik": {
                                                                "type": "string"
                                                            },
                                                            "rd_assign_to": {},
                                                            "rd_created_by": {},
                                                            "rkk_assign_to": {
                                                                "type": "number"
                                                            },
                                                            "rkk_created_by": {
                                                                "type": "number"
                                                            },
                                                            "rkk_lingkup_kajian": {
                                                                "type": "string"
                                                            },
                                                            "rkk_masalah_hipotesa": {
                                                                "type": "string"
                                                            },
                                                            "rkk_pengumpulan_data_sekunder": {
                                                                "type": "string"
                                                            },
                                                            "rkk_studi_literatur": {
                                                                "type": "string"
                                                            },
                                                            "rkk_studi_pendahuluan": {
                                                                "type": "string"
                                                            },
                                                            "satgas": {
                                                                "properties": {
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "id",
                                                                    "nama"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "satgas_id": {
                                                                "type": "number"
                                                            },
                                                            "sektor": {
                                                                "properties": {
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "id",
                                                                    "nama"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "sektor_id": {
                                                                "type": "number"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahapan": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "approval_note",
                                                            "attachments",
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "jenis_id",
                                                            "judul",
                                                            "kl_assign_to",
                                                            "kl_created_by",
                                                            "kl_gambaran_umum",
                                                            "kl_kerangka_teori",
                                                            "kl_metode_penelitian",
                                                            "kl_perumusan_masalah",
                                                            "kl_teknis_penulisan",
                                                            "kl_tujuan_penelitian",
                                                            "kom_assign_to",
                                                            "kom_created_by",
                                                            "kom_instansi_id",
                                                            "kom_notulensi",
                                                            "krs_assign_to",
                                                            "krs_checklist",
                                                            "krs_created_by",
                                                            "krs_deskripsi",
                                                            "pap_assign_to",
                                                            "pap_created_by",
                                                            "pap_diseminasi",
                                                            "pap_is_diseminasi",
                                                            "pk_assign_to",
                                                            "pk_created_by",
                                                            "pk_is_pihak_ketiga",
                                                            "pk_pihak_ketiga",
                                                            "pt_assign_to",
                                                            "pt_created_by",
                                                            "pt_daftar_peneliti",
                                                            "pt_kontak_peneliti",
                                                            "pt_pertimbangan_pemilihan_topik",
                                                            "rd_assign_to",
                                                            "rd_created_by",
                                                            "rkk_assign_to",
                                                            "rkk_created_by",
                                                            "rkk_lingkup_kajian",
                                                            "rkk_masalah_hipotesa",
                                                            "rkk_pengumpulan_data_sekunder",
                                                            "rkk_studi_literatur",
                                                            "rkk_studi_pendahuluan",
                                                            "satgas",
                                                            "satgas_id",
                                                            "sektor",
                                                            "sektor_id",
                                                            "status",
                                                            "tahapan",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Pengajuan List"
            },
            "parameters": []
        },
        "/v5/litbang/kajian-pengajuan-diskusi/create": {
            "parameters": [],
            "post": {
                "operationId": "request_xZxbjRokTK",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "attachment_filename": {},
                                                "attachment_id": {},
                                                "attachment_uuid": {},
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "id": {
                                                    "type": "number"
                                                },
                                                "pesan": {
                                                    "type": "string"
                                                },
                                                "um_id": {
                                                    "type": "number"
                                                },
                                                "um_user_name": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "attachment_filename",
                                                "attachment_id",
                                                "attachment_uuid",
                                                "created_at",
                                                "id",
                                                "pesan",
                                                "um_id",
                                                "um_user_name"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Pengajuan Diskusi Create"
            }
        },
        "/v5/litbang/kajian-pengajuan-diskusi/list/{litbang_kajian_pengajuan_id}": {
            "get": {
                "operationId": "request_noRJCSzDvm",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment_filename": {},
                                                            "attachment_id": {},
                                                            "attachment_uuid": {},
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "pesan": {
                                                                "type": "string"
                                                            },
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "um_user_name": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment_filename",
                                                            "attachment_id",
                                                            "attachment_uuid",
                                                            "created_at",
                                                            "id",
                                                            "pesan",
                                                            "um_id",
                                                            "um_user_name"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Pengajuan Diskusi List"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "litbang_kajian_pengajuan_id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/litbang/kajian-pengajuan/approval/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_QazXDNyZdK",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "approval_status": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "approval_status"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "approval_note": {},
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "jenis_id": {
                                                                "type": "number"
                                                            },
                                                            "judul": {
                                                                "type": "string"
                                                            },
                                                            "kl_assign_to": {},
                                                            "kl_created_by": {},
                                                            "kl_gambaran_umum": {},
                                                            "kl_kerangka_teori": {},
                                                            "kl_metode_penelitian": {},
                                                            "kl_perumusan_masalah": {},
                                                            "kl_teknis_penulisan": {},
                                                            "kl_tujuan_penelitian": {},
                                                            "kom_assign_to": {},
                                                            "kom_created_by": {},
                                                            "kom_instansi_id": {},
                                                            "kom_notulensi": {},
                                                            "krs_assign_to": {},
                                                            "krs_checklist": {},
                                                            "krs_created_by": {},
                                                            "krs_deskripsi": {},
                                                            "pap_assign_to": {},
                                                            "pap_created_by": {},
                                                            "pap_diseminasi": {},
                                                            "pap_is_diseminasi": {
                                                                "type": "boolean"
                                                            },
                                                            "pk_assign_to": {},
                                                            "pk_created_by": {},
                                                            "pk_is_pihak_ketiga": {
                                                                "type": "boolean"
                                                            },
                                                            "pk_pihak_ketiga": {},
                                                            "pt_assign_to": {
                                                                "type": "number"
                                                            },
                                                            "pt_created_by": {
                                                                "type": "number"
                                                            },
                                                            "pt_daftar_peneliti": {
                                                                "type": "string"
                                                            },
                                                            "pt_kontak_peneliti": {
                                                                "type": "string"
                                                            },
                                                            "pt_pertimbangan_pemilihan_topik": {
                                                                "type": "string"
                                                            },
                                                            "rd_assign_to": {},
                                                            "rd_created_by": {},
                                                            "rkk_assign_to": {},
                                                            "rkk_created_by": {},
                                                            "rkk_lingkup_kajian": {},
                                                            "rkk_masalah_hipotesa": {},
                                                            "rkk_pengumpulan_data_sekunder": {},
                                                            "rkk_studi_literatur": {},
                                                            "rkk_studi_pendahuluan": {},
                                                            "satgas_id": {
                                                                "type": "number"
                                                            },
                                                            "sektor_id": {
                                                                "type": "number"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahapan": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "approval_note",
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "jenis_id",
                                                            "judul",
                                                            "kl_assign_to",
                                                            "kl_created_by",
                                                            "kl_gambaran_umum",
                                                            "kl_kerangka_teori",
                                                            "kl_metode_penelitian",
                                                            "kl_perumusan_masalah",
                                                            "kl_teknis_penulisan",
                                                            "kl_tujuan_penelitian",
                                                            "kom_assign_to",
                                                            "kom_created_by",
                                                            "kom_instansi_id",
                                                            "kom_notulensi",
                                                            "krs_assign_to",
                                                            "krs_checklist",
                                                            "krs_created_by",
                                                            "krs_deskripsi",
                                                            "pap_assign_to",
                                                            "pap_created_by",
                                                            "pap_diseminasi",
                                                            "pap_is_diseminasi",
                                                            "pk_assign_to",
                                                            "pk_created_by",
                                                            "pk_is_pihak_ketiga",
                                                            "pk_pihak_ketiga",
                                                            "pt_assign_to",
                                                            "pt_created_by",
                                                            "pt_daftar_peneliti",
                                                            "pt_kontak_peneliti",
                                                            "pt_pertimbangan_pemilihan_topik",
                                                            "rd_assign_to",
                                                            "rd_created_by",
                                                            "rkk_assign_to",
                                                            "rkk_created_by",
                                                            "rkk_lingkup_kajian",
                                                            "rkk_masalah_hipotesa",
                                                            "rkk_pengumpulan_data_sekunder",
                                                            "rkk_studi_literatur",
                                                            "rkk_studi_pendahuluan",
                                                            "satgas_id",
                                                            "sektor_id",
                                                            "status",
                                                            "tahapan",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Pengajuan Approval"
            }
        },
        "/v5/litbang/kajian-pengajuan/count": {
            "get": {
                "operationId": "request_5IonCb6Xzh",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "kl": {
                                                    "type": "number"
                                                },
                                                "kom": {
                                                    "type": "number"
                                                },
                                                "krs": {
                                                    "type": "number"
                                                },
                                                "pap": {
                                                    "type": "number"
                                                },
                                                "pk": {
                                                    "type": "number"
                                                },
                                                "pt": {
                                                    "type": "number"
                                                },
                                                "rd": {
                                                    "type": "number"
                                                },
                                                "rkk": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "kl",
                                                "kom",
                                                "krs",
                                                "pap",
                                                "pk",
                                                "pt",
                                                "rd",
                                                "rkk"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "465": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Pengajuan Count"
            },
            "parameters": []
        },
        "/v5/litbang/kajian-pengajuan/create": {
            "parameters": [],
            "post": {
                "operationId": "request_ks2I4HuRUu",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "attachments": {
                                        "items": {
                                            "properties": {
                                                "attachment_id": {
                                                    "type": "string"
                                                },
                                                "jenis_dokumen_id": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "attachment_id",
                                                "jenis_dokumen_id"
                                            ],
                                            "type": "object"
                                        },
                                        "type": "array"
                                    },
                                    "jenis_id": {
                                        "type": "number"
                                    },
                                    "judul": {
                                        "type": "string"
                                    },
                                    "pt_assign_to": {
                                        "type": "number"
                                    },
                                    "pt_daftar_peneliti": {
                                        "type": "string"
                                    },
                                    "pt_kontak_peneliti": {
                                        "type": "string"
                                    },
                                    "pt_pertimbangan_pemilihan_topik": {
                                        "type": "string"
                                    },
                                    "sektor_id": {
                                        "type": "number"
                                    },
                                    "submit_status": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "attachments",
                                    "jenis_id",
                                    "judul",
                                    "pt_assign_to",
                                    "pt_daftar_peneliti",
                                    "pt_kontak_peneliti",
                                    "pt_pertimbangan_pemilihan_topik",
                                    "sektor_id",
                                    "submit_status"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "approval_note": {},
                                                            "created_at": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "jenis_id": {
                                                                "type": "number"
                                                            },
                                                            "judul": {
                                                                "type": "string"
                                                            },
                                                            "kl_assign_to": {},
                                                            "kl_created_by": {},
                                                            "kl_gambaran_umum": {},
                                                            "kl_kerangka_teori": {},
                                                            "kl_metode_penelitian": {},
                                                            "kl_perumusan_masalah": {},
                                                            "kl_teknis_penulisan": {},
                                                            "kl_tujuan_penelitian": {},
                                                            "kom_assign_to": {},
                                                            "kom_created_by": {},
                                                            "kom_instansi_id": {},
                                                            "kom_notulensi": {},
                                                            "krs_assign_to": {},
                                                            "krs_checklist": {},
                                                            "krs_created_by": {},
                                                            "krs_deskripsi": {},
                                                            "pap_assign_to": {},
                                                            "pap_created_by": {},
                                                            "pap_diseminasi": {},
                                                            "pap_is_diseminasi": {},
                                                            "pk_assign_to": {},
                                                            "pk_created_by": {},
                                                            "pk_is_pihak_ketiga": {},
                                                            "pk_pihak_ketiga": {},
                                                            "pt_assign_to": {
                                                                "type": "number"
                                                            },
                                                            "pt_created_by": {
                                                                "type": "number"
                                                            },
                                                            "pt_daftar_peneliti": {
                                                                "type": "string"
                                                            },
                                                            "pt_kontak_peneliti": {
                                                                "type": "string"
                                                            },
                                                            "pt_pertimbangan_pemilihan_topik": {
                                                                "type": "string"
                                                            },
                                                            "rd_assign_to": {},
                                                            "rd_created_by": {},
                                                            "rkk_assign_to": {},
                                                            "rkk_created_by": {},
                                                            "rkk_lingkup_kajian": {},
                                                            "rkk_masalah_hipotesa": {},
                                                            "rkk_pengumpulan_data_sekunder": {},
                                                            "rkk_studi_literatur": {},
                                                            "rkk_studi_pendahuluan": {},
                                                            "satgas_id": {
                                                                "type": "number"
                                                            },
                                                            "sektor_id": {
                                                                "type": "number"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahapan": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "approval_note",
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "jenis_id",
                                                            "judul",
                                                            "kl_assign_to",
                                                            "kl_created_by",
                                                            "kl_gambaran_umum",
                                                            "kl_kerangka_teori",
                                                            "kl_metode_penelitian",
                                                            "kl_perumusan_masalah",
                                                            "kl_teknis_penulisan",
                                                            "kl_tujuan_penelitian",
                                                            "kom_assign_to",
                                                            "kom_created_by",
                                                            "kom_instansi_id",
                                                            "kom_notulensi",
                                                            "krs_assign_to",
                                                            "krs_checklist",
                                                            "krs_created_by",
                                                            "krs_deskripsi",
                                                            "pap_assign_to",
                                                            "pap_created_by",
                                                            "pap_diseminasi",
                                                            "pap_is_diseminasi",
                                                            "pk_assign_to",
                                                            "pk_created_by",
                                                            "pk_is_pihak_ketiga",
                                                            "pk_pihak_ketiga",
                                                            "pt_assign_to",
                                                            "pt_created_by",
                                                            "pt_daftar_peneliti",
                                                            "pt_kontak_peneliti",
                                                            "pt_pertimbangan_pemilihan_topik",
                                                            "rd_assign_to",
                                                            "rd_created_by",
                                                            "rkk_assign_to",
                                                            "rkk_created_by",
                                                            "rkk_lingkup_kajian",
                                                            "rkk_masalah_hipotesa",
                                                            "rkk_pengumpulan_data_sekunder",
                                                            "rkk_studi_literatur",
                                                            "rkk_studi_pendahuluan",
                                                            "satgas_id",
                                                            "sektor_id",
                                                            "status",
                                                            "tahapan",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Pengajuan Create"
            }
        },
        "/v5/litbang/kajian-pengajuan/dashboard": {
            "get": {
                "operationId": "request_Jix6iYOiR8",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "sektor": {
                                                    "items": {
                                                        "properties": {
                                                            "count": {
                                                                "type": "number"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "count",
                                                            "id",
                                                            "nama"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "tahapan": {
                                                    "properties": {
                                                        "kl": {
                                                            "type": "number"
                                                        },
                                                        "kom": {
                                                            "type": "number"
                                                        },
                                                        "krs": {
                                                            "type": "number"
                                                        },
                                                        "pap": {
                                                            "type": "number"
                                                        },
                                                        "pk": {
                                                            "type": "number"
                                                        },
                                                        "pt": {
                                                            "type": "number"
                                                        },
                                                        "rd": {
                                                            "type": "number"
                                                        },
                                                        "rkk": {
                                                            "type": "number"
                                                        }
                                                    },
                                                    "required": [
                                                        "kl",
                                                        "kom",
                                                        "krs",
                                                        "pap",
                                                        "pk",
                                                        "pt",
                                                        "rd",
                                                        "rkk"
                                                    ],
                                                    "type": "object"
                                                }
                                            },
                                            "required": [
                                                "sektor",
                                                "tahapan"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Pengajuan Dashboard"
            },
            "parameters": []
        },
        "/v5/litbang/kajian-pengajuan/jenis-dokumen/{tahapan}": {
            "get": {
                "operationId": "request_YV6KZl7VSq",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "ref": {},
                                                            "tahapan": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "view_order": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "keterangan",
                                                            "nama",
                                                            "ref",
                                                            "tahapan",
                                                            "updated_at",
                                                            "view_order"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "465": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Pengajuan Jenis Dokumen by Tahapan"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "tahapan",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/litbang/kajian-pengajuan/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_LhE0ovg3oD",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "attachments": {
                                        "items": {
                                            "properties": {
                                                "attachment_id": {
                                                    "type": "string"
                                                },
                                                "jenis_dokumen_id": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "attachment_id",
                                                "jenis_dokumen_id"
                                            ],
                                            "type": "object"
                                        },
                                        "type": "array"
                                    },
                                    "kl_assign_to": {
                                        "type": "number"
                                    },
                                    "kl_gambaran_umum": {
                                        "type": "string"
                                    },
                                    "kl_kerangka_teori": {
                                        "type": "string"
                                    },
                                    "kl_metode_penelitian": {
                                        "type": "string"
                                    },
                                    "kl_perumusan_masalah": {
                                        "type": "string"
                                    },
                                    "kl_teknis_penulisan": {
                                        "type": "string"
                                    },
                                    "kl_tujuan_penelitian": {
                                        "type": "string"
                                    },
                                    "kom_assign_to": {
                                        "type": "number"
                                    },
                                    "kom_instansi_id": {
                                        "type": "number"
                                    },
                                    "kom_notulensi": {
                                        "type": "string"
                                    },
                                    "krs_assign_to": {
                                        "type": "number"
                                    },
                                    "krs_checklist": {
                                        "properties": {
                                            "KAK": {
                                                "type": "boolean"
                                            },
                                            "RAB": {
                                                "type": "boolean"
                                            },
                                            "SPT": {
                                                "type": "boolean"
                                            }
                                        },
                                        "required": [
                                            "KAK",
                                            "RAB",
                                            "SPT"
                                        ],
                                        "type": "object"
                                    },
                                    "krs_deskripsi": {
                                        "type": "string"
                                    },
                                    "pap_assign_to": {
                                        "type": "number"
                                    },
                                    "pap_diseminasi": {
                                        "type": "string"
                                    },
                                    "pap_is_diseminasi": {
                                        "type": "boolean"
                                    },
                                    "pk_assign_to": {
                                        "type": "number"
                                    },
                                    "pk_is_pihak_ketiga": {
                                        "type": "boolean"
                                    },
                                    "pk_pihak_ketiga": {
                                        "type": "string"
                                    },
                                    "rd_assign_to": {
                                        "type": "number"
                                    },
                                    "rkk_assign_to": {
                                        "type": "number"
                                    },
                                    "rkk_lingkup_kajian": {
                                        "type": "string"
                                    },
                                    "rkk_masalah_hipotesa": {
                                        "type": "string"
                                    },
                                    "rkk_pengumpulan_data_sekunder": {
                                        "type": "string"
                                    },
                                    "rkk_studi_literatur": {
                                        "type": "string"
                                    },
                                    "rkk_studi_pendahuluan": {
                                        "type": "string"
                                    },
                                    "submit_status": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "submit_status"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "approval_note": {},
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "jenis_id": {
                                                                "type": "number"
                                                            },
                                                            "judul": {
                                                                "type": "string"
                                                            },
                                                            "kl_assign_to": {},
                                                            "kl_created_by": {},
                                                            "kl_gambaran_umum": {},
                                                            "kl_kerangka_teori": {},
                                                            "kl_metode_penelitian": {},
                                                            "kl_perumusan_masalah": {},
                                                            "kl_teknis_penulisan": {},
                                                            "kl_tujuan_penelitian": {},
                                                            "kom_assign_to": {},
                                                            "kom_created_by": {},
                                                            "kom_instansi_id": {},
                                                            "kom_notulensi": {},
                                                            "krs_assign_to": {},
                                                            "krs_checklist": {},
                                                            "krs_created_by": {},
                                                            "krs_deskripsi": {},
                                                            "pap_assign_to": {},
                                                            "pap_created_by": {},
                                                            "pap_diseminasi": {},
                                                            "pap_is_diseminasi": {
                                                                "type": "boolean"
                                                            },
                                                            "pk_assign_to": {},
                                                            "pk_created_by": {},
                                                            "pk_is_pihak_ketiga": {
                                                                "type": "boolean"
                                                            },
                                                            "pk_pihak_ketiga": {},
                                                            "pt_assign_to": {
                                                                "type": "number"
                                                            },
                                                            "pt_created_by": {
                                                                "type": "number"
                                                            },
                                                            "pt_daftar_peneliti": {
                                                                "type": "string"
                                                            },
                                                            "pt_kontak_peneliti": {
                                                                "type": "string"
                                                            },
                                                            "pt_pertimbangan_pemilihan_topik": {
                                                                "type": "string"
                                                            },
                                                            "rd_assign_to": {},
                                                            "rd_created_by": {},
                                                            "rkk_assign_to": {
                                                                "type": "number"
                                                            },
                                                            "rkk_created_by": {
                                                                "type": "number"
                                                            },
                                                            "rkk_lingkup_kajian": {
                                                                "type": "string"
                                                            },
                                                            "rkk_masalah_hipotesa": {
                                                                "type": "string"
                                                            },
                                                            "rkk_pengumpulan_data_sekunder": {
                                                                "type": "string"
                                                            },
                                                            "rkk_studi_literatur": {
                                                                "type": "string"
                                                            },
                                                            "rkk_studi_pendahuluan": {
                                                                "type": "string"
                                                            },
                                                            "satgas_id": {
                                                                "type": "number"
                                                            },
                                                            "sektor_id": {
                                                                "type": "number"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahapan": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "approval_note",
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "jenis_id",
                                                            "judul",
                                                            "kl_assign_to",
                                                            "kl_created_by",
                                                            "kl_gambaran_umum",
                                                            "kl_kerangka_teori",
                                                            "kl_metode_penelitian",
                                                            "kl_perumusan_masalah",
                                                            "kl_teknis_penulisan",
                                                            "kl_tujuan_penelitian",
                                                            "kom_assign_to",
                                                            "kom_created_by",
                                                            "kom_instansi_id",
                                                            "kom_notulensi",
                                                            "krs_assign_to",
                                                            "krs_checklist",
                                                            "krs_created_by",
                                                            "krs_deskripsi",
                                                            "pap_assign_to",
                                                            "pap_created_by",
                                                            "pap_diseminasi",
                                                            "pap_is_diseminasi",
                                                            "pk_assign_to",
                                                            "pk_created_by",
                                                            "pk_is_pihak_ketiga",
                                                            "pk_pihak_ketiga",
                                                            "pt_assign_to",
                                                            "pt_created_by",
                                                            "pt_daftar_peneliti",
                                                            "pt_kontak_peneliti",
                                                            "pt_pertimbangan_pemilihan_topik",
                                                            "rd_assign_to",
                                                            "rd_created_by",
                                                            "rkk_assign_to",
                                                            "rkk_created_by",
                                                            "rkk_lingkup_kajian",
                                                            "rkk_masalah_hipotesa",
                                                            "rkk_pengumpulan_data_sekunder",
                                                            "rkk_studi_literatur",
                                                            "rkk_studi_pendahuluan",
                                                            "satgas_id",
                                                            "sektor_id",
                                                            "status",
                                                            "tahapan",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Pengajuan Update"
            }
        },
        "/v5/litbang/kajian-pengajuan/upload": {
            "parameters": [],
            "post": {
                "operationId": "request_AWXl8HfHN7",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "filename": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "metadata": {
                                                                "type": "number"
                                                            },
                                                            "referer": {},
                                                            "status": {
                                                                "type": "number"
                                                            },
                                                            "tipe": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {},
                                                            "uuid": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "filename",
                                                            "id",
                                                            "keterangan",
                                                            "metadata",
                                                            "referer",
                                                            "status",
                                                            "tipe",
                                                            "updated_at",
                                                            "updated_by",
                                                            "uuid"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Pengajuan Upload"
            }
        },
        "/v5/litbang/kajian-repositori": {
            "get": {
                "operationId": "request_9n0DJdz27t",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "abstrak": {},
                                                            "attachments": {
                                                                "items": {
                                                                    "properties": {
                                                                        "attachment_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "file": {
                                                                            "properties": {
                                                                                "filename": {
                                                                                    "type": "string"
                                                                                },
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "uuid": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "filename",
                                                                                "id",
                                                                                "uuid"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "jenis_dokumen": {
                                                                            "properties": {
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "keterangan": {
                                                                                    "type": "string"
                                                                                },
                                                                                "nama": {
                                                                                    "type": "string"
                                                                                },
                                                                                "view_order": {
                                                                                    "type": "number"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "id",
                                                                                "keterangan",
                                                                                "nama",
                                                                                "view_order"
                                                                            ],
                                                                            "type": "object"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "attachment_id",
                                                                        "file",
                                                                        "id",
                                                                        "jenis_dokumen"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "daftar_peneliti": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "judul": {
                                                                "type": "string"
                                                            },
                                                            "kata_kunci": {},
                                                            "kesimpulan": {},
                                                            "klpds": {
                                                                "items": {
                                                                    "properties": {
                                                                        "created_at": {},
                                                                        "deleted_at": {},
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "instansi": {
                                                                            "properties": {
                                                                                "created_at": {
                                                                                    "type": "string"
                                                                                },
                                                                                "deleted_at": {},
                                                                                "flag_dana_desa": {
                                                                                    "type": "number"
                                                                                },
                                                                                "flag_pak": {
                                                                                    "type": "boolean"
                                                                                },
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "id_kota_kabupaten": {},
                                                                                "id_provinsi": {},
                                                                                "id_tipe": {
                                                                                    "type": "number"
                                                                                },
                                                                                "instansi_tipe": {
                                                                                    "properties": {
                                                                                        "created_at": {
                                                                                            "type": "string"
                                                                                        },
                                                                                        "created_by": {},
                                                                                        "deleted_at": {},
                                                                                        "id": {
                                                                                            "type": "number"
                                                                                        },
                                                                                        "nama": {
                                                                                            "type": "string"
                                                                                        },
                                                                                        "stranas_filter": {
                                                                                            "type": "boolean"
                                                                                        },
                                                                                        "updated_at": {
                                                                                            "type": "string"
                                                                                        },
                                                                                        "updated_by": {}
                                                                                    },
                                                                                    "required": [
                                                                                        "created_at",
                                                                                        "created_by",
                                                                                        "deleted_at",
                                                                                        "id",
                                                                                        "nama",
                                                                                        "stranas_filter",
                                                                                        "updated_at",
                                                                                        "updated_by"
                                                                                    ],
                                                                                    "type": "object"
                                                                                },
                                                                                "is_stranas": {
                                                                                    "type": "number"
                                                                                },
                                                                                "nama": {
                                                                                    "type": "string"
                                                                                },
                                                                                "provinsi": {},
                                                                                "show_to_public": {
                                                                                    "type": "number"
                                                                                },
                                                                                "sumber": {},
                                                                                "updated_at": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "created_at",
                                                                                "deleted_at",
                                                                                "flag_dana_desa",
                                                                                "flag_pak",
                                                                                "id",
                                                                                "id_kota_kabupaten",
                                                                                "id_provinsi",
                                                                                "id_tipe",
                                                                                "instansi_tipe",
                                                                                "is_stranas",
                                                                                "nama",
                                                                                "provinsi",
                                                                                "show_to_public",
                                                                                "sumber",
                                                                                "updated_at"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "instansi_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "kajian_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "rekomendasi_list": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "created_at": {},
                                                                                    "deleted_at": {},
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "kajian_klpd_id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "konten": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "potensi_penyelamatan_keuangan_negara": {},
                                                                                    "updated_at": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "deleted_at",
                                                                                    "id",
                                                                                    "kajian_klpd_id",
                                                                                    "konten",
                                                                                    "potensi_penyelamatan_keuangan_negara",
                                                                                    "updated_at"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "src": {
                                                                            "type": "string"
                                                                        },
                                                                        "updated_at": {}
                                                                    },
                                                                    "required": [
                                                                        "created_at",
                                                                        "deleted_at",
                                                                        "id",
                                                                        "instansi",
                                                                        "instansi_id",
                                                                        "kajian_id",
                                                                        "rekomendasi_list",
                                                                        "src",
                                                                        "updated_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "kode": {
                                                                "type": "string"
                                                            },
                                                            "kontak_peneliti": {
                                                                "type": "string"
                                                            },
                                                            "latar_belakang": {},
                                                            "lokasi_subyek": {},
                                                            "metode_pengumpulan_data": {
                                                                "type": "string"
                                                            },
                                                            "mitra_kerjasama": {
                                                                "type": "string"
                                                            },
                                                            "narasumber": {},
                                                            "pengajuan": {
                                                                "properties": {
                                                                    "approval_note": {},
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "jenis_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "judul": {
                                                                        "type": "string"
                                                                    },
                                                                    "kl_assign_to": {
                                                                        "type": "number"
                                                                    },
                                                                    "kl_created_by": {
                                                                        "type": "number"
                                                                    },
                                                                    "kl_gambaran_umum": {
                                                                        "type": "string"
                                                                    },
                                                                    "kl_kerangka_teori": {
                                                                        "type": "string"
                                                                    },
                                                                    "kl_metode_penelitian": {
                                                                        "type": "string"
                                                                    },
                                                                    "kl_perumusan_masalah": {
                                                                        "type": "string"
                                                                    },
                                                                    "kl_teknis_penulisan": {
                                                                        "type": "string"
                                                                    },
                                                                    "kl_tujuan_penelitian": {
                                                                        "type": "string"
                                                                    },
                                                                    "kom_assign_to": {
                                                                        "type": "number"
                                                                    },
                                                                    "kom_created_by": {
                                                                        "type": "number"
                                                                    },
                                                                    "kom_instansi_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "kom_notulensi": {
                                                                        "type": "string"
                                                                    },
                                                                    "krs_assign_to": {
                                                                        "type": "number"
                                                                    },
                                                                    "krs_checklist": {
                                                                        "type": "string"
                                                                    },
                                                                    "krs_created_by": {
                                                                        "type": "number"
                                                                    },
                                                                    "krs_deskripsi": {
                                                                        "type": "string"
                                                                    },
                                                                    "pap_assign_to": {
                                                                        "type": "number"
                                                                    },
                                                                    "pap_created_by": {
                                                                        "type": "number"
                                                                    },
                                                                    "pap_diseminasi": {
                                                                        "type": "string"
                                                                    },
                                                                    "pap_is_diseminasi": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "pk_assign_to": {
                                                                        "type": "number"
                                                                    },
                                                                    "pk_created_by": {
                                                                        "type": "number"
                                                                    },
                                                                    "pk_is_pihak_ketiga": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "pk_pihak_ketiga": {
                                                                        "type": "string"
                                                                    },
                                                                    "pt_assign_to": {
                                                                        "type": "number"
                                                                    },
                                                                    "pt_created_by": {
                                                                        "type": "number"
                                                                    },
                                                                    "pt_daftar_peneliti": {
                                                                        "type": "string"
                                                                    },
                                                                    "pt_kontak_peneliti": {
                                                                        "type": "string"
                                                                    },
                                                                    "pt_pertimbangan_pemilihan_topik": {
                                                                        "type": "string"
                                                                    },
                                                                    "rd_assign_to": {
                                                                        "type": "number"
                                                                    },
                                                                    "rd_created_by": {
                                                                        "type": "number"
                                                                    },
                                                                    "rkk_assign_to": {
                                                                        "type": "number"
                                                                    },
                                                                    "rkk_created_by": {
                                                                        "type": "number"
                                                                    },
                                                                    "rkk_lingkup_kajian": {
                                                                        "type": "string"
                                                                    },
                                                                    "rkk_masalah_hipotesa": {
                                                                        "type": "string"
                                                                    },
                                                                    "rkk_pengumpulan_data_sekunder": {
                                                                        "type": "string"
                                                                    },
                                                                    "rkk_studi_literatur": {
                                                                        "type": "string"
                                                                    },
                                                                    "rkk_studi_pendahuluan": {
                                                                        "type": "string"
                                                                    },
                                                                    "satgas_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "sektor_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "status": {
                                                                        "type": "string"
                                                                    },
                                                                    "tahapan": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "approval_note",
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "jenis_id",
                                                                    "judul",
                                                                    "kl_assign_to",
                                                                    "kl_created_by",
                                                                    "kl_gambaran_umum",
                                                                    "kl_kerangka_teori",
                                                                    "kl_metode_penelitian",
                                                                    "kl_perumusan_masalah",
                                                                    "kl_teknis_penulisan",
                                                                    "kl_tujuan_penelitian",
                                                                    "kom_assign_to",
                                                                    "kom_created_by",
                                                                    "kom_instansi_id",
                                                                    "kom_notulensi",
                                                                    "krs_assign_to",
                                                                    "krs_checklist",
                                                                    "krs_created_by",
                                                                    "krs_deskripsi",
                                                                    "pap_assign_to",
                                                                    "pap_created_by",
                                                                    "pap_diseminasi",
                                                                    "pap_is_diseminasi",
                                                                    "pk_assign_to",
                                                                    "pk_created_by",
                                                                    "pk_is_pihak_ketiga",
                                                                    "pk_pihak_ketiga",
                                                                    "pt_assign_to",
                                                                    "pt_created_by",
                                                                    "pt_daftar_peneliti",
                                                                    "pt_kontak_peneliti",
                                                                    "pt_pertimbangan_pemilihan_topik",
                                                                    "rd_assign_to",
                                                                    "rd_created_by",
                                                                    "rkk_assign_to",
                                                                    "rkk_created_by",
                                                                    "rkk_lingkup_kajian",
                                                                    "rkk_masalah_hipotesa",
                                                                    "rkk_pengumpulan_data_sekunder",
                                                                    "rkk_studi_literatur",
                                                                    "rkk_studi_pendahuluan",
                                                                    "satgas_id",
                                                                    "sektor_id",
                                                                    "status",
                                                                    "tahapan",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "pengajuan_id": {},
                                                            "sektor": {
                                                                "properties": {
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "id",
                                                                    "nama"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "sektor_id": {
                                                                "type": "number"
                                                            },
                                                            "src": {
                                                                "type": "string"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            },
                                                            "tgl_presentasi": {},
                                                            "tgl_publikasi": {
                                                                "type": "string"
                                                            },
                                                            "tujuan_penelitian": {},
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "abstrak",
                                                            "attachments",
                                                            "created_at",
                                                            "daftar_peneliti",
                                                            "deleted_at",
                                                            "id",
                                                            "judul",
                                                            "kata_kunci",
                                                            "kesimpulan",
                                                            "klpds",
                                                            "kode",
                                                            "kontak_peneliti",
                                                            "latar_belakang",
                                                            "lokasi_subyek",
                                                            "metode_pengumpulan_data",
                                                            "mitra_kerjasama",
                                                            "narasumber",
                                                            "pengajuan_id",
                                                            "sektor",
                                                            "sektor_id",
                                                            "src",
                                                            "status",
                                                            "tahun",
                                                            "tgl_presentasi",
                                                            "tgl_publikasi",
                                                            "tujuan_penelitian",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Repositori"
            },
            "parameters": []
        },
        "/v5/litbang/kajian-repositori/create": {
            "parameters": [],
            "post": {
                "operationId": "request_zufyXwNIhm",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "abstrak": {
                                        "type": "string"
                                    },
                                    "attachments": {
                                        "items": {
                                            "properties": {
                                                "attachment_id": {
                                                    "type": "string"
                                                },
                                                "jenis_dokumen_id": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "attachment_id",
                                                "jenis_dokumen_id"
                                            ],
                                            "type": "object"
                                        },
                                        "type": "array"
                                    },
                                    "daftar_peneliti": {
                                        "type": "string"
                                    },
                                    "judul": {
                                        "type": "string"
                                    },
                                    "kata_kunci": {
                                        "type": "string"
                                    },
                                    "kesimpulan": {
                                        "type": "string"
                                    },
                                    "klpds": {
                                        "items": {
                                            "properties": {
                                                "instansi": {
                                                    "properties": {
                                                        "id": {
                                                            "type": "number"
                                                        }
                                                    },
                                                    "required": [
                                                        "id"
                                                    ],
                                                    "type": "object"
                                                },
                                                "rekomendasi_list": {
                                                    "items": {
                                                        "properties": {
                                                            "konten": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "konten"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                }
                                            },
                                            "required": [
                                                "instansi",
                                                "rekomendasi_list"
                                            ],
                                            "type": "object"
                                        },
                                        "type": "array"
                                    },
                                    "kontak_peneliti": {
                                        "type": "string"
                                    },
                                    "latar_belakang": {
                                        "type": "string"
                                    },
                                    "lokasi_subyek": {
                                        "type": "string"
                                    },
                                    "metode_pengumpulan_data": {
                                        "type": "string"
                                    },
                                    "mitra_kerjasama": {
                                        "type": "string"
                                    },
                                    "narasumber": {
                                        "type": "string"
                                    },
                                    "pengajuan_id": {},
                                    "sektor_id": {
                                        "type": "number"
                                    },
                                    "submit_status": {
                                        "type": "string"
                                    },
                                    "tahun": {
                                        "type": "number"
                                    },
                                    "tgl_presentasi": {
                                        "type": "string"
                                    },
                                    "tgl_publikasi": {
                                        "type": "string"
                                    },
                                    "tujuan_penelitian": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "abstrak",
                                    "attachments",
                                    "daftar_peneliti",
                                    "judul",
                                    "kata_kunci",
                                    "kesimpulan",
                                    "klpds",
                                    "kontak_peneliti",
                                    "latar_belakang",
                                    "lokasi_subyek",
                                    "metode_pengumpulan_data",
                                    "mitra_kerjasama",
                                    "narasumber",
                                    "pengajuan_id",
                                    "sektor_id",
                                    "submit_status",
                                    "tahun",
                                    "tgl_presentasi",
                                    "tgl_publikasi",
                                    "tujuan_penelitian"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "abstrak": {
                                                                "type": "string"
                                                            },
                                                            "created_at": {},
                                                            "daftar_peneliti": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "judul": {
                                                                "type": "string"
                                                            },
                                                            "kata_kunci": {
                                                                "type": "string"
                                                            },
                                                            "kesimpulan": {
                                                                "type": "string"
                                                            },
                                                            "kode": {
                                                                "type": "string"
                                                            },
                                                            "kontak_peneliti": {
                                                                "type": "string"
                                                            },
                                                            "latar_belakang": {
                                                                "type": "string"
                                                            },
                                                            "lokasi_subyek": {
                                                                "type": "string"
                                                            },
                                                            "metode_pengumpulan_data": {
                                                                "type": "string"
                                                            },
                                                            "mitra_kerjasama": {
                                                                "type": "string"
                                                            },
                                                            "narasumber": {
                                                                "type": "string"
                                                            },
                                                            "pengajuan_id": {},
                                                            "sektor_id": {
                                                                "type": "number"
                                                            },
                                                            "src": {
                                                                "type": "string"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            },
                                                            "tgl_presentasi": {
                                                                "type": "string"
                                                            },
                                                            "tgl_publikasi": {
                                                                "type": "string"
                                                            },
                                                            "tujuan_penelitian": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "abstrak",
                                                            "created_at",
                                                            "daftar_peneliti",
                                                            "deleted_at",
                                                            "id",
                                                            "judul",
                                                            "kata_kunci",
                                                            "kesimpulan",
                                                            "kode",
                                                            "kontak_peneliti",
                                                            "latar_belakang",
                                                            "lokasi_subyek",
                                                            "metode_pengumpulan_data",
                                                            "mitra_kerjasama",
                                                            "narasumber",
                                                            "pengajuan_id",
                                                            "sektor_id",
                                                            "src",
                                                            "status",
                                                            "tahun",
                                                            "tgl_presentasi",
                                                            "tgl_publikasi",
                                                            "tujuan_penelitian",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Repositori Create"
            }
        },
        "/v5/litbang/kajian-repositori/detail/{id}": {
            "get": {
                "operationId": "request_eIT8nFxcoc",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "abstrak": {
                                                    "type": "string"
                                                },
                                                "attachments": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment_id": {
                                                                "type": "number"
                                                            },
                                                            "file": {
                                                                "properties": {
                                                                    "filename": {
                                                                        "type": "string"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "uuid": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "filename",
                                                                    "id",
                                                                    "uuid"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "jenis_dokumen": {
                                                                "properties": {
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {
                                                                        "type": "string"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "view_order": {
                                                                        "type": "number"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "id",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "view_order"
                                                                ],
                                                                "type": "object"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment_id",
                                                            "file",
                                                            "id",
                                                            "jenis_dokumen"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "daftar_peneliti": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "id": {
                                                    "type": "number"
                                                },
                                                "judul": {
                                                    "type": "string"
                                                },
                                                "kata_kunci": {
                                                    "type": "string"
                                                },
                                                "kesimpulan": {
                                                    "type": "string"
                                                },
                                                "klpds": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "instansi": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "flag_dana_desa": {
                                                                        "type": "number"
                                                                    },
                                                                    "flag_pak": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_kota_kabupaten": {},
                                                                    "id_provinsi": {},
                                                                    "id_tipe": {
                                                                        "type": "number"
                                                                    },
                                                                    "instansi_tipe": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "stranas_filter": {
                                                                                "type": "boolean"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "nama",
                                                                            "stranas_filter",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "is_stranas": {
                                                                        "type": "number"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "show_to_public": {
                                                                        "type": "number"
                                                                    },
                                                                    "sumber": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "flag_dana_desa",
                                                                    "flag_pak",
                                                                    "id",
                                                                    "id_kota_kabupaten",
                                                                    "id_provinsi",
                                                                    "id_tipe",
                                                                    "instansi_tipe",
                                                                    "is_stranas",
                                                                    "nama",
                                                                    "provinsi",
                                                                    "show_to_public",
                                                                    "sumber",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "instansi_id": {
                                                                "type": "number"
                                                            },
                                                            "kajian_id": {
                                                                "type": "number"
                                                            },
                                                            "rekomendasi_list": {
                                                                "items": {
                                                                    "properties": {
                                                                        "created_at": {},
                                                                        "deleted_at": {},
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "kajian_klpd_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "konten": {
                                                                            "type": "string"
                                                                        },
                                                                        "potensi_penyelamatan_keuangan_negara": {},
                                                                        "updated_at": {}
                                                                    },
                                                                    "required": [
                                                                        "created_at",
                                                                        "deleted_at",
                                                                        "id",
                                                                        "kajian_klpd_id",
                                                                        "konten",
                                                                        "potensi_penyelamatan_keuangan_negara",
                                                                        "updated_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "src": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "instansi",
                                                            "instansi_id",
                                                            "kajian_id",
                                                            "rekomendasi_list",
                                                            "src",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "kode": {
                                                    "type": "string"
                                                },
                                                "kontak_peneliti": {
                                                    "type": "string"
                                                },
                                                "latar_belakang": {
                                                    "type": "string"
                                                },
                                                "lokasi_subyek": {
                                                    "type": "string"
                                                },
                                                "metode_pengumpulan_data": {
                                                    "type": "string"
                                                },
                                                "mitra_kerjasama": {
                                                    "type": "string"
                                                },
                                                "narasumber": {
                                                    "type": "string"
                                                },
                                                "pengajuan_id": {},
                                                "sektor": {
                                                    "properties": {
                                                        "id": {
                                                            "type": "number"
                                                        },
                                                        "nama": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "id",
                                                        "nama"
                                                    ],
                                                    "type": "object"
                                                },
                                                "sektor_id": {
                                                    "type": "number"
                                                },
                                                "src": {
                                                    "type": "string"
                                                },
                                                "status": {
                                                    "type": "string"
                                                },
                                                "tahun": {
                                                    "type": "number"
                                                },
                                                "tgl_presentasi": {
                                                    "type": "string"
                                                },
                                                "tgl_publikasi": {
                                                    "type": "string"
                                                },
                                                "tujuan_penelitian": {
                                                    "type": "string"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "abstrak",
                                                "attachments",
                                                "created_at",
                                                "daftar_peneliti",
                                                "deleted_at",
                                                "id",
                                                "judul",
                                                "kata_kunci",
                                                "kesimpulan",
                                                "klpds",
                                                "kode",
                                                "kontak_peneliti",
                                                "latar_belakang",
                                                "lokasi_subyek",
                                                "metode_pengumpulan_data",
                                                "mitra_kerjasama",
                                                "narasumber",
                                                "pengajuan_id",
                                                "sektor",
                                                "sektor_id",
                                                "src",
                                                "status",
                                                "tahun",
                                                "tgl_presentasi",
                                                "tgl_publikasi",
                                                "tujuan_penelitian",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Repositori Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/litbang/kajian-repositori/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_oYzM06A4yu",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "abstrak": {
                                        "type": "string"
                                    },
                                    "attachments": {
                                        "items": {
                                            "properties": {
                                                "attachment_id": {
                                                    "type": "number"
                                                },
                                                "file": {
                                                    "properties": {
                                                        "filename": {
                                                            "type": "string"
                                                        },
                                                        "id": {
                                                            "type": "number"
                                                        },
                                                        "uuid": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "filename",
                                                        "id",
                                                        "uuid"
                                                    ],
                                                    "type": "object"
                                                },
                                                "id": {
                                                    "type": "number"
                                                },
                                                "jenis_dokumen": {
                                                    "properties": {
                                                        "id": {
                                                            "type": "number"
                                                        },
                                                        "keterangan": {
                                                            "type": "string"
                                                        },
                                                        "nama": {
                                                            "type": "string"
                                                        },
                                                        "view_order": {
                                                            "type": "number"
                                                        }
                                                    },
                                                    "required": [
                                                        "id",
                                                        "keterangan",
                                                        "nama",
                                                        "view_order"
                                                    ],
                                                    "type": "object"
                                                },
                                                "jenis_dokumen_id": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "attachment_id",
                                                "file",
                                                "id",
                                                "jenis_dokumen",
                                                "jenis_dokumen_id"
                                            ],
                                            "type": "object"
                                        },
                                        "type": "array"
                                    },
                                    "created_at": {
                                        "type": "string"
                                    },
                                    "daftar_peneliti": {
                                        "type": "string"
                                    },
                                    "deleted_at": {},
                                    "id": {
                                        "type": "number"
                                    },
                                    "judul": {
                                        "type": "string"
                                    },
                                    "kata_kunci": {
                                        "type": "string"
                                    },
                                    "kesimpulan": {
                                        "type": "string"
                                    },
                                    "klpds": {
                                        "items": {
                                            "properties": {
                                                "created_at": {},
                                                "deleted_at": {},
                                                "id": {
                                                    "type": "number"
                                                },
                                                "instansi": {
                                                    "properties": {
                                                        "created_at": {
                                                            "type": "string"
                                                        },
                                                        "deleted_at": {},
                                                        "flag_dana_desa": {
                                                            "type": "number"
                                                        },
                                                        "flag_pak": {
                                                            "type": "boolean"
                                                        },
                                                        "id": {
                                                            "type": "number"
                                                        },
                                                        "id_kota_kabupaten": {},
                                                        "id_provinsi": {},
                                                        "id_tipe": {
                                                            "type": "number"
                                                        },
                                                        "instansi_tipe": {
                                                            "properties": {
                                                                "created_at": {
                                                                    "type": "string"
                                                                },
                                                                "created_by": {},
                                                                "deleted_at": {},
                                                                "id": {
                                                                    "type": "number"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                },
                                                                "stranas_filter": {
                                                                    "type": "boolean"
                                                                },
                                                                "updated_at": {
                                                                    "type": "string"
                                                                },
                                                                "updated_by": {}
                                                            },
                                                            "required": [
                                                                "created_at",
                                                                "created_by",
                                                                "deleted_at",
                                                                "id",
                                                                "nama",
                                                                "stranas_filter",
                                                                "updated_at",
                                                                "updated_by"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "is_stranas": {
                                                            "type": "number"
                                                        },
                                                        "nama": {
                                                            "type": "string"
                                                        },
                                                        "provinsi": {
                                                            "type": "boolean"
                                                        },
                                                        "show_to_public": {
                                                            "type": "number"
                                                        },
                                                        "sumber": {},
                                                        "updated_at": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "created_at",
                                                        "deleted_at",
                                                        "flag_dana_desa",
                                                        "flag_pak",
                                                        "id",
                                                        "id_kota_kabupaten",
                                                        "id_provinsi",
                                                        "id_tipe",
                                                        "instansi_tipe",
                                                        "is_stranas",
                                                        "nama",
                                                        "provinsi",
                                                        "show_to_public",
                                                        "sumber",
                                                        "updated_at"
                                                    ],
                                                    "type": "object"
                                                },
                                                "instansi_id": {
                                                    "type": "number"
                                                },
                                                "kajian_id": {
                                                    "type": "number"
                                                },
                                                "rekomendasi_list": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "kajian_klpd_id": {
                                                                "type": "number"
                                                            },
                                                            "konten": {
                                                                "type": "string"
                                                            },
                                                            "potensi_penyelamatan_keuangan_negara": {},
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "kajian_klpd_id",
                                                            "konten",
                                                            "potensi_penyelamatan_keuangan_negara",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "src": {
                                                    "type": "string"
                                                },
                                                "updated_at": {}
                                            },
                                            "required": [
                                                "created_at",
                                                "deleted_at",
                                                "id",
                                                "instansi",
                                                "instansi_id",
                                                "kajian_id",
                                                "rekomendasi_list",
                                                "src",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "type": "array"
                                    },
                                    "kode": {
                                        "type": "string"
                                    },
                                    "kontak_peneliti": {
                                        "type": "string"
                                    },
                                    "latar_belakang": {
                                        "type": "string"
                                    },
                                    "lokasi_subyek": {
                                        "type": "string"
                                    },
                                    "metode_pengumpulan_data": {
                                        "type": "string"
                                    },
                                    "mitra_kerjasama": {
                                        "type": "string"
                                    },
                                    "narasumber": {
                                        "type": "string"
                                    },
                                    "pengajuan_id": {},
                                    "sektor": {
                                        "properties": {
                                            "id": {
                                                "type": "number"
                                            },
                                            "nama": {
                                                "type": "string"
                                            }
                                        },
                                        "required": [
                                            "id",
                                            "nama"
                                        ],
                                        "type": "object"
                                    },
                                    "sektor_id": {
                                        "type": "number"
                                    },
                                    "src": {
                                        "type": "string"
                                    },
                                    "status": {
                                        "type": "string"
                                    },
                                    "tahun": {
                                        "type": "number"
                                    },
                                    "tgl_presentasi": {
                                        "type": "string"
                                    },
                                    "tgl_publikasi": {
                                        "type": "string"
                                    },
                                    "tujuan_penelitian": {
                                        "type": "string"
                                    },
                                    "updated_at": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "abstrak",
                                    "attachments",
                                    "created_at",
                                    "daftar_peneliti",
                                    "deleted_at",
                                    "id",
                                    "judul",
                                    "kata_kunci",
                                    "kesimpulan",
                                    "klpds",
                                    "kode",
                                    "kontak_peneliti",
                                    "latar_belakang",
                                    "lokasi_subyek",
                                    "metode_pengumpulan_data",
                                    "mitra_kerjasama",
                                    "narasumber",
                                    "pengajuan_id",
                                    "sektor",
                                    "sektor_id",
                                    "src",
                                    "status",
                                    "tahun",
                                    "tgl_presentasi",
                                    "tgl_publikasi",
                                    "tujuan_penelitian",
                                    "updated_at"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "abstrak": {
                                                                "type": "string"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "daftar_peneliti": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "judul": {
                                                                "type": "string"
                                                            },
                                                            "kata_kunci": {
                                                                "type": "string"
                                                            },
                                                            "kesimpulan": {
                                                                "type": "string"
                                                            },
                                                            "kode": {
                                                                "type": "string"
                                                            },
                                                            "kontak_peneliti": {
                                                                "type": "string"
                                                            },
                                                            "latar_belakang": {
                                                                "type": "string"
                                                            },
                                                            "lokasi_subyek": {
                                                                "type": "string"
                                                            },
                                                            "metode_pengumpulan_data": {
                                                                "type": "string"
                                                            },
                                                            "mitra_kerjasama": {
                                                                "type": "string"
                                                            },
                                                            "narasumber": {
                                                                "type": "string"
                                                            },
                                                            "pengajuan_id": {},
                                                            "sektor_id": {
                                                                "type": "number"
                                                            },
                                                            "src": {
                                                                "type": "string"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            },
                                                            "tgl_presentasi": {
                                                                "type": "string"
                                                            },
                                                            "tgl_publikasi": {
                                                                "type": "string"
                                                            },
                                                            "tujuan_penelitian": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "abstrak",
                                                            "created_at",
                                                            "daftar_peneliti",
                                                            "deleted_at",
                                                            "id",
                                                            "judul",
                                                            "kata_kunci",
                                                            "kesimpulan",
                                                            "kode",
                                                            "kontak_peneliti",
                                                            "latar_belakang",
                                                            "lokasi_subyek",
                                                            "metode_pengumpulan_data",
                                                            "mitra_kerjasama",
                                                            "narasumber",
                                                            "pengajuan_id",
                                                            "sektor_id",
                                                            "src",
                                                            "status",
                                                            "tahun",
                                                            "tgl_presentasi",
                                                            "tgl_publikasi",
                                                            "tujuan_penelitian",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Repositori Update"
            }
        },
        "/v5/litbang/kajian-repositori/upload": {
            "parameters": [],
            "post": {
                "operationId": "request_PsOhoP8VhC",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "filename": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "metadata": {
                                                                "type": "number"
                                                            },
                                                            "referer": {},
                                                            "status": {
                                                                "type": "number"
                                                            },
                                                            "tipe": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {},
                                                            "uuid": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "filename",
                                                            "id",
                                                            "keterangan",
                                                            "metadata",
                                                            "referer",
                                                            "status",
                                                            "tipe",
                                                            "updated_at",
                                                            "updated_by",
                                                            "uuid"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Repositori Upload"
            }
        },
        "/v5/litbang/kajian/add-instansi/{kajian_id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "kajian_id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_zJyOaBh3Sx",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "instansi_id": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "instansi_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {},
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "461": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Add Instansi"
            }
        },
        "/v5/litbang/kajian/add-rekomendasi": {
            "parameters": [],
            "post": {
                "operationId": "request_FsLrGSPFJt",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "kajian_id": {
                                        "type": "number"
                                    },
                                    "kajian_klpd_id": {
                                        "type": "number"
                                    },
                                    "konten": {
                                        "type": "string"
                                    },
                                    "potensi_penyelamatan_keuangan_negara": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "kajian_id",
                                    "kajian_klpd_id",
                                    "konten",
                                    "potensi_penyelamatan_keuangan_negara"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {},
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Add Rekomendasi"
            }
        },
        "/v5/litbang/kajian/all": {
            "get": {
                "operationId": "request_7OgIDkvN1P",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment_filename": {},
                                                            "attachment_id": {
                                                                "type": "number"
                                                            },
                                                            "attachment_uuid": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "instansi_list": {
                                                                "type": "string"
                                                            },
                                                            "jenis_label": {
                                                                "type": "string"
                                                            },
                                                            "judul": {
                                                                "type": "string"
                                                            },
                                                            "kode": {
                                                                "type": "string"
                                                            },
                                                            "sektor_label": {
                                                                "type": "string"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment_filename",
                                                            "attachment_id",
                                                            "attachment_uuid",
                                                            "id",
                                                            "instansi_list",
                                                            "jenis_label",
                                                            "judul",
                                                            "kode",
                                                            "sektor_label",
                                                            "tahun"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian List All"
            },
            "parameters": []
        },
        "/v5/litbang/kajian/create": {
            "parameters": [],
            "post": {
                "operationId": "request_9LP1Y3vnci",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "attachment_uuid": {},
                                    "daftar_pustaka": {
                                        "type": "string"
                                    },
                                    "deskripsi": {
                                        "type": "string"
                                    },
                                    "jenis_id": {
                                        "type": "number"
                                    },
                                    "judul": {
                                        "type": "string"
                                    },
                                    "kode": {
                                        "type": "string"
                                    },
                                    "potensi_penyelamatan_keuangan": {
                                        "type": "string"
                                    },
                                    "sektor_id": {
                                        "type": "number"
                                    },
                                    "tahun": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "attachment_uuid",
                                    "daftar_pustaka",
                                    "deskripsi",
                                    "jenis_id",
                                    "judul",
                                    "kode",
                                    "potensi_penyelamatan_keuangan",
                                    "sektor_id",
                                    "tahun"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment_id": {},
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "daftar_pustaka": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "deskripsi": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "jenis_id": {
                                                                "type": "number"
                                                            },
                                                            "judul": {
                                                                "type": "string"
                                                            },
                                                            "kode": {
                                                                "type": "string"
                                                            },
                                                            "potensi_penyelamatan_keuangan": {
                                                                "type": "string"
                                                            },
                                                            "sektor_id": {
                                                                "type": "number"
                                                            },
                                                            "tahun": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment_id",
                                                            "created_at",
                                                            "daftar_pustaka",
                                                            "deleted_at",
                                                            "deskripsi",
                                                            "id",
                                                            "jenis_id",
                                                            "judul",
                                                            "kode",
                                                            "potensi_penyelamatan_keuangan",
                                                            "sektor_id",
                                                            "tahun",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Create"
            }
        },
        "/v5/litbang/kajian/dashboard": {
            "get": {
                "operationId": "request_v26tTvwSHl",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "summary_per_instansi": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "total": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "nama",
                                                            "total"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "summary_per_sektor": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "total": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "nama",
                                                            "total"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "summary_per_year": {
                                                    "items": {
                                                        "properties": {
                                                            "tahun": {
                                                                "type": "number"
                                                            },
                                                            "total": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "tahun",
                                                            "total"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                }
                                            },
                                            "required": [
                                                "summary_per_instansi",
                                                "summary_per_sektor",
                                                "summary_per_year"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Dashboard"
            },
            "parameters": []
        },
        "/v5/litbang/kajian/delete-instansi/{kajian_id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "kajian_id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_KR1ZwshdrK",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "instansi_id": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "instansi_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {},
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Delete Instansi"
            }
        },
        "/v5/litbang/kajian/delete-rekomendasi/{rekomendasi_id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "rekomendasi_id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_jJhpvyC1vU",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "kajian_id": {
                                        "type": "number"
                                    },
                                    "kajian_klpd_id": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "kajian_id",
                                    "kajian_klpd_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {},
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Delete Rekomendasi"
            }
        },
        "/v5/litbang/kajian/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_u2OSW2eN10",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment_id": {
                                                                "type": "number"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "daftar_pustaka": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {
                                                                "type": "string"
                                                            },
                                                            "deskripsi": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "jenis_id": {
                                                                "type": "number"
                                                            },
                                                            "judul": {
                                                                "type": "string"
                                                            },
                                                            "kode": {
                                                                "type": "string"
                                                            },
                                                            "potensi_penyelamatan_keuangan": {
                                                                "type": "string"
                                                            },
                                                            "sektor_id": {
                                                                "type": "number"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment_id",
                                                            "created_at",
                                                            "daftar_pustaka",
                                                            "deleted_at",
                                                            "deskripsi",
                                                            "id",
                                                            "jenis_id",
                                                            "judul",
                                                            "kode",
                                                            "potensi_penyelamatan_keuangan",
                                                            "sektor_id",
                                                            "tahun",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Delete"
            }
        },
        "/v5/litbang/kajian/detail/{id}": {
            "get": {
                "operationId": "request_renxP2Kvs3",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "attachment": {},
                                                "attachment_id": {
                                                    "type": "number"
                                                },
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "daftar_pustaka": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "deskripsi": {
                                                    "type": "string"
                                                },
                                                "id": {
                                                    "type": "number"
                                                },
                                                "jenis_id": {
                                                    "type": "number"
                                                },
                                                "judul": {
                                                    "type": "string"
                                                },
                                                "klpd_list": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "instansi": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "flag_dana_desa": {
                                                                        "type": "number"
                                                                    },
                                                                    "flag_pak": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_kota_kabupaten": {},
                                                                    "id_provinsi": {},
                                                                    "id_tipe": {
                                                                        "type": "number"
                                                                    },
                                                                    "instansi_tipe": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "stranas_filter": {
                                                                                "type": "boolean"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "nama",
                                                                            "stranas_filter",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "is_stranas": {
                                                                        "type": "number"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "show_to_public": {
                                                                        "type": "number"
                                                                    },
                                                                    "sumber": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "flag_dana_desa",
                                                                    "flag_pak",
                                                                    "id",
                                                                    "id_kota_kabupaten",
                                                                    "id_provinsi",
                                                                    "id_tipe",
                                                                    "instansi_tipe",
                                                                    "is_stranas",
                                                                    "nama",
                                                                    "provinsi",
                                                                    "show_to_public",
                                                                    "sumber",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "instansi_id": {
                                                                "type": "number"
                                                            },
                                                            "kajian_id": {
                                                                "type": "number"
                                                            },
                                                            "rekomendasi_list": {
                                                                "items": {
                                                                    "properties": {
                                                                        "created_at": {},
                                                                        "deleted_at": {},
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "kajian_klpd_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "konten": {
                                                                            "type": "string"
                                                                        },
                                                                        "potensi_penyelamatan_keuangan_negara": {},
                                                                        "updated_at": {}
                                                                    },
                                                                    "required": [
                                                                        "created_at",
                                                                        "deleted_at",
                                                                        "id",
                                                                        "kajian_klpd_id",
                                                                        "konten",
                                                                        "potensi_penyelamatan_keuangan_negara",
                                                                        "updated_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "src": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "instansi",
                                                            "instansi_id",
                                                            "kajian_id",
                                                            "rekomendasi_list",
                                                            "src",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "kode": {
                                                    "type": "string"
                                                },
                                                "potensi_penyelamatan_keuangan": {
                                                    "type": "string"
                                                },
                                                "sektor_id": {
                                                    "type": "number"
                                                },
                                                "tahun": {
                                                    "type": "number"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "attachment",
                                                "attachment_id",
                                                "created_at",
                                                "daftar_pustaka",
                                                "deleted_at",
                                                "deskripsi",
                                                "id",
                                                "jenis_id",
                                                "judul",
                                                "klpd_list",
                                                "kode",
                                                "potensi_penyelamatan_keuangan",
                                                "sektor_id",
                                                "tahun",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/litbang/kajian/list": {
            "get": {
                "operationId": "request_ROsNCunV1V",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment_filename": {},
                                                            "attachment_id": {
                                                                "type": "number"
                                                            },
                                                            "attachment_uuid": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "instansi_list": {
                                                                "type": "string"
                                                            },
                                                            "jenis_label": {
                                                                "type": "string"
                                                            },
                                                            "judul": {
                                                                "type": "string"
                                                            },
                                                            "kode": {
                                                                "type": "string"
                                                            },
                                                            "sektor_label": {
                                                                "type": "string"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment_filename",
                                                            "attachment_id",
                                                            "attachment_uuid",
                                                            "id",
                                                            "instansi_list",
                                                            "jenis_label",
                                                            "judul",
                                                            "kode",
                                                            "sektor_label",
                                                            "tahun"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian List"
            },
            "parameters": []
        },
        "/v5/litbang/kajian/random": {
            "get": {
                "operationId": "request_4MSifbXNSw",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "attachment": {
                                                    "properties": {
                                                        "created_at": {
                                                            "type": "string"
                                                        },
                                                        "created_by": {
                                                            "type": "number"
                                                        },
                                                        "deleted_at": {},
                                                        "filename": {
                                                            "type": "string"
                                                        },
                                                        "id": {
                                                            "type": "number"
                                                        },
                                                        "keterangan": {
                                                            "type": "string"
                                                        },
                                                        "metadata": {
                                                            "type": "number"
                                                        },
                                                        "referer": {
                                                            "type": "number"
                                                        },
                                                        "status": {
                                                            "type": "number"
                                                        },
                                                        "tipe": {
                                                            "type": "number"
                                                        },
                                                        "updated_at": {
                                                            "type": "string"
                                                        },
                                                        "updated_by": {},
                                                        "uuid": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "created_at",
                                                        "created_by",
                                                        "deleted_at",
                                                        "filename",
                                                        "id",
                                                        "keterangan",
                                                        "metadata",
                                                        "referer",
                                                        "status",
                                                        "tipe",
                                                        "updated_at",
                                                        "updated_by",
                                                        "uuid"
                                                    ],
                                                    "type": "object"
                                                },
                                                "attachment_id": {
                                                    "type": "number"
                                                },
                                                "created_at": {},
                                                "daftar_pustaka": {},
                                                "deleted_at": {},
                                                "deskripsi": {
                                                    "type": "string"
                                                },
                                                "id": {
                                                    "type": "number"
                                                },
                                                "jenis_id": {
                                                    "type": "number"
                                                },
                                                "judul": {
                                                    "type": "string"
                                                },
                                                "klpd_list": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "instansi": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "flag_dana_desa": {
                                                                        "type": "number"
                                                                    },
                                                                    "flag_pak": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_kota_kabupaten": {},
                                                                    "id_provinsi": {},
                                                                    "id_tipe": {
                                                                        "type": "number"
                                                                    },
                                                                    "instansi_tipe": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "stranas_filter": {
                                                                                "type": "boolean"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "nama",
                                                                            "stranas_filter",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "is_stranas": {
                                                                        "type": "number"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "show_to_public": {
                                                                        "type": "number"
                                                                    },
                                                                    "sumber": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "flag_dana_desa",
                                                                    "flag_pak",
                                                                    "id",
                                                                    "id_kota_kabupaten",
                                                                    "id_provinsi",
                                                                    "id_tipe",
                                                                    "instansi_tipe",
                                                                    "is_stranas",
                                                                    "nama",
                                                                    "provinsi",
                                                                    "show_to_public",
                                                                    "sumber",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "instansi_id": {
                                                                "type": "number"
                                                            },
                                                            "kajian_id": {
                                                                "type": "number"
                                                            },
                                                            "rekomendasi_list": {
                                                                "items": {
                                                                    "properties": {
                                                                        "created_at": {},
                                                                        "deleted_at": {},
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "kajian_klpd_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "konten": {
                                                                            "type": "string"
                                                                        },
                                                                        "potensi_penyelamatan_keuangan_negara": {},
                                                                        "updated_at": {}
                                                                    },
                                                                    "required": [
                                                                        "created_at",
                                                                        "deleted_at",
                                                                        "id",
                                                                        "kajian_klpd_id",
                                                                        "konten",
                                                                        "potensi_penyelamatan_keuangan_negara",
                                                                        "updated_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "src": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "instansi",
                                                            "instansi_id",
                                                            "kajian_id",
                                                            "rekomendasi_list",
                                                            "src",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "kode": {
                                                    "type": "string"
                                                },
                                                "potensi_penyelamatan_keuangan": {},
                                                "sektor_id": {
                                                    "type": "number"
                                                },
                                                "tahun": {
                                                    "type": "number"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "attachment",
                                                "attachment_id",
                                                "created_at",
                                                "daftar_pustaka",
                                                "deleted_at",
                                                "deskripsi",
                                                "id",
                                                "jenis_id",
                                                "judul",
                                                "klpd_list",
                                                "kode",
                                                "potensi_penyelamatan_keuangan",
                                                "sektor_id",
                                                "tahun",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Random"
            },
            "parameters": []
        },
        "/v5/litbang/kajian/restore/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_6G8z4aoxQE",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment_id": {
                                                                "type": "number"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "daftar_pustaka": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "deskripsi": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "jenis_id": {
                                                                "type": "number"
                                                            },
                                                            "judul": {
                                                                "type": "string"
                                                            },
                                                            "kode": {
                                                                "type": "string"
                                                            },
                                                            "potensi_penyelamatan_keuangan": {
                                                                "type": "string"
                                                            },
                                                            "sektor_id": {
                                                                "type": "number"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment_id",
                                                            "created_at",
                                                            "daftar_pustaka",
                                                            "deleted_at",
                                                            "deskripsi",
                                                            "id",
                                                            "jenis_id",
                                                            "judul",
                                                            "kode",
                                                            "potensi_penyelamatan_keuangan",
                                                            "sektor_id",
                                                            "tahun",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "461": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Restore"
            }
        },
        "/v5/litbang/kajian/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_pLO6pRoQVv",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "attachment_uuid": {},
                                    "daftar_pustaka": {
                                        "type": "string"
                                    },
                                    "deskripsi": {
                                        "type": "string"
                                    },
                                    "jenis_id": {
                                        "type": "number"
                                    },
                                    "judul": {
                                        "type": "string"
                                    },
                                    "kode": {
                                        "type": "string"
                                    },
                                    "potensi_penyelamatan_keuangan": {
                                        "type": "string"
                                    },
                                    "sektor_id": {
                                        "type": "number"
                                    },
                                    "tahun": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "attachment_uuid",
                                    "daftar_pustaka",
                                    "deskripsi",
                                    "jenis_id",
                                    "judul",
                                    "kode",
                                    "potensi_penyelamatan_keuangan",
                                    "sektor_id",
                                    "tahun"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment_id": {
                                                                "type": "number"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "daftar_pustaka": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "deskripsi": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "jenis_id": {
                                                                "type": "number"
                                                            },
                                                            "judul": {
                                                                "type": "string"
                                                            },
                                                            "kode": {
                                                                "type": "string"
                                                            },
                                                            "potensi_penyelamatan_keuangan": {
                                                                "type": "string"
                                                            },
                                                            "sektor_id": {
                                                                "type": "number"
                                                            },
                                                            "tahun": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment_id",
                                                            "created_at",
                                                            "daftar_pustaka",
                                                            "deleted_at",
                                                            "deskripsi",
                                                            "id",
                                                            "jenis_id",
                                                            "judul",
                                                            "kode",
                                                            "potensi_penyelamatan_keuangan",
                                                            "sektor_id",
                                                            "tahun",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Update"
            }
        },
        "/v5/litbang/kajian/years": {
            "get": {
                "operationId": "request_LGThcnIJhG",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "type": "number"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Kajian Years"
            },
            "parameters": []
        },
        "/v5/litbang/satgas": {
            "get": {
                "operationId": "request_cC7vdBrVnT",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "nama",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Satgas List"
            },
            "parameters": []
        },
        "/v5/litbang/satgas/create": {
            "parameters": [],
            "post": {
                "operationId": "request_qeMRADnipj",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "nama": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "nama"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "id": {
                                                    "type": "number"
                                                },
                                                "nama": {
                                                    "type": "string"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "created_at",
                                                "deleted_at",
                                                "id",
                                                "nama",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Satgas Create"
            }
        },
        "/v5/litbang/satgas/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_Iuan2nEIDg",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {
                                                    "type": "string"
                                                },
                                                "id": {
                                                    "type": "number"
                                                },
                                                "nama": {
                                                    "type": "string"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "created_at",
                                                "deleted_at",
                                                "id",
                                                "nama",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Satgas Delete"
            }
        },
        "/v5/litbang/satgas/detail/{id}": {
            "get": {
                "operationId": "request_bAKlUrizSx",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "id": {
                                                    "type": "number"
                                                },
                                                "litbang_users": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "nama": {
                                                    "type": "string"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "created_at",
                                                "deleted_at",
                                                "id",
                                                "litbang_users",
                                                "nama",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "status": {
                                            "type": "string"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "status"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Satgas Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/litbang/satgas/restore/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_4M3MZUQxG2",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "id": {
                                                    "type": "number"
                                                },
                                                "nama": {
                                                    "type": "string"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "created_at",
                                                "deleted_at",
                                                "id",
                                                "nama",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Satgas Restore"
            }
        },
        "/v5/litbang/satgas/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_i7cGNB0iRb",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "nama": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "nama"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "id": {
                                                    "type": "number"
                                                },
                                                "nama": {
                                                    "type": "string"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "created_at",
                                                "deleted_at",
                                                "id",
                                                "nama",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - Satgas Update"
            }
        },
        "/v5/litbang/user": {
            "get": {
                "operationId": "request_f9xBAeX5Kq",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "email": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "phone": {
                                                                "type": "string"
                                                            },
                                                            "satgas_id": {},
                                                            "satgas_nama": {},
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "um_user_name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "email",
                                                            "id",
                                                            "nama",
                                                            "phone",
                                                            "satgas_id",
                                                            "satgas_nama",
                                                            "um_id",
                                                            "um_user_name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - User List"
            },
            "parameters": []
        },
        "/v5/litbang/user/create": {
            "parameters": [],
            "post": {
                "operationId": "request_8fs8MAZmHa",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "confirm_password": {
                                        "type": "string"
                                    },
                                    "email": {
                                        "type": "string"
                                    },
                                    "jenis_kelamin": {
                                        "type": "string"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "password": {
                                        "type": "string"
                                    },
                                    "phone": {
                                        "type": "string"
                                    },
                                    "roles": {
                                        "items": {
                                            "type": "string"
                                        },
                                        "type": "array"
                                    },
                                    "satgas_id": {},
                                    "username": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "confirm_password",
                                    "email",
                                    "jenis_kelamin",
                                    "nama",
                                    "password",
                                    "phone",
                                    "roles",
                                    "satgas_id",
                                    "username"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "email": {
                                                    "type": "string"
                                                },
                                                "foto": {},
                                                "id_instansi": {},
                                                "instansi": {},
                                                "is_banned": {
                                                    "type": "boolean"
                                                },
                                                "jenis_kelamin": {
                                                    "type": "string"
                                                },
                                                "nama": {
                                                    "type": "string"
                                                },
                                                "phone": {
                                                    "type": "string"
                                                },
                                                "profile_picture_url": {},
                                                "roles": {
                                                    "items": {
                                                        "properties": {
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "sekolah": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "tempat_lahir": {},
                                                "tgl_lahir": {},
                                                "um_id": {
                                                    "type": "number"
                                                },
                                                "um_user_name": {
                                                    "type": "string"
                                                },
                                                "uuid_user": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "email",
                                                "foto",
                                                "id_instansi",
                                                "instansi",
                                                "is_banned",
                                                "jenis_kelamin",
                                                "nama",
                                                "phone",
                                                "profile_picture_url",
                                                "roles",
                                                "sekolah",
                                                "tempat_lahir",
                                                "tgl_lahir",
                                                "um_id",
                                                "um_user_name",
                                                "uuid_user"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - User Create"
            }
        },
        "/v5/litbang/user/delete/{um_id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "um_id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_S1cLhYCZIn",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "foto": {},
                                                "is_banned": {
                                                    "type": "boolean"
                                                },
                                                "jenis_kelamin": {
                                                    "type": "string"
                                                },
                                                "nama": {
                                                    "type": "string"
                                                },
                                                "um_id": {
                                                    "type": "number"
                                                },
                                                "um_user_name": {
                                                    "type": "string"
                                                },
                                                "uuid_user": {}
                                            },
                                            "required": [
                                                "foto",
                                                "is_banned",
                                                "jenis_kelamin",
                                                "nama",
                                                "um_id",
                                                "um_user_name",
                                                "uuid_user"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - User Delete"
            }
        },
        "/v5/litbang/user/detail/{um_id}": {
            "get": {
                "operationId": "request_96mB6Pogof",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "id": {
                                                    "type": "number"
                                                },
                                                "litbang_satgas": {
                                                    "properties": {
                                                        "id": {
                                                            "type": "number"
                                                        },
                                                        "nama": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "id",
                                                        "nama"
                                                    ],
                                                    "type": "object"
                                                },
                                                "satgas_id": {
                                                    "type": "number"
                                                },
                                                "um_id": {
                                                    "type": "number"
                                                },
                                                "um_user": {
                                                    "properties": {
                                                        "email": {
                                                            "type": "string"
                                                        },
                                                        "foto": {},
                                                        "instansi": {},
                                                        "is_banned": {
                                                            "type": "boolean"
                                                        },
                                                        "jenis_kelamin": {
                                                            "type": "string"
                                                        },
                                                        "nama": {
                                                            "type": "string"
                                                        },
                                                        "phone": {
                                                            "type": "string"
                                                        },
                                                        "roles": {
                                                            "items": {
                                                                "properties": {
                                                                    "description": {
                                                                        "type": "string"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "label": {
                                                                        "type": "string"
                                                                    },
                                                                    "name": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "description",
                                                                    "id",
                                                                    "label",
                                                                    "name"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "type": "array"
                                                        },
                                                        "sekolah": {
                                                            "items": {},
                                                            "type": "array"
                                                        },
                                                        "tempat_lahir": {},
                                                        "tgl_lahir": {},
                                                        "um_id": {
                                                            "type": "number"
                                                        },
                                                        "um_user_name": {
                                                            "type": "string"
                                                        },
                                                        "uuid_user": {}
                                                    },
                                                    "required": [
                                                        "email",
                                                        "foto",
                                                        "instansi",
                                                        "is_banned",
                                                        "jenis_kelamin",
                                                        "nama",
                                                        "phone",
                                                        "roles",
                                                        "sekolah",
                                                        "tempat_lahir",
                                                        "tgl_lahir",
                                                        "um_id",
                                                        "um_user_name",
                                                        "uuid_user"
                                                    ],
                                                    "type": "object"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "created_at",
                                                "deleted_at",
                                                "id",
                                                "litbang_satgas",
                                                "satgas_id",
                                                "um_id",
                                                "um_user",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "status": {
                                            "type": "string"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "status"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - User Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "um_id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/litbang/user/restore/{um_id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "um_id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_TuiS0e2Wrg",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "foto": {},
                                                "is_banned": {
                                                    "type": "boolean"
                                                },
                                                "jenis_kelamin": {
                                                    "type": "string"
                                                },
                                                "nama": {
                                                    "type": "string"
                                                },
                                                "um_id": {
                                                    "type": "number"
                                                },
                                                "um_user_name": {
                                                    "type": "string"
                                                },
                                                "uuid_user": {}
                                            },
                                            "required": [
                                                "foto",
                                                "is_banned",
                                                "jenis_kelamin",
                                                "nama",
                                                "um_id",
                                                "um_user_name",
                                                "uuid_user"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - User Restore"
            }
        },
        "/v5/litbang/user/update/{um_id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "um_id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_c8ywTr9A3F",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "confirm_password": {
                                        "type": "string"
                                    },
                                    "email": {
                                        "type": "string"
                                    },
                                    "jenis_kelamin": {
                                        "type": "string"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "password": {
                                        "type": "string"
                                    },
                                    "phone": {
                                        "type": "string"
                                    },
                                    "roles": {
                                        "items": {
                                            "type": "string"
                                        },
                                        "type": "array"
                                    },
                                    "satgas_id": {
                                        "type": "number"
                                    },
                                    "username": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "confirm_password",
                                    "email",
                                    "jenis_kelamin",
                                    "nama",
                                    "password",
                                    "phone",
                                    "roles",
                                    "satgas_id",
                                    "username"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "email": {
                                                    "type": "string"
                                                },
                                                "foto": {},
                                                "id_instansi": {},
                                                "instansi": {},
                                                "is_banned": {
                                                    "type": "boolean"
                                                },
                                                "jenis_kelamin": {
                                                    "type": "string"
                                                },
                                                "nama": {
                                                    "type": "string"
                                                },
                                                "phone": {
                                                    "type": "string"
                                                },
                                                "profile_picture_url": {},
                                                "roles": {
                                                    "items": {
                                                        "properties": {
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "sekolah": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "tempat_lahir": {},
                                                "tgl_lahir": {},
                                                "um_id": {
                                                    "type": "number"
                                                },
                                                "um_user_name": {
                                                    "type": "string"
                                                },
                                                "uuid_user": {}
                                            },
                                            "required": [
                                                "email",
                                                "foto",
                                                "id_instansi",
                                                "instansi",
                                                "is_banned",
                                                "jenis_kelamin",
                                                "nama",
                                                "phone",
                                                "profile_picture_url",
                                                "roles",
                                                "sekolah",
                                                "tempat_lahir",
                                                "tgl_lahir",
                                                "um_id",
                                                "um_user_name",
                                                "uuid_user"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Litbang - User Update"
            }
        },
        "/v5/madrasah/detail/{id}": {
            "get": {
                "operationId": "request_0XiPmRmUhC",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "accreditation_status": {},
                                                "address": {
                                                    "type": "string"
                                                },
                                                "category": {
                                                    "type": "string"
                                                },
                                                "city": {
                                                    "type": "string"
                                                },
                                                "city_id": {
                                                    "type": "string"
                                                },
                                                "district": {
                                                    "type": "string"
                                                },
                                                "education_staff_female": {
                                                    "type": "number"
                                                },
                                                "education_staff_male": {
                                                    "type": "number"
                                                },
                                                "education_staff_non_pns": {
                                                    "type": "number"
                                                },
                                                "education_staff_permanent": {
                                                    "type": "number"
                                                },
                                                "education_staff_pns": {
                                                    "type": "number"
                                                },
                                                "formatted_address": {
                                                    "type": "string"
                                                },
                                                "has_graduate": {
                                                    "type": "number"
                                                },
                                                "id": {
                                                    "type": "string"
                                                },
                                                "id_emis": {
                                                    "type": "string"
                                                },
                                                "institution_id": {
                                                    "type": "string"
                                                },
                                                "is_live_data": {
                                                    "type": "boolean"
                                                },
                                                "jenjang_id": {
                                                    "type": "number"
                                                },
                                                "jumlah_lulusan_terakhir": {
                                                    "type": "number"
                                                },
                                                "jumlah_rombel": {
                                                    "type": "number"
                                                },
                                                "jumlah_siswa": {
                                                    "type": "number"
                                                },
                                                "latitude": {
                                                    "type": "string"
                                                },
                                                "liked": {
                                                    "type": "boolean"
                                                },
                                                "longitude": {
                                                    "type": "string"
                                                },
                                                "mapel_wajib_sesuai_kn": {
                                                    "type": "number"
                                                },
                                                "name": {
                                                    "type": "string"
                                                },
                                                "npsn": {
                                                    "type": "string"
                                                },
                                                "personnel_count": {
                                                    "type": "number"
                                                },
                                                "personnel_education_staff": {
                                                    "type": "number"
                                                },
                                                "personnel_teacher": {
                                                    "type": "number"
                                                },
                                                "phone": {
                                                    "type": "string"
                                                },
                                                "province": {
                                                    "type": "string"
                                                },
                                                "province_id": {
                                                    "type": "string"
                                                },
                                                "rombel": {
                                                    "items": {
                                                        "properties": {
                                                            "academic_year_id": {
                                                                "type": "number"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "learning_activity": {
                                                                "items": {
                                                                    "properties": {
                                                                        "absent_number": {
                                                                            "type": "number"
                                                                        },
                                                                        "academic_year_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "admission_date": {
                                                                            "type": "string"
                                                                        },
                                                                        "created_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "deleted_at": {},
                                                                        "deleted_by": {},
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "institution_category_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "institution_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "institution_province_id": {
                                                                            "type": "string"
                                                                        },
                                                                        "m_level_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "m_major_id": {},
                                                                        "start_date": {},
                                                                        "status_description_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "student_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "student_status_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "study_group_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "updated_at": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "absent_number",
                                                                        "academic_year_id",
                                                                        "admission_date",
                                                                        "created_at",
                                                                        "deleted_at",
                                                                        "deleted_by",
                                                                        "id",
                                                                        "institution_category_id",
                                                                        "institution_id",
                                                                        "institution_province_id",
                                                                        "m_level_id",
                                                                        "m_major_id",
                                                                        "start_date",
                                                                        "status_description_id",
                                                                        "student_id",
                                                                        "student_status_id",
                                                                        "study_group_id",
                                                                        "updated_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "level": {
                                                                "type": "number"
                                                            },
                                                            "m_curriculum": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_active": {
                                                                        "type": "number"
                                                                    },
                                                                    "name": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "id",
                                                                    "is_active",
                                                                    "name",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "m_curriculum_id": {
                                                                "type": "number"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "room_name": {
                                                                "type": "string"
                                                            },
                                                            "student_capacity": {
                                                                "type": "number"
                                                            },
                                                            "teacher_name": {
                                                                "type": "string"
                                                            },
                                                            "total_student": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "academic_year_id",
                                                            "id",
                                                            "learning_activity",
                                                            "level",
                                                            "m_curriculum",
                                                            "m_curriculum_id",
                                                            "name",
                                                            "room_name",
                                                            "student_capacity",
                                                            "teacher_name",
                                                            "total_student"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "rombel_count": {
                                                    "type": "number"
                                                },
                                                "source": {
                                                    "type": "string"
                                                },
                                                "statistic_num": {
                                                    "type": "string"
                                                },
                                                "status": {
                                                    "type": "string"
                                                },
                                                "student_agama": {
                                                    "type": "number"
                                                },
                                                "student_bahasa": {
                                                    "type": "number"
                                                },
                                                "student_count": {
                                                    "type": "number"
                                                },
                                                "student_dropout": {
                                                    "type": "number"
                                                },
                                                "student_female": {
                                                    "type": "number"
                                                },
                                                "student_ipa": {
                                                    "type": "number"
                                                },
                                                "student_ips": {
                                                    "type": "number"
                                                },
                                                "student_male": {
                                                    "type": "number"
                                                },
                                                "student_non_study_group": {
                                                    "type": "number"
                                                },
                                                "student_normal": {
                                                    "type": "number"
                                                },
                                                "student_special_need": {
                                                    "type": "number"
                                                },
                                                "student_stop_learning": {
                                                    "type": "number"
                                                },
                                                "student_with_study_group": {
                                                    "type": "number"
                                                },
                                                "study_group_num": {
                                                    "type": "number"
                                                },
                                                "sub_district": {
                                                    "type": "string"
                                                },
                                                "teacher_female": {
                                                    "type": "number"
                                                },
                                                "teacher_male": {
                                                    "type": "number"
                                                },
                                                "teacher_non_pns": {
                                                    "type": "number"
                                                },
                                                "teacher_other": {
                                                    "type": "number"
                                                },
                                                "teacher_permanent": {
                                                    "type": "number"
                                                },
                                                "teacher_pns": {
                                                    "type": "number"
                                                },
                                                "teacher_temporary": {
                                                    "type": "number"
                                                },
                                                "waktu_pembelajaran_sesuai_kn": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "accreditation_status",
                                                "address",
                                                "category",
                                                "city",
                                                "city_id",
                                                "district",
                                                "education_staff_female",
                                                "education_staff_male",
                                                "education_staff_non_pns",
                                                "education_staff_permanent",
                                                "education_staff_pns",
                                                "formatted_address",
                                                "has_graduate",
                                                "id",
                                                "id_emis",
                                                "institution_id",
                                                "is_live_data",
                                                "jenjang_id",
                                                "jumlah_lulusan_terakhir",
                                                "jumlah_rombel",
                                                "jumlah_siswa",
                                                "latitude",
                                                "liked",
                                                "longitude",
                                                "mapel_wajib_sesuai_kn",
                                                "name",
                                                "npsn",
                                                "personnel_count",
                                                "personnel_education_staff",
                                                "personnel_teacher",
                                                "phone",
                                                "province",
                                                "province_id",
                                                "rombel",
                                                "rombel_count",
                                                "source",
                                                "statistic_num",
                                                "status",
                                                "student_agama",
                                                "student_bahasa",
                                                "student_count",
                                                "student_dropout",
                                                "student_female",
                                                "student_ipa",
                                                "student_ips",
                                                "student_male",
                                                "student_non_study_group",
                                                "student_normal",
                                                "student_special_need",
                                                "student_stop_learning",
                                                "student_with_study_group",
                                                "study_group_num",
                                                "sub_district",
                                                "teacher_female",
                                                "teacher_male",
                                                "teacher_non_pns",
                                                "teacher_other",
                                                "teacher_permanent",
                                                "teacher_pns",
                                                "teacher_temporary",
                                                "waktu_pembelajaran_sesuai_kn"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Madrasah - Detail Madrasah"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/madrasah/distribusi-by-jenjang": {
            "get": {
                "operationId": "request_oe1kTnfGrU",
                "responses": {
                    "500": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "stacktrace": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "stacktrace",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Madrasah - Distribusi by Jenjang"
            },
            "parameters": []
        },
        "/v5/madrasah/distribusi-nasional": {
            "get": {
                "operationId": "request_oaykNp7zl0",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "data": {
                                                    "items": {
                                                        "properties": {
                                                            "jenjang": {
                                                                "type": "string"
                                                            },
                                                            "prov": {
                                                                "type": "string"
                                                            },
                                                            "prov_name": {
                                                                "type": "string"
                                                            },
                                                            "tahun": {
                                                                "type": "string"
                                                            },
                                                            "total_anggaran": {
                                                                "type": "string"
                                                            },
                                                            "total_pendaftar": {
                                                                "type": "string"
                                                            },
                                                            "total_penerima": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "jenjang",
                                                            "prov",
                                                            "prov_name",
                                                            "tahun",
                                                            "total_anggaran",
                                                            "total_pendaftar",
                                                            "total_penerima"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "message": {
                                                    "type": "string"
                                                },
                                                "metadata": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "status": {
                                                    "type": "boolean"
                                                }
                                            },
                                            "required": [
                                                "data",
                                                "message",
                                                "metadata",
                                                "status"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Madrasah - Distribusi Nasional"
            },
            "parameters": []
        },
        "/v5/madrasah/distribusi-wilayah": {
            "get": {
                "operationId": "request_zRjFDcPwjp",
                "responses": {
                    "462": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Madrasah - Distribusi Wilayah"
            },
            "parameters": []
        },
        "/v5/madrasah/search": {
            "get": {
                "operationId": "request_1qtVAaeWoG",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "is_liked": {
                                                                "type": "number"
                                                            },
                                                            "is_pak": {
                                                                "type": "boolean"
                                                            },
                                                            "jenjang_id": {
                                                                "type": "number"
                                                            },
                                                            "kota_kab": {
                                                                "type": "string"
                                                            },
                                                            "latitude": {
                                                                "type": "string"
                                                            },
                                                            "liked_count": {
                                                                "type": "string"
                                                            },
                                                            "longitude": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "nama_jenjang": {
                                                                "type": "string"
                                                            },
                                                            "npsn": {},
                                                            "provinsi": {
                                                                "type": "string"
                                                            },
                                                            "src": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "is_liked",
                                                            "is_pak",
                                                            "jenjang_id",
                                                            "kota_kab",
                                                            "latitude",
                                                            "liked_count",
                                                            "longitude",
                                                            "nama",
                                                            "nama_jenjang",
                                                            "npsn",
                                                            "provinsi",
                                                            "src"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Madrasah - Search Madrasah"
            },
            "parameters": []
        },
        "/v5/pak/dashboard/isian-last-insert": {
            "get": {
                "operationId": "request_tGM8CmCheS",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_published": {
                                                                "type": "boolean"
                                                            },
                                                            "metode": {
                                                                "type": "string"
                                                            },
                                                            "sekolah": {
                                                                "properties": {
                                                                    "jenjang": {
                                                                        "properties": {
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_instansi_tipe": {
                                                                                "type": "number"
                                                                            },
                                                                            "kelas": {
                                                                                "type": "string"
                                                                            },
                                                                            "nama_jenjang": {
                                                                                "type": "string"
                                                                            },
                                                                            "sort_order": {
                                                                                "type": "number"
                                                                            },
                                                                            "src": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "id",
                                                                            "id_instansi_tipe",
                                                                            "kelas",
                                                                            "nama_jenjang",
                                                                            "sort_order",
                                                                            "src"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "jenjang_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "kota_kab": {
                                                                        "type": "string"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "npsn": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "jenjang",
                                                                    "jenjang_id",
                                                                    "kota_kab",
                                                                    "nama",
                                                                    "npsn",
                                                                    "provinsi"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "sekolah_npsn": {
                                                                "type": "string"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahun_ajaran": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "is_published",
                                                            "metode",
                                                            "sekolah",
                                                            "sekolah_npsn",
                                                            "status",
                                                            "tahun_ajaran"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK Dashboard - Isian Last Insert"
            },
            "parameters": []
        },
        "/v5/pak/dashboard/list-pemda": {
            "get": {
                "operationId": "request_YfWqIwnjuT",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_kota_kabupaten": {},
                                                            "id_provinsi": {},
                                                            "jumlah_regulasi": {
                                                                "type": "number"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "nama_kota_kabupaten": {},
                                                            "nama_provinsi": {}
                                                        },
                                                        "required": [
                                                            "id",
                                                            "id_kota_kabupaten",
                                                            "id_provinsi",
                                                            "jumlah_regulasi",
                                                            "nama",
                                                            "nama_kota_kabupaten",
                                                            "nama_provinsi"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK Dashboard - List Pemda"
            },
            "parameters": []
        },
        "/v5/pak/dashboard/list-regulasi": {
            "get": {
                "operationId": "request_xJXJpNZUL6",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment_id": {
                                                                "type": "number"
                                                            },
                                                            "attachment_uuid": {
                                                                "type": "string"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_instansi": {
                                                                "type": "number"
                                                            },
                                                            "id_kota_kabupaten": {},
                                                            "id_provinsi": {
                                                                "type": "number"
                                                            },
                                                            "implementasi_id": {
                                                                "type": "number"
                                                            },
                                                            "jenis_dokumen": {
                                                                "type": "string"
                                                            },
                                                            "jenis_dokumen_id": {
                                                                "type": "number"
                                                            },
                                                            "nama_instansi": {
                                                                "type": "string"
                                                            },
                                                            "nama_kab_kota": {},
                                                            "nama_provinsi": {
                                                                "type": "string"
                                                            },
                                                            "nomor": {
                                                                "type": "string"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            },
                                                            "tanggal_ttd": {
                                                                "type": "string"
                                                            },
                                                            "tentang": {
                                                                "type": "string"
                                                            },
                                                            "tipe_instansi": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {},
                                                            "verifikasi_id": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment_id",
                                                            "attachment_uuid",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "id_instansi",
                                                            "id_kota_kabupaten",
                                                            "id_provinsi",
                                                            "implementasi_id",
                                                            "jenis_dokumen",
                                                            "jenis_dokumen_id",
                                                            "nama_instansi",
                                                            "nama_kab_kota",
                                                            "nama_provinsi",
                                                            "nomor",
                                                            "tahun",
                                                            "tanggal_ttd",
                                                            "tentang",
                                                            "tipe_instansi",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verifikasi_id"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK Dashboard -  List Regulasi"
            },
            "parameters": []
        },
        "/v5/pak/dashboard/regulasi": {
            "get": {
                "operationId": "request_4B9js5eySX",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "count_kab_kota": {
                                                    "type": "number"
                                                },
                                                "count_kementerian": {
                                                    "type": "number"
                                                },
                                                "count_provinsi": {
                                                    "type": "number"
                                                },
                                                "total_kab_kota": {
                                                    "type": "number"
                                                },
                                                "total_kementerian": {
                                                    "type": "number"
                                                },
                                                "total_provinsi": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "count_kab_kota",
                                                "count_kementerian",
                                                "count_provinsi",
                                                "total_kab_kota",
                                                "total_kementerian",
                                                "total_provinsi"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK Dashboard - Regulasi"
            },
            "parameters": []
        },
        "/v5/pak/dashboard/stats-implementasi": {
            "get": {
                "operationId": "request_qQ158MKrGy",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "persentase": {
                                                    "properties": {
                                                        "belum_menerapkan": {
                                                            "type": "string"
                                                        },
                                                        "sudah_menerapkan": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "belum_menerapkan",
                                                        "sudah_menerapkan"
                                                    ],
                                                    "type": "object"
                                                }
                                            },
                                            "required": [
                                                "persentase"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK Dashboard - Stats Implementasi"
            },
            "parameters": []
        },
        "/v5/pak/dashboard/stats-isiansekolah": {
            "get": {
                "operationId": "request_EICsvkZtN6",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "tahun_ajaran": {
                                                        "type": "string"
                                                    },
                                                    "total": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "tahun_ajaran",
                                                    "total"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK Dashboard - Stats Isian Sekolah"
            },
            "parameters": []
        },
        "/v5/pak/implementasi/attachment/upload": {
            "parameters": [],
            "post": {
                "operationId": "request_PzHrZTAoHe",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "filename": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "metadata": {
                                                                "type": "number"
                                                            },
                                                            "referer": {},
                                                            "status": {
                                                                "type": "number"
                                                            },
                                                            "tipe": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {},
                                                            "uuid": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "filename",
                                                            "id",
                                                            "keterangan",
                                                            "metadata",
                                                            "referer",
                                                            "status",
                                                            "tipe",
                                                            "updated_at",
                                                            "updated_by",
                                                            "uuid"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Implementasi Attachment Upload"
            }
        },
        "/v5/pak/implementasi/batch-verify": {
            "parameters": [],
            "post": {
                "operationId": "request_9ChWIunJLZ",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "verifications": {
                                        "items": {
                                            "properties": {
                                                "nilai_verifikasi": {
                                                    "type": "number"
                                                },
                                                "verifikasi_id": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "nilai_verifikasi",
                                                "verifikasi_id"
                                            ],
                                            "type": "object"
                                        },
                                        "type": "array"
                                    }
                                },
                                "required": [
                                    "verifications"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "items": {
                                                            "properties": {
                                                                "created_at": {
                                                                    "type": "string"
                                                                },
                                                                "created_by": {
                                                                    "type": "number"
                                                                },
                                                                "deleted_at": {},
                                                                "deleted_by": {},
                                                                "id": {
                                                                    "type": "number"
                                                                },
                                                                "implementasi_id": {
                                                                    "type": "number"
                                                                },
                                                                "nilai_verifikasi": {
                                                                    "type": "number"
                                                                },
                                                                "questionnaire_id": {
                                                                    "type": "number"
                                                                },
                                                                "updated_at": {
                                                                    "type": "string"
                                                                },
                                                                "updated_by": {
                                                                    "type": "number"
                                                                },
                                                                "verified_at": {
                                                                    "type": "string"
                                                                },
                                                                "verified_by": {
                                                                    "type": "number"
                                                                }
                                                            },
                                                            "required": [
                                                                "created_at",
                                                                "created_by",
                                                                "deleted_at",
                                                                "deleted_by",
                                                                "id",
                                                                "implementasi_id",
                                                                "nilai_verifikasi",
                                                                "questionnaire_id",
                                                                "updated_at",
                                                                "updated_by",
                                                                "verified_at",
                                                                "verified_by"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "type": "array"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Implementasi Batch Verify"
            }
        },
        "/v5/pak/implementasi/create-and-submit": {
            "parameters": [],
            "post": {
                "operationId": "request_UmDY4QveND",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "verifications": {
                                        "items": {
                                            "properties": {
                                                "attachment": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment_id": {
                                                                "type": "string"
                                                            },
                                                            "jenis_dokumen_id": {
                                                                "type": "string"
                                                            },
                                                            "nomor": {
                                                                "type": "string"
                                                            },
                                                            "tahun": {
                                                                "type": "string"
                                                            },
                                                            "tanggal_ttd": {
                                                                "type": "string"
                                                            },
                                                            "tentang": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment_id",
                                                            "jenis_dokumen_id",
                                                            "nomor",
                                                            "tahun",
                                                            "tanggal_ttd",
                                                            "tentang"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "questionnaire_id": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "attachment",
                                                "questionnaire_id"
                                            ],
                                            "type": "object"
                                        },
                                        "type": "array"
                                    }
                                },
                                "required": [
                                    "verifications"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "instansi_id": {
                                                                "type": "number"
                                                            },
                                                            "nama_instansi": {
                                                                "type": "string"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {},
                                                            "verification_means": {
                                                                "type": "string"
                                                            },
                                                            "verifications": {
                                                                "items": {
                                                                    "properties": {
                                                                        "attachments": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "attachment_id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "file": {
                                                                                        "properties": {
                                                                                            "filename": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "uuid": {
                                                                                                "type": "string"
                                                                                            }
                                                                                        },
                                                                                        "required": [
                                                                                            "filename",
                                                                                            "id",
                                                                                            "uuid"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "jenis_dokumen_id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "jenisDokumen": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "is_using_doc_info": {
                                                                                                "type": "boolean"
                                                                                            },
                                                                                            "jenis_dokumen": {
                                                                                                "type": "string"
                                                                                            }
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "id",
                                                                                            "is_using_doc_info",
                                                                                            "jenis_dokumen"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "nomor": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "tahun": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "tanggal_ttd": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "tentang": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "verifikasi_id": {
                                                                                        "type": "number"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "attachment_id",
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "file",
                                                                                    "id",
                                                                                    "jenisDokumen",
                                                                                    "jenis_dokumen_id",
                                                                                    "nomor",
                                                                                    "tahun",
                                                                                    "tanggal_ttd",
                                                                                    "tentang",
                                                                                    "verifikasi_id"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "implementasi_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "nilai_verifikasi": {
                                                                            "type": "number"
                                                                        },
                                                                        "questionnaire": {
                                                                            "type": "string"
                                                                        },
                                                                        "questionnaire_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "verified_at": {},
                                                                        "verified_by": {}
                                                                    },
                                                                    "required": [
                                                                        "attachments",
                                                                        "id",
                                                                        "implementasi_id",
                                                                        "nilai_verifikasi",
                                                                        "questionnaire",
                                                                        "questionnaire_id",
                                                                        "verified_at",
                                                                        "verified_by"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "verified_by": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "instansi_id",
                                                            "nama_instansi",
                                                            "status",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verification_means",
                                                            "verifications",
                                                            "verified_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Implementasi Create and Submit"
            }
        },
        "/v5/pak/implementasi/index": {
            "get": {
                "operationId": "request_AUlhY0EyQE",
                "responses": {
                    "465": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Implementasi"
            },
            "parameters": []
        },
        "/v5/pak/implementasi/returned": {
            "parameters": [],
            "post": {
                "operationId": "request_cENYmSiLoz",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "verifikasi_id": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "verifikasi_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "instansi_id": {
                                                                "type": "number"
                                                            },
                                                            "status": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "instansi_id",
                                                            "status",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Implementasi Returned"
            }
        },
        "/v5/pak/implementasi/update-and-submit/{implementasi_id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "implementasi_id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_Eee6uJ9yzn",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id": {
                                        "type": "string"
                                    },
                                    "verifications": {
                                        "items": {
                                            "properties": {
                                                "attachment": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment_id": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment_id"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "questionnaire_id": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "attachment",
                                                "questionnaire_id"
                                            ],
                                            "type": "object"
                                        },
                                        "type": "array"
                                    }
                                },
                                "required": [
                                    "id",
                                    "verifications"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "instansi_id": {
                                                                "type": "number"
                                                            },
                                                            "nama_instansi": {
                                                                "type": "string"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            },
                                                            "verification_means": {
                                                                "type": "string"
                                                            },
                                                            "verifications": {
                                                                "items": {
                                                                    "properties": {
                                                                        "attachments": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "attachment_id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "file": {
                                                                                        "properties": {
                                                                                            "filename": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "uuid": {
                                                                                                "type": "string"
                                                                                            }
                                                                                        },
                                                                                        "required": [
                                                                                            "filename",
                                                                                            "id",
                                                                                            "uuid"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "jenis_dokumen_id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "jenisDokumen": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "is_using_doc_info": {
                                                                                                "type": "boolean"
                                                                                            },
                                                                                            "jenis_dokumen": {
                                                                                                "type": "string"
                                                                                            }
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "id",
                                                                                            "is_using_doc_info",
                                                                                            "jenis_dokumen"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "nomor": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "tahun": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "tanggal_ttd": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "tentang": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "verifikasi_id": {
                                                                                        "type": "number"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "attachment_id",
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "file",
                                                                                    "id",
                                                                                    "jenisDokumen",
                                                                                    "jenis_dokumen_id",
                                                                                    "nomor",
                                                                                    "tahun",
                                                                                    "tanggal_ttd",
                                                                                    "tentang",
                                                                                    "verifikasi_id"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "implementasi_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "nilai_verifikasi": {
                                                                            "type": "number"
                                                                        },
                                                                        "questionnaire": {
                                                                            "type": "string"
                                                                        },
                                                                        "questionnaire_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "verified_at": {},
                                                                        "verified_by": {}
                                                                    },
                                                                    "required": [
                                                                        "attachments",
                                                                        "id",
                                                                        "implementasi_id",
                                                                        "nilai_verifikasi",
                                                                        "questionnaire",
                                                                        "questionnaire_id",
                                                                        "verified_at",
                                                                        "verified_by"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "verified_by": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "instansi_id",
                                                            "nama_instansi",
                                                            "status",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verification_means",
                                                            "verifications",
                                                            "verified_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Implementasi Update and Submit"
            }
        },
        "/v5/pak/isiansekolah/attachment/upload-doc": {
            "parameters": [],
            "post": {
                "operationId": "request_HSSbSn6Q9M",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "filename": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "metadata": {
                                                                "type": "number"
                                                            },
                                                            "referer": {},
                                                            "status": {
                                                                "type": "number"
                                                            },
                                                            "tipe": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {},
                                                            "uuid": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "filename",
                                                            "id",
                                                            "keterangan",
                                                            "metadata",
                                                            "referer",
                                                            "status",
                                                            "tipe",
                                                            "updated_at",
                                                            "updated_by",
                                                            "uuid"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Isian Sekolah Upload Doc"
            }
        },
        "/v5/pak/isiansekolah/attachment/upload-image": {
            "parameters": [],
            "post": {
                "operationId": "request_eS03qsUuXE",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "filename": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "metadata": {
                                                                "type": "number"
                                                            },
                                                            "referer": {},
                                                            "status": {
                                                                "type": "number"
                                                            },
                                                            "tipe": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {},
                                                            "uuid": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "filename",
                                                            "id",
                                                            "keterangan",
                                                            "metadata",
                                                            "referer",
                                                            "status",
                                                            "tipe",
                                                            "updated_at",
                                                            "updated_by",
                                                            "uuid"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Isian Sekolah Upload Image"
            }
        },
        "/v5/pak/isiansekolah/create": {
            "parameters": [],
            "post": {
                "operationId": "request_4cVaSb0Aek",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "deskripsi": {
                                        "type": "string"
                                    },
                                    "detail": {
                                        "items": {
                                            "properties": {
                                                "deskripsi": {
                                                    "type": "string"
                                                },
                                                "documents": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment_id": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment_id"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "documentsFile": {
                                                    "items": {
                                                        "items": {},
                                                        "type": "array"
                                                    },
                                                    "type": "array"
                                                },
                                                "id": {},
                                                "images": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment_id": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment_id"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "imagesFile": {
                                                    "items": {
                                                        "items": {},
                                                        "type": "array"
                                                    },
                                                    "type": "array"
                                                },
                                                "kelas": {
                                                    "type": "string"
                                                },
                                                "link_blog": {
                                                    "type": "string"
                                                },
                                                "link_facebook": {
                                                    "type": "string"
                                                },
                                                "link_youtube": {
                                                    "type": "string"
                                                },
                                                "mata_pelajaran": {
                                                    "type": "string"
                                                },
                                                "metode_id": {
                                                    "type": "number"
                                                },
                                                "tgl_penerapan": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "deskripsi",
                                                "documents",
                                                "documentsFile",
                                                "id",
                                                "images",
                                                "imagesFile",
                                                "kelas",
                                                "link_blog",
                                                "link_facebook",
                                                "link_youtube",
                                                "mata_pelajaran",
                                                "metode_id",
                                                "tgl_penerapan"
                                            ],
                                            "type": "object"
                                        },
                                        "type": "array"
                                    },
                                    "id": {
                                        "type": "string"
                                    },
                                    "tahun_ajaran": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "deskripsi",
                                    "detail",
                                    "id",
                                    "tahun_ajaran"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "deskripsi": {
                                                                "type": "string"
                                                            },
                                                            "detail": {
                                                                "items": {
                                                                    "properties": {
                                                                        "created_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "deskripsi": {
                                                                            "type": "string"
                                                                        },
                                                                        "documents": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "attachment_id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "file": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "filename": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "uuid": {
                                                                                                "type": "string"
                                                                                            }
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "filename",
                                                                                            "id",
                                                                                            "uuid"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "attachment_id",
                                                                                    "file",
                                                                                    "id"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "images": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "attachment_id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "file": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "filename": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "uuid": {
                                                                                                "type": "string"
                                                                                            }
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "filename",
                                                                                            "id",
                                                                                            "uuid"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "attachment_id",
                                                                                    "file",
                                                                                    "id"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "kelas": {
                                                                            "type": "string"
                                                                        },
                                                                        "link": {},
                                                                        "link_blog": {
                                                                            "type": "string"
                                                                        },
                                                                        "link_facebook": {
                                                                            "type": "string"
                                                                        },
                                                                        "link_youtube": {
                                                                            "type": "string"
                                                                        },
                                                                        "mata_pelajaran": {
                                                                            "type": "string"
                                                                        },
                                                                        "metode": {
                                                                            "type": "string"
                                                                        },
                                                                        "metode_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "nama_kegiatan": {},
                                                                        "tgl_penerapan": {
                                                                            "type": "string"
                                                                        },
                                                                        "updated_at": {}
                                                                    },
                                                                    "required": [
                                                                        "created_at",
                                                                        "deskripsi",
                                                                        "documents",
                                                                        "id",
                                                                        "images",
                                                                        "kelas",
                                                                        "link",
                                                                        "link_blog",
                                                                        "link_facebook",
                                                                        "link_youtube",
                                                                        "mata_pelajaran",
                                                                        "metode",
                                                                        "metode_id",
                                                                        "nama_kegiatan",
                                                                        "tgl_penerapan",
                                                                        "updated_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "is_published": {
                                                                "type": "boolean"
                                                            },
                                                            "metode": {
                                                                "type": "string"
                                                            },
                                                            "sekolah": {
                                                                "properties": {
                                                                    "jenjang": {
                                                                        "properties": {
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_instansi_tipe": {
                                                                                "type": "number"
                                                                            },
                                                                            "kelas": {
                                                                                "type": "string"
                                                                            },
                                                                            "nama_jenjang": {
                                                                                "type": "string"
                                                                            },
                                                                            "sort_order": {
                                                                                "type": "number"
                                                                            },
                                                                            "src": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "id",
                                                                            "id_instansi_tipe",
                                                                            "kelas",
                                                                            "nama_jenjang",
                                                                            "sort_order",
                                                                            "src"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "jenjang_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "kota_kab": {
                                                                        "type": "string"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "npsn": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "jenjang",
                                                                    "jenjang_id",
                                                                    "kota_kab",
                                                                    "nama",
                                                                    "npsn",
                                                                    "provinsi"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "sekolah_npsn": {
                                                                "type": "string"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahun_ajaran": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {},
                                                            "verified_at": {},
                                                            "verified_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "deskripsi",
                                                            "detail",
                                                            "id",
                                                            "is_published",
                                                            "metode",
                                                            "sekolah",
                                                            "sekolah_npsn",
                                                            "status",
                                                            "tahun_ajaran",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Isian Sekolah Create"
            }
        },
        "/v5/pak/isiansekolah/destroy/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_RK75chDy5A",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "items": {},
                                "type": "array"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "deskripsi": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_published": {
                                                                "type": "boolean"
                                                            },
                                                            "sekolah_npsn": {
                                                                "type": "string"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahun_ajaran": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            },
                                                            "verified_at": {},
                                                            "verified_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "deskripsi",
                                                            "id",
                                                            "is_published",
                                                            "sekolah_npsn",
                                                            "status",
                                                            "tahun_ajaran",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Isian Sekolah Delete"
            }
        },
        "/v5/pak/isiansekolah/index": {
            "get": {
                "operationId": "request_IfUm8dzqsz",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "deskripsi": {
                                                                "type": "string"
                                                            },
                                                            "detail": {
                                                                "items": {
                                                                    "properties": {
                                                                        "created_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "deskripsi": {
                                                                            "type": "string"
                                                                        },
                                                                        "documents": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "attachment_id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "file": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "filename": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "uuid": {
                                                                                                "type": "string"
                                                                                            }
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "filename",
                                                                                            "id",
                                                                                            "uuid"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "attachment_id",
                                                                                    "file",
                                                                                    "id"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "images": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "attachment_id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "file": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "filename": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "uuid": {
                                                                                                "type": "string"
                                                                                            }
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "filename",
                                                                                            "id",
                                                                                            "uuid"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "attachment_id",
                                                                                    "file",
                                                                                    "id"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "kelas": {
                                                                            "type": "string"
                                                                        },
                                                                        "link": {},
                                                                        "link_blog": {
                                                                            "type": "string"
                                                                        },
                                                                        "link_facebook": {
                                                                            "type": "string"
                                                                        },
                                                                        "link_youtube": {
                                                                            "type": "string"
                                                                        },
                                                                        "mata_pelajaran": {
                                                                            "type": "string"
                                                                        },
                                                                        "metode": {
                                                                            "type": "string"
                                                                        },
                                                                        "metode_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "nama_kegiatan": {},
                                                                        "tgl_penerapan": {
                                                                            "type": "string"
                                                                        },
                                                                        "updated_at": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "created_at",
                                                                        "deskripsi",
                                                                        "documents",
                                                                        "id",
                                                                        "images",
                                                                        "kelas",
                                                                        "link",
                                                                        "link_blog",
                                                                        "link_facebook",
                                                                        "link_youtube",
                                                                        "mata_pelajaran",
                                                                        "metode",
                                                                        "metode_id",
                                                                        "nama_kegiatan",
                                                                        "tgl_penerapan",
                                                                        "updated_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_published": {
                                                                "type": "boolean"
                                                            },
                                                            "metode": {
                                                                "type": "string"
                                                            },
                                                            "sekolah": {
                                                                "properties": {
                                                                    "jenjang": {
                                                                        "properties": {
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_instansi_tipe": {
                                                                                "type": "number"
                                                                            },
                                                                            "kelas": {
                                                                                "type": "string"
                                                                            },
                                                                            "nama_jenjang": {
                                                                                "type": "string"
                                                                            },
                                                                            "sort_order": {
                                                                                "type": "number"
                                                                            },
                                                                            "src": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "id",
                                                                            "id_instansi_tipe",
                                                                            "kelas",
                                                                            "nama_jenjang",
                                                                            "sort_order",
                                                                            "src"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "jenjang_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "kota_kab": {
                                                                        "type": "string"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "npsn": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "jenjang",
                                                                    "jenjang_id",
                                                                    "kota_kab",
                                                                    "nama",
                                                                    "npsn",
                                                                    "provinsi"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "sekolah_npsn": {
                                                                "type": "string"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahun_ajaran": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            },
                                                            "verified_at": {},
                                                            "verified_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "deskripsi",
                                                            "detail",
                                                            "id",
                                                            "is_published",
                                                            "metode",
                                                            "sekolah",
                                                            "sekolah_npsn",
                                                            "status",
                                                            "tahun_ajaran",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Isian Sekolah Index"
            },
            "parameters": []
        },
        "/v5/pak/isiansekolah/kegiatan_favorite/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_6EZppU1ZlG",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "ids": {
                                        "items": {
                                            "type": "number"
                                        },
                                        "type": "array"
                                    }
                                },
                                "required": [
                                    "ids"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {},
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "465": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK Isian Sekolah - Memfavoritkan Kegiatan"
            }
        },
        "/v5/pak/isiansekolah/kegiatan_unfavorite/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_8N9Os8QmRc",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "ids": {
                                        "items": {
                                            "type": "number"
                                        },
                                        "type": "array"
                                    }
                                },
                                "required": [
                                    "ids"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "type": "boolean"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK Isian Sekolah - Menghilangkan Favorite pada Kegiatan"
            }
        },
        "/v5/pak/isiansekolah/publish/{id}": {
            "get": {
                "operationId": "request_4zVQP8u1eV",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "deskripsi": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_published": {
                                                                "type": "boolean"
                                                            },
                                                            "sekolah_npsn": {
                                                                "type": "string"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahun_ajaran": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            },
                                                            "verified_at": {
                                                                "type": "string"
                                                            },
                                                            "verified_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "deskripsi",
                                                            "id",
                                                            "is_published",
                                                            "sekolah_npsn",
                                                            "status",
                                                            "tahun_ajaran",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Isian Sekolah Publish"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/pak/isiansekolah/unpublish/{id}": {
            "get": {
                "operationId": "request_KJYRse3REt",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "deskripsi": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_published": {
                                                                "type": "boolean"
                                                            },
                                                            "sekolah_npsn": {
                                                                "type": "string"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahun_ajaran": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            },
                                                            "verified_at": {
                                                                "type": "string"
                                                            },
                                                            "verified_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "deskripsi",
                                                            "id",
                                                            "is_published",
                                                            "sekolah_npsn",
                                                            "status",
                                                            "tahun_ajaran",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Isian Sekolah Unpublish"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/pak/isiansekolah/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_l0k5XF7NkI",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "deskripsi": {
                                        "type": "string"
                                    },
                                    "detail": {
                                        "items": {
                                            "properties": {
                                                "deskripsi": {
                                                    "type": "string"
                                                },
                                                "documents": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment_id": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment_id"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "id": {
                                                    "type": "number"
                                                },
                                                "images": {
                                                    "items": {
                                                        "properties": {
                                                            "attachment_id": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "attachment_id"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "kelas": {
                                                    "type": "string"
                                                },
                                                "link_blog": {
                                                    "type": "string"
                                                },
                                                "link_facebook": {
                                                    "type": "string"
                                                },
                                                "link_youtube": {
                                                    "type": "string"
                                                },
                                                "mata_pelajaran": {
                                                    "type": "string"
                                                },
                                                "metode_id": {
                                                    "type": "number"
                                                },
                                                "tgl_penerapan": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "deskripsi",
                                                "documents",
                                                "id",
                                                "images",
                                                "kelas",
                                                "link_blog",
                                                "link_facebook",
                                                "link_youtube",
                                                "mata_pelajaran",
                                                "metode_id",
                                                "tgl_penerapan"
                                            ],
                                            "type": "object"
                                        },
                                        "type": "array"
                                    },
                                    "tahun_ajaran": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "deskripsi",
                                    "detail",
                                    "tahun_ajaran"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "deskripsi": {
                                                                "type": "string"
                                                            },
                                                            "detail": {
                                                                "items": {
                                                                    "properties": {
                                                                        "created_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "deskripsi": {
                                                                            "type": "string"
                                                                        },
                                                                        "documents": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "attachment_id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "file": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "filename": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "uuid": {
                                                                                                "type": "string"
                                                                                            }
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "filename",
                                                                                            "id",
                                                                                            "uuid"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "attachment_id",
                                                                                    "file",
                                                                                    "id"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "images": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "attachment_id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "file": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "filename": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "uuid": {
                                                                                                "type": "string"
                                                                                            }
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "filename",
                                                                                            "id",
                                                                                            "uuid"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "attachment_id",
                                                                                    "file",
                                                                                    "id"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "kelas": {
                                                                            "type": "string"
                                                                        },
                                                                        "link": {},
                                                                        "link_blog": {
                                                                            "type": "string"
                                                                        },
                                                                        "link_facebook": {
                                                                            "type": "string"
                                                                        },
                                                                        "link_youtube": {
                                                                            "type": "string"
                                                                        },
                                                                        "mata_pelajaran": {
                                                                            "type": "string"
                                                                        },
                                                                        "metode": {
                                                                            "type": "string"
                                                                        },
                                                                        "metode_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "nama_kegiatan": {},
                                                                        "tgl_penerapan": {
                                                                            "type": "string"
                                                                        },
                                                                        "updated_at": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "created_at",
                                                                        "deskripsi",
                                                                        "documents",
                                                                        "id",
                                                                        "images",
                                                                        "kelas",
                                                                        "link",
                                                                        "link_blog",
                                                                        "link_facebook",
                                                                        "link_youtube",
                                                                        "mata_pelajaran",
                                                                        "metode",
                                                                        "metode_id",
                                                                        "nama_kegiatan",
                                                                        "tgl_penerapan",
                                                                        "updated_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_published": {
                                                                "type": "boolean"
                                                            },
                                                            "metode": {
                                                                "type": "string"
                                                            },
                                                            "sekolah": {
                                                                "properties": {
                                                                    "jenjang": {
                                                                        "properties": {
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_instansi_tipe": {
                                                                                "type": "number"
                                                                            },
                                                                            "kelas": {
                                                                                "type": "string"
                                                                            },
                                                                            "nama_jenjang": {
                                                                                "type": "string"
                                                                            },
                                                                            "sort_order": {
                                                                                "type": "number"
                                                                            },
                                                                            "src": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "id",
                                                                            "id_instansi_tipe",
                                                                            "kelas",
                                                                            "nama_jenjang",
                                                                            "sort_order",
                                                                            "src"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "jenjang_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "kota_kab": {
                                                                        "type": "string"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "npsn": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "jenjang",
                                                                    "jenjang_id",
                                                                    "kota_kab",
                                                                    "nama",
                                                                    "npsn",
                                                                    "provinsi"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "sekolah_npsn": {
                                                                "type": "string"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahun_ajaran": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            },
                                                            "verified_at": {},
                                                            "verified_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "deskripsi",
                                                            "detail",
                                                            "id",
                                                            "is_published",
                                                            "metode",
                                                            "sekolah",
                                                            "sekolah_npsn",
                                                            "status",
                                                            "tahun_ajaran",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Isian Sekolah Update"
            }
        },
        "/v5/pak/isiansekolah/verify/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_myMq2h5cvt",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "items": {},
                                "type": "array"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "deskripsi": {
                                                                "type": "string"
                                                            },
                                                            "detail": {
                                                                "items": {
                                                                    "properties": {
                                                                        "created_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "deskripsi": {
                                                                            "type": "string"
                                                                        },
                                                                        "documents": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "attachment_id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "file": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "filename": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "uuid": {
                                                                                                "type": "string"
                                                                                            }
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "filename",
                                                                                            "id",
                                                                                            "uuid"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "attachment_id",
                                                                                    "file",
                                                                                    "id"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "images": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "attachment_id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "file": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "filename": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "uuid": {
                                                                                                "type": "string"
                                                                                            }
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "filename",
                                                                                            "id",
                                                                                            "uuid"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "attachment_id",
                                                                                    "file",
                                                                                    "id"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "kelas": {
                                                                            "type": "string"
                                                                        },
                                                                        "link": {},
                                                                        "link_blog": {
                                                                            "type": "string"
                                                                        },
                                                                        "link_facebook": {
                                                                            "type": "string"
                                                                        },
                                                                        "link_youtube": {
                                                                            "type": "string"
                                                                        },
                                                                        "mata_pelajaran": {
                                                                            "type": "string"
                                                                        },
                                                                        "metode": {
                                                                            "type": "string"
                                                                        },
                                                                        "metode_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "nama_kegiatan": {},
                                                                        "tgl_penerapan": {
                                                                            "type": "string"
                                                                        },
                                                                        "updated_at": {}
                                                                    },
                                                                    "required": [
                                                                        "created_at",
                                                                        "deskripsi",
                                                                        "documents",
                                                                        "id",
                                                                        "images",
                                                                        "kelas",
                                                                        "link",
                                                                        "link_blog",
                                                                        "link_facebook",
                                                                        "link_youtube",
                                                                        "mata_pelajaran",
                                                                        "metode",
                                                                        "metode_id",
                                                                        "nama_kegiatan",
                                                                        "tgl_penerapan",
                                                                        "updated_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_published": {
                                                                "type": "boolean"
                                                            },
                                                            "metode": {
                                                                "type": "string"
                                                            },
                                                            "sekolah": {
                                                                "properties": {
                                                                    "jenjang": {
                                                                        "properties": {
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_instansi_tipe": {
                                                                                "type": "number"
                                                                            },
                                                                            "kelas": {
                                                                                "type": "string"
                                                                            },
                                                                            "nama_jenjang": {
                                                                                "type": "string"
                                                                            },
                                                                            "sort_order": {
                                                                                "type": "number"
                                                                            },
                                                                            "src": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "id",
                                                                            "id_instansi_tipe",
                                                                            "kelas",
                                                                            "nama_jenjang",
                                                                            "sort_order",
                                                                            "src"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "jenjang_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "kota_kab": {
                                                                        "type": "string"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "npsn": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "jenjang",
                                                                    "jenjang_id",
                                                                    "kota_kab",
                                                                    "nama",
                                                                    "npsn",
                                                                    "provinsi"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "sekolah_npsn": {
                                                                "type": "string"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahun_ajaran": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {},
                                                            "verified_at": {
                                                                "type": "string"
                                                            },
                                                            "verified_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "deskripsi",
                                                            "detail",
                                                            "id",
                                                            "is_published",
                                                            "metode",
                                                            "sekolah",
                                                            "sekolah_npsn",
                                                            "status",
                                                            "tahun_ajaran",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Isian Sekolah Verify"
            }
        },
        "/v5/pak/isiansekolah/view/{id}": {
            "get": {
                "operationId": "request_qPavlG6AMp",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "deskripsi": {
                                                                "type": "string"
                                                            },
                                                            "detail": {
                                                                "items": {
                                                                    "properties": {
                                                                        "created_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "deskripsi": {
                                                                            "type": "string"
                                                                        },
                                                                        "documents": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "attachment_id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "file": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "filename": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "uuid": {
                                                                                                "type": "string"
                                                                                            }
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "filename",
                                                                                            "id",
                                                                                            "uuid"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "attachment_id",
                                                                                    "file",
                                                                                    "id"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "images": {
                                                                            "items": {
                                                                                "properties": {
                                                                                    "attachment_id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "file": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "filename": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "uuid": {
                                                                                                "type": "string"
                                                                                            }
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "filename",
                                                                                            "id",
                                                                                            "uuid"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    }
                                                                                },
                                                                                "required": [
                                                                                    "attachment_id",
                                                                                    "file",
                                                                                    "id"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "type": "array"
                                                                        },
                                                                        "kelas": {
                                                                            "type": "string"
                                                                        },
                                                                        "link": {},
                                                                        "link_blog": {
                                                                            "type": "string"
                                                                        },
                                                                        "link_facebook": {
                                                                            "type": "string"
                                                                        },
                                                                        "link_youtube": {
                                                                            "type": "string"
                                                                        },
                                                                        "mata_pelajaran": {
                                                                            "type": "string"
                                                                        },
                                                                        "metode": {
                                                                            "type": "string"
                                                                        },
                                                                        "metode_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "nama_kegiatan": {},
                                                                        "tgl_penerapan": {
                                                                            "type": "string"
                                                                        },
                                                                        "updated_at": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "created_at",
                                                                        "deskripsi",
                                                                        "documents",
                                                                        "id",
                                                                        "images",
                                                                        "kelas",
                                                                        "link",
                                                                        "link_blog",
                                                                        "link_facebook",
                                                                        "link_youtube",
                                                                        "mata_pelajaran",
                                                                        "metode",
                                                                        "metode_id",
                                                                        "nama_kegiatan",
                                                                        "tgl_penerapan",
                                                                        "updated_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_published": {
                                                                "type": "boolean"
                                                            },
                                                            "metode": {
                                                                "type": "string"
                                                            },
                                                            "sekolah": {
                                                                "properties": {
                                                                    "jenjang": {
                                                                        "properties": {
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_instansi_tipe": {
                                                                                "type": "number"
                                                                            },
                                                                            "kelas": {
                                                                                "type": "string"
                                                                            },
                                                                            "nama_jenjang": {
                                                                                "type": "string"
                                                                            },
                                                                            "sort_order": {
                                                                                "type": "number"
                                                                            },
                                                                            "src": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "id",
                                                                            "id_instansi_tipe",
                                                                            "kelas",
                                                                            "nama_jenjang",
                                                                            "sort_order",
                                                                            "src"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "jenjang_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "kota_kab": {
                                                                        "type": "string"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "npsn": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "jenjang",
                                                                    "jenjang_id",
                                                                    "kota_kab",
                                                                    "nama",
                                                                    "npsn",
                                                                    "provinsi"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "sekolah_npsn": {
                                                                "type": "string"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahun_ajaran": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            },
                                                            "verified_at": {},
                                                            "verified_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "deskripsi",
                                                            "detail",
                                                            "id",
                                                            "is_published",
                                                            "metode",
                                                            "sekolah",
                                                            "sekolah_npsn",
                                                            "status",
                                                            "tahun_ajaran",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verified_at",
                                                            "verified_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Isian Sekolah Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/pak/questionnaire/create": {
            "parameters": [],
            "post": {
                "operationId": "request_FwL8SUhfJe",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "deskripsi": {
                                        "type": "string"
                                    },
                                    "nama": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "deskripsi",
                                    "nama"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "category_name": {},
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deskripsi": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_active": {
                                                                "type": "boolean"
                                                            },
                                                            "is_using_doc_info": {
                                                                "type": "boolean"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "nama_dokumen": {},
                                                            "questionnaire_category_id": {},
                                                            "updated_at": {},
                                                            "updated_by": {},
                                                            "views_order": {}
                                                        },
                                                        "required": [
                                                            "category_name",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deskripsi",
                                                            "id",
                                                            "is_active",
                                                            "is_using_doc_info",
                                                            "nama",
                                                            "nama_dokumen",
                                                            "questionnaire_category_id",
                                                            "updated_at",
                                                            "updated_by",
                                                            "views_order"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "465": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Create Questionnaire"
            }
        },
        "/v5/pak/questionnaire/document/create": {
            "parameters": [],
            "post": {
                "operationId": "request_YOmwyk3OzJ",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "is_using_doc_info": {
                                        "type": "boolean"
                                    },
                                    "jenis_dokumen": {
                                        "type": "string"
                                    },
                                    "questionnaire_id": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "is_using_doc_info",
                                    "jenis_dokumen",
                                    "questionnaire_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "is_using_doc_info": {
                                                                "type": "boolean"
                                                            },
                                                            "jenis_dokumen": {
                                                                "type": "string"
                                                            },
                                                            "questionnaire_id": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "is_using_doc_info",
                                                            "jenis_dokumen",
                                                            "questionnaire_id",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Questionnaire Document Create"
            }
        },
        "/v5/pak/questionnaire/index": {
            "get": {
                "operationId": "request_a4RKPhRScg",
                "responses": {
                    "465": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - Questionnaire"
            },
            "parameters": []
        },
        "/v5/pak/sekolah/index": {
            "get": {
                "operationId": "request_VZQb6X4SaN",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        }
                                    },
                                    "required": [
                                        "code",
                                        "message",
                                        "status"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - Index"
            },
            "parameters": []
        },
        "/v5/pak/user/ban/{um_id}": {
            "get": {
                "operationId": "request_zycAzcAoDc",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "email": {
                                                                "type": "string"
                                                            },
                                                            "foto": {},
                                                            "instansi": {
                                                                "properties": {
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "id",
                                                                    "nama"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "jenis_kelamin": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "phone": {
                                                                "type": "string"
                                                            },
                                                            "roles": {
                                                                "items": {
                                                                    "properties": {
                                                                        "description": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "description",
                                                                        "id",
                                                                        "label",
                                                                        "name"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "sekolah": {
                                                                "items": {
                                                                    "properties": {
                                                                        "alamat": {
                                                                            "type": "string"
                                                                        },
                                                                        "email": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "string"
                                                                        },
                                                                        "jenjang": {
                                                                            "properties": {
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "id_instansi_tipe": {
                                                                                    "type": "number"
                                                                                },
                                                                                "kelas": {
                                                                                    "type": "string"
                                                                                },
                                                                                "nama_jenjang": {
                                                                                    "type": "string"
                                                                                },
                                                                                "sort_order": {
                                                                                    "type": "number"
                                                                                },
                                                                                "src": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "id",
                                                                                "id_instansi_tipe",
                                                                                "kelas",
                                                                                "nama_jenjang",
                                                                                "sort_order",
                                                                                "src"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "jenjang_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "kecamatan": {
                                                                            "type": "string"
                                                                        },
                                                                        "kota_kab": {
                                                                            "type": "string"
                                                                        },
                                                                        "nama": {
                                                                            "type": "string"
                                                                        },
                                                                        "no_telp": {},
                                                                        "npsn": {
                                                                            "type": "string"
                                                                        },
                                                                        "provinsi": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "alamat",
                                                                        "email",
                                                                        "id",
                                                                        "jenjang",
                                                                        "jenjang_id",
                                                                        "kecamatan",
                                                                        "kota_kab",
                                                                        "nama",
                                                                        "no_telp",
                                                                        "npsn",
                                                                        "provinsi"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "tempat_lahir": {},
                                                            "tgl_lahir": {},
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "um_user_name": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {}
                                                        },
                                                        "required": [
                                                            "email",
                                                            "foto",
                                                            "instansi",
                                                            "is_banned",
                                                            "jenis_kelamin",
                                                            "nama",
                                                            "phone",
                                                            "roles",
                                                            "sekolah",
                                                            "tempat_lahir",
                                                            "tgl_lahir",
                                                            "um_id",
                                                            "um_user_name",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - User Ban"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "um_id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/pak/user/index": {
            "get": {
                "operationId": "request_ElkamKNNmV",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "email": {
                                                                "type": "string"
                                                            },
                                                            "foto": {},
                                                            "instansi": {},
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "jenis_kelamin": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "roles": {
                                                                "items": {
                                                                    "properties": {
                                                                        "description": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "description",
                                                                        "id",
                                                                        "label",
                                                                        "name"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "sekolah": {
                                                                "items": {
                                                                    "properties": {
                                                                        "alamat": {
                                                                            "type": "string"
                                                                        },
                                                                        "email": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "string"
                                                                        },
                                                                        "jenjang": {
                                                                            "properties": {
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "id_instansi_tipe": {
                                                                                    "type": "number"
                                                                                },
                                                                                "kelas": {
                                                                                    "type": "string"
                                                                                },
                                                                                "nama_jenjang": {
                                                                                    "type": "string"
                                                                                },
                                                                                "sort_order": {
                                                                                    "type": "number"
                                                                                },
                                                                                "src": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "id",
                                                                                "id_instansi_tipe",
                                                                                "kelas",
                                                                                "nama_jenjang",
                                                                                "sort_order",
                                                                                "src"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "jenjang_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "kecamatan": {
                                                                            "type": "string"
                                                                        },
                                                                        "kota_kab": {
                                                                            "type": "string"
                                                                        },
                                                                        "nama": {
                                                                            "type": "string"
                                                                        },
                                                                        "no_telp": {},
                                                                        "npsn": {
                                                                            "type": "string"
                                                                        },
                                                                        "provinsi": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "alamat",
                                                                        "email",
                                                                        "id",
                                                                        "jenjang",
                                                                        "jenjang_id",
                                                                        "kecamatan",
                                                                        "kota_kab",
                                                                        "nama",
                                                                        "no_telp",
                                                                        "npsn",
                                                                        "provinsi"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "um_user_name": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {}
                                                        },
                                                        "required": [
                                                            "email",
                                                            "foto",
                                                            "instansi",
                                                            "is_banned",
                                                            "jenis_kelamin",
                                                            "nama",
                                                            "roles",
                                                            "sekolah",
                                                            "um_id",
                                                            "um_user_name",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - User Index"
            },
            "parameters": []
        },
        "/v5/pak/user/register": {
            "parameters": [],
            "post": {
                "operationId": "request_En96u7RjJ6",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "confirm_password": {
                                        "type": "string"
                                    },
                                    "email": {
                                        "type": "string"
                                    },
                                    "id": {
                                        "type": "string"
                                    },
                                    "id_instansi": {
                                        "type": "number"
                                    },
                                    "instansi": {
                                        "properties": {
                                            "id_kota_kabupaten": {
                                                "type": "number"
                                            },
                                            "id_provinsi": {
                                                "type": "number"
                                            },
                                            "label": {
                                                "type": "string"
                                            },
                                            "value": {
                                                "type": "number"
                                            }
                                        },
                                        "required": [
                                            "label",
                                            "value"
                                        ],
                                        "type": "object"
                                    },
                                    "is_banned": {
                                        "type": "boolean"
                                    },
                                    "jenis_kelamin": {
                                        "type": "string"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "npsn": {
                                        "type": "string"
                                    },
                                    "npsn_sekolah": {
                                        "type": "string"
                                    },
                                    "password": {
                                        "type": "string"
                                    },
                                    "phone": {
                                        "type": "string"
                                    },
                                    "roles": {
                                        "items": {
                                            "type": "string"
                                        },
                                        "type": "array"
                                    },
                                    "sekolah": {
                                        "properties": {
                                            "kabKota": {
                                                "type": "string"
                                            },
                                            "label": {
                                                "type": "string"
                                            },
                                            "value": {
                                                "type": "string"
                                            }
                                        },
                                        "required": [
                                            "kabKota",
                                            "label",
                                            "value"
                                        ],
                                        "type": "object"
                                    },
                                    "username": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "confirm_password",
                                    "email",
                                    "id",
                                    "id_instansi",
                                    "instansi",
                                    "is_banned",
                                    "jenis_kelamin",
                                    "nama",
                                    "password",
                                    "phone",
                                    "roles",
                                    "username"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "email": {
                                                                "type": "string"
                                                            },
                                                            "foto": {},
                                                            "id_instansi": {
                                                                "type": "number"
                                                            },
                                                            "instansi": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "flag_dana_desa": {
                                                                        "type": "number"
                                                                    },
                                                                    "flag_pak": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_kota_kabupaten": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_provinsi": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_tipe": {
                                                                        "type": "number"
                                                                    },
                                                                    "instansi_tipe": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "stranas_filter": {
                                                                                "type": "boolean"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "nama",
                                                                            "stranas_filter",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "is_stranas": {
                                                                        "type": "number"
                                                                    },
                                                                    "kota_kabupaten": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "kota_kabupaten_code": {
                                                                                "type": "string"
                                                                            },
                                                                            "kota_kabupaten_name": {
                                                                                "type": "string"
                                                                            },
                                                                            "provinsi_code": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "kota_kabupaten_code",
                                                                            "kota_kabupaten_name",
                                                                            "provinsi_code",
                                                                            "updated_at"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "deleted_at": {},
                                                                            "provinsi_code": {
                                                                                "type": "string"
                                                                            },
                                                                            "provinsi_name": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "deleted_at",
                                                                            "provinsi_code",
                                                                            "provinsi_name",
                                                                            "updated_at"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "show_to_public": {
                                                                        "type": "number"
                                                                    },
                                                                    "sumber": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "flag_dana_desa",
                                                                    "flag_pak",
                                                                    "id",
                                                                    "id_kota_kabupaten",
                                                                    "id_provinsi",
                                                                    "id_tipe",
                                                                    "instansi_tipe",
                                                                    "is_stranas",
                                                                    "kota_kabupaten",
                                                                    "nama",
                                                                    "provinsi",
                                                                    "show_to_public",
                                                                    "sumber",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "jenis_kelamin": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "phone": {
                                                                "type": "string"
                                                            },
                                                            "profile_picture_url": {},
                                                            "roles": {
                                                                "items": {
                                                                    "properties": {
                                                                        "description": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "description",
                                                                        "id",
                                                                        "label",
                                                                        "name"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "sekolah": {
                                                                "items": {
                                                                    "properties": {
                                                                        "alamat": {
                                                                            "type": "string"
                                                                        },
                                                                        "email": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "string"
                                                                        },
                                                                        "jenjang": {
                                                                            "properties": {
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "id_instansi_tipe": {
                                                                                    "type": "number"
                                                                                },
                                                                                "kelas": {
                                                                                    "type": "string"
                                                                                },
                                                                                "nama_jenjang": {
                                                                                    "type": "string"
                                                                                },
                                                                                "sort_order": {
                                                                                    "type": "number"
                                                                                },
                                                                                "src": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "id",
                                                                                "id_instansi_tipe",
                                                                                "kelas",
                                                                                "nama_jenjang",
                                                                                "sort_order",
                                                                                "src"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "jenjang_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "kecamatan": {
                                                                            "type": "string"
                                                                        },
                                                                        "kota_kab": {
                                                                            "type": "string"
                                                                        },
                                                                        "nama": {
                                                                            "type": "string"
                                                                        },
                                                                        "no_telp": {},
                                                                        "npsn": {
                                                                            "type": "string"
                                                                        },
                                                                        "provinsi": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "alamat",
                                                                        "email",
                                                                        "id",
                                                                        "jenjang",
                                                                        "jenjang_id",
                                                                        "kecamatan",
                                                                        "kota_kab",
                                                                        "nama",
                                                                        "no_telp",
                                                                        "npsn",
                                                                        "provinsi"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "tempat_lahir": {},
                                                            "tgl_lahir": {},
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "um_user_name": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "email",
                                                            "foto",
                                                            "id_instansi",
                                                            "instansi",
                                                            "is_banned",
                                                            "jenis_kelamin",
                                                            "nama",
                                                            "phone",
                                                            "profile_picture_url",
                                                            "roles",
                                                            "sekolah",
                                                            "tempat_lahir",
                                                            "tgl_lahir",
                                                            "um_id",
                                                            "um_user_name",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - User Register"
            }
        },
        "/v5/pak/user/roles": {
            "get": {
                "operationId": "request_hQC7JBi46n",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "deleted_at": {},
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - User Roles"
            },
            "parameters": []
        },
        "/v5/pak/user/unban/{um_id}": {
            "get": {
                "operationId": "request_BA3O8CTNZ7",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "email": {
                                                                "type": "string"
                                                            },
                                                            "foto": {},
                                                            "instansi": {
                                                                "properties": {
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "id",
                                                                    "nama"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "jenis_kelamin": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "phone": {
                                                                "type": "string"
                                                            },
                                                            "roles": {
                                                                "items": {
                                                                    "properties": {
                                                                        "description": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "description",
                                                                        "id",
                                                                        "label",
                                                                        "name"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "sekolah": {
                                                                "items": {
                                                                    "properties": {
                                                                        "alamat": {
                                                                            "type": "string"
                                                                        },
                                                                        "email": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "string"
                                                                        },
                                                                        "jenjang": {
                                                                            "properties": {
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "id_instansi_tipe": {
                                                                                    "type": "number"
                                                                                },
                                                                                "kelas": {
                                                                                    "type": "string"
                                                                                },
                                                                                "nama_jenjang": {
                                                                                    "type": "string"
                                                                                },
                                                                                "sort_order": {
                                                                                    "type": "number"
                                                                                },
                                                                                "src": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "id",
                                                                                "id_instansi_tipe",
                                                                                "kelas",
                                                                                "nama_jenjang",
                                                                                "sort_order",
                                                                                "src"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "jenjang_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "kecamatan": {
                                                                            "type": "string"
                                                                        },
                                                                        "kota_kab": {
                                                                            "type": "string"
                                                                        },
                                                                        "nama": {
                                                                            "type": "string"
                                                                        },
                                                                        "no_telp": {},
                                                                        "npsn": {
                                                                            "type": "string"
                                                                        },
                                                                        "provinsi": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "alamat",
                                                                        "email",
                                                                        "id",
                                                                        "jenjang",
                                                                        "jenjang_id",
                                                                        "kecamatan",
                                                                        "kota_kab",
                                                                        "nama",
                                                                        "no_telp",
                                                                        "npsn",
                                                                        "provinsi"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "tempat_lahir": {},
                                                            "tgl_lahir": {},
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "um_user_name": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {}
                                                        },
                                                        "required": [
                                                            "email",
                                                            "foto",
                                                            "instansi",
                                                            "is_banned",
                                                            "jenis_kelamin",
                                                            "nama",
                                                            "phone",
                                                            "roles",
                                                            "sekolah",
                                                            "tempat_lahir",
                                                            "tgl_lahir",
                                                            "um_id",
                                                            "um_user_name",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - User Unban"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "um_id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/pak/user/update/{um_id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "um_id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_5iLauxmJ0w",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "email": {
                                        "type": "string"
                                    },
                                    "id": {
                                        "type": "number"
                                    },
                                    "id_instansi": {
                                        "type": "number"
                                    },
                                    "instansi": {
                                        "properties": {
                                            "id_kota_kabupaten": {
                                                "type": "number"
                                            },
                                            "id_provinsi": {
                                                "type": "number"
                                            },
                                            "label": {
                                                "type": "string"
                                            },
                                            "value": {
                                                "type": "number"
                                            }
                                        },
                                        "required": [
                                            "value"
                                        ],
                                        "type": "object"
                                    },
                                    "is_banned": {
                                        "type": "boolean"
                                    },
                                    "jenis_kelamin": {
                                        "type": "string"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "npsn_sekolah": {
                                        "type": "string"
                                    },
                                    "phone": {
                                        "type": "string"
                                    },
                                    "roles": {
                                        "items": {
                                            "type": "string"
                                        },
                                        "type": "array"
                                    },
                                    "sekolah": {
                                        "properties": {
                                            "kabKota": {
                                                "type": "string"
                                            },
                                            "label": {
                                                "type": "string"
                                            },
                                            "value": {
                                                "type": "string"
                                            }
                                        },
                                        "required": [
                                            "kabKota",
                                            "label",
                                            "value"
                                        ],
                                        "type": "object"
                                    },
                                    "username": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "email",
                                    "id",
                                    "id_instansi",
                                    "instansi",
                                    "is_banned",
                                    "jenis_kelamin",
                                    "nama",
                                    "phone",
                                    "roles",
                                    "username"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "email": {
                                                                "type": "string"
                                                            },
                                                            "foto": {},
                                                            "id_instansi": {
                                                                "type": "number"
                                                            },
                                                            "instansi": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "flag_dana_desa": {
                                                                        "type": "number"
                                                                    },
                                                                    "flag_pak": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_kota_kabupaten": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_provinsi": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_tipe": {
                                                                        "type": "number"
                                                                    },
                                                                    "instansi_tipe": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "stranas_filter": {
                                                                                "type": "boolean"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "nama",
                                                                            "stranas_filter",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "is_stranas": {
                                                                        "type": "number"
                                                                    },
                                                                    "kota_kabupaten": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "kota_kabupaten_code": {
                                                                                "type": "string"
                                                                            },
                                                                            "kota_kabupaten_name": {
                                                                                "type": "string"
                                                                            },
                                                                            "provinsi_code": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "kota_kabupaten_code",
                                                                            "kota_kabupaten_name",
                                                                            "provinsi_code",
                                                                            "updated_at"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "deleted_at": {},
                                                                            "provinsi_code": {
                                                                                "type": "string"
                                                                            },
                                                                            "provinsi_name": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "deleted_at",
                                                                            "provinsi_code",
                                                                            "provinsi_name",
                                                                            "updated_at"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "show_to_public": {
                                                                        "type": "number"
                                                                    },
                                                                    "sumber": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "flag_dana_desa",
                                                                    "flag_pak",
                                                                    "id",
                                                                    "id_kota_kabupaten",
                                                                    "id_provinsi",
                                                                    "id_tipe",
                                                                    "instansi_tipe",
                                                                    "is_stranas",
                                                                    "kota_kabupaten",
                                                                    "nama",
                                                                    "provinsi",
                                                                    "show_to_public",
                                                                    "sumber",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "jenis_kelamin": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "phone": {
                                                                "type": "string"
                                                            },
                                                            "profile_picture_url": {},
                                                            "roles": {
                                                                "items": {
                                                                    "properties": {
                                                                        "description": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "description",
                                                                        "id",
                                                                        "label",
                                                                        "name"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "sekolah": {
                                                                "items": {
                                                                    "properties": {
                                                                        "alamat": {
                                                                            "type": "string"
                                                                        },
                                                                        "email": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "string"
                                                                        },
                                                                        "jenjang": {
                                                                            "properties": {
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "id_instansi_tipe": {
                                                                                    "type": "number"
                                                                                },
                                                                                "kelas": {
                                                                                    "type": "string"
                                                                                },
                                                                                "nama_jenjang": {
                                                                                    "type": "string"
                                                                                },
                                                                                "sort_order": {
                                                                                    "type": "number"
                                                                                },
                                                                                "src": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "id",
                                                                                "id_instansi_tipe",
                                                                                "kelas",
                                                                                "nama_jenjang",
                                                                                "sort_order",
                                                                                "src"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "jenjang_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "kecamatan": {
                                                                            "type": "string"
                                                                        },
                                                                        "kota_kab": {
                                                                            "type": "string"
                                                                        },
                                                                        "nama": {
                                                                            "type": "string"
                                                                        },
                                                                        "no_telp": {},
                                                                        "npsn": {
                                                                            "type": "string"
                                                                        },
                                                                        "provinsi": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "alamat",
                                                                        "email",
                                                                        "id",
                                                                        "jenjang",
                                                                        "jenjang_id",
                                                                        "kecamatan",
                                                                        "kota_kab",
                                                                        "nama",
                                                                        "no_telp",
                                                                        "npsn",
                                                                        "provinsi"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "tempat_lahir": {},
                                                            "tgl_lahir": {},
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "um_user_name": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {}
                                                        },
                                                        "required": [
                                                            "email",
                                                            "foto",
                                                            "id_instansi",
                                                            "instansi",
                                                            "is_banned",
                                                            "jenis_kelamin",
                                                            "nama",
                                                            "phone",
                                                            "profile_picture_url",
                                                            "roles",
                                                            "sekolah",
                                                            "tempat_lahir",
                                                            "tgl_lahir",
                                                            "um_id",
                                                            "um_user_name",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - User Update"
            }
        },
        "/v5/pak/user/view/{um_id}": {
            "get": {
                "operationId": "request_aUtA1ESed4",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "email": {
                                                                "type": "string"
                                                            },
                                                            "foto": {},
                                                            "id_instansi": {
                                                                "type": "number"
                                                            },
                                                            "instansi": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "flag_dana_desa": {
                                                                        "type": "number"
                                                                    },
                                                                    "flag_pak": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_kota_kabupaten": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_provinsi": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_tipe": {
                                                                        "type": "number"
                                                                    },
                                                                    "instansi_tipe": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "stranas_filter": {
                                                                                "type": "boolean"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "nama",
                                                                            "stranas_filter",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "is_stranas": {
                                                                        "type": "number"
                                                                    },
                                                                    "kota_kabupaten": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "kota_kabupaten_code": {
                                                                                "type": "string"
                                                                            },
                                                                            "kota_kabupaten_name": {
                                                                                "type": "string"
                                                                            },
                                                                            "provinsi_code": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "kota_kabupaten_code",
                                                                            "kota_kabupaten_name",
                                                                            "provinsi_code",
                                                                            "updated_at"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "deleted_at": {},
                                                                            "provinsi_code": {
                                                                                "type": "string"
                                                                            },
                                                                            "provinsi_name": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "deleted_at",
                                                                            "provinsi_code",
                                                                            "provinsi_name",
                                                                            "updated_at"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "show_to_public": {
                                                                        "type": "number"
                                                                    },
                                                                    "sumber": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "flag_dana_desa",
                                                                    "flag_pak",
                                                                    "id",
                                                                    "id_kota_kabupaten",
                                                                    "id_provinsi",
                                                                    "id_tipe",
                                                                    "instansi_tipe",
                                                                    "is_stranas",
                                                                    "kota_kabupaten",
                                                                    "nama",
                                                                    "provinsi",
                                                                    "show_to_public",
                                                                    "sumber",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "jenis_kelamin": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "phone": {
                                                                "type": "string"
                                                            },
                                                            "profile_picture_url": {},
                                                            "roles": {
                                                                "items": {
                                                                    "properties": {
                                                                        "description": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "description",
                                                                        "id",
                                                                        "label",
                                                                        "name"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "sekolah": {
                                                                "items": {
                                                                    "properties": {
                                                                        "alamat": {
                                                                            "type": "string"
                                                                        },
                                                                        "email": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "string"
                                                                        },
                                                                        "jenjang": {
                                                                            "properties": {
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "id_instansi_tipe": {
                                                                                    "type": "number"
                                                                                },
                                                                                "kelas": {
                                                                                    "type": "string"
                                                                                },
                                                                                "nama_jenjang": {
                                                                                    "type": "string"
                                                                                },
                                                                                "sort_order": {
                                                                                    "type": "number"
                                                                                },
                                                                                "src": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "id",
                                                                                "id_instansi_tipe",
                                                                                "kelas",
                                                                                "nama_jenjang",
                                                                                "sort_order",
                                                                                "src"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "jenjang_id": {
                                                                            "type": "number"
                                                                        },
                                                                        "kecamatan": {
                                                                            "type": "string"
                                                                        },
                                                                        "kota_kab": {
                                                                            "type": "string"
                                                                        },
                                                                        "nama": {
                                                                            "type": "string"
                                                                        },
                                                                        "no_telp": {},
                                                                        "npsn": {
                                                                            "type": "string"
                                                                        },
                                                                        "provinsi": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "alamat",
                                                                        "email",
                                                                        "id",
                                                                        "jenjang",
                                                                        "jenjang_id",
                                                                        "kecamatan",
                                                                        "kota_kab",
                                                                        "nama",
                                                                        "no_telp",
                                                                        "npsn",
                                                                        "provinsi"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "tempat_lahir": {},
                                                            "tgl_lahir": {},
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "um_user_name": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {}
                                                        },
                                                        "required": [
                                                            "email",
                                                            "foto",
                                                            "id_instansi",
                                                            "instansi",
                                                            "is_banned",
                                                            "jenis_kelamin",
                                                            "nama",
                                                            "phone",
                                                            "profile_picture_url",
                                                            "roles",
                                                            "sekolah",
                                                            "tempat_lahir",
                                                            "tgl_lahir",
                                                            "um_id",
                                                            "um_user_name",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PAK - User View"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "um_id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/pancek/answer/attachment/preview/{uuid}": {
            "get": {
                "operationId": "request_xSKJan2yRX",
                "responses": {
                    "462": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Pancek Answer - Preview Attachment"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "uuid",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/pancek/user/verifikator/create": {
            "parameters": [],
            "post": {
                "operationId": "request_z9padubibw",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "end_date": {
                                        "type": "string"
                                    },
                                    "start_date": {
                                        "type": "string"
                                    },
                                    "um_id": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "end_date",
                                    "start_date",
                                    "um_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "end_date": {
                                                    "type": "string"
                                                },
                                                "id": {
                                                    "type": "string"
                                                },
                                                "start_date": {
                                                    "type": "string"
                                                },
                                                "um_id": {
                                                    "type": "number"
                                                },
                                                "updated_at": {}
                                            },
                                            "required": [
                                                "created_at",
                                                "deleted_at",
                                                "end_date",
                                                "id",
                                                "start_date",
                                                "um_id",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "500": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "stacktrace": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "stacktrace",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Pancek User Verifikator - Create"
            }
        },
        "/v5/pancek/user/verifikator/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_1hnlZ4huDp",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "end_date": {
                                        "type": "string"
                                    },
                                    "start_date": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "end_date",
                                    "start_date"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {
                                                    "type": "string"
                                                },
                                                "end_date": {
                                                    "type": "string"
                                                },
                                                "id": {
                                                    "type": "string"
                                                },
                                                "start_date": {
                                                    "type": "string"
                                                },
                                                "um_id": {
                                                    "type": "number"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "created_at",
                                                "deleted_at",
                                                "end_date",
                                                "id",
                                                "start_date",
                                                "um_id",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Pancek User Verifikator - Delete"
            }
        },
        "/v5/pancek/user/verifikator/detail/{id}": {
            "get": {
                "operationId": "request_C0DH9bLoBg",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "end_date": {
                                                    "type": "string"
                                                },
                                                "id": {
                                                    "type": "string"
                                                },
                                                "start_date": {
                                                    "type": "string"
                                                },
                                                "um_id": {
                                                    "type": "number"
                                                },
                                                "um_user": {
                                                    "properties": {
                                                        "checkmark_verified": {
                                                            "type": "number"
                                                        },
                                                        "email": {
                                                            "type": "string"
                                                        },
                                                        "foto": {
                                                            "type": "string"
                                                        },
                                                        "instansi": {
                                                            "properties": {
                                                                "id": {
                                                                    "type": "number"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                }
                                                            },
                                                            "required": [
                                                                "id",
                                                                "nama"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "is_banned": {
                                                            "type": "boolean"
                                                        },
                                                        "jenis_kelamin": {},
                                                        "nama": {
                                                            "type": "string"
                                                        },
                                                        "phone": {
                                                            "type": "string"
                                                        },
                                                        "roles": {
                                                            "items": {
                                                                "properties": {
                                                                    "description": {
                                                                        "type": "string"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "label": {
                                                                        "type": "string"
                                                                    },
                                                                    "name": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "description",
                                                                    "id",
                                                                    "label",
                                                                    "name"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "type": "array"
                                                        },
                                                        "sekolah": {
                                                            "items": {},
                                                            "type": "array"
                                                        },
                                                        "tempat_lahir": {
                                                            "type": "string"
                                                        },
                                                        "tgl_lahir": {
                                                            "type": "string"
                                                        },
                                                        "um_id": {
                                                            "type": "number"
                                                        },
                                                        "um_user_name": {
                                                            "type": "string"
                                                        },
                                                        "uuid_user": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "checkmark_verified",
                                                        "email",
                                                        "foto",
                                                        "instansi",
                                                        "is_banned",
                                                        "jenis_kelamin",
                                                        "nama",
                                                        "phone",
                                                        "roles",
                                                        "sekolah",
                                                        "tempat_lahir",
                                                        "tgl_lahir",
                                                        "um_id",
                                                        "um_user_name",
                                                        "uuid_user"
                                                    ],
                                                    "type": "object"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "created_at",
                                                "deleted_at",
                                                "end_date",
                                                "id",
                                                "start_date",
                                                "um_id",
                                                "um_user",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "462": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Pancek User Verifikator - Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/pancek/user/verifikator/list": {
            "get": {
                "operationId": "request_RebWO1jKxr",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "email": {
                                                                "type": "string"
                                                            },
                                                            "end_date": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "jenis_kelamin": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "phone": {
                                                                "type": "string"
                                                            },
                                                            "start_date": {
                                                                "type": "string"
                                                            },
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "um_user_name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "email",
                                                            "end_date",
                                                            "id",
                                                            "jenis_kelamin",
                                                            "nama",
                                                            "phone",
                                                            "start_date",
                                                            "um_id",
                                                            "um_user_name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Pancek User Verifikator - List"
            },
            "parameters": []
        },
        "/v5/pancek/user/verifikator/permission_check": {
            "get": {
                "operationId": "request_bMePxSOusf",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "is_allowed": {
                                                    "type": "boolean"
                                                },
                                                "message": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "is_allowed",
                                                "message"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Pancek User Verifikator - Permission Check"
            },
            "parameters": []
        },
        "/v5/pancek/user/verifikator/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_a8DlnDu1vW",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "end_date": {
                                        "type": "string"
                                    },
                                    "start_date": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "end_date",
                                    "start_date"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "end_date": {
                                                    "type": "string"
                                                },
                                                "id": {
                                                    "type": "string"
                                                },
                                                "start_date": {
                                                    "type": "string"
                                                },
                                                "um_id": {
                                                    "type": "number"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "created_at",
                                                "deleted_at",
                                                "end_date",
                                                "id",
                                                "start_date",
                                                "um_id",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Pancek User Verifikator - Update"
            }
        },
        "/v5/ppj/dashboard": {
            "get": {
                "operationId": "request_BLA0xDhZiz",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "pal_dph21": {
                                                    "type": "string"
                                                },
                                                "pal_dph22": {
                                                    "type": "string"
                                                },
                                                "pal_dph23": {
                                                    "type": "string"
                                                },
                                                "pal_dph24": {
                                                    "type": "string"
                                                },
                                                "pal_dph25": {
                                                    "type": "string"
                                                },
                                                "pal_lpb": {
                                                    "type": "string"
                                                },
                                                "pal_nota": {
                                                    "type": "string"
                                                },
                                                "pal_ntl": {
                                                    "type": "string"
                                                },
                                                "pal_offl": {
                                                    "type": "string"
                                                },
                                                "pal_res_nontaglis": {
                                                    "type": "string"
                                                },
                                                "pal_res_pra": {
                                                    "type": "string"
                                                },
                                                "pal_res_taglis": {
                                                    "type": "string"
                                                },
                                                "pal_sorek": {
                                                    "type": "string"
                                                },
                                                "pal_tmp_lpb": {
                                                    "type": "string"
                                                },
                                                "pal_ujl_lpb": {
                                                    "type": "string"
                                                },
                                                "pemkwh_309_kab": {
                                                    "type": "string"
                                                },
                                                "pemkwh_sorek": {
                                                    "type": "string"
                                                },
                                                "ppj_dph21": {
                                                    "type": "string"
                                                },
                                                "ppj_dph22": {
                                                    "type": "string"
                                                },
                                                "ppj_dph23": {
                                                    "type": "string"
                                                },
                                                "ppj_dph24": {
                                                    "type": "string"
                                                },
                                                "ppj_dph25": {
                                                    "type": "string"
                                                },
                                                "ppj_lpb": {
                                                    "type": "string"
                                                },
                                                "ppj_nota": {
                                                    "type": "string"
                                                },
                                                "ppj_ntl": {
                                                    "type": "string"
                                                },
                                                "ppj_offl": {
                                                    "type": "string"
                                                },
                                                "ppj_res_nontaglis": {
                                                    "type": "string"
                                                },
                                                "ppj_res_pra": {
                                                    "type": "string"
                                                },
                                                "ppj_res_taglis": {
                                                    "type": "string"
                                                },
                                                "ppj_sorek": {
                                                    "type": "string"
                                                },
                                                "ppj_tmp_lpb": {
                                                    "type": "string"
                                                },
                                                "ppj_total": {
                                                    "type": "string"
                                                },
                                                "ppj_ujl_lpb": {
                                                    "type": "string"
                                                },
                                                "rank_goltarif": {
                                                    "items": {
                                                        "properties": {
                                                            "goltarif": {
                                                                "type": "string"
                                                            },
                                                            "pemkwh_sorek": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "goltarif",
                                                            "pemkwh_sorek"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "rpptl_309_kab": {
                                                    "type": "string"
                                                },
                                                "tagihan_pemda_ini": {
                                                    "type": "string"
                                                },
                                                "tot_lpb": {
                                                    "type": "string"
                                                },
                                                "tot_ntl": {
                                                    "type": "string"
                                                },
                                                "tot_ppj_koreksi_kurang": {
                                                    "type": "string"
                                                },
                                                "tot_ppj_koreksi_tambah": {
                                                    "type": "string"
                                                },
                                                "tot_ppj_taglis": {
                                                    "type": "string"
                                                },
                                                "tot_res": {
                                                    "type": "string"
                                                },
                                                "ts_sorek": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "pal_dph21",
                                                "pal_dph22",
                                                "pal_dph23",
                                                "pal_dph24",
                                                "pal_dph25",
                                                "pal_lpb",
                                                "pal_nota",
                                                "pal_ntl",
                                                "pal_offl",
                                                "pal_res_nontaglis",
                                                "pal_res_pra",
                                                "pal_res_taglis",
                                                "pal_sorek",
                                                "pal_tmp_lpb",
                                                "pal_ujl_lpb",
                                                "pemkwh_309_kab",
                                                "pemkwh_sorek",
                                                "ppj_dph21",
                                                "ppj_dph22",
                                                "ppj_dph23",
                                                "ppj_dph24",
                                                "ppj_dph25",
                                                "ppj_lpb",
                                                "ppj_nota",
                                                "ppj_ntl",
                                                "ppj_offl",
                                                "ppj_res_nontaglis",
                                                "ppj_res_pra",
                                                "ppj_res_taglis",
                                                "ppj_sorek",
                                                "ppj_tmp_lpb",
                                                "ppj_total",
                                                "ppj_ujl_lpb",
                                                "rank_goltarif",
                                                "rpptl_309_kab",
                                                "tagihan_pemda_ini",
                                                "tot_lpb",
                                                "tot_ntl",
                                                "tot_ppj_koreksi_kurang",
                                                "tot_ppj_koreksi_tambah",
                                                "tot_ppj_taglis",
                                                "tot_res",
                                                "ts_sorek"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PPJ - Dashboard"
            },
            "parameters": []
        },
        "/v5/ppj/list-ppjhal1": {
            "get": {
                "operationId": "request_o1KbODU2WD",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "daya": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "goltarif": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "kd_kabmendagri": {
                                                                "type": "string"
                                                            },
                                                            "lbr_dph21": {
                                                                "type": "string"
                                                            },
                                                            "lbr_dph22": {
                                                                "type": "string"
                                                            },
                                                            "lbr_dph23": {
                                                                "type": "string"
                                                            },
                                                            "lbr_dph24": {
                                                                "type": "string"
                                                            },
                                                            "lbr_dph25": {
                                                                "type": "string"
                                                            },
                                                            "lbr_sorek": {
                                                                "type": "string"
                                                            },
                                                            "lbr_taglis": {
                                                                "type": "string"
                                                            },
                                                            "nama_kabmendagri": {
                                                                "type": "string"
                                                            },
                                                            "namapemda": {
                                                                "type": "string"
                                                            },
                                                            "namaunitpln": {
                                                                "type": "string"
                                                            },
                                                            "pal_dph21": {
                                                                "type": "string"
                                                            },
                                                            "pal_dph22": {
                                                                "type": "string"
                                                            },
                                                            "pal_dph23": {
                                                                "type": "string"
                                                            },
                                                            "pal_dph24": {
                                                                "type": "string"
                                                            },
                                                            "pal_dph25": {
                                                                "type": "string"
                                                            },
                                                            "pal_sorek": {
                                                                "type": "string"
                                                            },
                                                            "pal_taglis": {
                                                                "type": "string"
                                                            },
                                                            "pemda": {
                                                                "type": "string"
                                                            },
                                                            "pemkwh_sorek": {
                                                                "type": "string"
                                                            },
                                                            "plg_sorek": {
                                                                "type": "string"
                                                            },
                                                            "plg_taglis": {
                                                                "type": "string"
                                                            },
                                                            "ppj_dph21": {
                                                                "type": "string"
                                                            },
                                                            "ppj_dph22": {
                                                                "type": "string"
                                                            },
                                                            "ppj_dph23": {
                                                                "type": "string"
                                                            },
                                                            "ppj_dph24": {
                                                                "type": "string"
                                                            },
                                                            "ppj_dph25": {
                                                                "type": "string"
                                                            },
                                                            "ppj_sorek": {
                                                                "type": "string"
                                                            },
                                                            "ppj_taglis": {
                                                                "type": "string"
                                                            },
                                                            "thbllap": {
                                                                "type": "number"
                                                            },
                                                            "ts_dph21": {
                                                                "type": "string"
                                                            },
                                                            "ts_dph22": {
                                                                "type": "string"
                                                            },
                                                            "ts_dph23": {
                                                                "type": "string"
                                                            },
                                                            "ts_dph24": {
                                                                "type": "string"
                                                            },
                                                            "ts_dph25": {
                                                                "type": "string"
                                                            },
                                                            "ts_sorek": {
                                                                "type": "string"
                                                            },
                                                            "ts_taglis": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "daya",
                                                            "deleted_at",
                                                            "goltarif",
                                                            "id",
                                                            "kd_kabmendagri",
                                                            "lbr_dph21",
                                                            "lbr_dph22",
                                                            "lbr_dph23",
                                                            "lbr_dph24",
                                                            "lbr_dph25",
                                                            "lbr_sorek",
                                                            "lbr_taglis",
                                                            "nama_kabmendagri",
                                                            "namapemda",
                                                            "namaunitpln",
                                                            "pal_dph21",
                                                            "pal_dph22",
                                                            "pal_dph23",
                                                            "pal_dph24",
                                                            "pal_dph25",
                                                            "pal_sorek",
                                                            "pal_taglis",
                                                            "pemda",
                                                            "pemkwh_sorek",
                                                            "plg_sorek",
                                                            "plg_taglis",
                                                            "ppj_dph21",
                                                            "ppj_dph22",
                                                            "ppj_dph23",
                                                            "ppj_dph24",
                                                            "ppj_dph25",
                                                            "ppj_sorek",
                                                            "ppj_taglis",
                                                            "thbllap",
                                                            "ts_dph21",
                                                            "ts_dph22",
                                                            "ts_dph23",
                                                            "ts_dph24",
                                                            "ts_dph25",
                                                            "ts_sorek",
                                                            "ts_taglis",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PPJ - List PPJ Hal 1"
            },
            "parameters": []
        },
        "/v5/ppj/list-ppjhal2": {
            "get": {
                "operationId": "request_aC9CEvJgIb",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "daya": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "goltarif": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "kd_kabmendagri": {
                                                                "type": "string"
                                                            },
                                                            "lbr_lpb": {
                                                                "type": "string"
                                                            },
                                                            "lbr_nota": {
                                                                "type": "string"
                                                            },
                                                            "lbr_ntl": {
                                                                "type": "string"
                                                            },
                                                            "lbr_offl": {
                                                                "type": "string"
                                                            },
                                                            "lbr_res_nontaglis": {
                                                                "type": "string"
                                                            },
                                                            "lbr_res_pra": {
                                                                "type": "string"
                                                            },
                                                            "lbr_res_taglis": {
                                                                "type": "string"
                                                            },
                                                            "lbr_taglis": {
                                                                "type": "string"
                                                            },
                                                            "lbr_tmp_lpb": {
                                                                "type": "string"
                                                            },
                                                            "lbr_ujl_lpb": {
                                                                "type": "string"
                                                            },
                                                            "nama_kabmendagri": {
                                                                "type": "string"
                                                            },
                                                            "namapemda": {
                                                                "type": "string"
                                                            },
                                                            "namaunitpln": {
                                                                "type": "string"
                                                            },
                                                            "pal_lpb": {
                                                                "type": "string"
                                                            },
                                                            "pal_nota": {
                                                                "type": "string"
                                                            },
                                                            "pal_ntl": {
                                                                "type": "string"
                                                            },
                                                            "pal_offl": {
                                                                "type": "string"
                                                            },
                                                            "pal_res_nontaglis": {
                                                                "type": "string"
                                                            },
                                                            "pal_res_pra": {
                                                                "type": "string"
                                                            },
                                                            "pal_res_taglis": {
                                                                "type": "string"
                                                            },
                                                            "pal_taglis": {
                                                                "type": "string"
                                                            },
                                                            "pal_tmp_lpb": {
                                                                "type": "string"
                                                            },
                                                            "pal_ujl_lpb": {
                                                                "type": "string"
                                                            },
                                                            "pemda": {
                                                                "type": "string"
                                                            },
                                                            "plg_lpb": {
                                                                "type": "string"
                                                            },
                                                            "plg_nota": {
                                                                "type": "string"
                                                            },
                                                            "plg_ntl": {
                                                                "type": "string"
                                                            },
                                                            "plg_offl": {
                                                                "type": "string"
                                                            },
                                                            "plg_res_nontaglis": {
                                                                "type": "string"
                                                            },
                                                            "plg_res_pra": {
                                                                "type": "string"
                                                            },
                                                            "plg_res_taglis": {
                                                                "type": "string"
                                                            },
                                                            "plg_taglis": {
                                                                "type": "string"
                                                            },
                                                            "plg_tmp_lpb": {
                                                                "type": "string"
                                                            },
                                                            "plg_ujl_lpb": {
                                                                "type": "string"
                                                            },
                                                            "ppj_koreksi_kurang": {
                                                                "type": "string"
                                                            },
                                                            "ppj_koreksi_tambah": {
                                                                "type": "string"
                                                            },
                                                            "ppj_lpb": {
                                                                "type": "string"
                                                            },
                                                            "ppj_nota": {
                                                                "type": "string"
                                                            },
                                                            "ppj_ntl": {
                                                                "type": "string"
                                                            },
                                                            "ppj_offl": {
                                                                "type": "string"
                                                            },
                                                            "ppj_res_nontaglis": {
                                                                "type": "string"
                                                            },
                                                            "ppj_res_pra": {
                                                                "type": "string"
                                                            },
                                                            "ppj_res_taglis": {
                                                                "type": "string"
                                                            },
                                                            "ppj_taglis": {
                                                                "type": "string"
                                                            },
                                                            "ppj_tmp_lpb": {
                                                                "type": "string"
                                                            },
                                                            "ppj_total": {
                                                                "type": "string"
                                                            },
                                                            "ppj_ujl_lpb": {
                                                                "type": "string"
                                                            },
                                                            "thbllap": {
                                                                "type": "number"
                                                            },
                                                            "ts_taglis": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "daya",
                                                            "deleted_at",
                                                            "goltarif",
                                                            "id",
                                                            "kd_kabmendagri",
                                                            "lbr_lpb",
                                                            "lbr_nota",
                                                            "lbr_ntl",
                                                            "lbr_offl",
                                                            "lbr_res_nontaglis",
                                                            "lbr_res_pra",
                                                            "lbr_res_taglis",
                                                            "lbr_taglis",
                                                            "lbr_tmp_lpb",
                                                            "lbr_ujl_lpb",
                                                            "nama_kabmendagri",
                                                            "namapemda",
                                                            "namaunitpln",
                                                            "pal_lpb",
                                                            "pal_nota",
                                                            "pal_ntl",
                                                            "pal_offl",
                                                            "pal_res_nontaglis",
                                                            "pal_res_pra",
                                                            "pal_res_taglis",
                                                            "pal_taglis",
                                                            "pal_tmp_lpb",
                                                            "pal_ujl_lpb",
                                                            "pemda",
                                                            "plg_lpb",
                                                            "plg_nota",
                                                            "plg_ntl",
                                                            "plg_offl",
                                                            "plg_res_nontaglis",
                                                            "plg_res_pra",
                                                            "plg_res_taglis",
                                                            "plg_taglis",
                                                            "plg_tmp_lpb",
                                                            "plg_ujl_lpb",
                                                            "ppj_koreksi_kurang",
                                                            "ppj_koreksi_tambah",
                                                            "ppj_lpb",
                                                            "ppj_nota",
                                                            "ppj_ntl",
                                                            "ppj_offl",
                                                            "ppj_res_nontaglis",
                                                            "ppj_res_pra",
                                                            "ppj_res_taglis",
                                                            "ppj_taglis",
                                                            "ppj_tmp_lpb",
                                                            "ppj_total",
                                                            "ppj_ujl_lpb",
                                                            "thbllap",
                                                            "ts_taglis",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PPJ - List PPJ Hal 2"
            },
            "parameters": []
        },
        "/v5/ppj/list-ppjpiutangpemda": {
            "get": {
                "operationId": "request_JRuiOOn9Oj",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "kd_kabmendagri": {
                                                                "type": "string"
                                                            },
                                                            "nama_kabmendagri": {
                                                                "type": "string"
                                                            },
                                                            "namapemda": {
                                                                "type": "string"
                                                            },
                                                            "namaunitpln": {
                                                                "type": "string"
                                                            },
                                                            "pemda": {
                                                                "type": "string"
                                                            },
                                                            "pemkwh_309_kab": {
                                                                "type": "string"
                                                            },
                                                            "rpptl_309_kab": {
                                                                "type": "string"
                                                            },
                                                            "saldo_404_baru_taglis": {
                                                                "type": "string"
                                                            },
                                                            "saldo_404_berjalan": {
                                                                "type": "string"
                                                            },
                                                            "saldo_404_tunggakan": {
                                                                "type": "string"
                                                            },
                                                            "saldo_akhir_404": {
                                                                "type": "string"
                                                            },
                                                            "setoran_ppj_ini": {
                                                                "type": "string"
                                                            },
                                                            "setoran_ppj_kum": {
                                                                "type": "string"
                                                            },
                                                            "tagihan_pemda_ini": {
                                                                "type": "string"
                                                            },
                                                            "tagihan_pemda_ini_pju": {
                                                                "type": "string"
                                                            },
                                                            "tagihan_pemda_kum": {
                                                                "type": "string"
                                                            },
                                                            "tagihan_pemda_kum_pju": {
                                                                "type": "string"
                                                            },
                                                            "thbllap": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "kd_kabmendagri",
                                                            "nama_kabmendagri",
                                                            "namapemda",
                                                            "namaunitpln",
                                                            "pemda",
                                                            "pemkwh_309_kab",
                                                            "rpptl_309_kab",
                                                            "saldo_404_baru_taglis",
                                                            "saldo_404_berjalan",
                                                            "saldo_404_tunggakan",
                                                            "saldo_akhir_404",
                                                            "setoran_ppj_ini",
                                                            "setoran_ppj_kum",
                                                            "tagihan_pemda_ini",
                                                            "tagihan_pemda_ini_pju",
                                                            "tagihan_pemda_kum",
                                                            "tagihan_pemda_kum_pju",
                                                            "thbllap",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PPJ - List PPJ Piutang Pemda"
            },
            "parameters": []
        },
        "/v5/ppj/rekening-pemda": {
            "get": {
                "operationId": "request_GzWCH7TLdZ",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "kd_kabmendagri": {
                                                    "type": "string"
                                                },
                                                "nama_kabmendagri": {
                                                    "type": "string"
                                                },
                                                "pemkwh_309_kab": {
                                                    "type": "number"
                                                },
                                                "ppj_lpb": {
                                                    "type": "number"
                                                },
                                                "ppj_sorek": {
                                                    "type": "number"
                                                },
                                                "rpptl_309_kab": {
                                                    "type": "number"
                                                },
                                                "ts_sorek": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "kd_kabmendagri",
                                                "nama_kabmendagri",
                                                "pemkwh_309_kab",
                                                "ppj_lpb",
                                                "ppj_sorek",
                                                "rpptl_309_kab",
                                                "ts_sorek"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PPJ - Rekening Pemda"
            },
            "parameters": []
        },
        "/v5/ppj/tagihan-pemda": {
            "get": {
                "operationId": "request_8FJIjLxd8V",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "kd_kabmendagri": {
                                                    "type": "string"
                                                },
                                                "nama_kabmendagri": {
                                                    "type": "string"
                                                },
                                                "saldo_404_baru_taglis": {
                                                    "type": "string"
                                                },
                                                "saldo_404_berjalan": {
                                                    "type": "string"
                                                },
                                                "saldo_404_tunggakan": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "kd_kabmendagri",
                                                "nama_kabmendagri",
                                                "saldo_404_baru_taglis",
                                                "saldo_404_berjalan",
                                                "saldo_404_tunggakan"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "PPJ - Tagihan Pemda"
            },
            "parameters": []
        },
        "/v5/profil-daerah/create": {
            "parameters": [],
            "post": {
                "operationId": "request_YhszqnCtGj",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "audit_bpk": {
                                                    "type": "string"
                                                },
                                                "code_klpd": {
                                                    "type": "string"
                                                },
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "id": {
                                                    "type": "string"
                                                },
                                                "jabatan_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "jabatan_wakil_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "jenis": {
                                                    "type": "string"
                                                },
                                                "keterangan_bpk": {
                                                    "type": "string"
                                                },
                                                "keterangan_lakip": {
                                                    "type": "string"
                                                },
                                                "keterangan_ptk": {
                                                    "type": "string"
                                                },
                                                "nama_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "nama_wakil_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "nama_wilayah": {
                                                    "type": "string"
                                                },
                                                "nilai_lakip": {
                                                    "type": "string"
                                                },
                                                "nilai_ptk": {
                                                    "type": "string"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "audit_bpk",
                                                "code_klpd",
                                                "created_at",
                                                "deleted_at",
                                                "id",
                                                "jabatan_kepala_daerah",
                                                "jabatan_wakil_kepala_daerah",
                                                "jenis",
                                                "keterangan_bpk",
                                                "keterangan_lakip",
                                                "keterangan_ptk",
                                                "nama_kepala_daerah",
                                                "nama_wakil_kepala_daerah",
                                                "nama_wilayah",
                                                "nilai_lakip",
                                                "nilai_ptk",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Profil Daerah - Create"
            }
        },
        "/v5/profil-daerah/delete/{kode-wilayah}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "kode-wilayah",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_g8oeGtMbIv",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "audit_bpk": {
                                                    "type": "string"
                                                },
                                                "code_klpd": {
                                                    "type": "number"
                                                },
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {
                                                    "type": "string"
                                                },
                                                "id": {
                                                    "type": "number"
                                                },
                                                "jabatan_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "jabatan_wakil_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "jenis": {
                                                    "type": "string"
                                                },
                                                "keterangan_bpk": {
                                                    "type": "string"
                                                },
                                                "keterangan_lakip": {
                                                    "type": "string"
                                                },
                                                "keterangan_ptk": {
                                                    "type": "string"
                                                },
                                                "nama_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "nama_wakil_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "nama_wilayah": {
                                                    "type": "string"
                                                },
                                                "nilai_lakip": {
                                                    "type": "string"
                                                },
                                                "nilai_ptk": {
                                                    "type": "string"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "audit_bpk",
                                                "code_klpd",
                                                "created_at",
                                                "deleted_at",
                                                "id",
                                                "jabatan_kepala_daerah",
                                                "jabatan_wakil_kepala_daerah",
                                                "jenis",
                                                "keterangan_bpk",
                                                "keterangan_lakip",
                                                "keterangan_ptk",
                                                "nama_kepala_daerah",
                                                "nama_wakil_kepala_daerah",
                                                "nama_wilayah",
                                                "nilai_lakip",
                                                "nilai_ptk",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Profil Daerah - Delete"
            }
        },
        "/v5/profil-daerah/detail-by-code-klpd/{kode-klpd}": {
            "get": {
                "operationId": "request_M6mvNOHeIL",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "apbd_bansos": {
                                                    "properties": {
                                                        "pilkada": {
                                                            "type": "number"
                                                        }
                                                    },
                                                    "required": [
                                                        "pilkada"
                                                    ],
                                                    "type": "object"
                                                },
                                                "audit_bpk": {
                                                    "type": "string"
                                                },
                                                "code_klpd": {
                                                    "type": "number"
                                                },
                                                "id": {
                                                    "type": "number"
                                                },
                                                "id_kota_kabupaten": {},
                                                "id_provinsi": {
                                                    "type": "number"
                                                },
                                                "jabatan_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "jabatan_wakil_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "jenis": {
                                                    "type": "string"
                                                },
                                                "kepadatan_penduduk": {
                                                    "properties": {
                                                        "jml_penduduk": {
                                                            "type": "number"
                                                        },
                                                        "luas_wilayah": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "jml_penduduk",
                                                        "luas_wilayah"
                                                    ],
                                                    "type": "object"
                                                },
                                                "keterangan_bpk": {
                                                    "type": "string"
                                                },
                                                "keterangan_lakip": {
                                                    "type": "string"
                                                },
                                                "keterangan_ptk": {
                                                    "type": "string"
                                                },
                                                "nama_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "nama_wakil_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "nama_wilayah": {
                                                    "type": "string"
                                                },
                                                "nilai_lakip": {
                                                    "type": "number"
                                                },
                                                "nilai_ptk": {
                                                    "type": "number"
                                                },
                                                "spi_hasil_klpd": {
                                                    "properties": {
                                                        "hasil_spi": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "hasil_spi"
                                                    ],
                                                    "type": "object"
                                                }
                                            },
                                            "required": [
                                                "apbd_bansos",
                                                "audit_bpk",
                                                "code_klpd",
                                                "id",
                                                "id_kota_kabupaten",
                                                "id_provinsi",
                                                "jabatan_kepala_daerah",
                                                "jabatan_wakil_kepala_daerah",
                                                "jenis",
                                                "kepadatan_penduduk",
                                                "keterangan_bpk",
                                                "keterangan_lakip",
                                                "keterangan_ptk",
                                                "nama_kepala_daerah",
                                                "nama_wakil_kepala_daerah",
                                                "nama_wilayah",
                                                "nilai_lakip",
                                                "nilai_ptk",
                                                "spi_hasil_klpd"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Profil Daerah - Detail by Code Klpd"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "kode-klpd",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/profil-daerah/detail-by-code/{kode-wilayah}": {
            "get": {
                "operationId": "request_TlTL1Hgc8G",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "apbd_bansos": {
                                                    "properties": {
                                                        "pilkada": {
                                                            "type": "number"
                                                        }
                                                    },
                                                    "required": [
                                                        "pilkada"
                                                    ],
                                                    "type": "object"
                                                },
                                                "apbd_detail": {
                                                    "properties": {
                                                        "bagi_hasil_pajak_bagi_hasil_bukan_pajak": {
                                                            "type": "string"
                                                        },
                                                        "bantuan_keuangan_dari_provinsi_atau_pemerintah_daerah_lainnya": {
                                                            "type": "string"
                                                        },
                                                        "belanja_bagi_hasil_kepada_prokabkot_dan_pemerintah_desa": {
                                                            "type": "string"
                                                        },
                                                        "belanja_bantuan_keuangan_kepada_provkabkot_dan_pem_des": {
                                                            "type": "string"
                                                        },
                                                        "belanja_bantuan_sosial": {
                                                            "type": "string"
                                                        },
                                                        "belanja_barang_dan_jasa": {
                                                            "type": "string"
                                                        },
                                                        "belanja_bunga": {
                                                            "type": "string"
                                                        },
                                                        "belanja_daerah": {
                                                            "type": "string"
                                                        },
                                                        "belanja_hibah": {
                                                            "type": "string"
                                                        },
                                                        "belanja_langsung": {
                                                            "type": "string"
                                                        },
                                                        "belanja_modal": {
                                                            "type": "string"
                                                        },
                                                        "belanja_pegawai_l": {
                                                            "type": "string"
                                                        },
                                                        "belanja_pegawai_tl": {
                                                            "type": "string"
                                                        },
                                                        "belanja_subsidi": {
                                                            "type": "string"
                                                        },
                                                        "belanja_tidak_langsung": {
                                                            "type": "string"
                                                        },
                                                        "belanja_tidak_terduga": {
                                                            "type": "string"
                                                        },
                                                        "created_at": {
                                                            "type": "string"
                                                        },
                                                        "dana_alokasi_khusus": {
                                                            "type": "string"
                                                        },
                                                        "dana_alokasi_umum": {
                                                            "type": "string"
                                                        },
                                                        "dana_bagi_hasil_pajak_dari_provinsi_dan_pemerintah_daerah_lain": {
                                                            "type": "string"
                                                        },
                                                        "dana_darurat": {
                                                            "type": "string"
                                                        },
                                                        "dana_penyesuaian_dan_otonomi_khusus": {
                                                            "type": "string"
                                                        },
                                                        "dana_perimbangan": {
                                                            "type": "string"
                                                        },
                                                        "deleted_at": {},
                                                        "hasil_pajak_daerah": {
                                                            "type": "string"
                                                        },
                                                        "hasil_pengelolaan_kekayaan_daerah_yang_dipisahkan": {
                                                            "type": "string"
                                                        },
                                                        "hasil_penjualan_kekayaan_daerah_yang_dipisahkan": {
                                                            "type": "string"
                                                        },
                                                        "hasil_retribusi_daerah": {
                                                            "type": "string"
                                                        },
                                                        "id": {
                                                            "type": "number"
                                                        },
                                                        "kab_key": {
                                                            "type": "string"
                                                        },
                                                        "kab_key_org": {
                                                            "type": "string"
                                                        },
                                                        "kabkot": {
                                                            "type": "boolean"
                                                        },
                                                        "kdsatker": {
                                                            "type": "string"
                                                        },
                                                        "lainlain_pendapatan_asli_daerah_yang_sah": {
                                                            "type": "string"
                                                        },
                                                        "lainlain_pendapatan_daerah_yang_sah": {
                                                            "type": "string"
                                                        },
                                                        "last_updated": {
                                                            "type": "string"
                                                        },
                                                        "no": {
                                                            "type": "number"
                                                        },
                                                        "pembayaran_kegiatan_lanjutan": {
                                                            "type": "string"
                                                        },
                                                        "pembayaran_pokok_utang": {
                                                            "type": "string"
                                                        },
                                                        "pembentukan_dana_cadangan": {
                                                            "type": "string"
                                                        },
                                                        "pemberian_pinjaman_daerah": {
                                                            "type": "string"
                                                        },
                                                        "pembiayaan_daerah": {
                                                            "type": "string"
                                                        },
                                                        "pemda_index": {
                                                            "type": "string"
                                                        },
                                                        "pencairan_dana_cadangan": {
                                                            "type": "string"
                                                        },
                                                        "pendapatan_asli_daerah": {
                                                            "type": "string"
                                                        },
                                                        "pendapatan_daerah": {
                                                            "type": "string"
                                                        },
                                                        "pendapatan_hibah": {
                                                            "type": "string"
                                                        },
                                                        "pendapatan_lainlain": {
                                                            "type": "string"
                                                        },
                                                        "penerimaan_kembali_investasi_dana_bergulir": {
                                                            "type": "string"
                                                        },
                                                        "penerimaan_kembali_pemberian_pinjaman": {
                                                            "type": "string"
                                                        },
                                                        "penerimaan_pembiayaan_daerah": {
                                                            "type": "string"
                                                        },
                                                        "penerimaan_pinjaman_daerah": {
                                                            "type": "string"
                                                        },
                                                        "penerimaan_piutang_daerah": {
                                                            "type": "string"
                                                        },
                                                        "pengeluaran_pembiayaan_daerah": {
                                                            "type": "string"
                                                        },
                                                        "pengeluaran_perhitungan_pihak_ketiga": {
                                                            "type": "string"
                                                        },
                                                        "penyertaan_modal_investasi_pemerintah_daerah": {
                                                            "type": "string"
                                                        },
                                                        "sisa_lebih_perhitungan_anggaran_tahun_anggaran_sebelumnya": {
                                                            "type": "string"
                                                        },
                                                        "status": {
                                                            "type": "string"
                                                        },
                                                        "th_anggaran": {
                                                            "type": "string"
                                                        },
                                                        "updated_at": {
                                                            "type": "string"
                                                        },
                                                        "uraian": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "bagi_hasil_pajak_bagi_hasil_bukan_pajak",
                                                        "bantuan_keuangan_dari_provinsi_atau_pemerintah_daerah_lainnya",
                                                        "belanja_bagi_hasil_kepada_prokabkot_dan_pemerintah_desa",
                                                        "belanja_bantuan_keuangan_kepada_provkabkot_dan_pem_des",
                                                        "belanja_bantuan_sosial",
                                                        "belanja_barang_dan_jasa",
                                                        "belanja_bunga",
                                                        "belanja_daerah",
                                                        "belanja_hibah",
                                                        "belanja_langsung",
                                                        "belanja_modal",
                                                        "belanja_pegawai_l",
                                                        "belanja_pegawai_tl",
                                                        "belanja_subsidi",
                                                        "belanja_tidak_langsung",
                                                        "belanja_tidak_terduga",
                                                        "created_at",
                                                        "dana_alokasi_khusus",
                                                        "dana_alokasi_umum",
                                                        "dana_bagi_hasil_pajak_dari_provinsi_dan_pemerintah_daerah_lain",
                                                        "dana_darurat",
                                                        "dana_penyesuaian_dan_otonomi_khusus",
                                                        "dana_perimbangan",
                                                        "deleted_at",
                                                        "hasil_pajak_daerah",
                                                        "hasil_pengelolaan_kekayaan_daerah_yang_dipisahkan",
                                                        "hasil_penjualan_kekayaan_daerah_yang_dipisahkan",
                                                        "hasil_retribusi_daerah",
                                                        "id",
                                                        "kab_key",
                                                        "kab_key_org",
                                                        "kabkot",
                                                        "kdsatker",
                                                        "lainlain_pendapatan_asli_daerah_yang_sah",
                                                        "lainlain_pendapatan_daerah_yang_sah",
                                                        "last_updated",
                                                        "no",
                                                        "pembayaran_kegiatan_lanjutan",
                                                        "pembayaran_pokok_utang",
                                                        "pembentukan_dana_cadangan",
                                                        "pemberian_pinjaman_daerah",
                                                        "pembiayaan_daerah",
                                                        "pemda_index",
                                                        "pencairan_dana_cadangan",
                                                        "pendapatan_asli_daerah",
                                                        "pendapatan_daerah",
                                                        "pendapatan_hibah",
                                                        "pendapatan_lainlain",
                                                        "penerimaan_kembali_investasi_dana_bergulir",
                                                        "penerimaan_kembali_pemberian_pinjaman",
                                                        "penerimaan_pembiayaan_daerah",
                                                        "penerimaan_pinjaman_daerah",
                                                        "penerimaan_piutang_daerah",
                                                        "pengeluaran_pembiayaan_daerah",
                                                        "pengeluaran_perhitungan_pihak_ketiga",
                                                        "penyertaan_modal_investasi_pemerintah_daerah",
                                                        "sisa_lebih_perhitungan_anggaran_tahun_anggaran_sebelumnya",
                                                        "status",
                                                        "th_anggaran",
                                                        "updated_at",
                                                        "uraian"
                                                    ],
                                                    "type": "object"
                                                },
                                                "audit_bpk": {
                                                    "type": "string"
                                                },
                                                "code_klpd": {
                                                    "type": "number"
                                                },
                                                "id": {
                                                    "type": "number"
                                                },
                                                "id_kota_kabupaten": {},
                                                "id_provinsi": {
                                                    "type": "number"
                                                },
                                                "jabatan_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "jabatan_wakil_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "jenis": {
                                                    "type": "string"
                                                },
                                                "kepadatan_penduduk": {
                                                    "properties": {
                                                        "created_date": {
                                                            "type": "string"
                                                        },
                                                        "jml_laki": {
                                                            "type": "number"
                                                        },
                                                        "jml_penduduk": {
                                                            "type": "number"
                                                        },
                                                        "jml_perempuan": {
                                                            "type": "number"
                                                        },
                                                        "kepadatan_penduduk": {
                                                            "type": "string"
                                                        },
                                                        "kode_pemda": {
                                                            "type": "string"
                                                        },
                                                        "kota_kabupaten": {
                                                            "type": "boolean"
                                                        },
                                                        "luas_wilayah": {
                                                            "type": "string"
                                                        },
                                                        "nama_wilayah": {
                                                            "type": "string"
                                                        },
                                                        "provinsi": {
                                                            "properties": {
                                                                "ID": {
                                                                    "type": "string"
                                                                },
                                                                "KODE": {
                                                                    "type": "string"
                                                                },
                                                                "NAMA_PROP": {
                                                                    "type": "string"
                                                                },
                                                                "NO_PROP": {
                                                                    "type": "string"
                                                                }
                                                            },
                                                            "required": [
                                                                "ID",
                                                                "KODE",
                                                                "NAMA_PROP",
                                                                "NO_PROP"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "updated_date": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "created_date",
                                                        "jml_laki",
                                                        "jml_penduduk",
                                                        "jml_perempuan",
                                                        "kepadatan_penduduk",
                                                        "kode_pemda",
                                                        "kota_kabupaten",
                                                        "luas_wilayah",
                                                        "nama_wilayah",
                                                        "provinsi",
                                                        "updated_date"
                                                    ],
                                                    "type": "object"
                                                },
                                                "keterangan_bpk": {
                                                    "type": "string"
                                                },
                                                "keterangan_lakip": {
                                                    "type": "string"
                                                },
                                                "keterangan_ptk": {
                                                    "type": "string"
                                                },
                                                "kode_klpd": {
                                                    "type": "number"
                                                },
                                                "nama_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "nama_wakil_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "nama_wilayah": {
                                                    "type": "string"
                                                },
                                                "nilai_lakip": {
                                                    "type": "number"
                                                },
                                                "nilai_ptk": {
                                                    "type": "number"
                                                },
                                                "spi_hasil_klpd": {
                                                    "properties": {
                                                        "hasil_spi": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "hasil_spi"
                                                    ],
                                                    "type": "object"
                                                }
                                            },
                                            "required": [
                                                "apbd_bansos",
                                                "apbd_detail",
                                                "audit_bpk",
                                                "code_klpd",
                                                "id",
                                                "id_kota_kabupaten",
                                                "id_provinsi",
                                                "jabatan_kepala_daerah",
                                                "jabatan_wakil_kepala_daerah",
                                                "jenis",
                                                "kepadatan_penduduk",
                                                "keterangan_bpk",
                                                "keterangan_lakip",
                                                "keterangan_ptk",
                                                "kode_klpd",
                                                "nama_kepala_daerah",
                                                "nama_wakil_kepala_daerah",
                                                "nama_wilayah",
                                                "nilai_lakip",
                                                "nilai_ptk",
                                                "spi_hasil_klpd"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Profil Daerah - Detail By Code"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "kode-wilayah",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/profil-daerah/import": {
            "parameters": [],
            "post": {
                "operationId": "request_xuwtxJ3aQL",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "fails": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "success_count": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "fails",
                                                "success_count"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Profil Daerah - Import"
            }
        },
        "/v5/profil-daerah/list": {
            "get": {
                "operationId": "request_H6qe2reRVk",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "audit_bpk": {
                                                                "type": "string"
                                                            },
                                                            "code_klpd": {
                                                                "type": "number"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "jabatan_kepala_daerah": {
                                                                "type": "string"
                                                            },
                                                            "jabatan_wakil_kepala_daerah": {
                                                                "type": "string"
                                                            },
                                                            "jenis": {
                                                                "type": "string"
                                                            },
                                                            "keterangan_bpk": {
                                                                "type": "string"
                                                            },
                                                            "keterangan_lakip": {
                                                                "type": "string"
                                                            },
                                                            "keterangan_ptk": {
                                                                "type": "string"
                                                            },
                                                            "nama_kepala_daerah": {
                                                                "type": "string"
                                                            },
                                                            "nama_wakil_kepala_daerah": {
                                                                "type": "string"
                                                            },
                                                            "nama_wilayah": {
                                                                "type": "string"
                                                            },
                                                            "nilai_lakip": {
                                                                "type": "string"
                                                            },
                                                            "nilai_ptk": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "audit_bpk",
                                                            "code_klpd",
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "jabatan_kepala_daerah",
                                                            "jabatan_wakil_kepala_daerah",
                                                            "jenis",
                                                            "keterangan_bpk",
                                                            "keterangan_lakip",
                                                            "keterangan_ptk",
                                                            "nama_kepala_daerah",
                                                            "nama_wakil_kepala_daerah",
                                                            "nama_wilayah",
                                                            "nilai_lakip",
                                                            "nilai_ptk",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Profil Daerah - List"
            },
            "parameters": []
        },
        "/v5/profil-daerah/list-all": {
            "get": {
                "operationId": "request_Qvxsy6jhLa",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "audit_bpk": {
                                                                "type": "string"
                                                            },
                                                            "code_klpd": {
                                                                "type": "number"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "jabatan_kepala_daerah": {
                                                                "type": "string"
                                                            },
                                                            "jabatan_wakil_kepala_daerah": {
                                                                "type": "string"
                                                            },
                                                            "jenis": {
                                                                "type": "string"
                                                            },
                                                            "keterangan_bpk": {
                                                                "type": "string"
                                                            },
                                                            "keterangan_lakip": {
                                                                "type": "string"
                                                            },
                                                            "keterangan_ptk": {
                                                                "type": "string"
                                                            },
                                                            "nama_kepala_daerah": {
                                                                "type": "string"
                                                            },
                                                            "nama_wakil_kepala_daerah": {
                                                                "type": "string"
                                                            },
                                                            "nama_wilayah": {
                                                                "type": "string"
                                                            },
                                                            "nilai_lakip": {
                                                                "type": "string"
                                                            },
                                                            "nilai_ptk": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "audit_bpk",
                                                            "code_klpd",
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "jabatan_kepala_daerah",
                                                            "jabatan_wakil_kepala_daerah",
                                                            "jenis",
                                                            "keterangan_bpk",
                                                            "keterangan_lakip",
                                                            "keterangan_ptk",
                                                            "nama_kepala_daerah",
                                                            "nama_wakil_kepala_daerah",
                                                            "nama_wilayah",
                                                            "nilai_lakip",
                                                            "nilai_ptk",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "465": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Profil Daerah - List All"
            },
            "parameters": []
        },
        "/v5/profil-daerah/restore/{kode-wilayah}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "kode-wilayah",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_YGnsvCrtnr",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "audit_bpk": {
                                                    "type": "string"
                                                },
                                                "code_klpd": {
                                                    "type": "number"
                                                },
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "id": {
                                                    "type": "number"
                                                },
                                                "jabatan_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "jabatan_wakil_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "jenis": {
                                                    "type": "string"
                                                },
                                                "keterangan_bpk": {
                                                    "type": "string"
                                                },
                                                "keterangan_lakip": {
                                                    "type": "string"
                                                },
                                                "keterangan_ptk": {
                                                    "type": "string"
                                                },
                                                "nama_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "nama_wakil_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "nama_wilayah": {
                                                    "type": "string"
                                                },
                                                "nilai_lakip": {
                                                    "type": "string"
                                                },
                                                "nilai_ptk": {
                                                    "type": "string"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "audit_bpk",
                                                "code_klpd",
                                                "created_at",
                                                "deleted_at",
                                                "id",
                                                "jabatan_kepala_daerah",
                                                "jabatan_wakil_kepala_daerah",
                                                "jenis",
                                                "keterangan_bpk",
                                                "keterangan_lakip",
                                                "keterangan_ptk",
                                                "nama_kepala_daerah",
                                                "nama_wakil_kepala_daerah",
                                                "nama_wilayah",
                                                "nilai_lakip",
                                                "nilai_ptk",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Profil Daerah - Restore"
            }
        },
        "/v5/profil-daerah/update/{kode-wilayah}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "kode-wilayah",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_vG2ne9D8xK",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "audit_bpk": {
                                                    "type": "string"
                                                },
                                                "code_klpd": {
                                                    "type": "string"
                                                },
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "id": {
                                                    "type": "number"
                                                },
                                                "jabatan_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "jabatan_wakil_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "jenis": {
                                                    "type": "string"
                                                },
                                                "keterangan_bpk": {
                                                    "type": "string"
                                                },
                                                "keterangan_lakip": {
                                                    "type": "string"
                                                },
                                                "keterangan_ptk": {
                                                    "type": "string"
                                                },
                                                "nama_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "nama_wakil_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "nama_wilayah": {
                                                    "type": "string"
                                                },
                                                "nilai_lakip": {
                                                    "type": "string"
                                                },
                                                "nilai_ptk": {
                                                    "type": "string"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "audit_bpk",
                                                "code_klpd",
                                                "created_at",
                                                "deleted_at",
                                                "id",
                                                "jabatan_kepala_daerah",
                                                "jabatan_wakil_kepala_daerah",
                                                "jenis",
                                                "keterangan_bpk",
                                                "keterangan_lakip",
                                                "keterangan_ptk",
                                                "nama_kepala_daerah",
                                                "nama_wakil_kepala_daerah",
                                                "nama_wilayah",
                                                "nilai_lakip",
                                                "nilai_ptk",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Profil Daerah - Update"
            }
        },
        "/v5/profil-daerah/view/{kode-wilayah}": {
            "get": {
                "operationId": "request_uzFolSF7Pg",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "audit_bpk": {
                                                    "type": "string"
                                                },
                                                "code_klpd": {
                                                    "type": "number"
                                                },
                                                "created_at": {
                                                    "type": "string"
                                                },
                                                "deleted_at": {},
                                                "id": {
                                                    "type": "number"
                                                },
                                                "jabatan_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "jabatan_wakil_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "jenis": {
                                                    "type": "string"
                                                },
                                                "keterangan_bpk": {
                                                    "type": "string"
                                                },
                                                "keterangan_lakip": {
                                                    "type": "string"
                                                },
                                                "keterangan_ptk": {
                                                    "type": "string"
                                                },
                                                "nama_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "nama_wakil_kepala_daerah": {
                                                    "type": "string"
                                                },
                                                "nama_wilayah": {
                                                    "type": "string"
                                                },
                                                "nilai_lakip": {
                                                    "type": "string"
                                                },
                                                "nilai_ptk": {
                                                    "type": "string"
                                                },
                                                "updated_at": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "audit_bpk",
                                                "code_klpd",
                                                "created_at",
                                                "deleted_at",
                                                "id",
                                                "jabatan_kepala_daerah",
                                                "jabatan_wakil_kepala_daerah",
                                                "jenis",
                                                "keterangan_bpk",
                                                "keterangan_lakip",
                                                "keterangan_ptk",
                                                "nama_kepala_daerah",
                                                "nama_wakil_kepala_daerah",
                                                "nama_wilayah",
                                                "nilai_lakip",
                                                "nilai_ptk",
                                                "updated_at"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Profil Daerah - View"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "kode-wilayah",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/provinsi/list": {
            "get": {
                "operationId": "request_gVW71PoIOz",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "provinsi_code": {
                                                                "type": "string"
                                                            },
                                                            "provinsi_name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "provinsi_code",
                                                            "provinsi_name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Provinsi - List"
            },
            "parameters": []
        },
        "/v5/provinsi/listAll": {
            "get": {
                "operationId": "request_CkTSPn2007",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "provinsi": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "provinsi_code": {
                                                                "type": "string"
                                                            },
                                                            "provinsi_name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "provinsi_code",
                                                            "provinsi_name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                }
                                            },
                                            "required": [
                                                "provinsi"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Provinsi - List All"
            },
            "parameters": []
        },
        "/v5/role/add_scopes": {
            "parameters": [],
            "post": {
                "operationId": "request_ewwjn8FlaG",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id": {
                                        "type": "string"
                                    },
                                    "id_scopes": {
                                        "items": {
                                            "type": "number"
                                        },
                                        "type": "array"
                                    }
                                },
                                "required": [
                                    "id",
                                    "id_scopes"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Role - Add Scopes"
            }
        },
        "/v5/role/create": {
            "parameters": [],
            "post": {
                "operationId": "request_twb26GT1af",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "description": {
                                        "type": "string"
                                    },
                                    "label": {
                                        "type": "string"
                                    },
                                    "name": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "description",
                                    "label",
                                    "name"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Role - Create"
            }
        },
        "/v5/role/detail/{id}": {
            "get": {
                "operationId": "request_U1SsXOFFI7",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "aksi_list": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "aksi_list",
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Role - Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/role/list": {
            "get": {
                "operationId": "request_x1b1qjg4uN",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "deleted_at": {},
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Role - List"
            },
            "parameters": []
        },
        "/v5/role/remove_scopes": {
            "parameters": [],
            "post": {
                "operationId": "request_XgMZnm8nEa",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id": {
                                        "type": "string"
                                    },
                                    "id_scopes": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "id",
                                    "id_scopes"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "role_id": {
                                                                "type": "number"
                                                            },
                                                            "scope_id": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "role_id",
                                                            "scope_id",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Role - Remove Scopes"
            }
        },
        "/v5/role/scopes/{role_id}": {
            "get": {
                "operationId": "request_MjXSQ4Vl5Q",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "deleted_at": {},
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Role - List Scopes"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "role_id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/role/set_roles": {
            "parameters": [],
            "post": {
                "operationId": "request_dEXBHC72ZK",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id": {
                                        "type": "number"
                                    },
                                    "id_roles": {
                                        "items": {},
                                        "type": "array"
                                    }
                                },
                                "required": [
                                    "id",
                                    "id_roles"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "email": {
                                                                "type": "string"
                                                            },
                                                            "foto": {
                                                                "type": "string"
                                                            },
                                                            "instansi": {
                                                                "properties": {
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "id",
                                                                    "nama"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "jenis_kelamin": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "phone": {
                                                                "type": "string"
                                                            },
                                                            "roles": {
                                                                "items": {
                                                                    "properties": {
                                                                        "description": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "description",
                                                                        "id",
                                                                        "label",
                                                                        "name"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "sekolah": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "tempat_lahir": {
                                                                "type": "string"
                                                            },
                                                            "tgl_lahir": {
                                                                "type": "string"
                                                            },
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "um_user_name": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "email",
                                                            "foto",
                                                            "instansi",
                                                            "is_banned",
                                                            "jenis_kelamin",
                                                            "nama",
                                                            "phone",
                                                            "roles",
                                                            "sekolah",
                                                            "tempat_lahir",
                                                            "tgl_lahir",
                                                            "um_id",
                                                            "um_user_name",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Role - Set Roles"
            }
        },
        "/v5/role/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_8wB4K0MZGw",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "description": {
                                        "type": "string"
                                    },
                                    "label": {
                                        "type": "string"
                                    },
                                    "name": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "description",
                                    "label",
                                    "name"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Role - Update"
            }
        },
        "/v5/role/users/{role_id}": {
            "get": {
                "operationId": "request_2du1DkdkML",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "email": {
                                                                "type": "string"
                                                            },
                                                            "id_instansi": {
                                                                "type": "number"
                                                            },
                                                            "instansi_name": {
                                                                "type": "string"
                                                            },
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "um_user_name": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "email",
                                                            "id_instansi",
                                                            "instansi_name",
                                                            "um_id",
                                                            "um_user_name"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Role - List Users"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "role_id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/scopes/create": {
            "parameters": [],
            "post": {
                "operationId": "request_zPfwKaRfp3",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "description": {
                                        "type": "string"
                                    },
                                    "label": {
                                        "type": "string"
                                    },
                                    "name": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "description",
                                    "label",
                                    "name"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Scopes - Create"
            }
        },
        "/v5/scopes/delete/roles/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_cOq9kTZJJB",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "role_id": {
                                        "items": {
                                            "type": "number"
                                        },
                                        "type": "array"
                                    }
                                },
                                "required": [
                                    "role_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "type": "boolean"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Scopes - Delete Roles"
            }
        },
        "/v5/scopes/detail/{id}": {
            "get": {
                "operationId": "request_h97YOb2Vkq",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "aksi_list": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "aksi_list",
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Scopes - Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/scopes/list": {
            "get": {
                "operationId": "request_ziRLvGJ5xy",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "deleted_at": {},
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Scopes - List"
            },
            "parameters": []
        },
        "/v5/scopes/remove/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_jgw7vJeW46",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {
                                                                "type": "string"
                                                            },
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Scopes - Remove"
            }
        },
        "/v5/scopes/restore/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_ZAF9fLFTmv",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Scopes - Restore"
            }
        },
        "/v5/scopes/roles/{id}": {
            "get": {
                "operationId": "request_EcZNpBIPhE",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "deleted_at": {},
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Scopes - Get Roles"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_7RXIclIs2d",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "role_id": {
                                        "items": {
                                            "type": "number"
                                        },
                                        "type": "array"
                                    }
                                },
                                "required": [
                                    "role_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "role_id": {
                                                                "type": "number"
                                                            },
                                                            "scope_id": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "role_id",
                                                            "scope_id",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Scopes - Set Roles"
            }
        },
        "/v5/scopes/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_RyHTdofCFh",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "description": {
                                        "type": "string"
                                    },
                                    "label": {
                                        "type": "string"
                                    },
                                    "name": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "description",
                                    "label",
                                    "name"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Scopes - Update"
            }
        },
        "/v5/search/popular_search": {
            "get": {
                "operationId": "request_4J9AprxzZt",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "id": {
                                                        "type": "string"
                                                    },
                                                    "search_count": {
                                                        "type": "number"
                                                    },
                                                    "search_date": {
                                                        "type": "string"
                                                    },
                                                    "search_query": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "id",
                                                    "search_count",
                                                    "search_date",
                                                    "search_query"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Search - List Keyword Populer"
            },
            "parameters": []
        },
        "/v5/search/search": {
            "get": {
                "operationId": "request_hsIFI8i0SO",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "exhaustiveNbHits": {
                                                    "type": "boolean"
                                                },
                                                "hits": {
                                                    "items": {
                                                        "properties": {
                                                            "category": {
                                                                "type": "string"
                                                            },
                                                            "content": {
                                                                "type": "string"
                                                            },
                                                            "FEURL": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "keywords": {
                                                                "type": "string"
                                                            },
                                                            "sector": {
                                                                "type": "string"
                                                            },
                                                            "substance": {
                                                                "type": "string"
                                                            },
                                                            "title": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "FEURL",
                                                            "category",
                                                            "content",
                                                            "id",
                                                            "keywords",
                                                            "sector",
                                                            "substance",
                                                            "title"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "limit": {
                                                    "type": "number"
                                                },
                                                "nbHits": {
                                                    "type": "number"
                                                },
                                                "offset": {
                                                    "type": "number"
                                                },
                                                "processingTimeMs": {
                                                    "type": "number"
                                                },
                                                "query": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "exhaustiveNbHits",
                                                "hits",
                                                "limit",
                                                "nbHits",
                                                "offset",
                                                "processingTimeMs",
                                                "query"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Search - Search"
            },
            "parameters": []
        },
        "/v5/sekolah": {
            "get": {
                "operationId": "request_of906sSvTg",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "akreditasi": {
                                                                "type": "string"
                                                            },
                                                            "akses_internet": {
                                                                "type": "string"
                                                            },
                                                            "alamat": {
                                                                "type": "string"
                                                            },
                                                            "available_photo": {},
                                                            "bentuk": {
                                                                "type": "string"
                                                            },
                                                            "bentuk_pendidikan": {
                                                                "type": "string"
                                                            },
                                                            "data_kosong": {
                                                                "type": "number"
                                                            },
                                                            "daya_listrik": {},
                                                            "desa_kelurahan": {},
                                                            "email": {
                                                                "type": "string"
                                                            },
                                                            "error_message": {
                                                                "type": "string"
                                                            },
                                                            "guru_31_35_th": {
                                                                "type": "string"
                                                            },
                                                            "guru_36_40_th": {
                                                                "type": "string"
                                                            },
                                                            "guru_41_45_th": {
                                                                "type": "string"
                                                            },
                                                            "guru_46_50_th": {
                                                                "type": "string"
                                                            },
                                                            "guru_51_55_th": {
                                                                "type": "string"
                                                            },
                                                            "guru_agama_budi_pekerti": {},
                                                            "guru_bahasa_indonesia": {},
                                                            "guru_bahasa_inggris": {},
                                                            "guru_belums1": {
                                                                "type": "string"
                                                            },
                                                            "guru_belumsertifikasi": {
                                                                "type": "number"
                                                            },
                                                            "guru_gol1": {
                                                                "type": "string"
                                                            },
                                                            "guru_gol2": {
                                                                "type": "string"
                                                            },
                                                            "guru_gol3": {
                                                                "type": "string"
                                                            },
                                                            "guru_gol3_1": {},
                                                            "guru_gol4": {
                                                                "type": "string"
                                                            },
                                                            "guru_gtt": {
                                                                "type": "string"
                                                            },
                                                            "guru_gty": {
                                                                "type": "string"
                                                            },
                                                            "guru_honor": {
                                                                "type": "string"
                                                            },
                                                            "guru_kelas": {},
                                                            "guru_kurang_30_th": {
                                                                "type": "string"
                                                            },
                                                            "guru_laki": {
                                                                "type": "string"
                                                            },
                                                            "guru_lebih_55_th": {
                                                                "type": "string"
                                                            },
                                                            "guru_matematika": {},
                                                            "guru_penjaskes": {},
                                                            "guru_perempuan": {
                                                                "type": "string"
                                                            },
                                                            "guru_pkn": {},
                                                            "guru_pns": {
                                                                "type": "string"
                                                            },
                                                            "guru_s1lebih": {
                                                                "type": "string"
                                                            },
                                                            "guru_sejarah_indonesia": {},
                                                            "guru_seni_budaya": {},
                                                            "guru_sertifikasi": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "id_area_lapor": {},
                                                            "id_instansi_kemenag": {},
                                                            "id_lapor": {},
                                                            "is_live_data": {
                                                                "type": "boolean"
                                                            },
                                                            "jenjang": {
                                                                "properties": {
                                                                    "nama_jenjang": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "nama_jenjang"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "jenjang_id": {
                                                                "type": "number"
                                                            },
                                                            "jml_lab": {
                                                                "type": "number"
                                                            },
                                                            "jml_perpus": {
                                                                "type": "string"
                                                            },
                                                            "jml_rk": {
                                                                "type": "string"
                                                            },
                                                            "jml_sanitasi": {},
                                                            "kecamatan": {
                                                                "type": "string"
                                                            },
                                                            "kecamatan_code": {
                                                                "type": "string"
                                                            },
                                                            "kepsek": {
                                                                "type": "string"
                                                            },
                                                            "kode_pos": {},
                                                            "kode_wilayah": {},
                                                            "kota_kab": {
                                                                "type": "string"
                                                            },
                                                            "kurikulum": {
                                                                "type": "string"
                                                            },
                                                            "lab_bahasa": {
                                                                "type": "string"
                                                            },
                                                            "lab_biologi": {
                                                                "type": "number"
                                                            },
                                                            "lab_fisika": {
                                                                "type": "number"
                                                            },
                                                            "lab_ipa": {
                                                                "type": "string"
                                                            },
                                                            "lab_ips": {
                                                                "type": "string"
                                                            },
                                                            "lab_kimia": {
                                                                "type": "number"
                                                            },
                                                            "laboratorium": {
                                                                "type": "number"
                                                            },
                                                            "latitude": {
                                                                "type": "string"
                                                            },
                                                            "longitude": {
                                                                "type": "string"
                                                            },
                                                            "luas_tanah_bukan_milik": {},
                                                            "luas_tanah_milik": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "nama_1": {},
                                                            "nama_dusun": {},
                                                            "no_telp": {
                                                                "type": "string"
                                                            },
                                                            "no_urut_internal": {
                                                                "type": "number"
                                                            },
                                                            "nomor_fax": {},
                                                            "npsn": {
                                                                "type": "string"
                                                            },
                                                            "npsn_1": {},
                                                            "npwp": {},
                                                            "nsm": {},
                                                            "nss": {},
                                                            "pd": {},
                                                            "pd_laki": {
                                                                "type": "string"
                                                            },
                                                            "pd_perempuan": {
                                                                "type": "string"
                                                            },
                                                            "pd_tingkat1": {},
                                                            "pd_tingkat10": {},
                                                            "pd_tingkat11": {},
                                                            "pd_tingkat12": {},
                                                            "pd_tingkat13": {},
                                                            "pd_tingkat2": {},
                                                            "pd_tingkat3": {},
                                                            "pd_tingkat4": {},
                                                            "pd_tingkat5": {},
                                                            "pd_tingkat6": {},
                                                            "pd_tingkat7": {},
                                                            "pd_tingkat8": {},
                                                            "pd_tingkat9": {},
                                                            "periode_aktif": {
                                                                "type": "string"
                                                            },
                                                            "perpus_baik": {
                                                                "type": "number"
                                                            },
                                                            "perpus_rusak_berat": {
                                                                "type": "number"
                                                            },
                                                            "perpus_rusak_ringan": {
                                                                "type": "number"
                                                            },
                                                            "perpus_rusak_sedang": {
                                                                "type": "number"
                                                            },
                                                            "produk_id": {
                                                                "type": "string"
                                                            },
                                                            "provinsi": {
                                                                "type": "string"
                                                            },
                                                            "rk_baik": {
                                                                "type": "string"
                                                            },
                                                            "rk_rusak_berat": {
                                                                "type": "number"
                                                            },
                                                            "rk_rusak_ringan": {
                                                                "type": "number"
                                                            },
                                                            "rk_rusak_sedang": {
                                                                "type": "number"
                                                            },
                                                            "rombel": {
                                                                "type": "string"
                                                            },
                                                            "rombel_1": {},
                                                            "rombel_10": {},
                                                            "rombel_11": {},
                                                            "rombel_12": {},
                                                            "rombel_13": {},
                                                            "rombel_2": {},
                                                            "rombel_3": {},
                                                            "rombel_4": {},
                                                            "rombel_5": {},
                                                            "rombel_6": {},
                                                            "rombel_7": {},
                                                            "rombel_8": {},
                                                            "rombel_9": {},
                                                            "rt": {},
                                                            "rw": {},
                                                            "sanitasi_guru": {
                                                                "type": "string"
                                                            },
                                                            "sanitasi_guru_baik": {
                                                                "type": "string"
                                                            },
                                                            "sanitasi_guru_rusak_berat": {
                                                                "type": "number"
                                                            },
                                                            "sanitasi_guru_rusak_ringan": {
                                                                "type": "number"
                                                            },
                                                            "sanitasi_siswa": {
                                                                "type": "string"
                                                            },
                                                            "sanitasi_siswa_baik": {
                                                                "type": "string"
                                                            },
                                                            "sanitasi_siswa_rusak_berat": {
                                                                "type": "number"
                                                            },
                                                            "sanitasi_siswa_rusak_sedang": {
                                                                "type": "number"
                                                            },
                                                            "seen": {},
                                                            "sekolah_id": {
                                                                "type": "string"
                                                            },
                                                            "semester_id": {},
                                                            "sertifikasi_iso": {},
                                                            "sinkron_terakhir": {},
                                                            "source": {
                                                                "type": "string"
                                                            },
                                                            "status_sekolah": {},
                                                            "sumber_listrik": {},
                                                            "tahun_ajaran_id": {},
                                                            "tanggal_update_sekolah": {
                                                                "type": "string"
                                                            },
                                                            "token_lapor": {},
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "usia": {},
                                                            "waktu_penyelenggaraan": {
                                                                "type": "string"
                                                            },
                                                            "website": {}
                                                        },
                                                        "required": [
                                                            "akreditasi",
                                                            "akses_internet",
                                                            "alamat",
                                                            "available_photo",
                                                            "bentuk",
                                                            "bentuk_pendidikan",
                                                            "data_kosong",
                                                            "daya_listrik",
                                                            "desa_kelurahan",
                                                            "email",
                                                            "error_message",
                                                            "guru_31_35_th",
                                                            "guru_36_40_th",
                                                            "guru_41_45_th",
                                                            "guru_46_50_th",
                                                            "guru_51_55_th",
                                                            "guru_agama_budi_pekerti",
                                                            "guru_bahasa_indonesia",
                                                            "guru_bahasa_inggris",
                                                            "guru_belums1",
                                                            "guru_belumsertifikasi",
                                                            "guru_gol1",
                                                            "guru_gol2",
                                                            "guru_gol3",
                                                            "guru_gol3_1",
                                                            "guru_gol4",
                                                            "guru_gtt",
                                                            "guru_gty",
                                                            "guru_honor",
                                                            "guru_kelas",
                                                            "guru_kurang_30_th",
                                                            "guru_laki",
                                                            "guru_lebih_55_th",
                                                            "guru_matematika",
                                                            "guru_penjaskes",
                                                            "guru_perempuan",
                                                            "guru_pkn",
                                                            "guru_pns",
                                                            "guru_s1lebih",
                                                            "guru_sejarah_indonesia",
                                                            "guru_seni_budaya",
                                                            "guru_sertifikasi",
                                                            "id",
                                                            "id_area_lapor",
                                                            "id_instansi_kemenag",
                                                            "id_lapor",
                                                            "is_live_data",
                                                            "jenjang",
                                                            "jenjang_id",
                                                            "jml_lab",
                                                            "jml_perpus",
                                                            "jml_rk",
                                                            "jml_sanitasi",
                                                            "kecamatan",
                                                            "kecamatan_code",
                                                            "kepsek",
                                                            "kode_pos",
                                                            "kode_wilayah",
                                                            "kota_kab",
                                                            "kurikulum",
                                                            "lab_bahasa",
                                                            "lab_biologi",
                                                            "lab_fisika",
                                                            "lab_ipa",
                                                            "lab_ips",
                                                            "lab_kimia",
                                                            "laboratorium",
                                                            "latitude",
                                                            "longitude",
                                                            "luas_tanah_bukan_milik",
                                                            "luas_tanah_milik",
                                                            "nama",
                                                            "nama_1",
                                                            "nama_dusun",
                                                            "no_telp",
                                                            "no_urut_internal",
                                                            "nomor_fax",
                                                            "npsn",
                                                            "npsn_1",
                                                            "npwp",
                                                            "nsm",
                                                            "nss",
                                                            "pd",
                                                            "pd_laki",
                                                            "pd_perempuan",
                                                            "pd_tingkat1",
                                                            "pd_tingkat10",
                                                            "pd_tingkat11",
                                                            "pd_tingkat12",
                                                            "pd_tingkat13",
                                                            "pd_tingkat2",
                                                            "pd_tingkat3",
                                                            "pd_tingkat4",
                                                            "pd_tingkat5",
                                                            "pd_tingkat6",
                                                            "pd_tingkat7",
                                                            "pd_tingkat8",
                                                            "pd_tingkat9",
                                                            "periode_aktif",
                                                            "perpus_baik",
                                                            "perpus_rusak_berat",
                                                            "perpus_rusak_ringan",
                                                            "perpus_rusak_sedang",
                                                            "produk_id",
                                                            "provinsi",
                                                            "rk_baik",
                                                            "rk_rusak_berat",
                                                            "rk_rusak_ringan",
                                                            "rk_rusak_sedang",
                                                            "rombel",
                                                            "rombel_1",
                                                            "rombel_10",
                                                            "rombel_11",
                                                            "rombel_12",
                                                            "rombel_13",
                                                            "rombel_2",
                                                            "rombel_3",
                                                            "rombel_4",
                                                            "rombel_5",
                                                            "rombel_6",
                                                            "rombel_7",
                                                            "rombel_8",
                                                            "rombel_9",
                                                            "rt",
                                                            "rw",
                                                            "sanitasi_guru",
                                                            "sanitasi_guru_baik",
                                                            "sanitasi_guru_rusak_berat",
                                                            "sanitasi_guru_rusak_ringan",
                                                            "sanitasi_siswa",
                                                            "sanitasi_siswa_baik",
                                                            "sanitasi_siswa_rusak_berat",
                                                            "sanitasi_siswa_rusak_sedang",
                                                            "seen",
                                                            "sekolah_id",
                                                            "semester_id",
                                                            "sertifikasi_iso",
                                                            "sinkron_terakhir",
                                                            "source",
                                                            "status_sekolah",
                                                            "sumber_listrik",
                                                            "tahun_ajaran_id",
                                                            "tanggal_update_sekolah",
                                                            "token_lapor",
                                                            "updated_at",
                                                            "usia",
                                                            "waktu_penyelenggaraan",
                                                            "website"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - Index"
            },
            "parameters": []
        },
        "/v5/sekolah/anggaran": {
            "get": {
                "operationId": "request_Rs1MCuSo1h",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "apbd_kota_biaya_bahan_praktek": {
                                                                "type": "number"
                                                            },
                                                            "apbd_kota_bos": {
                                                                "type": "number"
                                                            },
                                                            "apbd_kota_dana_operasional_sekolah": {
                                                                "type": "number"
                                                            },
                                                            "apbd_kota_lainnya": {
                                                                "type": "number"
                                                            },
                                                            "apbd_provinsi_bantuan_keuangan": {
                                                                "type": "number"
                                                            },
                                                            "apbd_provinsi_bantuan_sosial": {
                                                                "type": "number"
                                                            },
                                                            "apbd_provinsi_bos": {
                                                                "type": "number"
                                                            },
                                                            "apbd_provinsi_hibah": {
                                                                "type": "number"
                                                            },
                                                            "apbd_provinsi_lainnya": {
                                                                "type": "number"
                                                            },
                                                            "apbn_bos": {
                                                                "type": "number"
                                                            },
                                                            "apbn_dak": {
                                                                "type": "number"
                                                            },
                                                            "apbn_dau": {
                                                                "type": "number"
                                                            },
                                                            "apbn_grant": {
                                                                "type": "number"
                                                            },
                                                            "apbn_lainnya": {
                                                                "type": "number"
                                                            },
                                                            "bantuan_pihak_ketiga_lainnya": {
                                                                "type": "number"
                                                            },
                                                            "bantuan_pihak_ketiga_luar_negeri": {
                                                                "type": "number"
                                                            },
                                                            "partisipasi_masyarakat_sumbangan_dunia_usaha": {
                                                                "type": "number"
                                                            },
                                                            "partisipasi_masyarakat_sumbangan_investasi_sekolah": {
                                                                "type": "number"
                                                            },
                                                            "partisipasi_masyarakat_sumbangan_lainnya": {
                                                                "type": "number"
                                                            },
                                                            "partisipasi_masyarakat_sumbangan_operasional_sekolah": {
                                                                "type": "number"
                                                            },
                                                            "partisipasi_masyarakat_sumbangan_sukarela_tidak_mengikat": {
                                                                "type": "number"
                                                            },
                                                            "pendapatan_sah_hasil_sewa": {
                                                                "type": "number"
                                                            },
                                                            "pendapatan_sah_jasa_produksi": {
                                                                "type": "number"
                                                            },
                                                            "pendapatan_sah_kerjasama_dengan_pihak_ketiga": {
                                                                "type": "number"
                                                            },
                                                            "pendapatan_sah_pendapatan_lainnya": {
                                                                "type": "number"
                                                            },
                                                            "tahun_anggaran": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "apbd_kota_biaya_bahan_praktek",
                                                            "apbd_kota_bos",
                                                            "apbd_kota_dana_operasional_sekolah",
                                                            "apbd_kota_lainnya",
                                                            "apbd_provinsi_bantuan_keuangan",
                                                            "apbd_provinsi_bantuan_sosial",
                                                            "apbd_provinsi_bos",
                                                            "apbd_provinsi_hibah",
                                                            "apbd_provinsi_lainnya",
                                                            "apbn_bos",
                                                            "apbn_dak",
                                                            "apbn_dau",
                                                            "apbn_grant",
                                                            "apbn_lainnya",
                                                            "bantuan_pihak_ketiga_lainnya",
                                                            "bantuan_pihak_ketiga_luar_negeri",
                                                            "partisipasi_masyarakat_sumbangan_dunia_usaha",
                                                            "partisipasi_masyarakat_sumbangan_investasi_sekolah",
                                                            "partisipasi_masyarakat_sumbangan_lainnya",
                                                            "partisipasi_masyarakat_sumbangan_operasional_sekolah",
                                                            "partisipasi_masyarakat_sumbangan_sukarela_tidak_mengikat",
                                                            "pendapatan_sah_hasil_sewa",
                                                            "pendapatan_sah_jasa_produksi",
                                                            "pendapatan_sah_kerjasama_dengan_pihak_ketiga",
                                                            "pendapatan_sah_pendapatan_lainnya",
                                                            "tahun_anggaran"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - Anggaran"
            },
            "parameters": []
        },
        "/v5/sekolah/anggaran_list_kota_kabupaten": {
            "get": {
                "operationId": "request_xj4L0A2HnH",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "kota_kab": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "kota_kab"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - Anggaran List Kota Kabupaten"
            },
            "parameters": []
        },
        "/v5/sekolah/anggaran_list_provinsi": {
            "get": {
                "operationId": "request_w3nYrNUeF8",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "provinsi": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "provinsi"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - Anggaran List Provinsi"
            },
            "parameters": []
        },
        "/v5/sekolah/anggaran_list_sekolah": {
            "get": {
                "operationId": "request_uOO1rM0GIq",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "kota": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "npsn": {
                                                                "type": "string"
                                                            },
                                                            "provinsi": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "kota",
                                                            "nama",
                                                            "npsn",
                                                            "provinsi"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - Anggaran List Sekolah"
            },
            "parameters": []
        },
        "/v5/sekolah/detail": {
            "get": {
                "operationId": "request_TcGRecRpTT",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "akreditasi": {
                                                                "type": "string"
                                                            },
                                                            "akses_internet": {
                                                                "type": "string"
                                                            },
                                                            "alamat": {
                                                                "type": "string"
                                                            },
                                                            "available_photo": {},
                                                            "bentuk": {
                                                                "type": "string"
                                                            },
                                                            "bentuk_pendidikan": {
                                                                "type": "string"
                                                            },
                                                            "data_kosong": {
                                                                "type": "number"
                                                            },
                                                            "daya_listrik": {},
                                                            "desa_kelurahan": {},
                                                            "email": {
                                                                "type": "string"
                                                            },
                                                            "error_message": {
                                                                "type": "string"
                                                            },
                                                            "guru_31_35_th": {
                                                                "type": "string"
                                                            },
                                                            "guru_36_40_th": {
                                                                "type": "string"
                                                            },
                                                            "guru_41_45_th": {
                                                                "type": "string"
                                                            },
                                                            "guru_46_50_th": {
                                                                "type": "string"
                                                            },
                                                            "guru_51_55_th": {
                                                                "type": "string"
                                                            },
                                                            "guru_agama_budi_pekerti": {},
                                                            "guru_bahasa_indonesia": {},
                                                            "guru_bahasa_inggris": {},
                                                            "guru_belums1": {
                                                                "type": "string"
                                                            },
                                                            "guru_belumsertifikasi": {
                                                                "type": "number"
                                                            },
                                                            "guru_gol1": {
                                                                "type": "string"
                                                            },
                                                            "guru_gol2": {
                                                                "type": "string"
                                                            },
                                                            "guru_gol3": {
                                                                "type": "string"
                                                            },
                                                            "guru_gol3_1": {},
                                                            "guru_gol4": {
                                                                "type": "string"
                                                            },
                                                            "guru_gtt": {
                                                                "type": "string"
                                                            },
                                                            "guru_gty": {
                                                                "type": "string"
                                                            },
                                                            "guru_honor": {
                                                                "type": "string"
                                                            },
                                                            "guru_kelas": {},
                                                            "guru_kurang_30_th": {
                                                                "type": "string"
                                                            },
                                                            "guru_laki": {
                                                                "type": "string"
                                                            },
                                                            "guru_lebih_55_th": {
                                                                "type": "string"
                                                            },
                                                            "guru_matematika": {},
                                                            "guru_penjaskes": {},
                                                            "guru_perempuan": {
                                                                "type": "string"
                                                            },
                                                            "guru_pkn": {},
                                                            "guru_pns": {
                                                                "type": "string"
                                                            },
                                                            "guru_s1lebih": {
                                                                "type": "string"
                                                            },
                                                            "guru_sejarah_indonesia": {},
                                                            "guru_seni_budaya": {},
                                                            "guru_sertifikasi": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "id_area_lapor": {},
                                                            "id_instansi_kemenag": {},
                                                            "id_lapor": {},
                                                            "is_live_data": {
                                                                "type": "boolean"
                                                            },
                                                            "jenjang": {
                                                                "properties": {
                                                                    "nama_jenjang": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "nama_jenjang"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "jenjang_id": {
                                                                "type": "number"
                                                            },
                                                            "jml_lab": {
                                                                "type": "number"
                                                            },
                                                            "jml_perpus": {
                                                                "type": "string"
                                                            },
                                                            "jml_rk": {
                                                                "type": "string"
                                                            },
                                                            "jml_sanitasi": {},
                                                            "kecamatan": {
                                                                "type": "string"
                                                            },
                                                            "kecamatan_code": {
                                                                "type": "string"
                                                            },
                                                            "kepsek": {
                                                                "type": "string"
                                                            },
                                                            "kode_pos": {},
                                                            "kode_wilayah": {},
                                                            "kota_kab": {
                                                                "type": "string"
                                                            },
                                                            "kurikulum": {
                                                                "type": "string"
                                                            },
                                                            "lab_bahasa": {
                                                                "type": "string"
                                                            },
                                                            "lab_biologi": {
                                                                "type": "number"
                                                            },
                                                            "lab_fisika": {
                                                                "type": "number"
                                                            },
                                                            "lab_ipa": {
                                                                "type": "string"
                                                            },
                                                            "lab_ips": {
                                                                "type": "string"
                                                            },
                                                            "lab_kimia": {
                                                                "type": "number"
                                                            },
                                                            "laboratorium": {
                                                                "type": "number"
                                                            },
                                                            "latitude": {
                                                                "type": "string"
                                                            },
                                                            "longitude": {
                                                                "type": "string"
                                                            },
                                                            "luas_tanah_bukan_milik": {},
                                                            "luas_tanah_milik": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "nama_1": {},
                                                            "nama_dusun": {},
                                                            "no_telp": {
                                                                "type": "string"
                                                            },
                                                            "no_urut_internal": {
                                                                "type": "number"
                                                            },
                                                            "nomor_fax": {},
                                                            "npsn": {
                                                                "type": "string"
                                                            },
                                                            "npsn_1": {},
                                                            "npwp": {},
                                                            "nsm": {},
                                                            "nss": {},
                                                            "pd": {},
                                                            "pd_laki": {
                                                                "type": "string"
                                                            },
                                                            "pd_perempuan": {
                                                                "type": "string"
                                                            },
                                                            "pd_tingkat1": {},
                                                            "pd_tingkat10": {},
                                                            "pd_tingkat11": {},
                                                            "pd_tingkat12": {},
                                                            "pd_tingkat13": {},
                                                            "pd_tingkat2": {},
                                                            "pd_tingkat3": {},
                                                            "pd_tingkat4": {},
                                                            "pd_tingkat5": {},
                                                            "pd_tingkat6": {},
                                                            "pd_tingkat7": {},
                                                            "pd_tingkat8": {},
                                                            "pd_tingkat9": {},
                                                            "periode_aktif": {
                                                                "type": "string"
                                                            },
                                                            "perpus_baik": {
                                                                "type": "number"
                                                            },
                                                            "perpus_rusak_berat": {
                                                                "type": "number"
                                                            },
                                                            "perpus_rusak_ringan": {
                                                                "type": "number"
                                                            },
                                                            "perpus_rusak_sedang": {
                                                                "type": "number"
                                                            },
                                                            "produk_id": {
                                                                "type": "string"
                                                            },
                                                            "provinsi": {
                                                                "type": "string"
                                                            },
                                                            "rk_baik": {
                                                                "type": "string"
                                                            },
                                                            "rk_rusak_berat": {
                                                                "type": "number"
                                                            },
                                                            "rk_rusak_ringan": {
                                                                "type": "number"
                                                            },
                                                            "rk_rusak_sedang": {
                                                                "type": "number"
                                                            },
                                                            "rombel": {
                                                                "type": "string"
                                                            },
                                                            "rombel_1": {},
                                                            "rombel_10": {},
                                                            "rombel_11": {},
                                                            "rombel_12": {},
                                                            "rombel_13": {},
                                                            "rombel_2": {},
                                                            "rombel_3": {},
                                                            "rombel_4": {},
                                                            "rombel_5": {},
                                                            "rombel_6": {},
                                                            "rombel_7": {},
                                                            "rombel_8": {},
                                                            "rombel_9": {},
                                                            "rt": {},
                                                            "rw": {},
                                                            "sanitasi_guru": {
                                                                "type": "string"
                                                            },
                                                            "sanitasi_guru_baik": {
                                                                "type": "string"
                                                            },
                                                            "sanitasi_guru_rusak_berat": {
                                                                "type": "number"
                                                            },
                                                            "sanitasi_guru_rusak_ringan": {
                                                                "type": "number"
                                                            },
                                                            "sanitasi_siswa": {
                                                                "type": "string"
                                                            },
                                                            "sanitasi_siswa_baik": {
                                                                "type": "string"
                                                            },
                                                            "sanitasi_siswa_rusak_berat": {
                                                                "type": "number"
                                                            },
                                                            "sanitasi_siswa_rusak_sedang": {
                                                                "type": "number"
                                                            },
                                                            "seen": {},
                                                            "sekolah_id": {
                                                                "type": "string"
                                                            },
                                                            "semester_id": {},
                                                            "sertifikasi_iso": {},
                                                            "sinkron_terakhir": {},
                                                            "source": {
                                                                "type": "string"
                                                            },
                                                            "status_sekolah": {},
                                                            "sumber_listrik": {},
                                                            "tahun_ajaran_id": {},
                                                            "tanggal_update_sekolah": {
                                                                "type": "string"
                                                            },
                                                            "token_lapor": {},
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "usia": {},
                                                            "waktu_penyelenggaraan": {
                                                                "type": "string"
                                                            },
                                                            "website": {}
                                                        },
                                                        "required": [
                                                            "akreditasi",
                                                            "akses_internet",
                                                            "alamat",
                                                            "available_photo",
                                                            "bentuk",
                                                            "bentuk_pendidikan",
                                                            "data_kosong",
                                                            "daya_listrik",
                                                            "desa_kelurahan",
                                                            "email",
                                                            "error_message",
                                                            "guru_31_35_th",
                                                            "guru_36_40_th",
                                                            "guru_41_45_th",
                                                            "guru_46_50_th",
                                                            "guru_51_55_th",
                                                            "guru_agama_budi_pekerti",
                                                            "guru_bahasa_indonesia",
                                                            "guru_bahasa_inggris",
                                                            "guru_belums1",
                                                            "guru_belumsertifikasi",
                                                            "guru_gol1",
                                                            "guru_gol2",
                                                            "guru_gol3",
                                                            "guru_gol3_1",
                                                            "guru_gol4",
                                                            "guru_gtt",
                                                            "guru_gty",
                                                            "guru_honor",
                                                            "guru_kelas",
                                                            "guru_kurang_30_th",
                                                            "guru_laki",
                                                            "guru_lebih_55_th",
                                                            "guru_matematika",
                                                            "guru_penjaskes",
                                                            "guru_perempuan",
                                                            "guru_pkn",
                                                            "guru_pns",
                                                            "guru_s1lebih",
                                                            "guru_sejarah_indonesia",
                                                            "guru_seni_budaya",
                                                            "guru_sertifikasi",
                                                            "id",
                                                            "id_area_lapor",
                                                            "id_instansi_kemenag",
                                                            "id_lapor",
                                                            "is_live_data",
                                                            "jenjang",
                                                            "jenjang_id",
                                                            "jml_lab",
                                                            "jml_perpus",
                                                            "jml_rk",
                                                            "jml_sanitasi",
                                                            "kecamatan",
                                                            "kecamatan_code",
                                                            "kepsek",
                                                            "kode_pos",
                                                            "kode_wilayah",
                                                            "kota_kab",
                                                            "kurikulum",
                                                            "lab_bahasa",
                                                            "lab_biologi",
                                                            "lab_fisika",
                                                            "lab_ipa",
                                                            "lab_ips",
                                                            "lab_kimia",
                                                            "laboratorium",
                                                            "latitude",
                                                            "longitude",
                                                            "luas_tanah_bukan_milik",
                                                            "luas_tanah_milik",
                                                            "nama",
                                                            "nama_1",
                                                            "nama_dusun",
                                                            "no_telp",
                                                            "no_urut_internal",
                                                            "nomor_fax",
                                                            "npsn",
                                                            "npsn_1",
                                                            "npwp",
                                                            "nsm",
                                                            "nss",
                                                            "pd",
                                                            "pd_laki",
                                                            "pd_perempuan",
                                                            "pd_tingkat1",
                                                            "pd_tingkat10",
                                                            "pd_tingkat11",
                                                            "pd_tingkat12",
                                                            "pd_tingkat13",
                                                            "pd_tingkat2",
                                                            "pd_tingkat3",
                                                            "pd_tingkat4",
                                                            "pd_tingkat5",
                                                            "pd_tingkat6",
                                                            "pd_tingkat7",
                                                            "pd_tingkat8",
                                                            "pd_tingkat9",
                                                            "periode_aktif",
                                                            "perpus_baik",
                                                            "perpus_rusak_berat",
                                                            "perpus_rusak_ringan",
                                                            "perpus_rusak_sedang",
                                                            "produk_id",
                                                            "provinsi",
                                                            "rk_baik",
                                                            "rk_rusak_berat",
                                                            "rk_rusak_ringan",
                                                            "rk_rusak_sedang",
                                                            "rombel",
                                                            "rombel_1",
                                                            "rombel_10",
                                                            "rombel_11",
                                                            "rombel_12",
                                                            "rombel_13",
                                                            "rombel_2",
                                                            "rombel_3",
                                                            "rombel_4",
                                                            "rombel_5",
                                                            "rombel_6",
                                                            "rombel_7",
                                                            "rombel_8",
                                                            "rombel_9",
                                                            "rt",
                                                            "rw",
                                                            "sanitasi_guru",
                                                            "sanitasi_guru_baik",
                                                            "sanitasi_guru_rusak_berat",
                                                            "sanitasi_guru_rusak_ringan",
                                                            "sanitasi_siswa",
                                                            "sanitasi_siswa_baik",
                                                            "sanitasi_siswa_rusak_berat",
                                                            "sanitasi_siswa_rusak_sedang",
                                                            "seen",
                                                            "sekolah_id",
                                                            "semester_id",
                                                            "sertifikasi_iso",
                                                            "sinkron_terakhir",
                                                            "source",
                                                            "status_sekolah",
                                                            "sumber_listrik",
                                                            "tahun_ajaran_id",
                                                            "tanggal_update_sekolah",
                                                            "token_lapor",
                                                            "updated_at",
                                                            "usia",
                                                            "waktu_penyelenggaraan",
                                                            "website"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - Detail"
            },
            "parameters": []
        },
        "/v5/sekolah/fasilitas": {
            "get": {
                "operationId": "request_HpICjzMeZZ",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - Fasilitas"
            },
            "parameters": []
        },
        "/v5/sekolah/get_total_kegiatan_favorite": {
            "get": {
                "operationId": "request_OReCUt1u1a",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "total_habituasi_favorited": {
                                                        "type": "number"
                                                    },
                                                    "total_insersi_favorited": {
                                                        "type": "number"
                                                    },
                                                    "total_lainnya_favorited": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "total_habituasi_favorited",
                                                    "total_insersi_favorited",
                                                    "total_lainnya_favorited"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - Get Total Kegiatan Favorite"
            },
            "parameters": []
        },
        "/v5/sekolah/jenjang": {
            "get": {
                "operationId": "request_vlhNJmW6Sp",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "kelas": {},
                                                            "nama_jenjang": {
                                                                "type": "string"
                                                            },
                                                            "sort_order": {},
                                                            "src": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "kelas",
                                                            "nama_jenjang",
                                                            "sort_order",
                                                            "src"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - Jenjang"
            },
            "parameters": []
        },
        "/v5/sekolah/jenjang-all": {
            "get": {
                "operationId": "request_ifuCfs5Hv4",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "kelas": {},
                                                            "nama_jenjang": {
                                                                "type": "string"
                                                            },
                                                            "sort_order": {},
                                                            "src": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "kelas",
                                                            "nama_jenjang",
                                                            "sort_order",
                                                            "src"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - Jenjang All"
            },
            "parameters": []
        },
        "/v5/sekolah/like/{npsn}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "npsn",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_XJHcMaeZrm",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "liked": {
                                                    "type": "boolean"
                                                }
                                            },
                                            "required": [
                                                "liked"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - Like"
            }
        },
        "/v5/sekolah/list_guru": {
            "get": {
                "operationId": "request_LYxYhJpvKU",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "jabatan": {
                                                                "type": "string"
                                                            },
                                                            "jenis_kelamin": {
                                                                "type": "string"
                                                            },
                                                            "jenjang_pendidikan": {},
                                                            "mata_pelajaran": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "nuptk": {},
                                                            "ptk_id": {
                                                                "type": "string"
                                                            },
                                                            "sekolah_id": {
                                                                "type": "string"
                                                            },
                                                            "status_kepegawaian": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "jabatan",
                                                            "jenis_kelamin",
                                                            "jenjang_pendidikan",
                                                            "mata_pelajaran",
                                                            "nama",
                                                            "nuptk",
                                                            "ptk_id",
                                                            "sekolah_id",
                                                            "status_kepegawaian"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - List Guru"
            },
            "parameters": []
        },
        "/v5/sekolah/list_sekolah_kegiatan_favorite": {
            "get": {
                "operationId": "request_AqC8Sg6HOf",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "kecamatan": {
                                                                "type": "string"
                                                            },
                                                            "kota_kab": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "npsn": {
                                                                "type": "string"
                                                            },
                                                            "provinsi": {
                                                                "type": "string"
                                                            },
                                                            "total_habituasi_favorited": {
                                                                "type": "number"
                                                            },
                                                            "total_insersi_favorited": {
                                                                "type": "number"
                                                            },
                                                            "total_lainnya_favorited": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "id",
                                                            "kecamatan",
                                                            "kota_kab",
                                                            "nama",
                                                            "npsn",
                                                            "provinsi",
                                                            "total_habituasi_favorited",
                                                            "total_insersi_favorited",
                                                            "total_lainnya_favorited"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - List Sekolah Kegiatan Favorite"
            },
            "parameters": []
        },
        "/v5/sekolah/search": {
            "get": {
                "operationId": "request_6T66FqpUzh",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "type": "number"
                                        },
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "jenjang_id": {
                                                                "type": "number"
                                                            },
                                                            "kepsek": {
                                                                "type": "string"
                                                            },
                                                            "kota_kab": {
                                                                "type": "string"
                                                            },
                                                            "latitude": {
                                                                "type": "string"
                                                            },
                                                            "longitude": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "nama_jenjang": {
                                                                "type": "string"
                                                            },
                                                            "npsn": {
                                                                "type": "string"
                                                            },
                                                            "provinsi": {
                                                                "type": "string"
                                                            },
                                                            "tanggal_update_sekolah": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "jenjang_id",
                                                            "kepsek",
                                                            "kota_kab",
                                                            "latitude",
                                                            "longitude",
                                                            "nama",
                                                            "nama_jenjang",
                                                            "npsn",
                                                            "provinsi",
                                                            "tanggal_update_sekolah"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "status": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - Search"
            },
            "parameters": []
        },
        "/v5/sekolah/tableau_pak/{tab_number}": {
            "get": {
                "operationId": "request_Uq8eY3E5RS",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "type": "number"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - Tableau PAK"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "tab_number",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/sekolah/unlike/{npsn}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "npsn",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_jUhtusDjVG",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "liked": {
                                                    "type": "boolean"
                                                }
                                            },
                                            "required": [
                                                "liked"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Sekolah - Unlike"
            }
        },
        "/v5/sig/grafik": {
            "get": {
                "operationId": "request_JoeFOMNn7h",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "jumlah_laporan": {
                                                    "properties": {
                                                        "laporan_gratifikasi": {
                                                            "type": "number"
                                                        },
                                                        "objek_gratifikasi": {
                                                            "type": "number"
                                                        },
                                                        "tanggal_laporan_terbaru": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "laporan_gratifikasi",
                                                        "objek_gratifikasi",
                                                        "tanggal_laporan_terbaru"
                                                    ],
                                                    "type": "object"
                                                },
                                                "objek_gratifikasi": {
                                                    "items": {
                                                        "properties": {
                                                            "jumlah": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "nilai": {
                                                                "type": "string"
                                                            },
                                                            "type": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "jumlah",
                                                            "label",
                                                            "nilai",
                                                            "type"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "status_pelaporan": {
                                                    "items": {
                                                        "properties": {
                                                            "bulan": {
                                                                "type": "number"
                                                            },
                                                            "bulan_nama": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_diterima": {
                                                                "type": "number"
                                                            },
                                                            "jumlah_selesai": {
                                                                "type": "number"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "bulan",
                                                            "bulan_nama",
                                                            "jumlah_diterima",
                                                            "jumlah_selesai",
                                                            "tahun"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "status_penyelesaian": {
                                                    "items": {
                                                        "properties": {
                                                            "bulan": {
                                                                "type": "number"
                                                            },
                                                            "bulan_nama": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_dihentikan": {
                                                                "type": "number"
                                                            },
                                                            "jumlah_non_sk": {
                                                                "type": "number"
                                                            },
                                                            "jumlah_sk_mn": {
                                                                "type": "number"
                                                            },
                                                            "jumlah_sk_sebagian_mn": {
                                                                "type": "number"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "bulan",
                                                            "bulan_nama",
                                                            "jumlah_dihentikan",
                                                            "jumlah_non_sk",
                                                            "jumlah_sk_mn",
                                                            "jumlah_sk_sebagian_mn",
                                                            "tahun"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "valuasi_gratifikasi": {
                                                    "items": {
                                                        "properties": {
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "type": {
                                                                "type": "string"
                                                            },
                                                            "value": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "label",
                                                            "type",
                                                            "value"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                }
                                            },
                                            "required": [
                                                "jumlah_laporan",
                                                "objek_gratifikasi",
                                                "status_pelaporan",
                                                "status_penyelesaian",
                                                "valuasi_gratifikasi"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "SIG - Grafik"
            },
            "parameters": []
        },
        "/v5/sig/instansi-wilayah": {
            "get": {
                "operationId": "request_aTGyfWqtZe",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "kode_kota_kabupaten": {
                                                                "type": "string"
                                                            },
                                                            "kode_provinsi": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "src": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "nama",
                                                            "src"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "SIG - Instansi Wilayah"
            },
            "parameters": []
        },
        "/v5/sig/tabel": {
            "get": {
                "operationId": "request_AYpyLyuT9E",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "bentuk_gratifikasi": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "jenis_gratifikasi": {
                                                                "type": "string"
                                                            },
                                                            "nilai_objek_gratifikasi": {
                                                                "type": "string"
                                                            },
                                                            "status_kepemilikan": {
                                                                "type": "string"
                                                            },
                                                            "tanggal_sk_penetapan": {}
                                                        },
                                                        "required": [
                                                            "bentuk_gratifikasi",
                                                            "id",
                                                            "jenis_gratifikasi",
                                                            "nilai_objek_gratifikasi",
                                                            "status_kepemilikan",
                                                            "tanggal_sk_penetapan"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "SIG - Tabel"
            },
            "parameters": []
        },
        "/v5/spi-monitoring/create-target": {
            "parameters": [],
            "post": {
                "operationId": "request_wVu0Vs8aJQ",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "SPI Monitoring - Create Target"
            }
        },
        "/v5/spi-monitoring/download-attachment/{uuid}": {
            "get": {
                "operationId": "request_hQBxvmswK4",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "SPI Monitoring - Download Attachment"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "uuid",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/spi-monitoring/export-table-form-detail": {
            "get": {
                "operationId": "request_Ds8vvbzvDQ",
                "responses": {
                    "200": {
                        "content": {
                            "application/vnd.ms-excel": {
                                "schema": {
                                    "type": "string"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "SPI Monitoring - Export Table Form Detail"
            },
            "parameters": []
        },
        "/v5/spi-monitoring/form-detail/{id}": {
            "get": {
                "operationId": "request_k6Y5s5Zop7",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "attachments": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "filename": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "metadata": {
                                                                "type": "number"
                                                            },
                                                            "referer": {},
                                                            "status": {
                                                                "type": "number"
                                                            },
                                                            "tipe": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {},
                                                            "uuid": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "filename",
                                                            "id",
                                                            "keterangan",
                                                            "metadata",
                                                            "referer",
                                                            "status",
                                                            "tipe",
                                                            "updated_at",
                                                            "updated_by",
                                                            "uuid"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "b03": {},
                                                "b06": {},
                                                "b09": {},
                                                "b12": {},
                                                "capaian_b03": {},
                                                "capaian_b06": {},
                                                "capaian_b09": {},
                                                "capaian_b12": {},
                                                "id": {
                                                    "type": "string"
                                                },
                                                "id_area_intervensi": {
                                                    "type": "string"
                                                },
                                                "id_mon_form": {
                                                    "type": "string"
                                                },
                                                "id_rekomendasi_group": {
                                                    "type": "string"
                                                },
                                                "id_rekomendasi_item": {
                                                    "type": "string"
                                                },
                                                "kriteria_keberhasilan": {
                                                    "type": "string"
                                                },
                                                "realisasi_updated_at": {
                                                    "type": "string"
                                                },
                                                "rekomendasi_group_name": {
                                                    "type": "string"
                                                },
                                                "rekomendasi_item_name": {
                                                    "type": "string"
                                                },
                                                "rencana_aksi": {
                                                    "type": "string"
                                                },
                                                "status": {
                                                    "type": "string"
                                                },
                                                "target_updated_at": {
                                                    "type": "string"
                                                },
                                                "ukuran_keberhasilan": {
                                                    "type": "string"
                                                },
                                                "unit_kerja_pj": {},
                                                "user_id": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "attachments",
                                                "b03",
                                                "b06",
                                                "b09",
                                                "b12",
                                                "capaian_b03",
                                                "capaian_b06",
                                                "capaian_b09",
                                                "capaian_b12",
                                                "id",
                                                "id_area_intervensi",
                                                "id_mon_form",
                                                "id_rekomendasi_group",
                                                "id_rekomendasi_item",
                                                "kriteria_keberhasilan",
                                                "realisasi_updated_at",
                                                "rekomendasi_group_name",
                                                "rekomendasi_item_name",
                                                "rencana_aksi",
                                                "status",
                                                "target_updated_at",
                                                "ukuran_keberhasilan",
                                                "unit_kerja_pj",
                                                "user_id"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "SPI Monitoring - Form Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_TvwtaFDNHv",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "SPI Monitoring - Save Form Detail"
            }
        },
        "/v5/spi-monitoring/list-form": {
            "get": {
                "operationId": "request_ZtrdAQJvbn",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "id_instansi": {
                                                                "type": "string"
                                                            },
                                                            "instansi": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "flag_dana_desa": {
                                                                        "type": "number"
                                                                    },
                                                                    "flag_pak": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_kota_kabupaten": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_provinsi": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_sub_tipe": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_tipe": {
                                                                        "type": "number"
                                                                    },
                                                                    "instansi_sub_tipe": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_tipe": {
                                                                                "type": "number"
                                                                            },
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_at": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "id_tipe",
                                                                            "nama",
                                                                            "updated_at"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "instansi_tipe": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "stranas_filter": {
                                                                                "type": "boolean"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "nama",
                                                                            "stranas_filter",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "is_stranas": {
                                                                        "type": "number"
                                                                    },
                                                                    "keluhan_type": {},
                                                                    "kota_kabupaten": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "deleted_at": {},
                                                                            "kota_kabupaten_code": {
                                                                                "type": "string"
                                                                            },
                                                                            "kota_kabupaten_name": {
                                                                                "type": "string"
                                                                            },
                                                                            "provinsi_code": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "deleted_at",
                                                                            "kota_kabupaten_code",
                                                                            "kota_kabupaten_name",
                                                                            "provinsi_code",
                                                                            "updated_at"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "provinsi_code": {
                                                                                "type": "string"
                                                                            },
                                                                            "provinsi_name": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            }
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "provinsi_code",
                                                                            "provinsi_name",
                                                                            "updated_at"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "show_to_public": {
                                                                        "type": "number"
                                                                    },
                                                                    "sumber": {
                                                                        "type": "number"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "flag_dana_desa",
                                                                    "flag_pak",
                                                                    "id",
                                                                    "id_kota_kabupaten",
                                                                    "id_provinsi",
                                                                    "id_sub_tipe",
                                                                    "id_tipe",
                                                                    "instansi_sub_tipe",
                                                                    "instansi_tipe",
                                                                    "is_stranas",
                                                                    "keluhan_type",
                                                                    "kota_kabupaten",
                                                                    "nama",
                                                                    "provinsi",
                                                                    "show_to_public",
                                                                    "sumber",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            },
                                                            "type": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {},
                                                            "user_id": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "id",
                                                            "id_instansi",
                                                            "instansi",
                                                            "status",
                                                            "tahun",
                                                            "type",
                                                            "updated_at",
                                                            "user_id"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "SPI Monitoring - List Form"
            },
            "parameters": []
        },
        "/v5/spi-monitoring/list-form-all-instansi": {
            "get": {
                "operationId": "request_nnCH8dBq1j",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "id_instansi": {
                                                                "type": "string"
                                                            },
                                                            "instansi": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "deleted_at": {},
                                                                    "flag_dana_desa": {
                                                                        "type": "number"
                                                                    },
                                                                    "flag_pak": {
                                                                        "type": "boolean"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_kota_kabupaten": {},
                                                                    "id_provinsi": {},
                                                                    "id_sub_tipe": {},
                                                                    "id_tipe": {
                                                                        "type": "number"
                                                                    },
                                                                    "instansi_sub_tipe": {},
                                                                    "instansi_tipe": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "stranas_filter": {
                                                                                "type": "boolean"
                                                                            },
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "nama",
                                                                            "stranas_filter",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "is_stranas": {
                                                                        "type": "number"
                                                                    },
                                                                    "keluhan_type": {},
                                                                    "kota_kabupaten": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "provinsi": {},
                                                                    "show_to_public": {
                                                                        "type": "number"
                                                                    },
                                                                    "sumber": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "deleted_at",
                                                                    "flag_dana_desa",
                                                                    "flag_pak",
                                                                    "id",
                                                                    "id_kota_kabupaten",
                                                                    "id_provinsi",
                                                                    "id_sub_tipe",
                                                                    "id_tipe",
                                                                    "instansi_sub_tipe",
                                                                    "instansi_tipe",
                                                                    "is_stranas",
                                                                    "keluhan_type",
                                                                    "kota_kabupaten",
                                                                    "nama",
                                                                    "provinsi",
                                                                    "show_to_public",
                                                                    "sumber",
                                                                    "updated_at"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            },
                                                            "type": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {},
                                                            "user_id": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "id",
                                                            "id_instansi",
                                                            "instansi",
                                                            "status",
                                                            "tahun",
                                                            "type",
                                                            "updated_at",
                                                            "user_id"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "SPI Monitoring - List Form All Instansi"
            },
            "parameters": []
        },
        "/v5/spi-monitoring/list-form-detail/{id}": {
            "get": {
                "operationId": "request_kCWM359V4o",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "1": {
                                                    "properties": {
                                                        "details": {
                                                            "items": {
                                                                "properties": {
                                                                    "attachments": {
                                                                        "items": {},
                                                                        "type": "array"
                                                                    },
                                                                    "b03": {},
                                                                    "b06": {},
                                                                    "b09": {},
                                                                    "b12": {},
                                                                    "capaian_b03": {},
                                                                    "capaian_b06": {},
                                                                    "capaian_b09": {},
                                                                    "capaian_b12": {},
                                                                    "id": {
                                                                        "type": "string"
                                                                    },
                                                                    "id_area_intervensi": {
                                                                        "type": "string"
                                                                    },
                                                                    "id_mon_form": {
                                                                        "type": "string"
                                                                    },
                                                                    "id_rekomendasi_group": {
                                                                        "type": "string"
                                                                    },
                                                                    "id_rekomendasi_item": {
                                                                        "type": "string"
                                                                    },
                                                                    "kriteria_keberhasilan": {
                                                                        "type": "string"
                                                                    },
                                                                    "realisasi_updated_at": {},
                                                                    "rekomendasi_group_name": {
                                                                        "type": "string"
                                                                    },
                                                                    "rekomendasi_item_name": {
                                                                        "type": "string"
                                                                    },
                                                                    "rencana_aksi": {
                                                                        "type": "string"
                                                                    },
                                                                    "status": {
                                                                        "type": "string"
                                                                    },
                                                                    "target_updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "ukuran_keberhasilan": {
                                                                        "type": "string"
                                                                    },
                                                                    "unit_kerja_pj": {},
                                                                    "user_id": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "attachments",
                                                                    "b03",
                                                                    "b06",
                                                                    "b09",
                                                                    "b12",
                                                                    "capaian_b03",
                                                                    "capaian_b06",
                                                                    "capaian_b09",
                                                                    "capaian_b12",
                                                                    "id",
                                                                    "id_area_intervensi",
                                                                    "id_mon_form",
                                                                    "id_rekomendasi_group",
                                                                    "id_rekomendasi_item",
                                                                    "kriteria_keberhasilan",
                                                                    "realisasi_updated_at",
                                                                    "rekomendasi_group_name",
                                                                    "rekomendasi_item_name",
                                                                    "rencana_aksi",
                                                                    "status",
                                                                    "target_updated_at",
                                                                    "ukuran_keberhasilan",
                                                                    "unit_kerja_pj",
                                                                    "user_id"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "type": "array"
                                                        },
                                                        "display_order": {
                                                            "type": "number"
                                                        },
                                                        "id_rekomendasi_group": {
                                                            "type": "string"
                                                        },
                                                        "rekomendasi_group_name": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "details",
                                                        "display_order",
                                                        "id_rekomendasi_group",
                                                        "rekomendasi_group_name"
                                                    ],
                                                    "type": "object"
                                                },
                                                "2": {
                                                    "properties": {
                                                        "details": {
                                                            "items": {
                                                                "properties": {
                                                                    "attachments": {
                                                                        "items": {},
                                                                        "type": "array"
                                                                    },
                                                                    "b03": {},
                                                                    "b06": {},
                                                                    "b09": {},
                                                                    "b12": {},
                                                                    "capaian_b03": {},
                                                                    "capaian_b06": {},
                                                                    "capaian_b09": {},
                                                                    "capaian_b12": {},
                                                                    "id": {
                                                                        "type": "string"
                                                                    },
                                                                    "id_area_intervensi": {},
                                                                    "id_mon_form": {
                                                                        "type": "string"
                                                                    },
                                                                    "id_rekomendasi_group": {
                                                                        "type": "string"
                                                                    },
                                                                    "id_rekomendasi_item": {
                                                                        "type": "string"
                                                                    },
                                                                    "kriteria_keberhasilan": {},
                                                                    "realisasi_updated_at": {},
                                                                    "rekomendasi_group_name": {
                                                                        "type": "string"
                                                                    },
                                                                    "rekomendasi_item_name": {
                                                                        "type": "string"
                                                                    },
                                                                    "rencana_aksi": {},
                                                                    "status": {
                                                                        "type": "string"
                                                                    },
                                                                    "target_updated_at": {},
                                                                    "ukuran_keberhasilan": {},
                                                                    "unit_kerja_pj": {},
                                                                    "user_id": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "attachments",
                                                                    "b03",
                                                                    "b06",
                                                                    "b09",
                                                                    "b12",
                                                                    "capaian_b03",
                                                                    "capaian_b06",
                                                                    "capaian_b09",
                                                                    "capaian_b12",
                                                                    "id",
                                                                    "id_area_intervensi",
                                                                    "id_mon_form",
                                                                    "id_rekomendasi_group",
                                                                    "id_rekomendasi_item",
                                                                    "kriteria_keberhasilan",
                                                                    "realisasi_updated_at",
                                                                    "rekomendasi_group_name",
                                                                    "rekomendasi_item_name",
                                                                    "rencana_aksi",
                                                                    "status",
                                                                    "target_updated_at",
                                                                    "ukuran_keberhasilan",
                                                                    "unit_kerja_pj",
                                                                    "user_id"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "type": "array"
                                                        },
                                                        "display_order": {
                                                            "type": "number"
                                                        },
                                                        "id_rekomendasi_group": {
                                                            "type": "string"
                                                        },
                                                        "rekomendasi_group_name": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "details",
                                                        "display_order",
                                                        "id_rekomendasi_group",
                                                        "rekomendasi_group_name"
                                                    ],
                                                    "type": "object"
                                                },
                                                "3": {
                                                    "properties": {
                                                        "details": {
                                                            "items": {
                                                                "properties": {
                                                                    "attachments": {
                                                                        "items": {
                                                                            "properties": {
                                                                                "created_at": {
                                                                                    "type": "string"
                                                                                },
                                                                                "created_by": {
                                                                                    "type": "number"
                                                                                },
                                                                                "deleted_at": {},
                                                                                "filename": {
                                                                                    "type": "string"
                                                                                },
                                                                                "id": {
                                                                                    "type": "number"
                                                                                },
                                                                                "keterangan": {
                                                                                    "type": "string"
                                                                                },
                                                                                "metadata": {
                                                                                    "type": "number"
                                                                                },
                                                                                "referer": {},
                                                                                "status": {
                                                                                    "type": "number"
                                                                                },
                                                                                "tipe": {
                                                                                    "type": "number"
                                                                                },
                                                                                "updated_at": {
                                                                                    "type": "string"
                                                                                },
                                                                                "updated_by": {},
                                                                                "uuid": {
                                                                                    "type": "string"
                                                                                }
                                                                            },
                                                                            "required": [
                                                                                "created_at",
                                                                                "created_by",
                                                                                "deleted_at",
                                                                                "filename",
                                                                                "id",
                                                                                "keterangan",
                                                                                "metadata",
                                                                                "referer",
                                                                                "status",
                                                                                "tipe",
                                                                                "updated_at",
                                                                                "updated_by",
                                                                                "uuid"
                                                                            ],
                                                                            "type": "object"
                                                                        },
                                                                        "type": "array"
                                                                    },
                                                                    "b03": {},
                                                                    "b06": {},
                                                                    "b09": {},
                                                                    "b12": {},
                                                                    "capaian_b03": {},
                                                                    "capaian_b06": {},
                                                                    "capaian_b09": {},
                                                                    "capaian_b12": {},
                                                                    "id": {
                                                                        "type": "string"
                                                                    },
                                                                    "id_area_intervensi": {},
                                                                    "id_mon_form": {
                                                                        "type": "string"
                                                                    },
                                                                    "id_rekomendasi_group": {
                                                                        "type": "string"
                                                                    },
                                                                    "id_rekomendasi_item": {
                                                                        "type": "string"
                                                                    },
                                                                    "kriteria_keberhasilan": {},
                                                                    "realisasi_updated_at": {},
                                                                    "rekomendasi_group_name": {
                                                                        "type": "string"
                                                                    },
                                                                    "rekomendasi_item_name": {
                                                                        "type": "string"
                                                                    },
                                                                    "rencana_aksi": {},
                                                                    "status": {
                                                                        "type": "string"
                                                                    },
                                                                    "target_updated_at": {},
                                                                    "ukuran_keberhasilan": {},
                                                                    "unit_kerja_pj": {},
                                                                    "user_id": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "attachments",
                                                                    "b03",
                                                                    "b06",
                                                                    "b09",
                                                                    "b12",
                                                                    "capaian_b03",
                                                                    "capaian_b06",
                                                                    "capaian_b09",
                                                                    "capaian_b12",
                                                                    "id",
                                                                    "id_area_intervensi",
                                                                    "id_mon_form",
                                                                    "id_rekomendasi_group",
                                                                    "id_rekomendasi_item",
                                                                    "kriteria_keberhasilan",
                                                                    "realisasi_updated_at",
                                                                    "rekomendasi_group_name",
                                                                    "rekomendasi_item_name",
                                                                    "rencana_aksi",
                                                                    "status",
                                                                    "target_updated_at",
                                                                    "ukuran_keberhasilan",
                                                                    "unit_kerja_pj",
                                                                    "user_id"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "type": "array"
                                                        },
                                                        "display_order": {
                                                            "type": "number"
                                                        },
                                                        "id_rekomendasi_group": {
                                                            "type": "string"
                                                        },
                                                        "rekomendasi_group_name": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "details",
                                                        "display_order",
                                                        "id_rekomendasi_group",
                                                        "rekomendasi_group_name"
                                                    ],
                                                    "type": "object"
                                                },
                                                "4": {
                                                    "properties": {
                                                        "details": {
                                                            "items": {
                                                                "properties": {
                                                                    "attachments": {
                                                                        "items": {},
                                                                        "type": "array"
                                                                    },
                                                                    "b03": {},
                                                                    "b06": {},
                                                                    "b09": {},
                                                                    "b12": {},
                                                                    "capaian_b03": {},
                                                                    "capaian_b06": {},
                                                                    "capaian_b09": {},
                                                                    "capaian_b12": {},
                                                                    "id": {
                                                                        "type": "string"
                                                                    },
                                                                    "id_area_intervensi": {},
                                                                    "id_mon_form": {
                                                                        "type": "string"
                                                                    },
                                                                    "id_rekomendasi_group": {
                                                                        "type": "string"
                                                                    },
                                                                    "id_rekomendasi_item": {
                                                                        "type": "string"
                                                                    },
                                                                    "kriteria_keberhasilan": {},
                                                                    "realisasi_updated_at": {},
                                                                    "rekomendasi_group_name": {
                                                                        "type": "string"
                                                                    },
                                                                    "rekomendasi_item_name": {
                                                                        "type": "string"
                                                                    },
                                                                    "rencana_aksi": {},
                                                                    "status": {
                                                                        "type": "string"
                                                                    },
                                                                    "target_updated_at": {},
                                                                    "ukuran_keberhasilan": {},
                                                                    "unit_kerja_pj": {},
                                                                    "user_id": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "attachments",
                                                                    "b03",
                                                                    "b06",
                                                                    "b09",
                                                                    "b12",
                                                                    "capaian_b03",
                                                                    "capaian_b06",
                                                                    "capaian_b09",
                                                                    "capaian_b12",
                                                                    "id",
                                                                    "id_area_intervensi",
                                                                    "id_mon_form",
                                                                    "id_rekomendasi_group",
                                                                    "id_rekomendasi_item",
                                                                    "kriteria_keberhasilan",
                                                                    "realisasi_updated_at",
                                                                    "rekomendasi_group_name",
                                                                    "rekomendasi_item_name",
                                                                    "rencana_aksi",
                                                                    "status",
                                                                    "target_updated_at",
                                                                    "ukuran_keberhasilan",
                                                                    "unit_kerja_pj",
                                                                    "user_id"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "type": "array"
                                                        },
                                                        "display_order": {
                                                            "type": "number"
                                                        },
                                                        "id_rekomendasi_group": {
                                                            "type": "string"
                                                        },
                                                        "rekomendasi_group_name": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "details",
                                                        "display_order",
                                                        "id_rekomendasi_group",
                                                        "rekomendasi_group_name"
                                                    ],
                                                    "type": "object"
                                                }
                                            },
                                            "required": [
                                                "1",
                                                "2",
                                                "3",
                                                "4"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "SPI Monitoring - List Form Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/spi-monitoring/table-form-detail": {
            "get": {
                "operationId": "request_ivwjtny8qC",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "b03": {},
                                                            "b06": {},
                                                            "b09": {},
                                                            "b12": {},
                                                            "capaian_b03": {
                                                                "type": "number"
                                                            },
                                                            "capaian_b06": {
                                                                "type": "number"
                                                            },
                                                            "capaian_b09": {
                                                                "type": "number"
                                                            },
                                                            "capaian_b12": {
                                                                "type": "number"
                                                            },
                                                            "form_created_at": {
                                                                "type": "string"
                                                            },
                                                            "form_user_id": {
                                                                "type": "number"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_area_intervensi": {
                                                                "type": "number"
                                                            },
                                                            "id_instansi": {
                                                                "type": "number"
                                                            },
                                                            "id_mon_form": {
                                                                "type": "number"
                                                            },
                                                            "id_rekomendasi_group": {
                                                                "type": "number"
                                                            },
                                                            "id_rekomendasi_item": {
                                                                "type": "number"
                                                            },
                                                            "kriteria_keberhasilan": {},
                                                            "nama_area_intervensi": {},
                                                            "nama_instansi": {
                                                                "type": "string"
                                                            },
                                                            "realisasi_updated_at": {},
                                                            "rekomendasi_group_display_order": {
                                                                "type": "number"
                                                            },
                                                            "rekomendasi_group_name": {
                                                                "type": "string"
                                                            },
                                                            "rekomendasi_item_name": {
                                                                "type": "string"
                                                            },
                                                            "rencana_aksi": {},
                                                            "status": {
                                                                "type": "string"
                                                            },
                                                            "status_form": {
                                                                "type": "string"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            },
                                                            "target_updated_at": {},
                                                            "type": {
                                                                "type": "string"
                                                            },
                                                            "ukuran_keberhasilan": {},
                                                            "unit_kerja_pj": {},
                                                            "user_id": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "b03",
                                                            "b06",
                                                            "b09",
                                                            "b12",
                                                            "capaian_b03",
                                                            "capaian_b06",
                                                            "capaian_b09",
                                                            "capaian_b12",
                                                            "form_created_at",
                                                            "form_user_id",
                                                            "id",
                                                            "id_area_intervensi",
                                                            "id_instansi",
                                                            "id_mon_form",
                                                            "id_rekomendasi_group",
                                                            "id_rekomendasi_item",
                                                            "kriteria_keberhasilan",
                                                            "nama_area_intervensi",
                                                            "nama_instansi",
                                                            "realisasi_updated_at",
                                                            "rekomendasi_group_display_order",
                                                            "rekomendasi_group_name",
                                                            "rekomendasi_item_name",
                                                            "rencana_aksi",
                                                            "status",
                                                            "status_form",
                                                            "tahun",
                                                            "target_updated_at",
                                                            "type",
                                                            "ukuran_keberhasilan",
                                                            "unit_kerja_pj",
                                                            "user_id"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "SPI Monitoring - Table Form Detail"
            },
            "parameters": []
        },
        "/v5/spi-monitoring/update-detail-attachment/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_kHQiwoWUxc",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "added_files": {
                                        "items": {
                                            "type": "number"
                                        },
                                        "type": "array"
                                    },
                                    "deleted_files": {
                                        "items": {},
                                        "type": "array"
                                    }
                                },
                                "required": [
                                    "added_files",
                                    "deleted_files"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "SPI Monitoring - Update Detail Attachment"
            }
        },
        "/v5/spi-monitoring/upload-attachment": {
            "parameters": [],
            "post": {
                "operationId": "request_wVoN5Oy1Yf",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {},
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "SPI Monitoring  - Upload Attachment"
            }
        },
        "/v5/spi/hasilklpd/data_area_instansi": {
            "get": {
                "operationId": "request_Tbdt0ZTLuR",
                "responses": {
                    "200": {
                        "description": ""
                    },
                    "500": {
                        "description": ""
                    }
                },
                "summary": "SPI Hasil KLPD - Data Area Instansi"
            },
            "parameters": []
        },
        "/v5/spi/hasilklpd/internal_eksternal": {
            "get": {
                "operationId": "request_1FNsFSFWIa",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "detail_komponen": {
                                                    "properties": {
                                                        "exp_keberadaanpungutanliar": {
                                                            "properties": {
                                                                "desc": {
                                                                    "type": "string"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                },
                                                                "nilai": {
                                                                    "type": "number"
                                                                }
                                                            },
                                                            "required": [
                                                                "desc",
                                                                "nama",
                                                                "nilai"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "exp_kualitaspengelolaanpbj": {
                                                            "properties": {
                                                                "desc": {
                                                                    "type": "string"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                },
                                                                "nilai": {
                                                                    "type": "number"
                                                                }
                                                            },
                                                            "required": [
                                                                "desc",
                                                                "nama",
                                                                "nilai"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "exp_kualitastransparansilayanan": {
                                                            "properties": {
                                                                "desc": {
                                                                    "type": "string"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                },
                                                                "nilai": {
                                                                    "type": "number"
                                                                }
                                                            },
                                                            "required": [
                                                                "desc",
                                                                "nama",
                                                                "nilai"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "ext_pungutanliar": {
                                                            "properties": {
                                                                "desc": {
                                                                    "type": "string"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                },
                                                                "nilai": {
                                                                    "type": "number"
                                                                }
                                                            },
                                                            "required": [
                                                                "desc",
                                                                "nama",
                                                                "nilai"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "ext_suap": {
                                                            "properties": {
                                                                "desc": {
                                                                    "type": "string"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                },
                                                                "nilai": {
                                                                    "type": "number"
                                                                }
                                                            },
                                                            "required": [
                                                                "desc",
                                                                "nama",
                                                                "nilai"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "int_jualbelijabatan": {
                                                            "properties": {
                                                                "desc": {
                                                                    "type": "string"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                },
                                                                "nilai": {
                                                                    "type": "number"
                                                                }
                                                            },
                                                            "required": [
                                                                "desc",
                                                                "nama",
                                                                "nilai"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "int_nepotismepengelolaansdm": {
                                                            "properties": {
                                                                "desc": {
                                                                    "type": "string"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                },
                                                                "nilai": {
                                                                    "type": "number"
                                                                }
                                                            },
                                                            "required": [
                                                                "desc",
                                                                "nama",
                                                                "nilai"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "int_pengelolaanpbj": {
                                                            "properties": {
                                                                "desc": {
                                                                    "type": "string"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                },
                                                                "nilai": {
                                                                    "type": "number"
                                                                }
                                                            },
                                                            "required": [
                                                                "desc",
                                                                "nama",
                                                                "nilai"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "int_penyalahgunaanfasilitaskantor": {
                                                            "properties": {
                                                                "desc": {
                                                                    "type": "string"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                },
                                                                "nilai": {
                                                                    "type": "number"
                                                                }
                                                            },
                                                            "required": [
                                                                "desc",
                                                                "nama",
                                                                "nilai"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "int_penyalahgunaanperdin": {
                                                            "properties": {
                                                                "desc": {
                                                                    "type": "string"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                },
                                                                "nilai": {
                                                                    "type": "number"
                                                                }
                                                            },
                                                            "required": [
                                                                "desc",
                                                                "nama",
                                                                "nilai"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "int_suap": {
                                                            "properties": {
                                                                "desc": {
                                                                    "type": "string"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                },
                                                                "nilai": {
                                                                    "type": "number"
                                                                }
                                                            },
                                                            "required": [
                                                                "desc",
                                                                "nama",
                                                                "nilai"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "int_tradingininfluence": {
                                                            "properties": {
                                                                "desc": {
                                                                    "type": "string"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                },
                                                                "nilai": {
                                                                    "type": "number"
                                                                }
                                                            },
                                                            "required": [
                                                                "desc",
                                                                "nama",
                                                                "nilai"
                                                            ],
                                                            "type": "object"
                                                        }
                                                    },
                                                    "required": [
                                                        "exp_keberadaanpungutanliar",
                                                        "exp_kualitaspengelolaanpbj",
                                                        "exp_kualitastransparansilayanan",
                                                        "ext_pungutanliar",
                                                        "ext_suap",
                                                        "int_jualbelijabatan",
                                                        "int_nepotismepengelolaansdm",
                                                        "int_pengelolaanpbj",
                                                        "int_penyalahgunaanfasilitaskantor",
                                                        "int_penyalahgunaanperdin",
                                                        "int_suap",
                                                        "int_tradingininfluence"
                                                    ],
                                                    "type": "object"
                                                },
                                                "rerata": {
                                                    "properties": {
                                                        "eksternal": {
                                                            "type": "number"
                                                        },
                                                        "internal": {
                                                            "type": "number"
                                                        }
                                                    },
                                                    "required": [
                                                        "eksternal",
                                                        "internal"
                                                    ],
                                                    "type": "object"
                                                }
                                            },
                                            "required": [
                                                "detail_komponen",
                                                "rerata"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "SPI Hasil KLPD - Data Internal Eksternal"
            },
            "parameters": []
        },
        "/v5/stranas/_hierarchy": {
            "get": {
                "operationId": "request_wequOQixOO",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_level": {
                                                                "type": "number"
                                                            },
                                                            "id_parent": {
                                                                "type": "number"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {},
                                                            "kode": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "ord": {},
                                                            "updated_at": {},
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "id_level",
                                                            "id_parent",
                                                            "id_periode",
                                                            "keterangan",
                                                            "kode",
                                                            "nama",
                                                            "ord",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Hierarchy - List"
            },
            "parameters": []
        },
        "/v5/stranas/_hierarchy/create": {
            "parameters": [],
            "post": {
                "operationId": "request_fh51DtqSyd",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id_level": {
                                        "type": "number"
                                    },
                                    "id_parent": {},
                                    "id_periode": {
                                        "type": "number"
                                    },
                                    "keterangan": {
                                        "type": "string"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "ord": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "id_level",
                                    "id_parent",
                                    "id_periode",
                                    "keterangan",
                                    "nama",
                                    "ord"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "id_level": {
                                                                "type": "number"
                                                            },
                                                            "id_parent": {},
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "kode": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "ord": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "id_level",
                                                            "id_parent",
                                                            "id_periode",
                                                            "keterangan",
                                                            "kode",
                                                            "nama",
                                                            "ord",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Hierarchy - Create"
            }
        },
        "/v5/stranas/_hierarchy/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_IxKsmDvPSB",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_by": {
                                                                "type": "number"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_level": {
                                                                "type": "number"
                                                            },
                                                            "id_parent": {},
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "kode": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "ord": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "id_level",
                                                            "id_parent",
                                                            "id_periode",
                                                            "keterangan",
                                                            "kode",
                                                            "nama",
                                                            "ord",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Hierarchy - Delete"
            }
        },
        "/v5/stranas/_hierarchy/detail/{id}": {
            "get": {
                "operationId": "request_eBgteTf7lI",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "drill": {
                                                    "items": {
                                                        "properties": {
                                                            "current_level": {
                                                                "type": "number"
                                                            },
                                                            "id_level1": {
                                                                "type": "number"
                                                            },
                                                            "id_level2": {
                                                                "type": "string"
                                                            },
                                                            "id_level3": {
                                                                "type": "string"
                                                            },
                                                            "id_level4": {
                                                                "type": "string"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "level1": {
                                                                "type": "string"
                                                            },
                                                            "level2": {
                                                                "type": "string"
                                                            },
                                                            "level3": {
                                                                "type": "string"
                                                            },
                                                            "level4": {},
                                                            "nama_level1": {
                                                                "type": "string"
                                                            },
                                                            "nama_level2": {
                                                                "type": "string"
                                                            },
                                                            "nama_level3": {
                                                                "type": "string"
                                                            },
                                                            "nama_level4": {
                                                                "type": "string"
                                                            },
                                                            "ord": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "current_level",
                                                            "id_level1",
                                                            "id_level2",
                                                            "id_level3",
                                                            "id_level4",
                                                            "id_periode",
                                                            "level1",
                                                            "level2",
                                                            "level3",
                                                            "level4",
                                                            "nama_level1",
                                                            "nama_level2",
                                                            "nama_level3",
                                                            "nama_level4",
                                                            "ord"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                }
                                            },
                                            "required": [
                                                "drill"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Hierarchy - Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/stranas/_hierarchy/restore/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_w9dZvNqopQ",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_level": {
                                                                "type": "number"
                                                            },
                                                            "id_parent": {},
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "kode": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "ord": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "id_level",
                                                            "id_parent",
                                                            "id_periode",
                                                            "keterangan",
                                                            "kode",
                                                            "nama",
                                                            "ord",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Hierarchy - Restore"
            }
        },
        "/v5/stranas/_hierarchy/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_LoIABQtqqu",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id_level": {
                                        "type": "number"
                                    },
                                    "id_parent": {},
                                    "id_periode": {
                                        "type": "number"
                                    },
                                    "keterangan": {
                                        "type": "string"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "ord": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "id_level",
                                    "id_parent",
                                    "id_periode",
                                    "keterangan",
                                    "nama",
                                    "ord"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_level": {
                                                                "type": "number"
                                                            },
                                                            "id_parent": {},
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "kode": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "ord": {
                                                                "type": "number"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "id_level",
                                                            "id_parent",
                                                            "id_periode",
                                                            "keterangan",
                                                            "kode",
                                                            "nama",
                                                            "ord",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Hierarchy - Update"
            }
        },
        "/v5/stranas/_periode": {
            "get": {
                "operationId": "request_bRlzzWHa0o",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_active": {
                                                                "type": "boolean"
                                                            },
                                                            "level1": {
                                                                "type": "string"
                                                            },
                                                            "level2": {
                                                                "type": "string"
                                                            },
                                                            "level3": {
                                                                "type": "string"
                                                            },
                                                            "level4": {},
                                                            "level_count": {
                                                                "type": "number"
                                                            },
                                                            "triwulan": {
                                                                "items": {
                                                                    "properties": {
                                                                        "ended_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "id_periode": {
                                                                            "type": "number"
                                                                        },
                                                                        "id_triwulan": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "started_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "updated_at": {},
                                                                        "updated_by": {},
                                                                        "verification_ended_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "verification_started_at": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "ended_at",
                                                                        "id",
                                                                        "id_periode",
                                                                        "id_triwulan",
                                                                        "label",
                                                                        "started_at",
                                                                        "updated_at",
                                                                        "updated_by",
                                                                        "verification_ended_at",
                                                                        "verification_started_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {},
                                                            "yearstart": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "is_active",
                                                            "level1",
                                                            "level2",
                                                            "level3",
                                                            "level4",
                                                            "level_count",
                                                            "triwulan",
                                                            "updated_at",
                                                            "updated_by",
                                                            "yearstart"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Periode - Index"
            },
            "parameters": []
        },
        "/v5/stranas/_periode/create": {
            "parameters": [],
            "post": {
                "operationId": "request_4Ms2rTHgPr",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "is_active": {
                                        "type": "boolean"
                                    },
                                    "level1": {
                                        "type": "string"
                                    },
                                    "level2": {
                                        "type": "string"
                                    },
                                    "level3": {
                                        "type": "string"
                                    },
                                    "level4": {
                                        "type": "string"
                                    },
                                    "yearstart": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "is_active",
                                    "level1",
                                    "level2",
                                    "level3",
                                    "level4",
                                    "yearstart"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "is_active": {
                                                                "type": "boolean"
                                                            },
                                                            "level1": {
                                                                "type": "string"
                                                            },
                                                            "level2": {
                                                                "type": "string"
                                                            },
                                                            "level3": {
                                                                "type": "string"
                                                            },
                                                            "level4": {
                                                                "type": "string"
                                                            },
                                                            "level_count": {
                                                                "type": "number"
                                                            },
                                                            "triwulan": {
                                                                "items": {
                                                                    "properties": {
                                                                        "ended_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "id_periode": {
                                                                            "type": "number"
                                                                        },
                                                                        "id_triwulan": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "started_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "updated_at": {},
                                                                        "updated_by": {},
                                                                        "verification_ended_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "verification_started_at": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "ended_at",
                                                                        "id",
                                                                        "id_periode",
                                                                        "id_triwulan",
                                                                        "label",
                                                                        "started_at",
                                                                        "updated_at",
                                                                        "updated_by",
                                                                        "verification_ended_at",
                                                                        "verification_started_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {},
                                                            "yearstart": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "is_active",
                                                            "level1",
                                                            "level2",
                                                            "level3",
                                                            "level4",
                                                            "level_count",
                                                            "triwulan",
                                                            "updated_at",
                                                            "updated_by",
                                                            "yearstart"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Periode - Create"
            }
        },
        "/v5/stranas/_periode/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_azvs9hV2u9",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_by": {
                                                                "type": "number"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_active": {
                                                                "type": "boolean"
                                                            },
                                                            "level1": {
                                                                "type": "string"
                                                            },
                                                            "level2": {
                                                                "type": "string"
                                                            },
                                                            "level3": {
                                                                "type": "string"
                                                            },
                                                            "level4": {
                                                                "type": "string"
                                                            },
                                                            "level_count": {
                                                                "type": "number"
                                                            },
                                                            "triwulan": {
                                                                "items": {
                                                                    "properties": {
                                                                        "ended_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "id_periode": {
                                                                            "type": "number"
                                                                        },
                                                                        "id_triwulan": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "started_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "updated_at": {},
                                                                        "updated_by": {},
                                                                        "verification_ended_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "verification_started_at": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "ended_at",
                                                                        "id",
                                                                        "id_periode",
                                                                        "id_triwulan",
                                                                        "label",
                                                                        "started_at",
                                                                        "updated_at",
                                                                        "updated_by",
                                                                        "verification_ended_at",
                                                                        "verification_started_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            },
                                                            "yearstart": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "is_active",
                                                            "level1",
                                                            "level2",
                                                            "level3",
                                                            "level4",
                                                            "level_count",
                                                            "triwulan",
                                                            "updated_at",
                                                            "updated_by",
                                                            "yearstart"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Periode - Delete"
            }
        },
        "/v5/stranas/_periode/detail/{id}": {
            "get": {
                "operationId": "request_zv1SHjBV4X",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_active": {
                                                                "type": "boolean"
                                                            },
                                                            "level1": {
                                                                "type": "string"
                                                            },
                                                            "level2": {
                                                                "type": "string"
                                                            },
                                                            "level3": {
                                                                "type": "string"
                                                            },
                                                            "level4": {
                                                                "type": "string"
                                                            },
                                                            "level_count": {
                                                                "type": "number"
                                                            },
                                                            "triwulan": {
                                                                "items": {
                                                                    "properties": {
                                                                        "ended_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "id_periode": {
                                                                            "type": "number"
                                                                        },
                                                                        "id_triwulan": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "started_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "updated_at": {},
                                                                        "updated_by": {},
                                                                        "verification_ended_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "verification_started_at": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "ended_at",
                                                                        "id",
                                                                        "id_periode",
                                                                        "id_triwulan",
                                                                        "label",
                                                                        "started_at",
                                                                        "updated_at",
                                                                        "updated_by",
                                                                        "verification_ended_at",
                                                                        "verification_started_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {},
                                                            "yearstart": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "is_active",
                                                            "level1",
                                                            "level2",
                                                            "level3",
                                                            "level4",
                                                            "level_count",
                                                            "triwulan",
                                                            "updated_at",
                                                            "updated_by",
                                                            "yearstart"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Periode - Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/stranas/_periode/toggleActive/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_V5Vt1096qR",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_active": {
                                                                "type": "boolean"
                                                            },
                                                            "level1": {
                                                                "type": "string"
                                                            },
                                                            "level2": {
                                                                "type": "string"
                                                            },
                                                            "level3": {
                                                                "type": "string"
                                                            },
                                                            "level4": {
                                                                "type": "string"
                                                            },
                                                            "level_count": {
                                                                "type": "number"
                                                            },
                                                            "triwulan": {
                                                                "items": {
                                                                    "properties": {
                                                                        "ended_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "id_periode": {
                                                                            "type": "number"
                                                                        },
                                                                        "id_triwulan": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "started_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "updated_at": {},
                                                                        "updated_by": {},
                                                                        "verification_ended_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "verification_started_at": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "ended_at",
                                                                        "id",
                                                                        "id_periode",
                                                                        "id_triwulan",
                                                                        "label",
                                                                        "started_at",
                                                                        "updated_at",
                                                                        "updated_by",
                                                                        "verification_ended_at",
                                                                        "verification_started_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            },
                                                            "yearstart": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "is_active",
                                                            "level1",
                                                            "level2",
                                                            "level3",
                                                            "level4",
                                                            "level_count",
                                                            "triwulan",
                                                            "updated_at",
                                                            "updated_by",
                                                            "yearstart"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Periode - Toggle Active"
            }
        },
        "/v5/stranas/_periode/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_989PoYAQ9Q",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "is_active": {
                                        "type": "boolean"
                                    },
                                    "level1": {
                                        "type": "string"
                                    },
                                    "level2": {
                                        "type": "string"
                                    },
                                    "level3": {
                                        "type": "string"
                                    },
                                    "level4": {
                                        "type": "string"
                                    },
                                    "yearstart": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "is_active",
                                    "level1",
                                    "level2",
                                    "level3",
                                    "level4",
                                    "yearstart"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "deleted_by": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_active": {
                                                                "type": "boolean"
                                                            },
                                                            "level1": {
                                                                "type": "string"
                                                            },
                                                            "level2": {
                                                                "type": "string"
                                                            },
                                                            "level3": {
                                                                "type": "string"
                                                            },
                                                            "level4": {
                                                                "type": "string"
                                                            },
                                                            "level_count": {
                                                                "type": "number"
                                                            },
                                                            "triwulan": {
                                                                "items": {
                                                                    "properties": {
                                                                        "ended_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "id_periode": {
                                                                            "type": "number"
                                                                        },
                                                                        "id_triwulan": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "started_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "updated_at": {},
                                                                        "updated_by": {},
                                                                        "verification_ended_at": {
                                                                            "type": "string"
                                                                        },
                                                                        "verification_started_at": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "ended_at",
                                                                        "id",
                                                                        "id_periode",
                                                                        "id_triwulan",
                                                                        "label",
                                                                        "started_at",
                                                                        "updated_at",
                                                                        "updated_by",
                                                                        "verification_ended_at",
                                                                        "verification_started_at"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            },
                                                            "yearstart": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "deleted_by",
                                                            "id",
                                                            "is_active",
                                                            "level1",
                                                            "level2",
                                                            "level3",
                                                            "level4",
                                                            "level_count",
                                                            "triwulan",
                                                            "updated_at",
                                                            "updated_by",
                                                            "yearstart"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Periode - Update"
            }
        },
        "/v5/stranas/_periode/updateTriwulan/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_sOyYflOCEA",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "ended_at": {
                                        "type": "string"
                                    },
                                    "started_at": {
                                        "type": "string"
                                    },
                                    "verification_ended_at": {
                                        "type": "string"
                                    },
                                    "verification_started_at": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "ended_at",
                                    "started_at",
                                    "verification_ended_at",
                                    "verification_started_at"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "ended_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_periode": {
                                                                "type": "number"
                                                            },
                                                            "id_triwulan": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "started_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            },
                                                            "verification_ended_at": {
                                                                "type": "string"
                                                            },
                                                            "verification_started_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "ended_at",
                                                            "id",
                                                            "id_periode",
                                                            "id_triwulan",
                                                            "label",
                                                            "started_at",
                                                            "updated_at",
                                                            "updated_by",
                                                            "verification_ended_at",
                                                            "verification_started_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Periode - Update Triwulan"
            }
        },
        "/v5/stranas/subaksi": {
            "get": {
                "operationId": "request_jD8YZx39UZ",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "aksi": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "fokus": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "kode": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "keterangan",
                                                                            "kode",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_fokus": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "fokus",
                                                                    "id",
                                                                    "id_fokus",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_aksi": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {},
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "aksi",
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_aksi",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas - Subaksi"
            },
            "parameters": []
        },
        "/v5/stranas/target": {
            "get": {
                "operationId": "request_byZJmFmjLf",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_subaksi": {
                                                                "type": "number"
                                                            },
                                                            "id_ukuran_keberhasilan": {
                                                                "type": "number"
                                                            },
                                                            "info_lampiran": {},
                                                            "info_nilai": {},
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {},
                                                            "subaksi": {
                                                                "properties": {
                                                                    "aksi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "fokus": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "kode": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "id",
                                                                                    "keterangan",
                                                                                    "kode",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_fokus": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "fokus",
                                                                            "id",
                                                                            "id_fokus",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_aksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "aksi",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_aksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "ukuran_keberhasilan": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_subaksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "subaksi": {
                                                                        "properties": {
                                                                            "aksi": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "fokus": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "created_by": {},
                                                                                            "deleted_at": {},
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "keterangan": {},
                                                                                            "kode": {},
                                                                                            "nama": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "presentase_bobot": {},
                                                                                            "updated_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "updated_by": {}
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "created_by",
                                                                                            "deleted_at",
                                                                                            "id",
                                                                                            "keterangan",
                                                                                            "kode",
                                                                                            "nama",
                                                                                            "presentase_bobot",
                                                                                            "updated_at",
                                                                                            "updated_by"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "id_fokus": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "fokus",
                                                                                    "id",
                                                                                    "id_fokus",
                                                                                    "keterangan",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_aksi": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "aksi",
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "id_aksi",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_subaksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "subaksi",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_subaksi",
                                                            "id_ukuran_keberhasilan",
                                                            "info_lampiran",
                                                            "info_nilai",
                                                            "keterangan",
                                                            "presentase_bobot",
                                                            "subaksi",
                                                            "ukuran_keberhasilan",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Target - Index"
            },
            "parameters": []
        },
        "/v5/stranas/target/create": {
            "parameters": [],
            "post": {
                "operationId": "request_mcMlvyX7tE",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id_subaksi": {
                                        "type": "number"
                                    },
                                    "id_ukuran_keberhasilan": {
                                        "type": "number"
                                    },
                                    "keterangan": {
                                        "type": "string"
                                    },
                                    "presentase_bobot": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "id_subaksi",
                                    "id_ukuran_keberhasilan",
                                    "keterangan",
                                    "presentase_bobot"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "id_subaksi": {
                                                                "type": "number"
                                                            },
                                                            "id_ukuran_keberhasilan": {
                                                                "type": "number"
                                                            },
                                                            "info_lampiran": {},
                                                            "info_nilai": {},
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "subaksi": {
                                                                "properties": {
                                                                    "aksi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "fokus": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "kode": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "id",
                                                                                    "keterangan",
                                                                                    "kode",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_fokus": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "fokus",
                                                                            "id",
                                                                            "id_fokus",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_aksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "aksi",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_aksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "ukuran_keberhasilan": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_subaksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "subaksi": {
                                                                        "properties": {
                                                                            "aksi": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "fokus": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "created_by": {},
                                                                                            "deleted_at": {},
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "keterangan": {},
                                                                                            "kode": {},
                                                                                            "nama": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "presentase_bobot": {},
                                                                                            "updated_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "updated_by": {}
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "created_by",
                                                                                            "deleted_at",
                                                                                            "id",
                                                                                            "keterangan",
                                                                                            "kode",
                                                                                            "nama",
                                                                                            "presentase_bobot",
                                                                                            "updated_at",
                                                                                            "updated_by"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "id_fokus": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "fokus",
                                                                                    "id",
                                                                                    "id_fokus",
                                                                                    "keterangan",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_aksi": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "aksi",
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "id_aksi",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_subaksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "subaksi",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_subaksi",
                                                            "id_ukuran_keberhasilan",
                                                            "info_lampiran",
                                                            "info_nilai",
                                                            "keterangan",
                                                            "presentase_bobot",
                                                            "subaksi",
                                                            "ukuran_keberhasilan",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Target - Create"
            }
        },
        "/v5/stranas/target/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_pk2iHZDosL",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_subaksi": {
                                                                "type": "number"
                                                            },
                                                            "id_ukuran_keberhasilan": {
                                                                "type": "number"
                                                            },
                                                            "info_lampiran": {},
                                                            "info_nilai": {},
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "subaksi": {
                                                                "properties": {
                                                                    "aksi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "fokus": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "kode": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "id",
                                                                                    "keterangan",
                                                                                    "kode",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_fokus": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "fokus",
                                                                            "id",
                                                                            "id_fokus",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_aksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "aksi",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_aksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "ukuran_keberhasilan": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_subaksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "subaksi": {
                                                                        "properties": {
                                                                            "aksi": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "fokus": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "created_by": {},
                                                                                            "deleted_at": {},
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "keterangan": {},
                                                                                            "kode": {},
                                                                                            "nama": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "presentase_bobot": {},
                                                                                            "updated_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "updated_by": {}
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "created_by",
                                                                                            "deleted_at",
                                                                                            "id",
                                                                                            "keterangan",
                                                                                            "kode",
                                                                                            "nama",
                                                                                            "presentase_bobot",
                                                                                            "updated_at",
                                                                                            "updated_by"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "id_fokus": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "fokus",
                                                                                    "id",
                                                                                    "id_fokus",
                                                                                    "keterangan",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_aksi": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "aksi",
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "id_aksi",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_subaksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "subaksi",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_subaksi",
                                                            "id_ukuran_keberhasilan",
                                                            "info_lampiran",
                                                            "info_nilai",
                                                            "keterangan",
                                                            "presentase_bobot",
                                                            "subaksi",
                                                            "ukuran_keberhasilan",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Target - Delete"
            }
        },
        "/v5/stranas/target/detail/{id}": {
            "get": {
                "operationId": "request_wS2vvQoXMv",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_subaksi": {
                                                                "type": "number"
                                                            },
                                                            "id_ukuran_keberhasilan": {
                                                                "type": "number"
                                                            },
                                                            "info_lampiran": {},
                                                            "info_nilai": {},
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "subaksi": {
                                                                "properties": {
                                                                    "aksi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "fokus": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "kode": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "id",
                                                                                    "keterangan",
                                                                                    "kode",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_fokus": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "fokus",
                                                                            "id",
                                                                            "id_fokus",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_aksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "aksi",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_aksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "survey_template_list": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "ukuran_keberhasilan": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_subaksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "subaksi": {
                                                                        "properties": {
                                                                            "aksi": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "fokus": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "created_by": {},
                                                                                            "deleted_at": {},
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "keterangan": {},
                                                                                            "kode": {},
                                                                                            "nama": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "presentase_bobot": {},
                                                                                            "updated_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "updated_by": {}
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "created_by",
                                                                                            "deleted_at",
                                                                                            "id",
                                                                                            "keterangan",
                                                                                            "kode",
                                                                                            "nama",
                                                                                            "presentase_bobot",
                                                                                            "updated_at",
                                                                                            "updated_by"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "id_fokus": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "fokus",
                                                                                    "id",
                                                                                    "id_fokus",
                                                                                    "keterangan",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_aksi": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "aksi",
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "id_aksi",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_subaksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "subaksi",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_subaksi",
                                                            "id_ukuran_keberhasilan",
                                                            "info_lampiran",
                                                            "info_nilai",
                                                            "keterangan",
                                                            "presentase_bobot",
                                                            "subaksi",
                                                            "survey_template_list",
                                                            "ukuran_keberhasilan",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Target - Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/stranas/target/restore/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_lnncv6ftEa",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_subaksi": {
                                                                "type": "number"
                                                            },
                                                            "id_ukuran_keberhasilan": {
                                                                "type": "number"
                                                            },
                                                            "info_lampiran": {},
                                                            "info_nilai": {},
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "subaksi": {
                                                                "properties": {
                                                                    "aksi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "fokus": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "kode": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "id",
                                                                                    "keterangan",
                                                                                    "kode",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_fokus": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "fokus",
                                                                            "id",
                                                                            "id_fokus",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_aksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "aksi",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_aksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "ukuran_keberhasilan": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_subaksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "subaksi": {
                                                                        "properties": {
                                                                            "aksi": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "fokus": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "created_by": {},
                                                                                            "deleted_at": {},
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "keterangan": {},
                                                                                            "kode": {},
                                                                                            "nama": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "presentase_bobot": {},
                                                                                            "updated_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "updated_by": {}
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "created_by",
                                                                                            "deleted_at",
                                                                                            "id",
                                                                                            "keterangan",
                                                                                            "kode",
                                                                                            "nama",
                                                                                            "presentase_bobot",
                                                                                            "updated_at",
                                                                                            "updated_by"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "id_fokus": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "fokus",
                                                                                    "id",
                                                                                    "id_fokus",
                                                                                    "keterangan",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_aksi": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "aksi",
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "id_aksi",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_subaksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "subaksi",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_subaksi",
                                                            "id_ukuran_keberhasilan",
                                                            "info_lampiran",
                                                            "info_nilai",
                                                            "keterangan",
                                                            "presentase_bobot",
                                                            "subaksi",
                                                            "ukuran_keberhasilan",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Target - Restore"
            }
        },
        "/v5/stranas/target/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_zqB5P6S3vo",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id_subaksi": {
                                        "type": "number"
                                    },
                                    "id_ukuran_keberhasilan": {
                                        "type": "number"
                                    },
                                    "keterangan": {
                                        "type": "string"
                                    },
                                    "presentase_bobot": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "id_subaksi",
                                    "id_ukuran_keberhasilan",
                                    "keterangan",
                                    "presentase_bobot"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_subaksi": {
                                                                "type": "number"
                                                            },
                                                            "id_ukuran_keberhasilan": {
                                                                "type": "number"
                                                            },
                                                            "info_lampiran": {},
                                                            "info_nilai": {},
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "subaksi": {
                                                                "properties": {
                                                                    "aksi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "fokus": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "kode": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "id",
                                                                                    "keterangan",
                                                                                    "kode",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_fokus": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "fokus",
                                                                            "id",
                                                                            "id_fokus",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_aksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "aksi",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_aksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "ukuran_keberhasilan": {
                                                                "properties": {
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_subaksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "subaksi": {
                                                                        "properties": {
                                                                            "aksi": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "fokus": {
                                                                                        "properties": {
                                                                                            "created_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "created_by": {},
                                                                                            "deleted_at": {},
                                                                                            "id": {
                                                                                                "type": "number"
                                                                                            },
                                                                                            "keterangan": {},
                                                                                            "kode": {},
                                                                                            "nama": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "presentase_bobot": {},
                                                                                            "updated_at": {
                                                                                                "type": "string"
                                                                                            },
                                                                                            "updated_by": {}
                                                                                        },
                                                                                        "required": [
                                                                                            "created_at",
                                                                                            "created_by",
                                                                                            "deleted_at",
                                                                                            "id",
                                                                                            "keterangan",
                                                                                            "kode",
                                                                                            "nama",
                                                                                            "presentase_bobot",
                                                                                            "updated_at",
                                                                                            "updated_by"
                                                                                        ],
                                                                                        "type": "object"
                                                                                    },
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "id_fokus": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "fokus",
                                                                                    "id",
                                                                                    "id_fokus",
                                                                                    "keterangan",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_aksi": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "aksi",
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "id",
                                                                            "id_aksi",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_subaksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "subaksi",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_subaksi",
                                                            "id_ukuran_keberhasilan",
                                                            "info_lampiran",
                                                            "info_nilai",
                                                            "keterangan",
                                                            "presentase_bobot",
                                                            "subaksi",
                                                            "ukuran_keberhasilan",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Target - Update"
            }
        },
        "/v5/stranas/ukuran_keberhasilan": {
            "get": {
                "operationId": "request_okVuYjmNfb",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {},
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_subaksi": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {},
                                                            "subaksi": {
                                                                "properties": {
                                                                    "aksi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "fokus": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "kode": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "id",
                                                                                    "keterangan",
                                                                                    "kode",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_fokus": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "fokus",
                                                                            "id",
                                                                            "id_fokus",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_aksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "aksi",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_aksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_subaksi",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "subaksi",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Ukuran Keberhasilan - Index"
            },
            "parameters": []
        },
        "/v5/stranas/ukuran_keberhasilan/create": {
            "parameters": [],
            "post": {
                "operationId": "request_9FxD7uodBB",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id_subaksi": {
                                        "type": "number"
                                    },
                                    "keterangan": {
                                        "type": "string"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "presentase_bobot": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "id_subaksi",
                                    "keterangan",
                                    "nama",
                                    "presentase_bobot"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {},
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "id_subaksi": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "subaksi": {
                                                                "properties": {
                                                                    "aksi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "fokus": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "kode": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "id",
                                                                                    "keterangan",
                                                                                    "kode",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_fokus": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "fokus",
                                                                            "id",
                                                                            "id_fokus",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_aksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "aksi",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_aksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "updated_at": {},
                                                            "updated_by": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_subaksi",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "subaksi",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Ukuran Keberhasilan - Create"
            }
        },
        "/v5/stranas/ukuran_keberhasilan/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_Ihg6RsDZtw",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_subaksi": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "subaksi": {
                                                                "properties": {
                                                                    "aksi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "fokus": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "kode": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "id",
                                                                                    "keterangan",
                                                                                    "kode",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_fokus": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "fokus",
                                                                            "id",
                                                                            "id_fokus",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_aksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "aksi",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_aksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_subaksi",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "subaksi",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Ukuran Keberhasilan - Delete"
            }
        },
        "/v5/stranas/ukuran_keberhasilan/detail/{id}": {
            "get": {
                "operationId": "request_QwYucMT8Zl",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_subaksi": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "subaksi": {
                                                                "properties": {
                                                                    "aksi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "fokus": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "kode": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "id",
                                                                                    "keterangan",
                                                                                    "kode",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_fokus": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "fokus",
                                                                            "id",
                                                                            "id_fokus",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_aksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "aksi",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_aksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "target_list": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_subaksi",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "subaksi",
                                                            "target_list",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Ukuran Keberhasilan - Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/stranas/ukuran_keberhasilan/restore/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_DOK0ZtdDxk",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_subaksi": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "subaksi": {
                                                                "properties": {
                                                                    "aksi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "fokus": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "kode": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "id",
                                                                                    "keterangan",
                                                                                    "kode",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_fokus": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "fokus",
                                                                            "id",
                                                                            "id_fokus",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_aksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "aksi",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_aksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_subaksi",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "subaksi",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Ukuran Keberhasilan - Restore"
            }
        },
        "/v5/stranas/ukuran_keberhasilan/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_6zufcIE894",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "id_subaksi": {
                                        "type": "number"
                                    },
                                    "keterangan": {
                                        "type": "string"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "presentase_bobot": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "id_subaksi",
                                    "keterangan",
                                    "nama",
                                    "presentase_bobot"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "created_by": {
                                                                "type": "number"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_subaksi": {
                                                                "type": "number"
                                                            },
                                                            "keterangan": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "presentase_bobot": {
                                                                "type": "number"
                                                            },
                                                            "subaksi": {
                                                                "properties": {
                                                                    "aksi": {
                                                                        "properties": {
                                                                            "created_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "created_by": {},
                                                                            "deleted_at": {},
                                                                            "fokus": {
                                                                                "properties": {
                                                                                    "created_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "created_by": {},
                                                                                    "deleted_at": {},
                                                                                    "id": {
                                                                                        "type": "number"
                                                                                    },
                                                                                    "keterangan": {},
                                                                                    "kode": {},
                                                                                    "nama": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "presentase_bobot": {},
                                                                                    "updated_at": {
                                                                                        "type": "string"
                                                                                    },
                                                                                    "updated_by": {}
                                                                                },
                                                                                "required": [
                                                                                    "created_at",
                                                                                    "created_by",
                                                                                    "deleted_at",
                                                                                    "id",
                                                                                    "keterangan",
                                                                                    "kode",
                                                                                    "nama",
                                                                                    "presentase_bobot",
                                                                                    "updated_at",
                                                                                    "updated_by"
                                                                                ],
                                                                                "type": "object"
                                                                            },
                                                                            "id": {
                                                                                "type": "number"
                                                                            },
                                                                            "id_fokus": {
                                                                                "type": "number"
                                                                            },
                                                                            "keterangan": {},
                                                                            "nama": {
                                                                                "type": "string"
                                                                            },
                                                                            "presentase_bobot": {},
                                                                            "updated_at": {
                                                                                "type": "string"
                                                                            },
                                                                            "updated_by": {}
                                                                        },
                                                                        "required": [
                                                                            "created_at",
                                                                            "created_by",
                                                                            "deleted_at",
                                                                            "fokus",
                                                                            "id",
                                                                            "id_fokus",
                                                                            "keterangan",
                                                                            "nama",
                                                                            "presentase_bobot",
                                                                            "updated_at",
                                                                            "updated_by"
                                                                        ],
                                                                        "type": "object"
                                                                    },
                                                                    "created_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "created_by": {},
                                                                    "deleted_at": {},
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "id_aksi": {
                                                                        "type": "number"
                                                                    },
                                                                    "keterangan": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "presentase_bobot": {},
                                                                    "updated_at": {
                                                                        "type": "string"
                                                                    },
                                                                    "updated_by": {}
                                                                },
                                                                "required": [
                                                                    "aksi",
                                                                    "created_at",
                                                                    "created_by",
                                                                    "deleted_at",
                                                                    "id",
                                                                    "id_aksi",
                                                                    "keterangan",
                                                                    "nama",
                                                                    "presentase_bobot",
                                                                    "updated_at",
                                                                    "updated_by"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            },
                                                            "updated_by": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "created_by",
                                                            "deleted_at",
                                                            "id",
                                                            "id_subaksi",
                                                            "keterangan",
                                                            "nama",
                                                            "presentase_bobot",
                                                            "subaksi",
                                                            "updated_at",
                                                            "updated_by"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stranas Ukuran Keberhasilan - Update"
            }
        },
        "/v5/stunting/anggaran-standar-fungsi": {
            "get": {
                "operationId": "request_DjaR0OQ3lY",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "count_item_anggaran": {
                                                        "type": "number"
                                                    },
                                                    "count_item_realisasi": {
                                                        "type": "number"
                                                    },
                                                    "standarfungsi": {
                                                        "type": "string"
                                                    },
                                                    "total_nilai_anggaran": {
                                                        "type": "number"
                                                    },
                                                    "total_nilai_realisasi": {
                                                        "type": "number"
                                                    },
                                                    "total_realisasi_thd_anggaran": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "count_item_anggaran",
                                                    "count_item_realisasi",
                                                    "standarfungsi",
                                                    "total_nilai_anggaran",
                                                    "total_nilai_realisasi",
                                                    "total_realisasi_thd_anggaran"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stunting - Anggaran Standar Fungsi"
            },
            "parameters": []
        },
        "/v5/stunting/table": {
            "get": {
                "operationId": "request_xE3GOfSSbw",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "id_anggaran": {
                                                                "type": "number"
                                                            },
                                                            "ids_realisasi": {},
                                                            "kodepemda": {
                                                                "type": "string"
                                                            },
                                                            "namasubkegiatan": {
                                                                "type": "string"
                                                            },
                                                            "nilai_anggaran": {
                                                                "type": "number"
                                                            },
                                                            "nilai_realisasi": {
                                                                "type": "number"
                                                            },
                                                            "realisasi_thd_anggaran": {
                                                                "type": "number"
                                                            },
                                                            "standarfungsi": {
                                                                "type": "string"
                                                            },
                                                            "standarsubkegiatan": {
                                                                "type": "string"
                                                            },
                                                            "tahun": {
                                                                "type": "number"
                                                            }
                                                        },
                                                        "required": [
                                                            "id_anggaran",
                                                            "ids_realisasi",
                                                            "kodepemda",
                                                            "namasubkegiatan",
                                                            "nilai_anggaran",
                                                            "nilai_realisasi",
                                                            "realisasi_thd_anggaran",
                                                            "standarfungsi",
                                                            "standarsubkegiatan",
                                                            "tahun"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stunting - Table"
            },
            "parameters": []
        },
        "/v5/stunting/total-anggaran": {
            "get": {
                "operationId": "request_W1w9SmuoAA",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "count_item_anggaran": {
                                                    "type": "number"
                                                },
                                                "count_item_realisasi": {
                                                    "type": "number"
                                                },
                                                "total_nilai_anggaran": {
                                                    "type": "number"
                                                },
                                                "total_nilai_realisasi": {
                                                    "type": "number"
                                                },
                                                "total_realisasi_thd_anggaran": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "count_item_anggaran",
                                                "count_item_realisasi",
                                                "total_nilai_anggaran",
                                                "total_nilai_realisasi",
                                                "total_realisasi_thd_anggaran"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Stunting - Total Anggaran"
            },
            "parameters": []
        },
        "/v5/tags/create": {
            "parameters": [],
            "post": {
                "operationId": "request_LWnDhkhk9M",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "label": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "label"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "string"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "label",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Tags - Create"
            }
        },
        "/v5/tags/delete/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_yJMj63apWi",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "label",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Tags - Delete"
            }
        },
        "/v5/tags/detail/{id}": {
            "get": {
                "operationId": "request_AzuZYCC0w2",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "label",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Tags - Detail"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/tags/list": {
            "get": {
                "operationId": "request_CghWhISKY7",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {}
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "label",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Tags - List"
            },
            "parameters": []
        },
        "/v5/tags/update/{id}": {
            "parameters": [
                {
                    "in": "path",
                    "name": "id",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ],
            "post": {
                "operationId": "request_MCYIbv5AMw",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "label": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "label"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "id",
                                                            "label",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Tags - Update"
            }
        },
        "/v5/takola": {
            "get": {
                "operationId": "request_RBcBjmvmzs",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "alamat": {
                                                                "type": "string"
                                                            },
                                                            "bantuan_jumlah": {},
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "kabkota_kode": {
                                                                "type": "string"
                                                            },
                                                            "kabkota_nama": {
                                                                "type": "string"
                                                            },
                                                            "kecamatan_kode": {
                                                                "type": "string"
                                                            },
                                                            "kecamatan_nama": {
                                                                "type": "string"
                                                            },
                                                            "kelurahan_kode": {},
                                                            "kelurahan_nama": {
                                                                "type": "string"
                                                            },
                                                            "kerusakan_persen": {},
                                                            "kode_wilayah": {
                                                                "type": "string"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "npsn": {
                                                                "type": "string"
                                                            },
                                                            "provinsi_kode": {
                                                                "type": "string"
                                                            },
                                                            "provinsi_nama": {
                                                                "type": "string"
                                                            },
                                                            "rk_rusak_jumlah": {},
                                                            "smk_nama": {
                                                                "type": "string"
                                                            },
                                                            "smk_npsn": {
                                                                "type": "string"
                                                            },
                                                            "verifikator": {
                                                                "type": "string"
                                                            },
                                                            "verifikator_id": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "alamat",
                                                            "bantuan_jumlah",
                                                            "id",
                                                            "kabkota_kode",
                                                            "kabkota_nama",
                                                            "kecamatan_kode",
                                                            "kecamatan_nama",
                                                            "kelurahan_kode",
                                                            "kelurahan_nama",
                                                            "kerusakan_persen",
                                                            "kode_wilayah",
                                                            "nama",
                                                            "npsn",
                                                            "provinsi_kode",
                                                            "provinsi_nama",
                                                            "rk_rusak_jumlah",
                                                            "smk_nama",
                                                            "smk_npsn",
                                                            "verifikator",
                                                            "verifikator_id"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Takola - Index"
            },
            "parameters": []
        },
        "/v5/takola/detail_live": {
            "get": {
                "operationId": "request_n1swTyaMdU",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "properties": {
                                                        "alamat_jalan": {
                                                            "type": "string"
                                                        },
                                                        "jumlah_analisis_rk_rusak": {
                                                            "type": "string"
                                                        },
                                                        "jumlah_bantuan": {
                                                            "type": "string"
                                                        },
                                                        "jumlah_perkiraan_biaya_rehab": {
                                                            "type": "string"
                                                        },
                                                        "jumlah_rk_rusak": {
                                                            "type": "string"
                                                        },
                                                        "kode_kabkota": {
                                                            "type": "string"
                                                        },
                                                        "kode_kecamatan": {
                                                            "type": "string"
                                                        },
                                                        "kode_propinsi": {
                                                            "type": "string"
                                                        },
                                                        "kode_wilayah": {
                                                            "type": "string"
                                                        },
                                                        "nama_kabkota": {
                                                            "type": "string"
                                                        },
                                                        "nama_kecamatan": {
                                                            "type": "string"
                                                        },
                                                        "nama_kelurahan": {
                                                            "type": "string"
                                                        },
                                                        "nama_propinsi": {
                                                            "type": "string"
                                                        },
                                                        "nama_sekolah": {
                                                            "type": "string"
                                                        },
                                                        "nama_smk": {
                                                            "type": "string"
                                                        },
                                                        "npsn": {
                                                            "type": "string"
                                                        },
                                                        "npsn_smk": {
                                                            "type": "string"
                                                        },
                                                        "persen_analisis_kerusakan": {
                                                            "type": "string"
                                                        },
                                                        "persen_kerusakan": {
                                                            "type": "string"
                                                        },
                                                        "sekolah_id": {
                                                            "type": "string"
                                                        },
                                                        "smk_id": {
                                                            "type": "string"
                                                        },
                                                        "verifikator": {
                                                            "type": "string"
                                                        },
                                                        "verifikator_id": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "alamat_jalan",
                                                        "jumlah_analisis_rk_rusak",
                                                        "jumlah_bantuan",
                                                        "jumlah_perkiraan_biaya_rehab",
                                                        "jumlah_rk_rusak",
                                                        "kode_kabkota",
                                                        "kode_kecamatan",
                                                        "kode_propinsi",
                                                        "kode_wilayah",
                                                        "nama_kabkota",
                                                        "nama_kecamatan",
                                                        "nama_kelurahan",
                                                        "nama_propinsi",
                                                        "nama_sekolah",
                                                        "nama_smk",
                                                        "npsn",
                                                        "npsn_smk",
                                                        "persen_analisis_kerusakan",
                                                        "persen_kerusakan",
                                                        "sekolah_id",
                                                        "smk_id",
                                                        "verifikator",
                                                        "verifikator_id"
                                                    ],
                                                    "type": "object"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Takola - Detail Live"
            },
            "parameters": []
        },
        "/v5/takola/kota_kabupaten": {
            "get": {
                "operationId": "request_fO8BEmOLo4",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "type": "string"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Takola - List Kota Kabupaten"
            },
            "parameters": []
        },
        "/v5/takola/photos": {
            "get": {
                "operationId": "request_cXCdeTbtK4",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "foto_id": {
                                                                "type": "string"
                                                            },
                                                            "image_path": {
                                                                "type": "string"
                                                            },
                                                            "lebar_pixel": {
                                                                "type": "string"
                                                            },
                                                            "nama_obyek": {
                                                                "type": "string"
                                                            },
                                                            "nama_sudut_pengambilan_foto": {
                                                                "type": "string"
                                                            },
                                                            "obyek_id": {
                                                                "type": "string"
                                                            },
                                                            "path": {
                                                                "type": "string"
                                                            },
                                                            "sudut_pengambilan_foto_id": {
                                                                "type": "string"
                                                            },
                                                            "tinggi_pixel": {
                                                                "type": "string"
                                                            },
                                                            "ukuran": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "foto_id",
                                                            "image_path",
                                                            "lebar_pixel",
                                                            "nama_obyek",
                                                            "nama_sudut_pengambilan_foto",
                                                            "obyek_id",
                                                            "path",
                                                            "sudut_pengambilan_foto_id",
                                                            "tinggi_pixel",
                                                            "ukuran"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Takola - Photos"
            },
            "parameters": []
        },
        "/v5/takola/summary_provinsi": {
            "get": {
                "operationId": "request_k1TO9diHeZ",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "jumlah_biaya_rehab": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_biaya_rehab_berat_total": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_foto_valid": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_kelas_rehab": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_kelas_rehab_berat_total": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_kelas_rusak_berat": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_kelas_rusak_ringan": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_kelas_rusak_sedang": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_kelas_rusak_total": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_pengamatan": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_progres": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_record_kerusakan": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_sd_sasaran": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_termapping": {
                                                                "type": "string"
                                                            },
                                                            "jumlah_terverifikasi": {
                                                                "type": "string"
                                                            },
                                                            "kode_peta": {},
                                                            "kode_propinsi": {
                                                                "type": "string"
                                                            },
                                                            "nama_propinsi": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "jumlah_biaya_rehab",
                                                            "jumlah_biaya_rehab_berat_total",
                                                            "jumlah_foto_valid",
                                                            "jumlah_kelas_rehab",
                                                            "jumlah_kelas_rehab_berat_total",
                                                            "jumlah_kelas_rusak_berat",
                                                            "jumlah_kelas_rusak_ringan",
                                                            "jumlah_kelas_rusak_sedang",
                                                            "jumlah_kelas_rusak_total",
                                                            "jumlah_pengamatan",
                                                            "jumlah_progres",
                                                            "jumlah_record_kerusakan",
                                                            "jumlah_sd_sasaran",
                                                            "jumlah_termapping",
                                                            "jumlah_terverifikasi",
                                                            "kode_peta",
                                                            "kode_propinsi",
                                                            "nama_propinsi"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Takola - Summary Provinsi"
            },
            "parameters": []
        },
        "/v5/user/admin-list": {
            "get": {
                "operationId": "request_epEwBWlA8Q",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "email": {
                                                                "type": "string"
                                                            },
                                                            "foto": {
                                                                "type": "string"
                                                            },
                                                            "instansi": {},
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "jenis_kelamin": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "phone": {
                                                                "type": "string"
                                                            },
                                                            "roles": {
                                                                "items": {
                                                                    "properties": {
                                                                        "description": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "description",
                                                                        "id",
                                                                        "label",
                                                                        "name"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "sekolah": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "tempat_lahir": {
                                                                "type": "string"
                                                            },
                                                            "tgl_lahir": {
                                                                "type": "string"
                                                            },
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "um_user_name": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "email",
                                                            "foto",
                                                            "instansi",
                                                            "is_banned",
                                                            "jenis_kelamin",
                                                            "nama",
                                                            "phone",
                                                            "roles",
                                                            "sekolah",
                                                            "tempat_lahir",
                                                            "tgl_lahir",
                                                            "um_id",
                                                            "um_user_name",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Admin List"
            },
            "parameters": []
        },
        "/v5/user/ban": {
            "parameters": [],
            "post": {
                "operationId": "request_4l5CwwK5hg",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "user_id": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "user_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "email": {
                                                    "type": "string"
                                                },
                                                "foto": {
                                                    "type": "string"
                                                },
                                                "instansi": {},
                                                "is_banned": {
                                                    "type": "boolean"
                                                },
                                                "jenis_kelamin": {},
                                                "nama": {
                                                    "type": "string"
                                                },
                                                "phone": {
                                                    "type": "string"
                                                },
                                                "roles": {
                                                    "items": {
                                                        "properties": {
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "sekolah": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "tempat_lahir": {
                                                    "type": "string"
                                                },
                                                "tgl_lahir": {
                                                    "type": "string"
                                                },
                                                "um_id": {
                                                    "type": "number"
                                                },
                                                "um_user_name": {
                                                    "type": "string"
                                                },
                                                "uuid_user": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "email",
                                                "foto",
                                                "instansi",
                                                "is_banned",
                                                "jenis_kelamin",
                                                "nama",
                                                "phone",
                                                "roles",
                                                "sekolah",
                                                "tempat_lahir",
                                                "tgl_lahir",
                                                "um_id",
                                                "um_user_name",
                                                "uuid_user"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Ban"
            }
        },
        "/v5/user/change_password": {
            "parameters": [],
            "post": {
                "operationId": "request_IEfB1bk1RL",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "new_password": {
                                        "type": "string"
                                    },
                                    "password": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "new_password",
                                    "password"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Change Password"
            }
        },
        "/v5/user/instansi": {
            "get": {
                "operationId": "request_KFXHg9rXw9",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "deleted_at": {},
                                                            "flag_dana_desa": {
                                                                "type": "number"
                                                            },
                                                            "flag_pak": {
                                                                "type": "boolean"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "id_kota_kabupaten": {},
                                                            "id_provinsi": {},
                                                            "id_tipe": {},
                                                            "instansi_tipe": {
                                                                "type": "boolean"
                                                            },
                                                            "is_stranas": {
                                                                "type": "number"
                                                            },
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "show_to_public": {
                                                                "type": "number"
                                                            },
                                                            "sumber": {},
                                                            "updated_at": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "created_at",
                                                            "deleted_at",
                                                            "flag_dana_desa",
                                                            "flag_pak",
                                                            "id",
                                                            "id_kota_kabupaten",
                                                            "id_provinsi",
                                                            "id_tipe",
                                                            "instansi_tipe",
                                                            "is_stranas",
                                                            "nama",
                                                            "show_to_public",
                                                            "sumber",
                                                            "updated_at"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Instansi"
            },
            "parameters": []
        },
        "/v5/user/korwil_list": {
            "get": {
                "operationId": "request_bu2DZ0bSyC",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "email": {
                                                                "type": "string"
                                                            },
                                                            "foto": {
                                                                "type": "string"
                                                            },
                                                            "instansi": {},
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "jenis_kelamin": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "phone": {
                                                                "type": "string"
                                                            },
                                                            "roles": {
                                                                "items": {
                                                                    "properties": {
                                                                        "description": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "description",
                                                                        "id",
                                                                        "label",
                                                                        "name"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "sekolah": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "tempat_lahir": {
                                                                "type": "string"
                                                            },
                                                            "tgl_lahir": {
                                                                "type": "string"
                                                            },
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "um_user_name": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "email",
                                                            "foto",
                                                            "instansi",
                                                            "is_banned",
                                                            "jenis_kelamin",
                                                            "nama",
                                                            "phone",
                                                            "roles",
                                                            "sekolah",
                                                            "tempat_lahir",
                                                            "tgl_lahir",
                                                            "um_id",
                                                            "um_user_name",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Korwil List"
            },
            "parameters": []
        },
        "/v5/user/list-user-simple": {
            "get": {
                "operationId": "request_fdNY06AQ37",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "nama": {
                                                        "type": "string"
                                                    },
                                                    "um_id": {
                                                        "type": "number"
                                                    },
                                                    "um_user_name": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "nama",
                                                    "um_id",
                                                    "um_user_name"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - List User Simple"
            },
            "parameters": []
        },
        "/v5/user/notifications": {
            "get": {
                "operationId": "request_Izqe9Vml8V",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "action": {
                                                                "type": "number"
                                                            },
                                                            "action_data": {
                                                                "properties": {
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "is_deleted": {
                                                                        "type": "number"
                                                                    },
                                                                    "produk_id": {
                                                                        "type": "number"
                                                                    },
                                                                    "type": {
                                                                        "type": "number"
                                                                    },
                                                                    "uuid": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "id",
                                                                    "is_deleted",
                                                                    "produk_id",
                                                                    "type",
                                                                    "uuid"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "created_at": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "is_read": {
                                                                "type": "number"
                                                            },
                                                            "message": {
                                                                "type": "string"
                                                            },
                                                            "owner": {
                                                                "properties": {
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "jenis_kelamin": {
                                                                        "type": "string"
                                                                    },
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "profile_picture_url": {
                                                                        "type": "string"
                                                                    },
                                                                    "uuid": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "id",
                                                                    "jenis_kelamin",
                                                                    "nama",
                                                                    "profile_picture_url",
                                                                    "uuid"
                                                                ],
                                                                "type": "object"
                                                            },
                                                            "sender": {
                                                                "properties": {
                                                                    "id": {
                                                                        "type": "number"
                                                                    },
                                                                    "jenis_kelamin": {},
                                                                    "nama": {
                                                                        "type": "string"
                                                                    },
                                                                    "profile_picture_url": {
                                                                        "type": "string"
                                                                    },
                                                                    "uuid": {
                                                                        "type": "string"
                                                                    }
                                                                },
                                                                "required": [
                                                                    "id",
                                                                    "jenis_kelamin",
                                                                    "nama",
                                                                    "profile_picture_url",
                                                                    "uuid"
                                                                ],
                                                                "type": "object"
                                                            }
                                                        },
                                                        "required": [
                                                            "action",
                                                            "action_data",
                                                            "created_at",
                                                            "id",
                                                            "is_read",
                                                            "message",
                                                            "owner",
                                                            "sender"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Notifications"
            },
            "parameters": []
        },
        "/v5/user/notifications/unread_count": {
            "get": {
                "operationId": "request_BnkMHcs4S2",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "type": "number"
                                        },
                                        "status": {
                                            "type": "string"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "status"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Notification Unread Count"
            },
            "parameters": []
        },
        "/v5/user/profile": {
            "get": {
                "operationId": "request_C3JVP0inuV",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "properties": {
                                                        "email": {
                                                            "type": "string"
                                                        },
                                                        "foto": {
                                                            "type": "string"
                                                        },
                                                        "id_instansi": {
                                                            "type": "number"
                                                        },
                                                        "instansi": {
                                                            "properties": {
                                                                "created_at": {
                                                                    "type": "string"
                                                                },
                                                                "deleted_at": {},
                                                                "flag_dana_desa": {
                                                                    "type": "number"
                                                                },
                                                                "flag_pak": {
                                                                    "type": "boolean"
                                                                },
                                                                "id": {
                                                                    "type": "number"
                                                                },
                                                                "id_kota_kabupaten": {},
                                                                "id_provinsi": {},
                                                                "id_tipe": {},
                                                                "instansi_tipe": {
                                                                    "type": "boolean"
                                                                },
                                                                "is_stranas": {
                                                                    "type": "number"
                                                                },
                                                                "nama": {
                                                                    "type": "string"
                                                                },
                                                                "show_to_public": {
                                                                    "type": "number"
                                                                },
                                                                "sumber": {},
                                                                "updated_at": {
                                                                    "type": "string"
                                                                }
                                                            },
                                                            "required": [
                                                                "created_at",
                                                                "deleted_at",
                                                                "flag_dana_desa",
                                                                "flag_pak",
                                                                "id",
                                                                "id_kota_kabupaten",
                                                                "id_provinsi",
                                                                "id_tipe",
                                                                "instansi_tipe",
                                                                "is_stranas",
                                                                "nama",
                                                                "show_to_public",
                                                                "sumber",
                                                                "updated_at"
                                                            ],
                                                            "type": "object"
                                                        },
                                                        "jabatan": {
                                                            "type": "boolean"
                                                        },
                                                        "jenis_kelamin": {
                                                            "type": "string"
                                                        },
                                                        "jmlh_dukung_crt_mskn": {
                                                            "type": "number"
                                                        },
                                                        "level_name": {
                                                            "type": "string"
                                                        },
                                                        "medali_name": {
                                                            "type": "string"
                                                        },
                                                        "nama": {
                                                            "type": "string"
                                                        },
                                                        "phone": {
                                                            "type": "string"
                                                        },
                                                        "profile_picture_url": {
                                                            "type": "string"
                                                        },
                                                        "tempat_lahir": {
                                                            "type": "string"
                                                        },
                                                        "tgl_lahir": {
                                                            "type": "string"
                                                        },
                                                        "username": {
                                                            "type": "string"
                                                        },
                                                        "uuid_user": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "email",
                                                        "foto",
                                                        "id_instansi",
                                                        "instansi",
                                                        "jabatan",
                                                        "jenis_kelamin",
                                                        "jmlh_dukung_crt_mskn",
                                                        "level_name",
                                                        "medali_name",
                                                        "nama",
                                                        "phone",
                                                        "profile_picture_url",
                                                        "tempat_lahir",
                                                        "tgl_lahir",
                                                        "username",
                                                        "uuid_user"
                                                    ],
                                                    "type": "object"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Profile"
            },
            "parameters": []
        },
        "/v5/user/propic/{uuid_user}": {
            "get": {
                "operationId": "request_BMntrF7cLM",
                "responses": {
                    "200": {
                        "content": {
                            "image/png": {
                                "schema": {
                                    "type": "string"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Propic"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "uuid_user",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/user/public-profile-new/{uuid_user}": {
            "get": {
                "operationId": "request_TuU6w33D2r",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "properties": {
                                                        "foto": {
                                                            "type": "string"
                                                        },
                                                        "instansi": {},
                                                        "is_banned": {
                                                            "type": "boolean"
                                                        },
                                                        "jabatan": {},
                                                        "jenis_kelamin": {},
                                                        "jmlh_dukung_crt_mskn": {
                                                            "type": "number"
                                                        },
                                                        "level_name": {
                                                            "type": "string"
                                                        },
                                                        "medali_name": {
                                                            "type": "string"
                                                        },
                                                        "nama": {
                                                            "type": "string"
                                                        },
                                                        "profile_picture_url": {
                                                            "type": "string"
                                                        },
                                                        "um_id": {
                                                            "type": "number"
                                                        },
                                                        "um_user_name": {
                                                            "type": "string"
                                                        },
                                                        "uuid_user": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "foto",
                                                        "instansi",
                                                        "is_banned",
                                                        "jabatan",
                                                        "jenis_kelamin",
                                                        "jmlh_dukung_crt_mskn",
                                                        "level_name",
                                                        "medali_name",
                                                        "nama",
                                                        "profile_picture_url",
                                                        "um_id",
                                                        "um_user_name",
                                                        "uuid_user"
                                                    ],
                                                    "type": "object"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Public Profile New"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "uuid_user",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/user/public-profile/{uuid_user}": {
            "get": {
                "operationId": "request_Cc6I3cLjbL",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "properties": {
                                                        "email": {
                                                            "type": "string"
                                                        },
                                                        "foto": {
                                                            "type": "string"
                                                        },
                                                        "jmlh_dukung_crt_mskn": {
                                                            "type": "number"
                                                        },
                                                        "level_name": {
                                                            "type": "string"
                                                        },
                                                        "medali_name": {
                                                            "type": "string"
                                                        },
                                                        "nama": {
                                                            "type": "string"
                                                        },
                                                        "profile_picture_url": {
                                                            "type": "string"
                                                        },
                                                        "um_id": {
                                                            "type": "number"
                                                        },
                                                        "username": {
                                                            "type": "string"
                                                        },
                                                        "uuid_user": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "email",
                                                        "foto",
                                                        "jmlh_dukung_crt_mskn",
                                                        "level_name",
                                                        "medali_name",
                                                        "nama",
                                                        "profile_picture_url",
                                                        "um_id",
                                                        "username",
                                                        "uuid_user"
                                                    ],
                                                    "type": "object"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Public Profile"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "uuid_user",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/user/register_korwil_user": {
            "parameters": [],
            "post": {
                "operationId": "request_qHOZUCxMIE",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "confirm_password": {
                                        "type": "string"
                                    },
                                    "email": {
                                        "type": "string"
                                    },
                                    "id_instansi": {
                                        "type": "number"
                                    },
                                    "nama": {
                                        "type": "string"
                                    },
                                    "password": {
                                        "type": "string"
                                    },
                                    "phone": {
                                        "type": "string"
                                    },
                                    "roles": {
                                        "items": {
                                            "type": "number"
                                        },
                                        "type": "array"
                                    },
                                    "username": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "confirm_password",
                                    "email",
                                    "id_instansi",
                                    "nama",
                                    "password",
                                    "phone",
                                    "roles",
                                    "username"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Register Korwil User"
            }
        },
        "/v5/user/set-roles": {
            "parameters": [],
            "post": {
                "operationId": "request_0qOK5hSK6K",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "roles": {
                                        "items": {
                                            "type": "number"
                                        },
                                        "type": "array"
                                    },
                                    "user_id": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "roles",
                                    "user_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "email": {
                                                    "type": "string"
                                                },
                                                "foto": {
                                                    "type": "string"
                                                },
                                                "instansi": {
                                                    "properties": {
                                                        "id": {
                                                            "type": "number"
                                                        },
                                                        "nama": {
                                                            "type": "string"
                                                        }
                                                    },
                                                    "required": [
                                                        "id",
                                                        "nama"
                                                    ],
                                                    "type": "object"
                                                },
                                                "is_banned": {
                                                    "type": "boolean"
                                                },
                                                "jenis_kelamin": {
                                                    "type": "string"
                                                },
                                                "nama": {
                                                    "type": "string"
                                                },
                                                "phone": {
                                                    "type": "string"
                                                },
                                                "roles": {
                                                    "items": {
                                                        "properties": {
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "sekolah": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "tempat_lahir": {
                                                    "type": "string"
                                                },
                                                "tgl_lahir": {
                                                    "type": "string"
                                                },
                                                "um_id": {
                                                    "type": "number"
                                                },
                                                "um_user_name": {
                                                    "type": "string"
                                                },
                                                "uuid_user": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "email",
                                                "foto",
                                                "instansi",
                                                "is_banned",
                                                "jenis_kelamin",
                                                "nama",
                                                "phone",
                                                "roles",
                                                "sekolah",
                                                "tempat_lahir",
                                                "tgl_lahir",
                                                "um_id",
                                                "um_user_name",
                                                "uuid_user"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Set Roles"
            }
        },
        "/v5/user/stranas_list": {
            "get": {
                "operationId": "request_ShREwz7ebt",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "current_page": {
                                                    "type": "number"
                                                },
                                                "per_page": {
                                                    "type": "number"
                                                },
                                                "result": {
                                                    "items": {
                                                        "properties": {
                                                            "email": {
                                                                "type": "string"
                                                            },
                                                            "foto": {
                                                                "type": "string"
                                                            },
                                                            "instansi": {},
                                                            "is_banned": {
                                                                "type": "boolean"
                                                            },
                                                            "jenis_kelamin": {},
                                                            "nama": {
                                                                "type": "string"
                                                            },
                                                            "phone": {
                                                                "type": "string"
                                                            },
                                                            "roles": {
                                                                "items": {
                                                                    "properties": {
                                                                        "description": {
                                                                            "type": "string"
                                                                        },
                                                                        "id": {
                                                                            "type": "number"
                                                                        },
                                                                        "label": {
                                                                            "type": "string"
                                                                        },
                                                                        "name": {
                                                                            "type": "string"
                                                                        }
                                                                    },
                                                                    "required": [
                                                                        "description",
                                                                        "id",
                                                                        "label",
                                                                        "name"
                                                                    ],
                                                                    "type": "object"
                                                                },
                                                                "type": "array"
                                                            },
                                                            "sekolah": {
                                                                "items": {},
                                                                "type": "array"
                                                            },
                                                            "tempat_lahir": {
                                                                "type": "string"
                                                            },
                                                            "tgl_lahir": {
                                                                "type": "string"
                                                            },
                                                            "um_id": {
                                                                "type": "number"
                                                            },
                                                            "um_user_name": {
                                                                "type": "string"
                                                            },
                                                            "uuid_user": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "email",
                                                            "foto",
                                                            "instansi",
                                                            "is_banned",
                                                            "jenis_kelamin",
                                                            "nama",
                                                            "phone",
                                                            "roles",
                                                            "sekolah",
                                                            "tempat_lahir",
                                                            "tgl_lahir",
                                                            "um_id",
                                                            "um_user_name",
                                                            "uuid_user"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "total_page": {
                                                    "type": "number"
                                                },
                                                "total_record": {
                                                    "type": "number"
                                                }
                                            },
                                            "required": [
                                                "current_page",
                                                "per_page",
                                                "result",
                                                "total_page",
                                                "total_record"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Stranas List"
            },
            "parameters": []
        },
        "/v5/user/ubah_profile": {
            "parameters": [],
            "post": {
                "operationId": "request_55ipNNxt4U",
                "requestBody": {
                    "content": {
                        "multipart/form-data": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Ubar Profile"
            }
        },
        "/v5/user/unban": {
            "parameters": [],
            "post": {
                "operationId": "request_2NnMSozQpn",
                "requestBody": {
                    "content": {
                        "application/json": {
                            "schema": {
                                "properties": {
                                    "user_id": {
                                        "type": "number"
                                    }
                                },
                                "required": [
                                    "user_id"
                                ],
                                "type": "object"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "email": {
                                                    "type": "string"
                                                },
                                                "foto": {
                                                    "type": "string"
                                                },
                                                "instansi": {},
                                                "is_banned": {
                                                    "type": "boolean"
                                                },
                                                "jenis_kelamin": {},
                                                "nama": {
                                                    "type": "string"
                                                },
                                                "phone": {
                                                    "type": "string"
                                                },
                                                "roles": {
                                                    "items": {
                                                        "properties": {
                                                            "description": {
                                                                "type": "string"
                                                            },
                                                            "id": {
                                                                "type": "number"
                                                            },
                                                            "label": {
                                                                "type": "string"
                                                            },
                                                            "name": {
                                                                "type": "string"
                                                            }
                                                        },
                                                        "required": [
                                                            "description",
                                                            "id",
                                                            "label",
                                                            "name"
                                                        ],
                                                        "type": "object"
                                                    },
                                                    "type": "array"
                                                },
                                                "sekolah": {
                                                    "items": {},
                                                    "type": "array"
                                                },
                                                "tempat_lahir": {
                                                    "type": "string"
                                                },
                                                "tgl_lahir": {
                                                    "type": "string"
                                                },
                                                "um_id": {
                                                    "type": "number"
                                                },
                                                "um_user_name": {
                                                    "type": "string"
                                                },
                                                "uuid_user": {
                                                    "type": "string"
                                                }
                                            },
                                            "required": [
                                                "email",
                                                "foto",
                                                "instansi",
                                                "is_banned",
                                                "jenis_kelamin",
                                                "nama",
                                                "phone",
                                                "roles",
                                                "sekolah",
                                                "tempat_lahir",
                                                "tgl_lahir",
                                                "um_id",
                                                "um_user_name",
                                                "uuid_user"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "User - Unban"
            }
        },
        "/v5/version/android": {
            "get": {
                "operationId": "request_9bbkB0RPk5",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "app_ver": {
                                                    "type": "string"
                                                },
                                                "artefact": {
                                                    "type": "string"
                                                },
                                                "force_upgrade": {
                                                    "type": "boolean"
                                                },
                                                "id": {
                                                    "type": "number"
                                                },
                                                "recommend_upgrade": {
                                                    "type": "boolean"
                                                }
                                            },
                                            "required": [
                                                "app_ver",
                                                "artefact",
                                                "force_upgrade",
                                                "id",
                                                "recommend_upgrade"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Version - Android"
            },
            "parameters": []
        },
        "/v5/version/ios": {
            "get": {
                "operationId": "request_rTHqXvhzMG",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "app_ver": {
                                                    "type": "string"
                                                },
                                                "artefact": {
                                                    "type": "string"
                                                },
                                                "force_upgrade": {
                                                    "type": "boolean"
                                                },
                                                "id": {
                                                    "type": "number"
                                                },
                                                "recommend_upgrade": {
                                                    "type": "boolean"
                                                }
                                            },
                                            "required": [
                                                "app_ver",
                                                "artefact",
                                                "force_upgrade",
                                                "id",
                                                "recommend_upgrade"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Version - iOS"
            },
            "parameters": []
        },
        "/v5/version/web": {
            "get": {
                "operationId": "request_y0BeO48CnM",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "properties": {
                                                "app_ver": {
                                                    "type": "string"
                                                },
                                                "artefact": {
                                                    "type": "string"
                                                },
                                                "force_upgrade": {
                                                    "type": "boolean"
                                                },
                                                "id": {
                                                    "type": "number"
                                                },
                                                "recommend_upgrade": {
                                                    "type": "boolean"
                                                }
                                            },
                                            "required": [
                                                "app_ver",
                                                "artefact",
                                                "force_upgrade",
                                                "id",
                                                "recommend_upgrade"
                                            ],
                                            "type": "object"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Version - Web"
            },
            "parameters": []
        },
        "/v5/wilayah/detail-by-code/{code}": {
            "get": {
                "operationId": "request_6qnxp007P0",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {},
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Wilayah - Detail By Code"
            },
            "parameters": [
                {
                    "in": "path",
                    "name": "code",
                    "required": true,
                    "schema": {
                        "type": "string"
                    }
                }
            ]
        },
        "/v5/wilayah/elhkpn": {
            "get": {
                "operationId": "request_bgP5uYUX9x",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "A1CODE": {
                                                        "type": "number"
                                                    },
                                                    "A1NAME": {
                                                        "type": "string"
                                                    },
                                                    "A2CODE": {
                                                        "type": "number"
                                                    },
                                                    "A2NAME": {
                                                        "type": "string"
                                                    },
                                                    "parent_wilayah_id": {
                                                        "type": "number"
                                                    },
                                                    "wilayah_id": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "A1CODE",
                                                    "A1NAME",
                                                    "A2CODE",
                                                    "A2NAME",
                                                    "parent_wilayah_id",
                                                    "wilayah_id"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Wilayah - ELHKPN"
            },
            "parameters": []
        },
        "/v5/wilayah/gratifikasi": {
            "get": {
                "operationId": "request_ea9ZSwnWLk",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "A1CODE": {
                                                        "type": "number"
                                                    },
                                                    "A1NAME": {
                                                        "type": "string"
                                                    },
                                                    "wilayah_id": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "A1CODE",
                                                    "A1NAME",
                                                    "wilayah_id"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Wilayah - Gratifikasi"
            },
            "parameters": []
        },
        "/v5/wilayah/korsupgah": {
            "get": {
                "operationId": "request_XwivDTaxY8",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "A1CODE": {
                                                        "type": "number"
                                                    },
                                                    "A1KPKNAME": {
                                                        "type": "string"
                                                    },
                                                    "A2CODE": {
                                                        "type": "number"
                                                    },
                                                    "A2KPKNAME": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "A1CODE",
                                                    "A1KPKNAME",
                                                    "A2CODE",
                                                    "A2KPKNAME"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    },
                    "460": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "errors": {
                                            "items": {
                                                "properties": {
                                                    "field": {
                                                        "type": "string"
                                                    },
                                                    "message": {
                                                        "type": "string"
                                                    }
                                                },
                                                "required": [
                                                    "field",
                                                    "message"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "errors",
                                        "message",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Wilayah - Korsupgah"
            },
            "parameters": []
        },
        "/v5/word-cloud": {
            "get": {
                "operationId": "request_bdCfu6tKU1",
                "responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "data": {
                                            "items": {
                                                "properties": {
                                                    "end_date": {
                                                        "type": "string"
                                                    },
                                                    "start_date": {
                                                        "type": "string"
                                                    },
                                                    "word": {
                                                        "type": "string"
                                                    },
                                                    "word_count": {
                                                        "type": "number"
                                                    }
                                                },
                                                "required": [
                                                    "end_date",
                                                    "start_date",
                                                    "word",
                                                    "word_count"
                                                ],
                                                "type": "object"
                                            },
                                            "type": "array"
                                        },
                                        "success": {
                                            "type": "boolean"
                                        }
                                    },
                                    "required": [
                                        "data",
                                        "success"
                                    ],
                                    "type": "object"
                                }
                            }
                        },
                        "description": ""
                    }
                },
                "summary": "Word Cloud - Index"
            },
            "parameters": []
        }
    }
}