{"openapi":"3.0.0","info":{"title":"Mayane - PCS-PCIS","description":"","version":"0.0.1"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/address":{"get":{"operationId":"getAddressCollection","tags":["Address"],"responses":{"200":{"description":"Address collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address.AddressListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address.AddressListOutput"}}}}}},"summary":"Retrieves the collection of Address resources.","description":"Retrieves the collection of Address resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postAddressCollection","tags":["Address"],"responses":{"201":{"description":"Address resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}}},"links":{"GetAddressItem":{"operationId":"getAddressItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/address\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Address resource.","description":"Creates a Address resource.","parameters":[],"requestBody":{"description":"The new Address resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/address\/{id}":{"get":{"operationId":"getAddressItem","tags":["Address"],"responses":{"200":{"description":"Address resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Address resource.","description":"Retrieves a Address resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putAddressItem","tags":["Address"],"responses":{"200":{"description":"Address resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}}},"links":{"GetAddressItem":{"operationId":"getAddressItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/address\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Address resource.","description":"Replaces the Address resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Address resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAddressItem","tags":["Address"],"responses":{"204":{"description":"Address resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Address resource.","description":"Removes the Address resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/address\/{id}\/coordinates":{"put":{"operationId":"put_coordinatesAddressItem","tags":["Address"],"responses":{"200":{"description":"Address resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}}},"links":{"GetAddressItem":{"operationId":"getAddressItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/address\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Address resource.","description":"Replaces the Address resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Address resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPutCoordinatesInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPutCoordinatesInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/address\/{id}\/validate-position":{"put":{"operationId":"put_validate_positionAddressItem","tags":["Address"],"responses":{"200":{"description":"Address resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}}},"links":{"GetAddressItem":{"operationId":"getAddressItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/address\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Address resource.","description":"Replaces the Address resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Address resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressValidatePositionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressValidatePositionPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/appointments":{"get":{"operationId":"getAppointmentCollection","tags":["Appointment"],"responses":{"200":{"description":"Appointment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Appointment.AppointmentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Appointment.AppointmentListOutput"}}}}}},"summary":"Retrieves the collection of Appointment resources.","description":"Retrieves the collection of Appointment resources.","parameters":[{"name":"before","in":"query","description":"True = appointment before now, False = appointment after now","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postAppointmentCollection","tags":["Appointment"],"responses":{"201":{"description":"Appointment resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentDetailsOutput"}}},"links":{"GetAppointmentItem":{"operationId":"getAppointmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/appointments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Appointment resource.","description":"Creates a Appointment resource.","parameters":[],"requestBody":{"description":"The new Appointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/appointments\/{id}":{"get":{"operationId":"getAppointmentItem","tags":["Appointment"],"responses":{"200":{"description":"Appointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Appointment resource.","description":"Retrieves a Appointment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putAppointmentItem","tags":["Appointment"],"responses":{"200":{"description":"Appointment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentDetailsOutput"}}},"links":{"GetAppointmentItem":{"operationId":"getAppointmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/appointments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Appointment resource.","description":"Replaces the Appointment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Appointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Appointment.AppointmentPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAppointmentItem","tags":["Appointment"],"responses":{"204":{"description":"Appointment resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Appointment resource.","description":"Removes the Appointment resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/auth\/magic-link\/generate":{"ref":"JWT Token","post":{"operationId":"magicLinkCredentials","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Result"}}}}},"summary":"Get JWT token to user login.","description":"Get JWT token to user login.","parameters":[],"requestBody":{"description":"Generate MagicLink","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials_MagicLink"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/refresh":{"ref":"Refresh JWT Token","post":{"operationId":"adminRefreshToken","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Refresh JWT token to admin login.","description":"Refresh JWT token to admin login.","parameters":[],"requestBody":{"description":"Refresh JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RefeshToken"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/token":{"ref":"JWT Token","post":{"operationId":"adminPostCredentialsItem","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token to admin login.","description":"Get JWT token to admin login.","parameters":[],"requestBody":{"description":"Generate new JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/categories":{"get":{"operationId":"getCategoryCollection","tags":["Category"],"responses":{"200":{"description":"Category collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.CategoryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.CategoryListOutput"}}}}}},"summary":"Retrieves the collection of Category resources.","description":"Retrieves the collection of Category resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCategoryCollection","tags":["Category"],"responses":{"201":{"description":"Category resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryDetailsOutput"}}},"links":{"GetCategoryItem":{"operationId":"getCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Category resource.","description":"Creates a Category resource.","parameters":[],"requestBody":{"description":"The new Category resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/categories\/{id}":{"get":{"operationId":"getCategoryItem","tags":["Category"],"responses":{"200":{"description":"Category resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Category resource.","description":"Retrieves a Category resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCategoryItem","tags":["Category"],"responses":{"200":{"description":"Category resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryDetailsOutput"}}},"links":{"GetCategoryItem":{"operationId":"getCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Category resource.","description":"Replaces the Category resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Category resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCategoryItem","tags":["Category"],"responses":{"204":{"description":"Category resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Category resource.","description":"Removes the Category resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cells":{"get":{"operationId":"getCellCollection","tags":["Cell"],"responses":{"200":{"description":"Cell collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Cell.CellListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Cell.CellListOutput"}}}}}},"summary":"Retrieves the collection of Cell resources.","description":"Retrieves the collection of Cell resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postCellCollection","tags":["Cell"],"responses":{"201":{"description":"Cell resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cell.CellDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Cell.CellDetailsOutput"}}},"links":{"GetCellItem":{"operationId":"getCellItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/cells\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Cell resource.","description":"Creates a Cell resource.","parameters":[],"requestBody":{"description":"The new Cell resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cell.CellPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Cell.CellPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/cells\/{id}":{"get":{"operationId":"getCellItem","tags":["Cell"],"responses":{"200":{"description":"Cell resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cell.CellDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Cell.CellDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Cell resource.","description":"Retrieves a Cell resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putCellItem","tags":["Cell"],"responses":{"200":{"description":"Cell resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cell.CellDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Cell.CellDetailsOutput"}}},"links":{"GetCellItem":{"operationId":"getCellItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/cells\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Cell resource.","description":"Replaces the Cell resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Cell resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cell.CellPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Cell.CellPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCellItem","tags":["Cell"],"responses":{"204":{"description":"Cell resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Cell resource.","description":"Removes the Cell resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-jobs":{"get":{"operationId":"getCronJobCollection","tags":["CronJob"],"responses":{"200":{"description":"CronJob collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.list"}}}}}},"summary":"Retrieves the collection of CronJob resources.","description":"Retrieves the collection of CronJob resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-jobs\/{id}":{"get":{"operationId":"getCronJobItem","tags":["CronJob"],"responses":{"200":{"description":"CronJob resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.details"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.details"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CronJob resource.","description":"Retrieves a CronJob resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-logs":{"get":{"operationId":"getCronLogCollection","tags":["CronLog"],"responses":{"200":{"description":"CronLog collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.list"}}}}}},"summary":"Retrieves the collection of CronLog resources.","description":"Retrieves the collection of CronLog resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-logs\/{id}":{"get":{"operationId":"getCronLogItem","tags":["CronLog"],"responses":{"200":{"description":"CronLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.details"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.details"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CronLog resource.","description":"Retrieves a CronLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/directory-books":{"get":{"operationId":"get_listDirectoryBookCollection","tags":["DirectoryBook"],"responses":{"200":{"description":"DirectoryBook collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DirectoryBook"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DirectoryBook"}}}}}},"summary":"Retrieves the collection of DirectoryBook resources.","description":"Retrieves the collection of DirectoryBook resources.","parameters":[{"name":"typeReference","in":"query","description":"the typeReference Id ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"inseeCode","in":"query","description":"the township insee code","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postDirectoryBookCollection","tags":["DirectoryBook"],"responses":{"201":{"description":"DirectoryBook resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DirectoryBook.DirectoryBookDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DirectoryBook.DirectoryBookDetailsOutput"}}},"links":{"GetDirectoryBookItem":{"operationId":"getDirectoryBookItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/directory-books\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DirectoryBook resource.","description":"Creates a DirectoryBook resource.","parameters":[],"requestBody":{"description":"The new DirectoryBook resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DirectoryBook.DirectoryBookPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DirectoryBook.DirectoryBookPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/directory-books\/completion":{"get":{"operationId":"get_completion_by_typeDirectoryBookCollection","tags":["DirectoryBook"],"responses":{"200":{"description":"DirectoryBook collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DirectoryBook"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DirectoryBook"}}}}}},"summary":"Retrieves the collection of DirectoryBook resources.","description":"Retrieves the collection of DirectoryBook resources.","parameters":[{"name":"inseeCode","in":"query","description":"the township insee code","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/directory-books\/map":{"get":{"operationId":"get_list_for_mapDirectoryBookCollection","tags":["DirectoryBook"],"responses":{"200":{"description":"DirectoryBook collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DirectoryBook.DirectoryBookListForMapOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DirectoryBook.DirectoryBookListForMapOutput"}}}}}},"summary":"Retrieves the collection of DirectoryBook resources.","description":"Retrieves the collection of DirectoryBook resources.","parameters":[{"name":"typeReference","in":"query","description":"the typeReference names separated by a coma","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"inseeCode","in":"query","description":"the township insee code","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/directory-books\/search":{"get":{"operationId":"get_searchDirectoryBookCollection","tags":["DirectoryBook"],"responses":{"200":{"description":"DirectoryBook collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DirectoryBook.DirectoryBookSearchListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DirectoryBook.DirectoryBookSearchListOutput"}}}}}},"summary":"Retrieves the collection of DirectoryBook resources.","description":"Retrieves the collection of DirectoryBook resources.","parameters":[{"name":"query","in":"query","description":"the search query ","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/directory-books\/{id}":{"get":{"operationId":"getDirectoryBookItem","tags":["DirectoryBook"],"responses":{"200":{"description":"DirectoryBook resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DirectoryBook.DirectoryBookDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DirectoryBook.DirectoryBookDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DirectoryBook resource.","description":"Retrieves a DirectoryBook resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDirectoryBookItem","tags":["DirectoryBook"],"responses":{"200":{"description":"DirectoryBook resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DirectoryBook.DirectoryBookDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DirectoryBook.DirectoryBookDetailsOutput"}}},"links":{"GetDirectoryBookItem":{"operationId":"getDirectoryBookItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/directory-books\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DirectoryBook resource.","description":"Replaces the DirectoryBook resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated DirectoryBook resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DirectoryBook.DirectoryBookPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DirectoryBook.DirectoryBookPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDirectoryBookItem","tags":["DirectoryBook"],"responses":{"204":{"description":"DirectoryBook resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the DirectoryBook resource.","description":"Removes the DirectoryBook resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/document-types":{"get":{"operationId":"getDocumentTypeCollection","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeListOutput"}}}}}},"summary":"Retrieves the collection of DocumentType resources.","description":"Retrieves the collection of DocumentType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postDocumentTypeCollection","tags":["DocumentType"],"responses":{"201":{"description":"DocumentType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}},"links":{"GetDocumentTypeItem":{"operationId":"getDocumentTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/document-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DocumentType resource.","description":"Creates a DocumentType resource.","parameters":[],"requestBody":{"description":"The new DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/document-types\/{id}":{"get":{"operationId":"getDocumentTypeItem","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DocumentType resource.","description":"Retrieves a DocumentType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDocumentTypeItem","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}},"links":{"GetDocumentTypeItem":{"operationId":"getDocumentTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/document-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DocumentType resource.","description":"Replaces the DocumentType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDocumentTypeItem","tags":["DocumentType"],"responses":{"204":{"description":"DocumentType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the DocumentType resource.","description":"Removes the DocumentType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/documents":{"get":{"operationId":"getDocumentCollection","tags":["Document"],"responses":{"200":{"description":"Document collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document.DocumentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document.DocumentListOutput"}}}}}},"summary":"Retrieves the collection of Document resources.","description":"Retrieves the collection of Document resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postDocumentCollection","tags":["Document"],"responses":{"201":{"description":"Document resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"add Document for program","description":"Creates a Document resource.","parameters":[],"requestBody":{"description":"","content":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"programId":{"programId":"string","required":true}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/documents\/type\/{type}":{"get":{"operationId":"get_document_by_typeDocumentCollection","tags":["Document"],"responses":{"200":{"description":"Document collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document.DocumentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document.DocumentListOutput"}}}}}},"summary":"Retrieves the collection of Document resources.","description":"Retrieves the collection of Document resources.","parameters":[{"name":"type","in":"path","description":"type","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/documents\/{id}":{"get":{"operationId":"getDocumentItem","tags":["Document"],"responses":{"200":{"description":"Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Document resource.","description":"Retrieves a Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDocumentItem","tags":["Document"],"responses":{"200":{"description":"Document resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Document resource.","description":"Replaces the Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDocumentItem","tags":["Document"],"responses":{"204":{"description":"Document resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Document resource.","description":"Removes the Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/epcis":{"get":{"operationId":"getEpciCollection","tags":["Epci"],"responses":{"200":{"description":"Epci collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Epci.EpciListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Epci.EpciListOutput"}}}}}},"summary":"Retrieves the collection of Epci resources.","description":"Retrieves the collection of Epci resources.","parameters":[{"name":"searchText","in":"query","description":"the text searched ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postEpciCollection","tags":["Epci"],"responses":{"201":{"description":"Epci resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciDetailsOutput"}}},"links":{"GetEpciItem":{"operationId":"getEpciItem","parameters":{"siren":"$response.body#\/siren"},"description":"The `siren` value returned in the response can be used as the `siren` parameter in `GET \/api\/epcis\/{siren}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Epci resource.","description":"Creates a Epci resource.","parameters":[],"requestBody":{"description":"The new Epci resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/epcis\/{siren}":{"get":{"operationId":"getEpciItem","tags":["Epci"],"responses":{"200":{"description":"Epci resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Epci resource.","description":"Retrieves a Epci resource.","parameters":[{"name":"siren","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putEpciItem","tags":["Epci"],"responses":{"200":{"description":"Epci resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciDetailsOutput"}}},"links":{"GetEpciItem":{"operationId":"getEpciItem","parameters":{"siren":"$response.body#\/siren"},"description":"The `siren` value returned in the response can be used as the `siren` parameter in `GET \/api\/epcis\/{siren}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Epci resource.","description":"Replaces the Epci resource.","parameters":[{"name":"siren","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Epci resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/export-datas":{"get":{"operationId":"getExportDataCollection","tags":["ExportData"],"responses":{"200":{"description":"ExportData collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExportData.ExportDataListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExportData.ExportDataListOutput"}}}}}},"summary":"Retrieves the collection of ExportData resources.","description":"Retrieves the collection of ExportData resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postExportDataCollection","tags":["ExportData"],"responses":{"201":{"description":"ExportData resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataDetailsOutput"}}},"links":{"GetExportDataItem":{"operationId":"getExportDataItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/export-datas\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ExportData resource.","description":"Creates a ExportData resource.","parameters":[],"requestBody":{"description":"The new ExportData resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/export-datas\/{id}":{"get":{"operationId":"getExportDataItem","tags":["ExportData"],"responses":{"200":{"description":"ExportData resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ExportData resource.","description":"Retrieves a ExportData resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putExportDataItem","tags":["ExportData"],"responses":{"200":{"description":"ExportData resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataDetailsOutput"}}},"links":{"GetExportDataItem":{"operationId":"getExportDataItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/export-datas\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ExportData resource.","description":"Replaces the ExportData resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ExportData resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteExportDataItem","tags":["ExportData"],"responses":{"204":{"description":"ExportData resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ExportData resource.","description":"Removes the ExportData resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/historizations":{"get":{"operationId":"getHistorizationCollection","tags":["Historization"],"responses":{"200":{"description":"Historization collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Historization.HistorizationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Historization.HistorizationListOutput"}}}}}},"summary":"Retrieves the collection of Historization resources.","description":"Retrieves the collection of Historization resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postHistorizationCollection","tags":["Historization"],"responses":{"201":{"description":"Historization resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Historization.HistorizationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Historization.HistorizationDetailsOutput"}}},"links":{"GetHistorizationItem":{"operationId":"getHistorizationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/historizations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Historization resource.","description":"Creates a Historization resource.","parameters":[],"requestBody":{"description":"The new Historization resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Historization.HistorizationPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Historization.HistorizationPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/historizations\/directory-book\/{id}":{"get":{"operationId":"get_directory_book_historizationHistorizationCollection","tags":["Historization"],"responses":{"200":{"description":"Historization collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Historization.DirectoryBookHistoryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Historization.DirectoryBookHistoryListOutput"}}}}}},"summary":"Retrieves the collection of Historization resources.","description":"Retrieves the collection of Historization resources.","parameters":[{"name":"id","in":"path","description":"the id of the directoryBook","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/historizations\/{id}":{"get":{"operationId":"getHistorizationItem","tags":["Historization"],"responses":{"200":{"description":"Historization resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Historization.HistorizationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Historization.HistorizationDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Historization resource.","description":"Retrieves a Historization resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putHistorizationItem","tags":["Historization"],"responses":{"200":{"description":"Historization resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Historization.HistorizationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Historization.HistorizationDetailsOutput"}}},"links":{"GetHistorizationItem":{"operationId":"getHistorizationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/historizations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Historization resource.","description":"Replaces the Historization resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Historization resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Historization.HistorizationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Historization.HistorizationPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteHistorizationItem","tags":["Historization"],"responses":{"204":{"description":"Historization resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Historization resource.","description":"Removes the Historization resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/import-datas":{"get":{"operationId":"getImportDataCollection","tags":["ImportData"],"responses":{"200":{"description":"ImportData collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ImportData.ImportDataListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ImportData.ImportDataListOutput"}}}}}},"summary":"Retrieves the collection of ImportData resources.","description":"Retrieves the collection of ImportData resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postImportDataCollection","tags":["ImportData"],"responses":{"201":{"description":"ImportData resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportData.ImportDataDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ImportData.ImportDataDetailsOutput"}}},"links":{"GetImportDataItem":{"operationId":"getImportDataItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/import-datas\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ImportData resource.","description":"Creates a ImportData resource.","parameters":[],"requestBody":{"description":"The new ImportData resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportData.ImportDataPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ImportData.ImportDataPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/import-datas\/directory-books":{"post":{"operationId":"import_directory_bookImportDataCollection","tags":["ImportData"],"responses":{"201":{"description":"ImportData resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportData.ImportDataDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ImportData.ImportDataDetailsOutput"}}},"links":{"GetImportDataItem":{"operationId":"getImportDataItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/import-datas\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"import DirectoryBooks","description":"Creates a ImportData resource.","parameters":[],"requestBody":{"description":"","content":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/import-datas\/{id}":{"get":{"operationId":"getImportDataItem","tags":["ImportData"],"responses":{"200":{"description":"ImportData resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportData.ImportDataDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ImportData.ImportDataDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ImportData resource.","description":"Retrieves a ImportData resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putImportDataItem","tags":["ImportData"],"responses":{"200":{"description":"ImportData resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportData.ImportDataDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ImportData.ImportDataDetailsOutput"}}},"links":{"GetImportDataItem":{"operationId":"getImportDataItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/import-datas\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ImportData resource.","description":"Replaces the ImportData resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ImportData resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ImportData.ImportDataPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ImportData.ImportDataPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteImportDataItem","tags":["ImportData"],"responses":{"204":{"description":"ImportData resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ImportData resource.","description":"Removes the ImportData resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/map-elements":{"get":{"operationId":"getMapElementCollection","tags":["MapElement"],"responses":{"200":{"description":"MapElement collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MapElement.MapElementListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MapElement.MapElementListOutput"}}}}}},"summary":"Retrieves the collection of MapElement resources.","description":"Retrieves the collection of MapElement resources.","parameters":[{"name":"typeHazard","in":"query","description":"the typeHazard names separated by a coma","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postMapElementCollection","tags":["MapElement"],"responses":{"201":{"description":"MapElement resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MapElement.MapElementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MapElement.MapElementDetailsOutput"}}},"links":{"GetMapElementItem":{"operationId":"getMapElementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/map-elements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a MapElement resource.","description":"Creates a MapElement resource.","parameters":[],"requestBody":{"description":"The new MapElement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MapElement.MapElementPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MapElement.MapElementPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/map-elements\/import":{"post":{"operationId":"importMapElementCollection","tags":["MapElement"],"responses":{"201":{"description":"MapElement resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MapElement.MapElementListOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MapElement.MapElementListOutput"}}},"links":{"GetMapElementItem":{"operationId":"getMapElementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/map-elements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"add map element for township","description":"Creates a MapElement resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary","required":true},"input":{"type":"object","properties":{"inseeCode":{"type":"string","description":"Code INSEE de la commune","example":"21003","required":true},"type":{"type":"string","description":"Type de l'\u00e9l\u00e9ment de la carte","example":"roadClosure","required":true},"color":{"type":"string","description":"Couleur associ\u00e9e \u00e0 l'\u00e9l\u00e9ment","example":"#e91e63","required":true},"iconName":{"type":"string","description":"Nom de l'ic\u00f4ne, s'il y en a une","example":"minusCircle","nullable":true},"hasPIGLevels":{"type":"boolean","description":"Indique si l'\u00e9l\u00e9ment poss\u00e8de des niveaux PIG","example":false,"required":false}}}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/map-elements\/{id}":{"get":{"operationId":"getMapElementItem","tags":["MapElement"],"responses":{"200":{"description":"MapElement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MapElement.MapElementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MapElement.MapElementDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a MapElement resource.","description":"Retrieves a MapElement resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putMapElementItem","tags":["MapElement"],"responses":{"200":{"description":"MapElement resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MapElement.MapElementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MapElement.MapElementDetailsOutput"}}},"links":{"GetMapElementItem":{"operationId":"getMapElementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/map-elements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the MapElement resource.","description":"Replaces the MapElement resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated MapElement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MapElement.MapElementPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MapElement.MapElementPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteMapElementItem","tags":["MapElement"],"responses":{"204":{"description":"MapElement resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the MapElement resource.","description":"Removes the MapElement resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/map-filters\/type-references":{"get":{"operationId":"get_map_filtersTypeReferenceCollection","tags":["TypeReference"],"responses":{"200":{"description":"TypeReference collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeReference.TypeReferenceListForMapFiltersOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeReference.TypeReferenceListForMapFiltersOutput"}}}}}},"summary":"Retrieves the collection of TypeReference resources.","description":"Retrieves the collection of TypeReference resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/missions":{"get":{"operationId":"getMissionCollection","tags":["Mission"],"responses":{"200":{"description":"Mission collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Mission.MissionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Mission.MissionListOutput"}}}}}},"summary":"Retrieves the collection of Mission resources.","description":"Retrieves the collection of Mission resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postMissionCollection","tags":["Mission"],"responses":{"201":{"description":"Mission resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Mission.MissionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Mission.MissionDetailsOutput"}}},"links":{"GetMissionItem":{"operationId":"getMissionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/missions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Mission resource.","description":"Creates a Mission resource.","parameters":[],"requestBody":{"description":"The new Mission resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Mission.MissionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Mission.MissionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/missions\/{id}":{"get":{"operationId":"getMissionItem","tags":["Mission"],"responses":{"200":{"description":"Mission resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Mission.MissionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Mission.MissionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Mission resource.","description":"Retrieves a Mission resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putMissionItem","tags":["Mission"],"responses":{"200":{"description":"Mission resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Mission.MissionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Mission.MissionDetailsOutput"}}},"links":{"GetMissionItem":{"operationId":"getMissionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/missions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Mission resource.","description":"Replaces the Mission resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Mission resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Mission.MissionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Mission.MissionPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteMissionItem","tags":["Mission"],"responses":{"204":{"description":"Mission resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Mission resource.","description":"Removes the Mission resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-logs":{"get":{"operationId":"getNotificationLogCollection","tags":["NotificationLog"],"responses":{"200":{"description":"NotificationLog collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogListOutput"}}}}}},"summary":"Retrieves the collection of NotificationLog resources.","description":"Retrieves the collection of NotificationLog resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationLogCollection","tags":["NotificationLog"],"responses":{"201":{"description":"NotificationLog resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}}},"links":{"GetNotificationLogItem":{"operationId":"getNotificationLogItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-logs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationLog resource.","description":"Creates a NotificationLog resource.","parameters":[],"requestBody":{"description":"The new NotificationLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-logs\/{id}":{"get":{"operationId":"getNotificationLogItem","tags":["NotificationLog"],"responses":{"200":{"description":"NotificationLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationLog resource.","description":"Retrieves a NotificationLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationLogItem","tags":["NotificationLog"],"responses":{"200":{"description":"NotificationLog resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogDetailsOutput"}}},"links":{"GetNotificationLogItem":{"operationId":"getNotificationLogItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-logs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NotificationLog resource.","description":"Replaces the NotificationLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NotificationLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationLog.NotificationLogPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationLogItem","tags":["NotificationLog"],"responses":{"204":{"description":"NotificationLog resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationLog resource.","description":"Removes the NotificationLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-templates":{"get":{"operationId":"getNotificationTemplateCollection","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateListOutput"}}}}}},"summary":"Retrieves the collection of NotificationTemplate resources.","description":"Retrieves the collection of NotificationTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationTemplateCollection","tags":["NotificationTemplate"],"responses":{"201":{"description":"NotificationTemplate resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}}},"links":{"GetNotificationTemplateItem":{"operationId":"getNotificationTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationTemplate resource.","description":"Creates a NotificationTemplate resource.","parameters":[],"requestBody":{"description":"The new NotificationTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-templates\/{id}":{"get":{"operationId":"getNotificationTemplateItem","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationTemplate resource.","description":"Retrieves a NotificationTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationTemplateItem","tags":["NotificationTemplate"],"responses":{"200":{"description":"NotificationTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplateDetailsOutput"}}},"links":{"GetNotificationTemplateItem":{"operationId":"getNotificationTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NotificationTemplate resource.","description":"Replaces the NotificationTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NotificationTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationTemplate.NotificationTemplatePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationTemplateItem","tags":["NotificationTemplate"],"responses":{"204":{"description":"NotificationTemplate resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationTemplate resource.","description":"Removes the NotificationTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notification-types":{"get":{"operationId":"getNotificationTypeCollection","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeListOutput"}}}}}},"summary":"Retrieves the collection of NotificationType resources.","description":"Retrieves the collection of NotificationType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationTypeCollection","tags":["NotificationType"],"responses":{"201":{"description":"NotificationType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}}},"links":{"GetNotificationTypeItem":{"operationId":"getNotificationTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationType resource.","description":"Creates a NotificationType resource.","parameters":[],"requestBody":{"description":"The new NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-types\/{id}":{"get":{"operationId":"getNotificationTypeItem","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationType resource.","description":"Retrieves a NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationTypeItem","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}}},"links":{"GetNotificationTypeItem":{"operationId":"getNotificationTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NotificationType resource.","description":"Replaces the NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationTypeItem","tags":["NotificationType"],"responses":{"204":{"description":"NotificationType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NotificationType resource.","description":"Removes the NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/notifications":{"get":{"operationId":"getNotificationCollection","tags":["Notification"],"responses":{"200":{"description":"Notification collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.NotificationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.NotificationListOutput"}}}}}},"summary":"Retrieves the collection of Notification resources.","description":"Retrieves the collection of Notification resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationCollection","tags":["Notification"],"responses":{"201":{"description":"Notification resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}}},"links":{"GetNotificationItem":{"operationId":"getNotificationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notifications\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Notification resource.","description":"Creates a Notification resource.","parameters":[],"requestBody":{"description":"The new Notification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notifications\/{id}":{"get":{"operationId":"getNotificationItem","tags":["Notification"],"responses":{"200":{"description":"Notification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Notification resource.","description":"Retrieves a Notification resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationItem","tags":["Notification"],"responses":{"200":{"description":"Notification resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationDetailsOutput"}}},"links":{"GetNotificationItem":{"operationId":"getNotificationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notifications\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Notification resource.","description":"Replaces the Notification resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Notification resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Notification.NotificationPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNotificationItem","tags":["Notification"],"responses":{"204":{"description":"Notification resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Notification resource.","description":"Removes the Notification resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/pdf-templates":{"get":{"operationId":"getPdfTemplateCollection","tags":["PdfTemplate"],"responses":{"200":{"description":"PdfTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateListOutput"}}}}}},"summary":"Retrieves the collection of PdfTemplate resources.","description":"Retrieves the collection of PdfTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPdfTemplateCollection","tags":["PdfTemplate"],"responses":{"201":{"description":"PdfTemplate resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}}},"links":{"GetPdfTemplateItem":{"operationId":"getPdfTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/pdf-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PdfTemplate resource.","description":"Creates a PdfTemplate resource.","parameters":[],"requestBody":{"description":"The new PdfTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/pdf-templates\/{id}":{"get":{"operationId":"getPdfTemplateItem","tags":["PdfTemplate"],"responses":{"200":{"description":"PdfTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PdfTemplate resource.","description":"Retrieves a PdfTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPdfTemplateItem","tags":["PdfTemplate"],"responses":{"200":{"description":"PdfTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}}},"links":{"GetPdfTemplateItem":{"operationId":"getPdfTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/pdf-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PdfTemplate resource.","description":"Replaces the PdfTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PdfTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePdfTemplateItem","tags":["PdfTemplate"],"responses":{"204":{"description":"PdfTemplate resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PdfTemplate resource.","description":"Removes the PdfTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/persons":{"get":{"operationId":"getPersonCollection","tags":["Person"],"responses":{"200":{"description":"Person collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Person.PersonListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Person.PersonListOutput"}}}}}},"summary":"Retrieves the collection of Person resources.","description":"Retrieves the collection of Person resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPersonCollection","tags":["Person"],"responses":{"201":{"description":"Person resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonDetailsOutput"}}},"links":{"GetPersonItem":{"operationId":"getPersonItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/persons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Person resource.","description":"Creates a Person resource.","parameters":[],"requestBody":{"description":"The new Person resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/persons\/{id}":{"get":{"operationId":"getPersonItem","tags":["Person"],"responses":{"200":{"description":"Person resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Person resource.","description":"Retrieves a Person resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPersonItem","tags":["Person"],"responses":{"200":{"description":"Person resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonDetailsOutput"}}},"links":{"GetPersonItem":{"operationId":"getPersonItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/persons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Person resource.","description":"Replaces the Person resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Person resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePersonItem","tags":["Person"],"responses":{"204":{"description":"Person resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Person resource.","description":"Removes the Person resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/program\/{id}\/excel-export":{"ref":"Export Excel","post":{"operationId":"export Excel","tags":["Download"],"responses":{"200":{"description":"Get Excel Export"}},"summary":"Get Export Excel.","description":"Get Export Excel.","parameters":[],"deprecated":false},"parameters":[]},"\/api\/programs":{"get":{"operationId":"getProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postProgramCollection","tags":["Program"],"responses":{"201":{"description":"Program resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}}},"links":{"GetProgramItem":{"operationId":"getProgramItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Program resource.","description":"Creates a Program resource.","parameters":[],"requestBody":{"description":"The new Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/users\/{id}":{"get":{"operationId":"get_program_on_userProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"Id of the User","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"status","in":"query","description":"the status of the program","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"type","in":"query","description":"the type of the program","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}":{"get":{"operationId":"getProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPublicDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPublicDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Program resource.","description":"Retrieves a Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}}},"links":{"GetProgramItem":{"operationId":"getProgramItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Program resource.","description":"Replaces the Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteProgramItem","tags":["Program"],"responses":{"204":{"description":"Program resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Program resource.","description":"Removes the Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/add-township":{"put":{"operationId":"add_townshipProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}}},"links":{"GetProgramItem":{"operationId":"getProgramItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Program resource.","description":"Replaces the Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramAddTownshipInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramAddTownshipInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/appointments":{"get":{"operationId":"get_appointmentProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.AppointmentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.AppointmentListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"OrderBy","in":"query","description":"order by ASC or DESC","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"before","in":"query","description":"True = appointment before now, False = appointment after now","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"the id of the program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/cell-roles":{"get":{"operationId":"get_cell_rolesProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramCellListOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramCellListOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Program resource.","description":"Retrieves a Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/directory-book-history":{"get":{"operationId":"get_directory_book_historyProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DirectoryBookHistoryOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DirectoryBookHistoryOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"the id of the program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/directory-books":{"get":{"operationId":"get_directory_book_listProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"typeReference","in":"query","description":"the typeReference Id ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"township","in":"query","description":"the township insee ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"the id of the program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/directory-books\/completion":{"get":{"operationId":"get_directory_book_completion_by_typeProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"the id of the program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/directory-books\/global_search":{"get":{"operationId":"get_directory_book_global_searchProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DirectoryBookSearchListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DirectoryBookSearchListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"query","in":"query","description":"the search query ","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"the id of the program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/directory-books\/map":{"get":{"operationId":"get_directory_book_list_for_mapProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DirectoryBookListForMapOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DirectoryBookListForMapOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"typeReference","in":"query","description":"the typeReference names separated by a coma","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"township","in":"query","description":"the township insee ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"the id of the program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/directory-books\/search":{"get":{"operationId":"get_directory_book_searchProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DirectoryBookSearchListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DirectoryBookSearchListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"query","in":"query","description":"the search query ","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"the id of the program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/documents":{"get":{"operationId":"get_program_documentProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DocumentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DocumentListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"the id of the program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/hazard-types":{"get":{"operationId":"get_type_hazardProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Program resource.","description":"Retrieves a Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/history-action":{"get":{"operationId":"get_history_actionProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"the id of the program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/logo\/upload":{"post":{"operationId":"post_logoProgramCollection","tags":["Program"],"responses":{"201":{"description":"Program resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program"}}},"links":{"GetProgramItem":{"operationId":"getProgramItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"add logo for program","description":"Creates a Program resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary","required":true}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/map-elements":{"get":{"operationId":"get_map_elementsProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.MapElementListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.MapElementListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"typeHazard","in":"query","description":"the typeHazard ids separated by a coma","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"the id of the program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/mapFilters":{"get":{"operationId":"get_filter_for_mapProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"the id of the program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/missions":{"get":{"operationId":"get_missions_for_programProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.MissionProgramListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.MissionProgramListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"the id of the program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-missions":{"put":{"operationId":"modify_missionsProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.MissionProgramListOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.MissionProgramListOutput"}}},"links":{"GetProgramItem":{"operationId":"getProgramItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Program resource.","description":"Replaces the Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramModifyMissionInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramModifyMissionInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-risk":{"put":{"operationId":"modify_riskProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}}},"links":{"GetProgramItem":{"operationId":"getProgramItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Program resource.","description":"Replaces the Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramModifyRiskInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramModifyRiskInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/risks":{"get":{"operationId":"get_risks_on_programProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"the id of the program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/users":{"get":{"operationId":"get_users_on_programProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.UserListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.UserListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"the id of the program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/public\/programs\/{id}":{"get":{"operationId":"get_publicProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPublicDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPublicDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Program resource.","description":"Retrieves a Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/public\/programs\/{type}\/{value}":{"get":{"operationId":"get_list_publicProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"value","in":"path","description":"value ","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"type","in":"path","description":"type","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/risks":{"get":{"operationId":"getRiskCollection","tags":["Risk"],"responses":{"200":{"description":"Risk collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Risk.RiskListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Risk.RiskListOutput"}}}}}},"summary":"Retrieves the collection of Risk resources.","description":"Retrieves the collection of Risk resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postRiskCollection","tags":["Risk"],"responses":{"201":{"description":"Risk resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Risk.RiskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Risk.RiskDetailsOutput"}}},"links":{"GetRiskItem":{"operationId":"getRiskItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/risks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Risk resource.","description":"Creates a Risk resource.","parameters":[],"requestBody":{"description":"The new Risk resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Risk.RiskPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Risk.RiskPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/risks\/{id}":{"get":{"operationId":"getRiskItem","tags":["Risk"],"responses":{"200":{"description":"Risk resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Risk.RiskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Risk.RiskDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Risk resource.","description":"Retrieves a Risk resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putRiskItem","tags":["Risk"],"responses":{"200":{"description":"Risk resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Risk.RiskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Risk.RiskDetailsOutput"}}},"links":{"GetRiskItem":{"operationId":"getRiskItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/risks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Risk resource.","description":"Replaces the Risk resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Risk resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Risk.RiskPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Risk.RiskPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteRiskItem","tags":["Risk"],"responses":{"204":{"description":"Risk resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Risk resource.","description":"Removes the Risk resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/statistics\/{programId}\/graph\/completion":{"get":{"operationId":"get_graph_generalStatisticsCollection","tags":["Statistics"],"responses":{"200":{"description":"Statistics collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Statistics.ChartStatistics"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Statistics.ChartStatistics"}}}}}},"summary":"Retrieves the collection of Statistics resources.","description":"Retrieves the collection of Statistics resources.","parameters":[{"name":"programId","in":"path","description":"program identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"epciSiren","in":"query","description":"the EPCI siren","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"inseeCode","in":"query","description":"the inseecode of township","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/system-configurations":{"get":{"operationId":"getSystemConfigurationCollection","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}}}}},"summary":"Retrieves the collection of SystemConfiguration resources.","description":"Retrieves the collection of SystemConfiguration resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSystemConfigurationCollection","tags":["SystemConfiguration"],"responses":{"201":{"description":"SystemConfiguration resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}}},"links":{"GetSystemConfigurationItem":{"operationId":"getSystemConfigurationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/system-configurations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SystemConfiguration resource.","description":"Creates a SystemConfiguration resource.","parameters":[],"requestBody":{"description":"The new SystemConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/system-configurations\/connexion":{"get":{"operationId":"get_connexionSystemConfigurationCollection","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}}}}},"summary":"Retrieves the collection of SystemConfiguration resources.","description":"Retrieves the collection of SystemConfiguration resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/system-configurations\/{id}":{"get":{"operationId":"getSystemConfigurationItem","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SystemConfiguration resource.","description":"Retrieves a SystemConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSystemConfigurationItem","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}}},"links":{"GetSystemConfigurationItem":{"operationId":"getSystemConfigurationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/system-configurations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SystemConfiguration resource.","description":"Replaces the SystemConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SystemConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSystemConfigurationItem","tags":["SystemConfiguration"],"responses":{"204":{"description":"SystemConfiguration resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the SystemConfiguration resource.","description":"Removes the SystemConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/townships":{"get":{"operationId":"getTownshipCollection","tags":["Township"],"responses":{"200":{"description":"Township collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Township.TownshipListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Township.TownshipListOutput"}}}}}},"summary":"Retrieves the collection of Township resources.","description":"Retrieves the collection of Township resources.","parameters":[{"name":"searchText","in":"query","description":"the text searched ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postTownshipCollection","tags":["Township"],"responses":{"201":{"description":"Township resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipDetailsOutput"}}},"links":{"GetTownshipItem":{"operationId":"getTownshipItem","parameters":{"inseeCode":"$response.body#\/inseeCode"},"description":"The `inseeCode` value returned in the response can be used as the `inseeCode` parameter in `GET \/api\/townships\/{inseeCode}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Township resource.","description":"Creates a Township resource.","parameters":[],"requestBody":{"description":"The new Township resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/townships\/{inseeCode}":{"get":{"operationId":"getTownshipItem","tags":["Township"],"responses":{"200":{"description":"Township resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Township resource.","description":"Retrieves a Township resource.","parameters":[{"name":"inseeCode","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTownshipItem","tags":["Township"],"responses":{"200":{"description":"Township resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipDetailsOutput"}}},"links":{"GetTownshipItem":{"operationId":"getTownshipItem","parameters":{"inseeCode":"$response.body#\/inseeCode"},"description":"The `inseeCode` value returned in the response can be used as the `inseeCode` parameter in `GET \/api\/townships\/{inseeCode}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Township resource.","description":"Replaces the Township resource.","parameters":[{"name":"inseeCode","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Township resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTownshipItem","tags":["Township"],"responses":{"204":{"description":"Township resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Township resource.","description":"Removes the Township resource.","parameters":[{"name":"inseeCode","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/type-hazards":{"get":{"operationId":"getTypeHazardCollection","tags":["TypeHazard"],"responses":{"200":{"description":"TypeHazard collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeHazard.TypeHazardListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeHazard.TypeHazardListOutput"}}}}}},"summary":"Retrieves the collection of TypeHazard resources.","description":"Retrieves the collection of TypeHazard resources.","parameters":[{"name":"searchText","in":"query","description":"the text searched ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postTypeHazardCollection","tags":["TypeHazard"],"responses":{"201":{"description":"TypeHazard resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeHazard.TypeHazardDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeHazard.TypeHazardDetailsOutput"}}},"links":{"GetTypeHazardItem":{"operationId":"getTypeHazardItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/type-hazards\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TypeHazard resource.","description":"Creates a TypeHazard resource.","parameters":[],"requestBody":{"description":"The new TypeHazard resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeHazard.TypeHazardPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeHazard.TypeHazardPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/type-hazards\/{id}":{"get":{"operationId":"getTypeHazardItem","tags":["TypeHazard"],"responses":{"200":{"description":"TypeHazard resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeHazard.TypeHazardDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeHazard.TypeHazardDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TypeHazard resource.","description":"Retrieves a TypeHazard resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTypeHazardItem","tags":["TypeHazard"],"responses":{"200":{"description":"TypeHazard resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeHazard.TypeHazardDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeHazard.TypeHazardDetailsOutput"}}},"links":{"GetTypeHazardItem":{"operationId":"getTypeHazardItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/type-hazards\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the TypeHazard resource.","description":"Replaces the TypeHazard resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated TypeHazard resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeHazard.TypeHazardPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeHazard.TypeHazardPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTypeHazardItem","tags":["TypeHazard"],"responses":{"204":{"description":"TypeHazard resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the TypeHazard resource.","description":"Removes the TypeHazard resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/type-references":{"get":{"operationId":"getTypeReferenceCollection","tags":["TypeReference"],"responses":{"200":{"description":"TypeReference collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeReference.TypeReferenceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeReference.TypeReferenceListOutput"}}}}}},"summary":"Retrieves the collection of TypeReference resources.","description":"Retrieves the collection of TypeReference resources.","parameters":[{"name":"parentName","in":"query","description":"value ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postTypeReferenceCollection","tags":["TypeReference"],"responses":{"201":{"description":"TypeReference resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeReference.TypeReferenceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeReference.TypeReferenceDetailsOutput"}}},"links":{"GetTypeReferenceItem":{"operationId":"getTypeReferenceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/type-references\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TypeReference resource.","description":"Creates a TypeReference resource.","parameters":[],"requestBody":{"description":"The new TypeReference resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeReference.TypeReferencePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeReference.TypeReferencePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/type-references\/{id}":{"get":{"operationId":"getTypeReferenceItem","tags":["TypeReference"],"responses":{"200":{"description":"TypeReference resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeReference.TypeReferenceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeReference.TypeReferenceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TypeReference resource.","description":"Retrieves a TypeReference resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTypeReferenceItem","tags":["TypeReference"],"responses":{"200":{"description":"TypeReference resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeReference.TypeReferenceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeReference.TypeReferenceDetailsOutput"}}},"links":{"GetTypeReferenceItem":{"operationId":"getTypeReferenceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/type-references\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the TypeReference resource.","description":"Replaces the TypeReference resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated TypeReference resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeReference.TypeReferencePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeReference.TypeReferencePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTypeReferenceItem","tags":["TypeReference"],"responses":{"204":{"description":"TypeReference resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the TypeReference resource.","description":"Removes the TypeReference resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user-connections":{"get":{"operationId":"getUserConnectionCollection","tags":["UserConnection"],"responses":{"200":{"description":"UserConnection collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionListOutput"}}}}}},"summary":"Retrieves the collection of UserConnection resources.","description":"Retrieves the collection of UserConnection resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user-connections\/{id}":{"get":{"operationId":"getUserConnectionItem","tags":["UserConnection"],"responses":{"200":{"description":"UserConnection resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserConnection resource.","description":"Retrieves a UserConnection resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteUserConnectionItem","tags":["UserConnection"],"responses":{"204":{"description":"UserConnection resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the UserConnection resource.","description":"Removes the UserConnection resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users":{"get":{"operationId":"getUserCollection","tags":["User"],"responses":{"200":{"description":"User collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserListOutput"}}}}}},"summary":"Retrieves the collection of User resources.","description":"Retrieves the collection of User resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postUserCollection","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a User resource.","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/users\/bo":{"get":{"operationId":"get_user_list_for_boUserCollection","tags":["User"],"responses":{"200":{"description":"User collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserListForBoOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserListForBoOutput"}}}}}},"summary":"Retrieves the collection of User resources.","description":"Retrieves the collection of User resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/project-leaders":{"get":{"operationId":"get_project_leadersUserCollection","tags":["User"],"responses":{"200":{"description":"User collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserListOutput"}}}}}},"summary":"Retrieves the collection of User resources.","description":"Retrieves the collection of User resources.","parameters":[{"name":"searchText","in":"query","description":"the text searched ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/{id}":{"get":{"operationId":"getUserItem","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putUserItem","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the User resource.","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteUserItem","tags":["User"],"responses":{"204":{"description":"User resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the User resource.","description":"Removes the User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/{id}\/add-program":{"put":{"operationId":"add_programUserItem","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the User resource.","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserAddProgramInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserAddProgramInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/users\/{id}\/remove-program":{"put":{"operationId":"remove_programUserItem","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the User resource.","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserRemoveProgramInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserRemoveProgramInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/users\/{id}\/send-create-user-notification":{"get":{"operationId":"send_create_user_notifUserItem","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-program-cell-missions":{"get":{"operationId":"getXProgramCellMissionCollection","tags":["XProgramCellMission"],"responses":{"200":{"description":"XProgramCellMission collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XProgramCellMission.XProgramCellMissionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XProgramCellMission.XProgramCellMissionListOutput"}}}}}},"summary":"Retrieves the collection of XProgramCellMission resources.","description":"Retrieves the collection of XProgramCellMission resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXProgramCellMissionCollection","tags":["XProgramCellMission"],"responses":{"201":{"description":"XProgramCellMission resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XProgramCellMission.XProgramCellMissionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XProgramCellMission.XProgramCellMissionDetailsOutput"}}},"links":{"GetXProgramCellMissionItem":{"operationId":"getXProgramCellMissionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-program-cell-missions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XProgramCellMission resource.","description":"Creates a XProgramCellMission resource.","parameters":[],"requestBody":{"description":"The new XProgramCellMission resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XProgramCellMission.XProgramCellMissionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XProgramCellMission.XProgramCellMissionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-program-cell-missions\/{id}":{"get":{"operationId":"getXProgramCellMissionItem","tags":["XProgramCellMission"],"responses":{"200":{"description":"XProgramCellMission resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XProgramCellMission.XProgramCellMissionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XProgramCellMission.XProgramCellMissionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XProgramCellMission resource.","description":"Retrieves a XProgramCellMission resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXProgramCellMissionItem","tags":["XProgramCellMission"],"responses":{"200":{"description":"XProgramCellMission resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XProgramCellMission.XProgramCellMissionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XProgramCellMission.XProgramCellMissionDetailsOutput"}}},"links":{"GetXProgramCellMissionItem":{"operationId":"getXProgramCellMissionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-program-cell-missions\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XProgramCellMission resource.","description":"Replaces the XProgramCellMission resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XProgramCellMission resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XProgramCellMission.XProgramCellMissionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XProgramCellMission.XProgramCellMissionPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXProgramCellMissionItem","tags":["XProgramCellMission"],"responses":{"204":{"description":"XProgramCellMission resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XProgramCellMission resource.","description":"Removes the XProgramCellMission resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-risk-programs":{"get":{"operationId":"getXRiskProgramCollection","tags":["XRiskProgram"],"responses":{"200":{"description":"XRiskProgram collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XRiskProgram.XRiskProgramListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XRiskProgram.XRiskProgramListOutput"}}}}}},"summary":"Retrieves the collection of XRiskProgram resources.","description":"Retrieves the collection of XRiskProgram resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXRiskProgramCollection","tags":["XRiskProgram"],"responses":{"201":{"description":"XRiskProgram resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XRiskProgram.XRiskProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XRiskProgram.XRiskProgramDetailsOutput"}}},"links":{"GetXRiskProgramItem":{"operationId":"getXRiskProgramItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-risk-programs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XRiskProgram resource.","description":"Creates a XRiskProgram resource.","parameters":[],"requestBody":{"description":"The new XRiskProgram resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XRiskProgram.XRiskProgramPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XRiskProgram.XRiskProgramPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-risk-programs\/{id}":{"get":{"operationId":"getXRiskProgramItem","tags":["XRiskProgram"],"responses":{"200":{"description":"XRiskProgram resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XRiskProgram.XRiskProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XRiskProgram.XRiskProgramDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XRiskProgram resource.","description":"Retrieves a XRiskProgram resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXRiskProgramItem","tags":["XRiskProgram"],"responses":{"200":{"description":"XRiskProgram resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XRiskProgram.XRiskProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XRiskProgram.XRiskProgramDetailsOutput"}}},"links":{"GetXRiskProgramItem":{"operationId":"getXRiskProgramItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-risk-programs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XRiskProgram resource.","description":"Replaces the XRiskProgram resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XRiskProgram resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XRiskProgram.XRiskProgramPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XRiskProgram.XRiskProgramPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXRiskProgramItem","tags":["XRiskProgram"],"responses":{"204":{"description":"XRiskProgram resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XRiskProgram resource.","description":"Removes the XRiskProgram resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/x-user-programs":{"get":{"operationId":"getXUserProgramCollection","tags":["XUserProgram"],"responses":{"200":{"description":"XUserProgram collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XUserProgram.XUserProgramListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/XUserProgram.XUserProgramListOutput"}}}}}},"summary":"Retrieves the collection of XUserProgram resources.","description":"Retrieves the collection of XUserProgram resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postXUserProgramCollection","tags":["XUserProgram"],"responses":{"201":{"description":"XUserProgram resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XUserProgram.XUserProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XUserProgram.XUserProgramDetailsOutput"}}},"links":{"GetXUserProgramItem":{"operationId":"getXUserProgramItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-user-programs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a XUserProgram resource.","description":"Creates a XUserProgram resource.","parameters":[],"requestBody":{"description":"The new XUserProgram resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XUserProgram.XUserProgramPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XUserProgram.XUserProgramPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/x-user-programs\/{id}":{"get":{"operationId":"getXUserProgramItem","tags":["XUserProgram"],"responses":{"200":{"description":"XUserProgram resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XUserProgram.XUserProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XUserProgram.XUserProgramDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a XUserProgram resource.","description":"Retrieves a XUserProgram resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putXUserProgramItem","tags":["XUserProgram"],"responses":{"200":{"description":"XUserProgram resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XUserProgram.XUserProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XUserProgram.XUserProgramDetailsOutput"}}},"links":{"GetXUserProgramItem":{"operationId":"getXUserProgramItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/x-user-programs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the XUserProgram resource.","description":"Replaces the XUserProgram resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated XUserProgram resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/XUserProgram.XUserProgramPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/XUserProgram.XUserProgramPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteXUserProgramItem","tags":["XUserProgram"],"responses":{"204":{"description":"XUserProgram resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the XUserProgram resource.","description":"Removes the XUserProgram resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]}},"components":{"schemas":{"Address":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Address.","type":"integer"},"streetNumber":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"fullAddress":{"type":"string","nullable":true},"needPositionValidation":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Address.AddressDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"streetNumber":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"fullAddress":{"type":"string","nullable":true},"needPositionValidation":{"type":"boolean"}}},"Address.AddressListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"streetNumber":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"fullAddress":{"type":"string","nullable":true},"needPositionValidation":{"type":"boolean"}}},"Address.AddressPostInput":{"type":"object","description":"","properties":{"streetNumber":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true}},"required":["zipCode","streetLabel","city"]},"Address.AddressPutCoordinatesInput":{"type":"object","description":"","required":["latitude","longitude","directoryBookId"],"properties":{"latitude":{"type":"string"},"longitude":{"type":"string"},"directoryBookId":{"type":"integer"}}},"Address.AddressPutInput":{"type":"object","description":"","properties":{"streetNumber":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true}},"required":["zipCode","streetLabel","city"]},"Address.AddressValidatePositionPutInput":{"type":"object","description":"","required":["inseeCode"],"properties":{"inseeCode":{"type":"string"}}},"AddressDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"streetNumber":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"streetLabel":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"fullAddress":{"type":"string","nullable":true},"needPositionValidation":{"type":"boolean"}}},"Appointment":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Appointment.","type":"integer"},"name":{"description":"Get the value of name","type":"string"},"date":{"description":"Get the value of date","type":"string","format":"date-time"},"program":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Appointment.AppointmentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"Appointment.AppointmentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"Appointment.AppointmentPostInput":{"type":"object","description":"","required":["name","date","programId"],"properties":{"name":{"type":"string"},"date":{"type":"string","format":"date-time"},"programId":{"type":"string"}}},"Appointment.AppointmentPutInput":{"type":"object","description":"","required":["name","date"],"properties":{"name":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"Axis":{"type":"object","description":"","properties":{"unitLabel":{"type":"string","nullable":true}}},"BoundingBox":{"type":"object","description":"","properties":{"bounds":{"type":"array","items":{"type":"number"}}}},"Category":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Category.","type":"integer"},"label":{"type":"string"},"name":{"type":"string","nullable":true},"sortOrder":{"type":"integer","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Category.CategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Category.CategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Category.CategoryPostInput":{"type":"object","description":""},"Category.CategoryPutInput":{"type":"object","description":""},"Cell":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Cell.","type":"integer"},"cellName":{"type":"string"},"role":{"type":"string"},"programMissions":{"type":"array","items":{"type":"string","format":"iri-reference"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Cell.CellDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Cell.CellListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"label":{"type":"string"}}},"Cell.CellPostInput":{"type":"object","description":""},"Cell.CellPutInput":{"type":"object","description":""},"Color":{"type":"object","description":"","properties":{"type":{"type":"string"},"value":{"type":"string"}}},"Component":{"type":"object","description":"","properties":{"name":{"type":"string"},"fillColor":{"type":"string","nullable":true}}},"CoordinateReferenceSystem":{"type":"object","description":"","properties":{"properties":{"readOnly":true,"description":"Return the properties for this CRS object.","type":"array","items":{"type":"string"}},"type":{"readOnly":true,"description":"Return the type for this CRS object.","type":"string"}}},"CronJob-cronjob.read.details":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the cron job.","type":"integer"},"command":{"description":"The command concerning the cron job.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"cronSchedule":{"description":"The cron time schedule.","type":"string"}}},"CronJob-cronjob.read.list":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the cron job.","type":"integer"},"command":{"description":"The command concerning the cron job.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"cronSchedule":{"description":"The cron time schedule.","type":"string"}}},"CronLog-cronlog.read.details":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the log.","type":"integer"},"command":{"description":"The command concerning the log.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"exitStatus":{"description":"The command exit status.","type":"integer","nullable":true},"exitMessage":{"description":"The command exit message.","type":"string","nullable":true},"startedAt":{"description":"Starting date of the log.","type":"string","format":"date-time"},"finishedAt":{"description":"Finishing date of the log.","type":"string","format":"date-time","nullable":true}}},"CronLog-cronlog.read.list":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the log.","type":"integer"},"command":{"description":"The command concerning the log.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"exitStatus":{"description":"The command exit status.","type":"integer","nullable":true},"startedAt":{"description":"Starting date of the log.","type":"string","format":"date-time"},"finishedAt":{"description":"Finishing date of the log.","type":"string","format":"date-time","nullable":true}}},"DirectoryBook":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the DirectoryBook.","type":"integer"},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"typeReference":{"type":"string","format":"iri-reference","nullable":true},"address":{"type":"string","format":"iri-reference","nullable":true},"person":{"type":"string","format":"iri-reference","nullable":true},"township":{"type":"string","format":"iri-reference","nullable":true},"epci":{"type":"string","format":"iri-reference","nullable":true},"completion":{"type":"integer"},"search":{"type":"string","nullable":true},"department":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"DirectoryBook.DirectoryBookDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"typeRef":{"type":"integer"},"department":{"type":"string","nullable":true},"inseeCode":{"type":"string","nullable":true},"EPCISiren":{"type":"string","nullable":true},"person":{"anyOf":[{"$ref":"#\/components\/schemas\/PersonDetailsOutput"}],"nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressDetailsOutput"}],"nullable":true},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldsDetails"}},"createdBy":{"type":"integer","nullable":true}}},"DirectoryBook.DirectoryBookListForMapOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressDetailsOutput"}],"nullable":true},"typeReference":{"type":"string"},"subType":{"type":"string","nullable":true},"inseeCode":{"type":"string","nullable":true},"EPCISiren":{"type":"string","nullable":true},"department":{"type":"string","nullable":true},"createdBy":{"type":"integer","nullable":true}}},"DirectoryBook.DirectoryBookPostInput":{"type":"object","description":"","required":["fields","typeReferenceId"],"properties":{"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldsPostInput"}},"townshipInseeCode":{"type":"string","nullable":true},"EPCISiren":{"type":"string","nullable":true},"department":{"type":"string","nullable":true},"typeReferenceId":{"type":"integer"}}},"DirectoryBook.DirectoryBookPutInput":{"type":"object","description":"","required":["fields"],"properties":{"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldsPostInput"}},"EPCISiren":{"type":"string","nullable":true},"department":{"type":"string","nullable":true},"townshipInseeCode":{"type":"string","nullable":true}}},"DirectoryBook.DirectoryBookSearchListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"typeReferenceLabel":{"type":"string"},"name":{"type":"string","nullable":true},"person":{"anyOf":[{"$ref":"#\/components\/schemas\/PersonDetailsOutput"}],"nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressDetailsOutput"}],"nullable":true}}},"Document":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Document.","type":"integer"},"user":{"type":"string","format":"iri-reference","nullable":true},"entityType":{"description":".","type":"string","nullable":true},"entityId":{"description":".","type":"string","nullable":true},"path":{"description":".","type":"string","nullable":true},"url":{"description":".","type":"string","nullable":true},"originName":{"description":".","type":"string"},"name":{"description":".","type":"string"},"size":{"description":".","type":"integer"},"width":{"description":".","type":"integer"},"height":{"description":".","type":"integer"},"duration":{"description":".","type":"integer"},"extension":{"description":".","type":"string","nullable":true},"orientation":{"description":".","type":"string","nullable":true},"mimeType":{"description":".","type":"string","nullable":true},"type":{"description":".","type":"string"},"toMig":{"type":"boolean"},"isCompress":{"type":"boolean"},"displayFormat":{"description":".","type":"string"},"version":{"type":"integer","nullable":true},"isObsolete":{"type":"boolean","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Document.DocumentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string","nullable":true},"originalName":{"type":"string","nullable":true},"extension":{"type":"string","nullable":true},"documentType":{"type":"string","nullable":true},"dateCreation":{"type":"string","format":"date-time","nullable":true},"dateModification":{"type":"string","format":"date-time","nullable":true},"path":{"type":"string","nullable":true}}},"Document.DocumentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string","nullable":true},"originalName":{"type":"string","nullable":true},"extension":{"type":"string","nullable":true},"documentType":{"type":"string","nullable":true},"dateCreation":{"type":"string","format":"date-time","nullable":true},"dateModification":{"type":"string","format":"date-time","nullable":true},"path":{"type":"string","nullable":true}}},"Document.DocumentPutInput":{"type":"object","description":""},"DocumentType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the DocumentType.","type":"string"},"name":{"description":"Get the value of name","type":"string","nullable":true},"acceptedFormat":{"description":"Get the value of acceptedFormat","type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"DocumentType.DocumentTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"DocumentType.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"DocumentType.DocumentTypePostInput":{"type":"object","description":""},"DocumentType.DocumentTypePutInput":{"type":"object","description":""},"Epci.EpciDetailsOutput":{"type":"object","description":"","properties":{"siren":{"type":"string"},"name":{"type":"string"},"juridicalNature":{"type":"string","nullable":true},"financingMode":{"type":"string","nullable":true},"totalPopulation":{"type":"integer","nullable":true},"municipalPopulation":{"type":"integer","nullable":true},"numberMember":{"type":"integer","nullable":true},"townships":{"type":"array","items":{"type":"string"}}}},"Epci.EpciListOutput":{"type":"object","description":"","properties":{"siren":{"type":"string"},"name":{"type":"string"},"juridicalNature":{"type":"string","nullable":true},"financingMode":{"type":"string","nullable":true},"totalPopulation":{"type":"integer","nullable":true},"municipalPopulation":{"type":"integer","nullable":true},"numberMember":{"type":"integer","nullable":true},"townshipsOuterPolygon":{"anyOf":[{"$ref":"#\/components\/schemas\/GeoJson"}],"nullable":true}}},"Epci.EpciPostInput":{"type":"object","description":"","properties":{"siren":{"type":"string"},"name":{"type":"string"},"juridicalNature":{"type":"string","nullable":true},"financingMode":{"type":"string","nullable":true},"totalPopulation":{"type":"integer","nullable":true},"municipalPopulation":{"type":"integer","nullable":true},"numberMember":{"type":"integer","nullable":true}}},"Epci.EpciPutInput":{"type":"object","description":""},"ExportData":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ExportData.","type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"ExportData.ExportDataDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"ExportData.ExportDataListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"ExportData.ExportDataPostInput":{"type":"object","description":""},"ExportData.ExportDataPutInput":{"type":"object","description":""},"FieldsDetails":{"type":"object","description":"","properties":{"label":{"type":"string"},"name":{"type":"string"},"displayType":{"type":"string"},"valueType":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldsDetails"},"nullable":true},"options":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericList"},"nullable":true},"required":{"type":"boolean"},"value":{"type":"string","nullable":true},"placeholder":{"type":"string","nullable":true}}},"FieldsPostInput":{"type":"object","description":"","required":["name"],"properties":{"name":{"type":"string"},"value":{"type":"string","nullable":true},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldsPostInput"},"nullable":true}}},"GenericList":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"label":{"type":"string"}}},"GeoJson":{"type":"object","description":"","properties":{"boundingBox":{"readOnly":true,"description":"Return the BoundingBox for this GeoJson object.","anyOf":[{"$ref":"#\/components\/schemas\/BoundingBox"}],"nullable":true},"crs":{"readOnly":true,"description":"Return the CoordinateReferenceSystem for this GeoJson object.","anyOf":[{"$ref":"#\/components\/schemas\/CoordinateReferenceSystem"}],"nullable":true},"type":{"readOnly":true,"description":"Return the type for this GeoJson object.","type":"string"},"optionalConstructorArgs":{"writeOnly":true,"description":"Set optional CRS and BoundingBox arguments passed to a constructor.","type":"array","items":{"type":"string"}}}},"Historization":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Historization.","type":"integer"},"entityType":{"description":"Get the value of entityName","type":"string","nullable":true},"entityId":{"description":"Get the value of entityId","type":"integer","nullable":true},"oldEntityFields":{"description":"Get the value of oldEntityFields","type":"array","items":{"type":"string"},"nullable":true},"newEntityFields":{"description":"Get the value of newEntityFields","type":"array","items":{"type":"string"},"nullable":true},"categoryId":{"description":"Get the value of categoryId","type":"integer","nullable":true},"categoryCompletion":{"description":"Get the value of categoryCompletion","type":"integer","nullable":true},"user":{"description":"Get the value of user","type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Historization.DirectoryBookHistoryListOutput":{"type":"object","description":"","properties":{"operationDate":{"type":"string"},"operationType":{"type":"string"},"valueType":{"type":"string"},"operationUser":{"type":"string","nullable":true},"oldValue":{"type":"string","nullable":true},"newValue":{"type":"string","nullable":true}}},"Historization.HistorizationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"oldFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldsDetails"},"nullable":true},"newFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldsDetails"},"nullable":true}}},"Historization.HistorizationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Historization.HistorizationPostInput":{"type":"object","description":""},"Historization.HistorizationPutInput":{"type":"object","description":""},"ImportData":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ImportData.","type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"ImportData.ImportDataDetailsOutput":{"type":"object","description":"","properties":{"invalidColumns":{"type":"array","items":{"type":"string"}}}},"ImportData.ImportDataListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"ImportData.ImportDataPostInput":{"type":"object","description":""},"ImportData.ImportDataPutInput":{"type":"object","description":""},"MapElement":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the RoadClosure.","type":"integer"},"township":{"type":"string","format":"iri-reference"},"geom":{"type":"string","nullable":true},"geom3D":{"type":"string","nullable":true},"shapeType":{"type":"string"},"name":{"type":"string","nullable":true},"level":{"type":"integer","nullable":true},"comment":{"type":"string","nullable":true},"properties":{"type":"array","items":{"type":"string"},"nullable":true},"typeHazard":{"type":"string","format":"iri-reference"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"MapElement.MapElementDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"inseeCode":{"type":"string"},"shapeType":{"type":"string"},"name":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"level":{"type":"integer","nullable":true},"geom":{"$ref":"#\/components\/schemas\/GeoJson"},"typeHazard":{"$ref":"#\/components\/schemas\/TypeHazardDetailsOutput"}}},"MapElement.MapElementListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"inseeCode":{"type":"string"},"shapeType":{"type":"string"},"name":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"level":{"type":"integer","nullable":true},"geom":{"$ref":"#\/components\/schemas\/GeoJson"},"typeHazard":{"$ref":"#\/components\/schemas\/TypeHazardDetailsOutput"}}},"MapElement.MapElementPostInput":{"type":"object","description":"","required":["inseeCode","type","color"],"properties":{"inseeCode":{"type":"string"},"type":{"type":"string"},"color":{"type":"string"},"iconName":{"type":"string","nullable":true}}},"MapElement.MapElementPutInput":{"type":"object","description":""},"Mission":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Mission.","type":"integer"},"label":{"description":"Get the value of label","type":"string"},"defaultCell":{"type":"string","format":"iri-reference","nullable":true},"cannotMove":{"description":"Get the value of cannotDelete","type":"boolean","nullable":true},"programCells":{"type":"array","items":{"type":"string","format":"iri-reference"}},"isCustom":{"type":"boolean","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Mission.MissionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Mission.MissionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"type":{"type":"string"},"cannotMove":{"type":"boolean"},"isCustom":{"type":"boolean"}}},"Mission.MissionPostInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"type":"string"}}},"Mission.MissionPutInput":{"type":"object","description":"","required":["label"],"properties":{"label":{"type":"string"}}},"Notification":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Notification.","type":"integer"},"fields":{"description":".","type":"array","items":{"type":"string"},"nullable":true},"titleFields":{"description":".","type":"string","nullable":true},"program":{"type":"string","format":"iri-reference","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"notificationType":{"type":"string","format":"iri-reference","nullable":true},"logs":{"readOnly":true,"description":"Get the value of logs","type":"array","items":{"type":"string","format":"iri-reference"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Notification.NotificationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Notification.NotificationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"createdDate":{"type":"string","format":"date-time"},"notificationType":{"type":"string"},"notificationTypeCode":{"type":"string"},"logs":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationLogListOutput"}}}},"Notification.NotificationPostInput":{"type":"object","description":""},"Notification.NotificationPutInput":{"type":"object","description":""},"NotificationLog":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NotificationLog.","type":"integer"},"notification":{"type":"string","format":"iri-reference"},"channel":{"description":".","type":"string"},"sendId":{"description":".","type":"string"},"details":{"description":".","type":"string","nullable":true},"cost":{"description":".","type":"integer","nullable":true},"currency":{"default":"EUR","example":"EUR","type":"string","nullable":true},"status":{"description":".","type":"string"},"transportId":{"description":".","type":"integer","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"NotificationLog.NotificationLogDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"status":{"type":"string"},"details":{"type":"string"}}},"NotificationLog.NotificationLogListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"status":{"type":"string"},"details":{"type":"string"}}},"NotificationLog.NotificationLogPostInput":{"type":"object","description":""},"NotificationLog.NotificationLogPutInput":{"type":"object","description":""},"NotificationLogListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"status":{"type":"string"},"details":{"type":"string"}}},"NotificationTemplate":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NotificationTemplate.","type":"integer"},"notificationType":{"type":"string","format":"iri-reference","nullable":true},"template":{"description":".","type":"string"},"channel":{"description":".","type":"string"},"notificationTemplateId":{"description":".","type":"string","nullable":true},"language":{"description":".","type":"string"},"title":{"description":".","type":"string"},"version":{"description":".","default":1,"example":1,"type":"integer"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"NotificationTemplate.NotificationTemplateDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"notificationType":{"anyOf":[{"$ref":"#\/components\/schemas\/NotificationTypeDetailsOutput"}],"nullable":true},"template":{"type":"string"},"channel":{"type":"string"},"language":{"type":"string"},"title":{"type":"string"},"version":{"default":1,"example":1,"type":"integer"}}},"NotificationTemplate.NotificationTemplateListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"notificationTypeLabel":{"type":"string"},"channel":{"type":"string"},"language":{"type":"string"},"title":{"type":"string"},"version":{"default":1,"example":1,"type":"integer"}}},"NotificationTemplate.NotificationTemplatePostInput":{"type":"object","description":"","properties":{"notificationTypeId":{"type":"string"},"template":{"type":"string"},"channel":{"type":"string"},"language":{"type":"string"},"title":{"type":"string"}}},"NotificationTemplate.NotificationTemplatePutInput":{"type":"object","description":"","properties":{"template":{"type":"string"},"title":{"type":"string"}}},"NotificationType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NotificationType.","type":"string"},"description":{"description":".","type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"},"parameters":{"description":".","type":"array","items":{"type":"string"},"nullable":true},"titleParameters":{"description":".","type":"array","items":{"type":"string"},"nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"NotificationType.NotificationTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"},"parameters":{"type":"array","items":{"type":"string"},"nullable":true},"titleParameters":{"type":"array","items":{"type":"string"},"nullable":true}}},"NotificationType.NotificationTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"}}},"NotificationType.NotificationTypePostInput":{"type":"object","description":""},"NotificationType.NotificationTypePutInput":{"type":"object","description":""},"NotificationTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"},"parameters":{"type":"array","items":{"type":"string"},"nullable":true},"titleParameters":{"type":"array","items":{"type":"string"},"nullable":true}}},"PdfTemplate":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the PdfTemplate.","type":"integer"},"path":{"description":"Get the value of path","type":"string","nullable":true},"templateCarboneId":{"description":"Get the value of templateCarboneId","type":"string","nullable":true},"type":{"description":"Get the value of type","type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"PdfTemplate.PdfTemplateDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PdfTemplate.PdfTemplateListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PdfTemplate.PdfTemplatePostInput":{"type":"object","description":""},"PdfTemplate.PdfTemplatePutInput":{"type":"object","description":""},"Person":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Person.","type":"integer"},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"mobilePhone":{"description":"Last name of the user.","type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"fullName":{"readOnly":true,"type":"string","nullable":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Person.PersonDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"mobilePhone":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true}}},"Person.PersonListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"mobilePhone":{"type":"string","nullable":true}}},"Person.PersonPostInput":{"type":"object","description":"","required":["firstName","lastName"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"mobilePhone":{"type":"string","nullable":true}}},"Person.PersonPutInput":{"type":"object","description":"","required":["firstName","lastName"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"mobilePhone":{"type":"string","nullable":true}}},"PersonDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"mobilePhone":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true}}},"Point":{"type":"object","description":"","properties":{"x":{"type":"string"},"y":{"type":"number"}}},"Program":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"default":"PCS","example":"PCS","type":"string"},"uri":{"type":"string","nullable":true},"logoUrl":{"type":"string","nullable":true},"baseCardUrl":{"type":"string","nullable":true},"CCMPictureId":{"type":"integer","nullable":true},"theme":{"type":"array","items":{"type":"string"},"nullable":true},"transportMailId":{"type":"integer","nullable":true},"emailConfiguration":{"type":"array","items":{"type":"string"},"nullable":true},"townships":{"type":"array","items":{"$ref":"#\/components\/schemas\/XProgramTownship"}},"latRef":{"type":"string"},"lngRef":{"type":"string"},"mapZoom":{"default":"12","example":"12","type":"string"},"followUp":{"default":true,"example":true,"type":"boolean"},"status":{"type":"string"},"tabs":{"default":[{"name":"human_resources","tabs":[{"name":"CCM","label":"Cellule de Crise Municipale (CCM)","isSelected":true},{"name":"crisis_command_cell","label":"CMDT de crise","isSelected":true},{"name":"crisis_command_mayor_cell","label":"CMDT de crise - Cabinet du Maire","isSelected":true},{"name":"reception_secretarial_cell","label":"CMDT de crise - Secr\u00e9tariat","isSelected":true},{"name":"crisis_command_secretarial_cell","label":"Communication","isSelected":true},{"name":"technical_cell","label":"Technique","isSelected":true},{"name":"accommodation_cell","label":"H\u00e9bergement","isSelected":true},{"name":"security_cell","label":"S\u00e9curit\u00e9","isSelected":true},{"name":"anticipation_cell","label":"Anticipation","isSelected":true},{"name":"on_call","label":"Astreinte","isSelected":true}],"label":"MOYENS HUMAINS - CCM"},{"name":"technical_resources","tabs":[{"name":"crisis_management_sites","label":"Lieux de gestion de crise","isSelected":true},{"name":"means_of_signalling","label":"Moyens de signalisation","isSelected":true},{"name":"heavy_technical_tools","label":"Outils techniques lourds","isSelected":true},{"name":"vehicles_and_equipments","label":"Parc automobile et engins","isSelected":true},{"name":"warning_and_communication","label":"Moyens d'alerte et de communication","isSelected":true},{"name":"reception_and_accommodation_facilities","label":"Moyens d'accueil et d'h\u00e9bergement","isSelected":true}],"label":"MOYENS TECHNIQUES"},{"name":"emergency_shelters","tabs":[{"name":"emergency_shelter","label":"Lieux d'accueil - CARe","isSelected":true}],"label":"LIEUX D'ACCUEIL"},{"name":"population_at_risk","tabs":[{"name":"nurseries","label":"Cr\u00e8ches\/petite enfance","isSelected":true},{"name":"elementary_schools","label":"\u00c9coles","isSelected":true},{"name":"colleges","label":"Coll\u00e8ges","isSelected":true},{"name":"high_schools","label":"Lyc\u00e9es","isSelected":true},{"name":"leisure_center","label":"Accueils de loisirs","isSelected":true},{"name":"retirement_homes_ehpad_seniorsresidences","label":"Maisons de retraite \/ ehpad \/ r\u00e9sidences s\u00e9niors","isSelected":true},{"name":"person_at_risk","label":"Personnes vuln\u00e9rables","isSelected":true},{"name":"health","label":"Etablissements de sant\u00e9","isSelected":true},{"name":"campings","label":"Campings","isSelected":true},{"name":"travellers","label":"Gens du voyage","isSelected":true}],"label":"POPULATIONS VULN\u00c9RABLES"},{"name":"actors","tabs":[{"name":"technical_partner","label":"Partenaires techniques(d\u00e9l\u00e9gataires, etc.)","isSelected":true},{"name":"emergency_and_security_services","label":"Services de secours et de s\u00e9curit\u00e9","isSelected":true},{"name":"state_and_local_authority_services","label":"Services de l'Etat et autres collectivit\u00e9s","isSelected":true},{"name":"neighboring_towns","label":"Communes voisines","isSelected":true},{"name":"critical_sites","label":"Sites sensibles","isSelected":true},{"name":"other_sensible_stake","label":"Autre enjeux sensible","isSelected":true},{"name":"local_and_national_media","label":"M\u00e9dias locaux et nationaux","isSelected":true}],"label":"PARTENAIRES ASSOCI\u00c9S \u00c0 LA CRISE"},{"name":"private_resources","tabs":[{"name":"private_healthcare_players","label":"Acteurs de la sant\u00e9","isSelected":true},{"name":"private_players_for_supplies","label":"Ravitaillement","isSelected":true},{"name":"private_players_for_technical_interventions","label":"Interventions techniques","isSelected":true},{"name":"private_players_in_the_transport_sector","label":"Transport","isSelected":true},{"name":"private_players_for_hosting","label":"H\u00e9bergement","isSelected":true}],"label":"MOYENS PRIV\u00c9S"}],"example":[{"name":"human_resources","tabs":[{"name":"CCM","label":"Cellule de Crise Municipale (CCM)","isSelected":true},{"name":"crisis_command_cell","label":"CMDT de crise","isSelected":true},{"name":"crisis_command_mayor_cell","label":"CMDT de crise - Cabinet du Maire","isSelected":true},{"name":"reception_secretarial_cell","label":"CMDT de crise - Secr\u00e9tariat","isSelected":true},{"name":"crisis_command_secretarial_cell","label":"Communication","isSelected":true},{"name":"technical_cell","label":"Technique","isSelected":true},{"name":"accommodation_cell","label":"H\u00e9bergement","isSelected":true},{"name":"security_cell","label":"S\u00e9curit\u00e9","isSelected":true},{"name":"anticipation_cell","label":"Anticipation","isSelected":true},{"name":"on_call","label":"Astreinte","isSelected":true}],"label":"MOYENS HUMAINS - CCM"},{"name":"technical_resources","tabs":[{"name":"crisis_management_sites","label":"Lieux de gestion de crise","isSelected":true},{"name":"means_of_signalling","label":"Moyens de signalisation","isSelected":true},{"name":"heavy_technical_tools","label":"Outils techniques lourds","isSelected":true},{"name":"vehicles_and_equipments","label":"Parc automobile et engins","isSelected":true},{"name":"warning_and_communication","label":"Moyens d'alerte et de communication","isSelected":true},{"name":"reception_and_accommodation_facilities","label":"Moyens d'accueil et d'h\u00e9bergement","isSelected":true}],"label":"MOYENS TECHNIQUES"},{"name":"emergency_shelters","tabs":[{"name":"emergency_shelter","label":"Lieux d'accueil - CARe","isSelected":true}],"label":"LIEUX D'ACCUEIL"},{"name":"population_at_risk","tabs":[{"name":"nurseries","label":"Cr\u00e8ches\/petite enfance","isSelected":true},{"name":"elementary_schools","label":"\u00c9coles","isSelected":true},{"name":"colleges","label":"Coll\u00e8ges","isSelected":true},{"name":"high_schools","label":"Lyc\u00e9es","isSelected":true},{"name":"leisure_center","label":"Accueils de loisirs","isSelected":true},{"name":"retirement_homes_ehpad_seniorsresidences","label":"Maisons de retraite \/ ehpad \/ r\u00e9sidences s\u00e9niors","isSelected":true},{"name":"person_at_risk","label":"Personnes vuln\u00e9rables","isSelected":true},{"name":"health","label":"Etablissements de sant\u00e9","isSelected":true},{"name":"campings","label":"Campings","isSelected":true},{"name":"travellers","label":"Gens du voyage","isSelected":true}],"label":"POPULATIONS VULN\u00c9RABLES"},{"name":"actors","tabs":[{"name":"technical_partner","label":"Partenaires techniques(d\u00e9l\u00e9gataires, etc.)","isSelected":true},{"name":"emergency_and_security_services","label":"Services de secours et de s\u00e9curit\u00e9","isSelected":true},{"name":"state_and_local_authority_services","label":"Services de l'Etat et autres collectivit\u00e9s","isSelected":true},{"name":"neighboring_towns","label":"Communes voisines","isSelected":true},{"name":"critical_sites","label":"Sites sensibles","isSelected":true},{"name":"other_sensible_stake","label":"Autre enjeux sensible","isSelected":true},{"name":"local_and_national_media","label":"M\u00e9dias locaux et nationaux","isSelected":true}],"label":"PARTENAIRES ASSOCI\u00c9S \u00c0 LA CRISE"},{"name":"private_resources","tabs":[{"name":"private_healthcare_players","label":"Acteurs de la sant\u00e9","isSelected":true},{"name":"private_players_for_supplies","label":"Ravitaillement","isSelected":true},{"name":"private_players_for_technical_interventions","label":"Interventions techniques","isSelected":true},{"name":"private_players_in_the_transport_sector","label":"Transport","isSelected":true},{"name":"private_players_for_hosting","label":"H\u00e9bergement","isSelected":true}],"label":"MOYENS PRIV\u00c9S"}],"type":"array","items":{"type":"string"},"nullable":true},"departments":{"type":"array","items":{"type":"string"},"nullable":true},"epci":{"type":"string","format":"iri-reference","nullable":true},"users":{"type":"array","items":{"type":"string","format":"iri-reference"}},"projectLeaderUser":{"type":"string","format":"iri-reference","nullable":true},"risks":{"type":"array","items":{"type":"string","format":"iri-reference"}},"cellMissions":{"type":"array","items":{"type":"string","format":"iri-reference"}},"isSubscribed":{"type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"cCMPictureId":{"description":"Get the value of CCMPictureId","type":"integer","nullable":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Program.AppointmentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"Program.DirectoryBookHistoryOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string","nullable":true},"typeReference":{"type":"string"},"updatedDate":{"type":"string","nullable":true},"updatedBy":{"type":"string","nullable":true},"createdDate":{"type":"string","nullable":true},"createdBy":{"type":"string","nullable":true},"deletedDate":{"type":"string","nullable":true},"deletedBy":{"type":"string","nullable":true}}},"Program.DirectoryBookListForMapOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressDetailsOutput"}],"nullable":true},"typeReference":{"type":"string"},"subType":{"type":"string","nullable":true},"inseeCode":{"type":"string","nullable":true},"EPCISiren":{"type":"string","nullable":true},"department":{"type":"string","nullable":true},"createdBy":{"type":"integer","nullable":true}}},"Program.DirectoryBookSearchListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"typeReferenceLabel":{"type":"string"},"name":{"type":"string","nullable":true},"person":{"anyOf":[{"$ref":"#\/components\/schemas\/PersonDetailsOutput"}],"nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressDetailsOutput"}],"nullable":true}}},"Program.DocumentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string","nullable":true},"originalName":{"type":"string","nullable":true},"extension":{"type":"string","nullable":true},"documentType":{"type":"string","nullable":true},"dateCreation":{"type":"string","format":"date-time","nullable":true},"dateModification":{"type":"string","format":"date-time","nullable":true},"path":{"type":"string","nullable":true}}},"Program.MapElementListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"inseeCode":{"type":"string"},"shapeType":{"type":"string"},"name":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"level":{"type":"integer","nullable":true},"geom":{"$ref":"#\/components\/schemas\/GeoJson"},"typeHazard":{"$ref":"#\/components\/schemas\/TypeHazardDetailsOutput"}}},"Program.MissionProgramListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"cells":{"type":"array","items":{"type":"string"}},"cannotMove":{"type":"boolean"},"isCustom":{"type":"boolean"}}},"Program.ProgramAddTownshipInput":{"type":"object","description":"","required":["inseeCode"],"properties":{"inseeCode":{"type":"string"}}},"Program.ProgramCellListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"label":{"type":"string"},"name":{"type":"string"}}},"Program.ProgramDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"uri":{"type":"string","nullable":true},"logoUrl":{"type":"string","nullable":true},"baseCardUrl":{"type":"string","nullable":true},"theme":{"type":"array","items":{"type":"string"},"nullable":true},"latRef":{"type":"string"},"lngRef":{"type":"string"},"mapZoom":{"type":"string"},"townships":{"type":"array","items":{"$ref":"#\/components\/schemas\/TownshipListOutput"},"nullable":true},"status":{"type":"string"},"followup":{"type":"boolean"},"tabs":{"type":"array","items":{"type":"string"},"nullable":true},"departments":{"type":"array","items":{"type":"string"},"nullable":true},"EPCISiren":{"type":"string","nullable":true},"ccmPictureId":{"type":"integer","nullable":true},"logoId":{"type":"integer","nullable":true},"projectLeaderUsers":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserListOutput"},"nullable":true},"townshipsOuterPolygon":{"anyOf":[{"$ref":"#\/components\/schemas\/GeoJson"}],"nullable":true}}},"Program.ProgramListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"status":{"type":"string"},"logoUrl":{"type":"string","nullable":true},"followUp":{"type":"string"},"nbTownships":{"type":"integer"}}},"Program.ProgramModifyMissionInput":{"type":"object","description":"","required":["missions"],"properties":{"missions":{"type":"array","items":{"$ref":"#\/components\/schemas\/XProgramCellMissionInput"}}}},"Program.ProgramModifyRiskInput":{"type":"object","description":"","required":["riskArray"],"properties":{"riskArray":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramAddRiskInput"}}}},"Program.ProgramPostInput":{"type":"object","description":"","required":["name","type","lat","lng","mapZoom"],"properties":{"name":{"type":"string"},"type":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"mapZoom":{"type":"string"},"townships":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramAddTownshipInput"},"nullable":true},"EPCISiren":{"type":"string","nullable":true}}},"Program.ProgramPublicDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"logoUrl":{"type":"string","nullable":true},"uri":{"type":"string","nullable":true},"baseCardUrl":{"type":"string","nullable":true},"theme":{"anyOf":[{"$ref":"#\/components\/schemas\/Theme"}],"nullable":true},"latRef":{"type":"string"},"lngRef":{"type":"string"},"mapZoom":{"type":"string"},"townships":{"type":"array","items":{"$ref":"#\/components\/schemas\/TownshipListOutput"}},"EPCISiren":{"type":"string","nullable":true},"status":{"type":"string"},"followup":{"type":"boolean"},"tabs":{"type":"array","items":{"type":"string"},"nullable":true},"ccmPictureId":{"type":"integer","nullable":true},"logoId":{"type":"integer","nullable":true},"projectLeaderUsers":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserListOutput"},"nullable":true},"townshipsOuterPolygon":{"anyOf":[{"$ref":"#\/components\/schemas\/GeoJson"}],"nullable":true},"departments":{"type":"array","items":{"type":"string"},"nullable":true}}},"Program.ProgramPutInput":{"type":"object","description":"","required":["name","lat","lng","mapZoom","status","tabs"],"properties":{"name":{"type":"string"},"theme":{"type":"array","items":{"type":"string"},"nullable":true},"lat":{"type":"string"},"lng":{"type":"string"},"mapZoom":{"type":"string"},"followup":{"type":"boolean"},"status":{"type":"string"},"tabs":{"type":"array","items":{"type":"string"}},"departments":{"type":"array","items":{"type":"string"}},"townships":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramAddTownshipInput"},"nullable":true},"EPCISiren":{"type":"string","nullable":true},"CCMPictureId":{"type":"integer","nullable":true},"logoUrl":{"type":"string","nullable":true},"projectLeadersId":{"type":"array","items":{"type":"integer"},"nullable":true},"projectLeaderEmail":{"type":"string","nullable":true},"projectLeaderFirstName":{"type":"string","nullable":true},"projectLeaderLastName":{"type":"string","nullable":true},"isSubscribed":{"type":"boolean"}}},"Program.UserListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"createdBy":{"type":"integer","nullable":true},"createdDate":{"type":"string","nullable":true},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"activateAccount":{"type":"boolean"},"townshipName":{"type":"string","nullable":true},"epciName":{"type":"string","nullable":true},"isAdmin":{"type":"boolean"},"department":{"type":"string","nullable":true}}},"ProgramAddRiskInput":{"type":"object","description":"","required":["riskId","pigArray"],"properties":{"riskId":{"type":"integer"},"pigArray":{"type":"array","items":{"type":"integer"}}}},"ProgramAddTownshipInput":{"type":"object","description":"","required":["inseeCode"],"properties":{"inseeCode":{"type":"string"}}},"Risk":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Risk.","type":"integer"},"name":{"description":"Get the value of name","type":"string"},"label":{"description":"Get the value of label","type":"string"},"programs":{"description":"Get the value of programs","type":"array","items":{"type":"string","format":"iri-reference"}},"availablePIG":{"description":"Get the value of availablePIG","type":"array","items":{"type":"string"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Risk.RiskDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Risk.RiskListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"Risk.RiskPostInput":{"type":"object","description":""},"Risk.RiskPutInput":{"type":"object","description":""},"Serie":{"type":"object","description":"","properties":{"name":{"type":"string"},"color":{"type":"string","nullable":true},"points":{"type":"array","items":{"$ref":"#\/components\/schemas\/Point"}}}},"Statistics.ChartStatistics":{"type":"object","description":"","properties":{"chartType":{"type":"string"},"chartDisplayType":{"type":"string"},"chartTitle":{"type":"string"},"xAxis":{"$ref":"#\/components\/schemas\/Axis"},"yAxis":{"$ref":"#\/components\/schemas\/Axis"},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Serie"}}}},"SystemConfiguration":{"type":"object","description":"","properties":{"id":{"description":"Identifier of the SystemConfiguration.","type":"string"},"context":{"description":"Get the value of context","type":"string","nullable":true},"value":{"description":"Get the value of value","type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"SystemConfiguration.SystemConfigurationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"value":{"type":"string","nullable":true}}},"SystemConfiguration.SystemConfigurationListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"value":{"type":"string","nullable":true}}},"SystemConfiguration.SystemConfigurationPostInput":{"type":"object","description":""},"SystemConfiguration.SystemConfigurationPutInput":{"type":"object","description":""},"Theme":{"type":"object","description":"","properties":{"colorScheme":{"type":"array","items":{"$ref":"#\/components\/schemas\/Color"}},"components":{"type":"array","items":{"$ref":"#\/components\/schemas\/Component"}}}},"Township":{"type":"object","description":"","properties":{"inseeCode":{"type":"string"},"postalCode":{"type":"string"},"department":{"type":"string","nullable":true},"name":{"type":"string"},"geom":{"type":"string","nullable":true},"programs":{"type":"array","items":{"$ref":"#\/components\/schemas\/XProgramTownship"}},"totalPopulation":{"type":"integer","nullable":true},"municipalPopulation":{"type":"integer","nullable":true},"siren":{"type":"string","nullable":true},"latRef":{"type":"string","nullable":true},"lngRef":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Township.TownshipDetailsOutput":{"type":"object","description":"","properties":{"inseeCode":{"type":"string"},"postalCode":{"type":"string"},"name":{"type":"string"},"places":{"type":"array","items":{"type":"string"}}}},"Township.TownshipListOutput":{"type":"object","description":"","properties":{"inseeCode":{"type":"string"},"postalCode":{"type":"string"},"name":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"geom":{"anyOf":[{"$ref":"#\/components\/schemas\/GeoJson"}],"nullable":true}}},"Township.TownshipPostInput":{"type":"object","description":"","required":["inseeCode"],"properties":{"inseeCode":{"type":"string"}}},"Township.TownshipPutInput":{"type":"object","description":""},"TownshipListOutput":{"type":"object","description":"","properties":{"inseeCode":{"type":"string"},"postalCode":{"type":"string"},"name":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"geom":{"anyOf":[{"$ref":"#\/components\/schemas\/GeoJson"}],"nullable":true}}},"TypeHazard":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the TypeHazard.","type":"integer"},"label":{"type":"string"},"type":{"type":"string"},"category":{"type":"string","nullable":true},"icon":{"type":"string","nullable":true},"pattern":{"type":"string","nullable":true},"colors":{"type":"array","items":{"type":"string"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"TypeHazard.TypeHazardDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"type":{"type":"string"},"category":{"type":"string","nullable":true},"icon":{"type":"string","nullable":true},"pattern":{"type":"string","nullable":true},"colors":{"type":"array","items":{"type":"string"}}}},"TypeHazard.TypeHazardListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"type":{"type":"string"},"category":{"type":"string","nullable":true},"icon":{"type":"string","nullable":true},"pattern":{"type":"string","nullable":true},"colors":{"type":"array","items":{"type":"string"}}}},"TypeHazard.TypeHazardPostInput":{"type":"object","description":""},"TypeHazard.TypeHazardPutInput":{"type":"object","description":""},"TypeHazardDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"type":{"type":"string"},"category":{"type":"string","nullable":true},"icon":{"type":"string","nullable":true},"pattern":{"type":"string","nullable":true},"colors":{"type":"array","items":{"type":"string"}}}},"TypeReference":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the TypeReference.","type":"integer"},"name":{"type":"string"},"label":{"type":"string"},"fields":{"type":"array","items":{"type":"string"},"nullable":true},"category":{"type":"string","format":"iri-reference","nullable":true},"parentTypeReference":{"type":"string","format":"iri-reference","nullable":true},"exportLabel":{"type":"string","nullable":true},"exportOrder":{"type":"integer","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"TypeReference.TypeReferenceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"label":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldsDetails"}}}},"TypeReference.TypeReferenceListForMapFiltersOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"label":{"type":"string"},"category":{"type":"string"},"icon":{"type":"string"},"color":{"type":"string"}}},"TypeReference.TypeReferenceListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"label":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FieldsDetails"}}}},"TypeReference.TypeReferencePostInput":{"type":"object","description":""},"TypeReference.TypeReferencePutInput":{"type":"object","description":""},"User":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the User.","type":"integer"},"email":{"description":"Email address of the user.","type":"string","nullable":true},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"login":{"description":"Login of the user.","type":"string"},"roles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"phoneNumber":{"type":"string","nullable":true},"notificationContactId":{"type":"string","nullable":true},"codeCheckTry":{"description":"code of the user.","type":"integer"},"checkCode":{"type":"string","nullable":true},"password":{"description":"The hashed password.","type":"string"},"department":{"description":"department","type":"string","nullable":true},"emailCheck":{"type":"boolean"},"reinitCheck":{"type":"boolean"},"program":{"type":"string","format":"iri-reference","nullable":true},"township":{"type":"string","format":"iri-reference","nullable":true},"epci":{"type":"string","format":"iri-reference","nullable":true},"programs":{"description":"Get the value of programs","type":"array","items":{"type":"string","format":"iri-reference"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"role":{"writeOnly":true,"type":"array","items":{"type":"string"}},"username":{"readOnly":true},"userIdentifier":{"readOnly":true,"type":"string"},"salt":{"readOnly":true,"description":"Returns the salt that was originally used to encode the password.","type":"string","nullable":true},"globalName":{"readOnly":true,"type":"string"},"mobilePhone":{"description":"Get the value of phoneNumber","type":"string","nullable":true},"deleted":{"readOnly":true,"type":"boolean"}}},"User.UserAddProgramInput":{"type":"object","description":"","required":["programId"],"properties":{"programId":{"type":"string"}}},"User.UserDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"createdBy":{"type":"integer","nullable":true},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"department":{"type":"string","nullable":true},"lastConnection":{"type":"string","format":"date-time","nullable":true},"userConnected":{"type":"boolean"},"roles":{"type":"array","items":{"type":"string"}},"isAdmin":{"type":"boolean"},"townshipInseeCode":{"type":"string","nullable":true}}},"User.UserListForBoOutput":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"email":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"lastConnection":{"type":"string","format":"date-time","nullable":true},"program":{"type":"string","nullable":true},"userConnected":{"type":"boolean","nullable":true}}},"User.UserListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"createdBy":{"type":"integer","nullable":true},"createdDate":{"type":"string","nullable":true},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"activateAccount":{"type":"boolean"},"townshipName":{"type":"string","nullable":true},"epciName":{"type":"string","nullable":true},"isAdmin":{"type":"boolean"},"department":{"type":"string","nullable":true}}},"User.UserPostInput":{"type":"object","description":"","required":["firstName","lastName","email","type","programId"],"properties":{"firstName":{"description":"The first name of the user to create.","type":"string"},"lastName":{"description":"The last name of the user to create.","type":"string"},"email":{"format":"email","description":"The email address of the user to create.","externalDocs":{"url":"http:\/\/schema.org\/email"},"type":"string"},"type":{"type":"string"},"inseeCode":{"type":"string","nullable":true},"programId":{"type":"string"},"department":{"type":"string","nullable":true}}},"User.UserPutInput":{"type":"object","description":"","required":["type","programId","firstName","lastName"],"properties":{"type":{"type":"string"},"inseeCode":{"type":"string","nullable":true},"programId":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"department":{"type":"string","nullable":true}}},"User.UserRemoveProgramInput":{"type":"object","description":"","required":["programId"],"properties":{"programId":{"type":"string"}}},"UserConnection":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the UserConnection.","type":"integer"},"user":{"type":"string","format":"iri-reference","nullable":true},"ip":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"acceptHeaders":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"layout":{"type":"string","nullable":true},"size":{"type":"string","nullable":true},"magicLink":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"UserConnection.UserConnectionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"UserConnection.UserConnectionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"userName":{"type":"string"},"date":{"type":"string","format":"date-time"},"ip":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"acceptHeaders":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"layout":{"type":"string","nullable":true},"size":{"type":"string","nullable":true}}},"UserListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"createdBy":{"type":"integer","nullable":true},"createdDate":{"type":"string","nullable":true},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"activateAccount":{"type":"boolean"},"townshipName":{"type":"string","nullable":true},"epciName":{"type":"string","nullable":true},"isAdmin":{"type":"boolean"},"department":{"type":"string","nullable":true}}},"XProgramCellMission":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramCellMission.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"cell":{"type":"string","format":"iri-reference","nullable":true},"mission":{"type":"string","format":"iri-reference","nullable":true},"cellLabel":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XProgramCellMission.XProgramCellMissionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XProgramCellMission.XProgramCellMissionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XProgramCellMission.XProgramCellMissionPostInput":{"type":"object","description":""},"XProgramCellMission.XProgramCellMissionPutInput":{"type":"object","description":"","required":["cellId","missionId"],"properties":{"cellId":{"type":"string"},"missionId":{"type":"integer"}}},"XProgramCellMissionInput":{"type":"object","description":"","required":["cellIds","missionId"],"properties":{"cellIds":{"type":"array","items":{"type":"string"}},"missionId":{"type":"integer"}}},"XProgramTownship":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramTownship.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"township":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XRiskProgram":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XRiskProgram.","type":"integer"},"risk":{"description":"Get the value of risk","type":"string","format":"iri-reference","nullable":true},"program":{"description":"Get the value of program","type":"string","format":"iri-reference","nullable":true},"selectedPIG":{"description":"Get the value of selectedPIG","type":"array","items":{"type":"string"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XRiskProgram.XRiskProgramDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XRiskProgram.XRiskProgramListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XRiskProgram.XRiskProgramPostInput":{"type":"object","description":""},"XRiskProgram.XRiskProgramPutInput":{"type":"object","description":"","properties":{"risk":{"type":"integer"},"pig1":{"type":"boolean","nullable":true},"pig2":{"type":"boolean","nullable":true},"pig3":{"type":"boolean","nullable":true},"pig4":{"type":"boolean","nullable":true}}},"XUserProgram":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XUserProgram.","type":"integer"},"user":{"description":"Get the value of user","type":"string","format":"iri-reference","nullable":true},"program":{"description":"Get the value of program","type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XUserProgram.XUserProgramDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XUserProgram.XUserProgramListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"XUserProgram.XUserProgramPostInput":{"type":"object","description":""},"XUserProgram.XUserProgramPutInput":{"type":"object","description":""},"Token":{"type":"object","properties":{"token":{"type":"string","readOnly":true},"refresh_token":{"type":"string","readOnly":true}}},"Result":{"type":"object","properties":{"result":{"type":"bool","readOnly":true}}},"RefeshToken":{"type":"object","properties":{"refresh_token":{"type":"string"}}},"Credentials":{"type":"object","properties":{"login":{"type":"string","example":"user@owlnext.fr"},"password":{"type":"string","example":"Admin123*"}}},"Credentials_MagicLink":{"type":"object","properties":{"email":{"type":"string","example":"text@text.fr"}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"apiKey":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"apiKey":[]}],"tags":[]}