{"openapi":"3.0.0","info":{"title":"Mayane - autodiag","description":"","version":"0.0.1"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/addresss":{"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\/addresss\/{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\/addresss\/{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\/addresss\/{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\/addresss\/{id}\/add\/buildings":{"put":{"operationId":"add_buildingsAddressItem","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\/addresss\/{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.AddressAddBuildingsInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressAddBuildingsInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/artisans":{"get":{"operationId":"getArtisanCollection","tags":["Artisan"],"responses":{"200":{"description":"Artisan collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Artisan.ArtisanListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Artisan.ArtisanListOutput"}}}}}},"summary":"Retrieves the collection of Artisan resources.","description":"Retrieves the collection of Artisan resources.","parameters":[{"name":"page","in":"query","description":"num page","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"number artisan by page.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"order","in":"query","description":"order [name field]_[ASC|DESC]","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"post_boArtisanCollection","tags":["Artisan"],"responses":{"201":{"description":"Artisan resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanDetailsOutput"}}},"links":{"GetArtisanItem":{"operationId":"getArtisanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/artisans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Artisan resource.","description":"Creates a Artisan resource.","parameters":[],"requestBody":{"description":"The new Artisan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanBoPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanBoPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/artisans\/geom":{"get":{"operationId":"get_geomArtisanCollection","tags":["Artisan"],"responses":{"200":{"description":"Artisan collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Artisan.ArtisanGeomOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Artisan.ArtisanGeomOutput"}}}}}},"summary":"Retrieves the collection of Artisan resources.","description":"Retrieves the collection of Artisan resources.","parameters":[{"name":"zoom","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"bbox","in":"query","description":" ","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"crs","in":"query","description":" ","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\/artisans\/{id}":{"get":{"operationId":"getArtisanItem","tags":["Artisan"],"responses":{"200":{"description":"Artisan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Artisan resource.","description":"Retrieves a Artisan 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":"putArtisanItem","tags":["Artisan"],"responses":{"200":{"description":"Artisan resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanDetailsOutput"}}},"links":{"GetArtisanItem":{"operationId":"getArtisanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/artisans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Artisan resource.","description":"Replaces the Artisan 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 Artisan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteArtisanItem","tags":["Artisan"],"responses":{"204":{"description":"Artisan resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Artisan resource.","description":"Removes the Artisan 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\/artisans\/{id}\/status":{"put":{"operationId":"put_statusArtisanItem","tags":["Artisan"],"responses":{"200":{"description":"Artisan resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanDetailsOutput"}}},"links":{"GetArtisanItem":{"operationId":"getArtisanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/artisans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Artisan resource.","description":"Replaces the Artisan 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 Artisan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanPutStatusInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanPutStatusInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/auth\/auth-internal-bo\/generate":{"ref":"JWT Token","post":{"operationId":"AuthBo","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Result"}}}}},"summary":"Get Magic Link Bo.","description":"Get Magic Link Bo.","parameters":[],"requestBody":{"description":"Generate Bo MagicLink","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials_MagicLink"}}},"required":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\/buildings":{"get":{"operationId":"getBuildingCollection","tags":["Building"],"responses":{"200":{"description":"Building collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Building.BuildingListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Building.BuildingListOutput"}}}}}},"summary":"Retrieves the collection of Building resources.","description":"Retrieves the collection of Building 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":"postBuildingCollection","tags":["Building"],"responses":{"201":{"description":"Building resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}}},"links":{"GetBuildingItem":{"operationId":"getBuildingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/buildings\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Building resource.","description":"Creates a Building resource.","parameters":[],"requestBody":{"description":"The new Building resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/buildings\/{id}":{"get":{"operationId":"getBuildingItem","tags":["Building"],"responses":{"200":{"description":"Building resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Building resource.","description":"Retrieves a Building 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":"putBuildingItem","tags":["Building"],"responses":{"200":{"description":"Building resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}}},"links":{"GetBuildingItem":{"operationId":"getBuildingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/buildings\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Building resource.","description":"Replaces the Building 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 Building resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBuildingItem","tags":["Building"],"responses":{"204":{"description":"Building resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Building resource.","description":"Removes the Building 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\/buildings\/{id}\/refpoints":{"get":{"operationId":"get_refpointsBuildingCollection","tags":["Building"],"responses":{"200":{"description":"Building collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Building.RefpointListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Building.RefpointListOutput"}}}}}},"summary":"Retrieves the collection of Building resources.","description":"Retrieves the collection of Building resources.","parameters":[{"name":"id","in":"path","description":"identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/contacts":{"get":{"operationId":"getContactCollection","tags":["Contact"],"responses":{"200":{"description":"Contact collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Contact.ContactListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Contact.ContactListOutput"}}}}}},"summary":"Retrieves the collection of Contact resources.","description":"Retrieves the collection of Contact 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":"postContactCollection","tags":["Contact"],"responses":{"201":{"description":"Contact resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactDetailsOutput"}}},"links":{"GetContactItem":{"operationId":"getContactItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/contacts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Contact resource.","description":"Creates a Contact resource.","parameters":[],"requestBody":{"description":"The new Contact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/contacts\/{id}":{"get":{"operationId":"getContactItem","tags":["Contact"],"responses":{"200":{"description":"Contact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Contact resource.","description":"Retrieves a Contact 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":"putContactItem","tags":["Contact"],"responses":{"200":{"description":"Contact resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactDetailsOutput"}}},"links":{"GetContactItem":{"operationId":"getContactItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/contacts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Contact resource.","description":"Replaces the Contact 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 Contact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteContactItem","tags":["Contact"],"responses":{"204":{"description":"Contact resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Contact resource.","description":"Removes the Contact 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\/diag-funding-measures\/private-access\/link-document\/{measureId}\/{type}":{"post":{"operationId":"post_private_access_link_document_multipartExternalCaseCollection","tags":["ExternalCase"],"responses":{"201":{"description":"ExternalCase resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.ResultBean"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.ResultBean"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"add document on funding measure - private access","description":"Creates a ExternalCase resource.","parameters":[{"name":"email","in":"path","description":"email contact identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"measureId","in":"path","description":"funding measure identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"type","in":"path","description":"document type.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/diagnostics":{"get":{"operationId":"getDiagnosticCollection","tags":["Diagnostic"],"responses":{"200":{"description":"Diagnostic collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticListOutput"}}}}}},"summary":"Retrieves the collection of Diagnostic resources.","description":"Retrieves the collection of Diagnostic 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":"postDiagnosticCollection","tags":["Diagnostic"],"responses":{"201":{"description":"Diagnostic resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticDetailsOutput"}}},"links":{"GetDiagnosticItem":{"operationId":"getDiagnosticItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diagnostics\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Diagnostic resource.","description":"Creates a Diagnostic resource.","parameters":[],"requestBody":{"description":"The new Diagnostic resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diagnostics\/{id}":{"get":{"operationId":"getDiagnosticItem","tags":["Diagnostic"],"responses":{"200":{"description":"Diagnostic resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Diagnostic resource.","description":"Retrieves a Diagnostic 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":"putDiagnosticItem","tags":["Diagnostic"],"responses":{"200":{"description":"Diagnostic resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticDetailsOutput"}}},"links":{"GetDiagnosticItem":{"operationId":"getDiagnosticItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diagnostics\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Diagnostic resource.","description":"Replaces the Diagnostic 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 Diagnostic resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDiagnosticItem","tags":["Diagnostic"],"responses":{"204":{"description":"Diagnostic resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Diagnostic resource.","description":"Removes the Diagnostic 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\/diagnostics\/{id}\/measures":{"get":{"operationId":"get_measureDiagnosticCollection","tags":["Diagnostic"],"responses":{"200":{"description":"Diagnostic collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticMeasureOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticMeasureOutput"}}}}}},"summary":"Retrieves the collection of Diagnostic resources.","description":"Retrieves the collection of Diagnostic resources.","parameters":[{"name":"id","in":"path","description":"identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"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\/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":"Creates a Document resource.","description":"Creates a Document resource.","parameters":[],"requestBody":{"description":"The new Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/documents\/media\/private-access\/{caseId}\/{caseType}\/{documentId}":{"delete":{"operationId":"delete_private_documentExternalCaseItem","tags":["ExternalCase"],"responses":{"204":{"description":"ExternalCase resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ExternalCase resource.","description":"Removes the ExternalCase 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\/media\/private-access\/{caseId}\/{caseType}\/{documentType}":{"post":{"operationId":"post_document_private_accessExternalCaseCollection","tags":["ExternalCase"],"responses":{"201":{"description":"ExternalCase resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.DocumentBean"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.DocumentBean"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"add media on diagcase","description":"Creates a ExternalCase resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"type":{"type":"string","required":true}}}}},"required":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\/educational-sheets":{"get":{"operationId":"getEducationalSheetCollection","tags":["EducationalSheet"],"responses":{"200":{"description":"EducationalSheet collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetListOutput"}}}}}},"summary":"Retrieves the collection of EducationalSheet resources.","description":"Retrieves the collection of EducationalSheet 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":"postEducationalSheetCollection","tags":["EducationalSheet"],"responses":{"201":{"description":"EducationalSheet resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetDetailsOutput"}}},"links":{"GetEducationalSheetItem":{"operationId":"getEducationalSheetItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/educational-sheets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a EducationalSheet resource.","description":"Creates a EducationalSheet resource.","parameters":[],"requestBody":{"description":"The new EducationalSheet resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/educational-sheets\/{id}":{"get":{"operationId":"getEducationalSheetItem","tags":["EducationalSheet"],"responses":{"200":{"description":"EducationalSheet resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a EducationalSheet resource.","description":"Retrieves a EducationalSheet 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":"putEducationalSheetItem","tags":["EducationalSheet"],"responses":{"200":{"description":"EducationalSheet resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetDetailsOutput"}}},"links":{"GetEducationalSheetItem":{"operationId":"getEducationalSheetItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/educational-sheets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the EducationalSheet resource.","description":"Replaces the EducationalSheet 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 EducationalSheet resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteEducationalSheetItem","tags":["EducationalSheet"],"responses":{"204":{"description":"EducationalSheet resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the EducationalSheet resource.","description":"Removes the EducationalSheet 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\/eligibilities":{"get":{"operationId":"getEligibilityCollection","tags":["Eligibility"],"responses":{"200":{"description":"Eligibility collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityListOutput"}}}}}},"summary":"Retrieves the collection of Eligibility resources.","description":"Retrieves the collection of Eligibility 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\/eligibilities\/{id}":{"get":{"operationId":"getEligibilityItem","tags":["Eligibility"],"responses":{"200":{"description":"Eligibility resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Eligibility resource.","description":"Retrieves a Eligibility 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":"putEligibilityItem","tags":["Eligibility"],"responses":{"200":{"description":"Eligibility resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityDetailsOutput"}}},"links":{"GetEligibilityItem":{"operationId":"getEligibilityItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/eligibilities\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Eligibility resource.","description":"Replaces the Eligibility 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 Eligibility resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteEligibilityItem","tags":["Eligibility"],"responses":{"204":{"description":"Eligibility resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Eligibility resource.","description":"Removes the Eligibility 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\/external-cases":{"get":{"operationId":"getExternalCaseCollection","tags":["ExternalCase"],"responses":{"200":{"description":"ExternalCase collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExternalCase.CaseListBean"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExternalCase.CaseListBean"}}}}}},"summary":"Retrieves the collection of ExternalCase resources.","description":"Retrieves the collection of ExternalCase 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\/external-cases\/diag\/{id}":{"get":{"operationId":"get_diagExternalCaseItem","tags":["ExternalCase"],"responses":{"200":{"description":"ExternalCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.DiagCaseDetailsBean"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.DiagCaseDetailsBean"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ExternalCase resource.","description":"Retrieves a ExternalCase 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\/external-cases\/funding-measure\/{id}\/acceptance":{"put":{"operationId":"measure_acceptanceExternalCaseItem","tags":["ExternalCase"],"responses":{"200":{"description":"ExternalCase resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.FundingCaseDetailsBean"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.FundingCaseDetailsBean"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ExternalCase resource.","description":"Replaces the ExternalCase 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 ExternalCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.VoidBean"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.VoidBean"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/external-cases\/funding-measure\/{id}\/refusal":{"put":{"operationId":"measure_refusalExternalCaseItem","tags":["ExternalCase"],"responses":{"200":{"description":"ExternalCase resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.FundingCaseDetailsBean"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.FundingCaseDetailsBean"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ExternalCase resource.","description":"Replaces the ExternalCase 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 ExternalCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.VoidBean"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.VoidBean"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/external-cases\/funding\/{id}":{"get":{"operationId":"get_fundingExternalCaseItem","tags":["ExternalCase"],"responses":{"200":{"description":"ExternalCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.FundingCaseDetailsBean"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExternalCase.FundingCaseDetailsBean"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ExternalCase resource.","description":"Retrieves a ExternalCase 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\/measure-categories":{"get":{"operationId":"getMeasureCategoryCollection","tags":["MeasureCategory"],"responses":{"200":{"description":"MeasureCategory collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryListOutput"}}}}}},"summary":"Retrieves the collection of MeasureCategory resources.","description":"Retrieves the collection of MeasureCategory 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":"postMeasureCategoryCollection","tags":["MeasureCategory"],"responses":{"201":{"description":"MeasureCategory resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryDetailsOutput"}}},"links":{"GetMeasureCategoryItem":{"operationId":"getMeasureCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/measure-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a MeasureCategory resource.","description":"Creates a MeasureCategory resource.","parameters":[],"requestBody":{"description":"The new MeasureCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/measure-categories\/{id}":{"get":{"operationId":"getMeasureCategoryItem","tags":["MeasureCategory"],"responses":{"200":{"description":"MeasureCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a MeasureCategory resource.","description":"Retrieves a MeasureCategory 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":"putMeasureCategoryItem","tags":["MeasureCategory"],"responses":{"200":{"description":"MeasureCategory resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryDetailsOutput"}}},"links":{"GetMeasureCategoryItem":{"operationId":"getMeasureCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/measure-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the MeasureCategory resource.","description":"Replaces the MeasureCategory 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 MeasureCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteMeasureCategoryItem","tags":["MeasureCategory"],"responses":{"204":{"description":"MeasureCategory resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the MeasureCategory resource.","description":"Removes the MeasureCategory 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\/measure-types":{"get":{"operationId":"getMeasureTypeCollection","tags":["MeasureType"],"responses":{"200":{"description":"MeasureType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeListOutput"}}}}}},"summary":"Retrieves the collection of MeasureType resources.","description":"Retrieves the collection of MeasureType 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":"postMeasureTypeCollection","tags":["MeasureType"],"responses":{"201":{"description":"MeasureType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeDetailsOutput"}}},"links":{"GetMeasureTypeItem":{"operationId":"getMeasureTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/measure-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a MeasureType resource.","description":"Creates a MeasureType resource.","parameters":[],"requestBody":{"description":"The new MeasureType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/measure-types\/{id}":{"get":{"operationId":"getMeasureTypeItem","tags":["MeasureType"],"responses":{"200":{"description":"MeasureType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a MeasureType resource.","description":"Retrieves a MeasureType 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":"putMeasureTypeItem","tags":["MeasureType"],"responses":{"200":{"description":"MeasureType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeDetailsOutput"}}},"links":{"GetMeasureTypeItem":{"operationId":"getMeasureTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/measure-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the MeasureType resource.","description":"Replaces the MeasureType 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 MeasureType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteMeasureTypeItem","tags":["MeasureType"],"responses":{"204":{"description":"MeasureType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the MeasureType resource.","description":"Removes the MeasureType 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\/plots":{"get":{"operationId":"getPlotCollection","tags":["Plot"],"responses":{"200":{"description":"Plot collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Plot.PlotListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Plot.PlotListOutput"}}}}}},"summary":"Retrieves the collection of Plot resources.","description":"Retrieves the collection of Plot 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":"postPlotCollection","tags":["Plot"],"responses":{"201":{"description":"Plot resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotDetailsOutput"}}},"links":{"GetPlotItem":{"operationId":"getPlotItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/plots\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Plot resource.","description":"Creates a Plot resource.","parameters":[],"requestBody":{"description":"The new Plot resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/plots\/{id}":{"get":{"operationId":"getPlotItem","tags":["Plot"],"responses":{"200":{"description":"Plot resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Plot resource.","description":"Retrieves a Plot 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":"putPlotItem","tags":["Plot"],"responses":{"200":{"description":"Plot resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotDetailsOutput"}}},"links":{"GetPlotItem":{"operationId":"getPlotItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/plots\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Plot resource.","description":"Replaces the Plot 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 Plot resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Plot.PlotPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePlotItem","tags":["Plot"],"responses":{"204":{"description":"Plot resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Plot resource.","description":"Removes the Plot 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":{"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":"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},"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\/{id}":{"get":{"operationId":"getProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramDetailsOutput"}}}},"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-locality":{"put":{"operationId":"add_localityProgramItem","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.AddTownshipInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.AddTownshipInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/plots":{"get":{"operationId":"get_program_plotsProgramCollection","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},"parameters":[]},"\/api\/public\/artisans":{"get":{"operationId":"get_publicArtisanCollection","tags":["Artisan"],"responses":{"200":{"description":"Artisan collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Artisan.ArtisanPublicListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Artisan.ArtisanPublicListOutput"}}}}}},"summary":"Retrieves the collection of Artisan resources.","description":"Retrieves the collection of Artisan 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":"postArtisanCollection","tags":["Artisan"],"responses":{"201":{"description":"Artisan resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanDetailsOutput"}}},"links":{"GetArtisanItem":{"operationId":"getArtisanItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/artisans\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Artisan resource.","description":"Creates a Artisan resource.","parameters":[],"requestBody":{"description":"The new Artisan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/public\/artisans\/{id}":{"get":{"operationId":"get_publicArtisanItem","tags":["Artisan"],"responses":{"200":{"description":"Artisan resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanPublicDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanPublicDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Artisan resource.","description":"Retrieves a Artisan 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\/eligibilities":{"post":{"operationId":"postEligibilityCollection","tags":["Eligibility"],"responses":{"201":{"description":"Eligibility resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityDetailsOutput"}}},"links":{"GetEligibilityItem":{"operationId":"getEligibilityItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/eligibilities\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Eligibility resource.","description":"Creates a Eligibility resource.","parameters":[],"requestBody":{"description":"The new Eligibility resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityPostInput"}}},"required":true},"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":"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\/users":{"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\/quizs":{"get":{"operationId":"getQuizCollection","tags":["Quiz"],"responses":{"200":{"description":"Quiz collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Quiz.QuizListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Quiz.QuizListOutput"}}}}}},"summary":"Retrieves the collection of Quiz resources.","description":"Retrieves the collection of Quiz 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":"postQuizCollection","tags":["Quiz"],"responses":{"201":{"description":"Quiz resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizDetailsOutput"}}},"links":{"GetQuizItem":{"operationId":"getQuizItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/quizs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Quiz resource.","description":"Creates a Quiz resource.","parameters":[],"requestBody":{"description":"The new Quiz resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/quizs\/{id}":{"get":{"operationId":"getQuizItem","tags":["Quiz"],"responses":{"200":{"description":"Quiz resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Quiz resource.","description":"Retrieves a Quiz 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":"putQuizItem","tags":["Quiz"],"responses":{"200":{"description":"Quiz resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizDetailsOutput"}}},"links":{"GetQuizItem":{"operationId":"getQuizItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/quizs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Quiz resource.","description":"Replaces the Quiz 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 Quiz resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteQuizItem","tags":["Quiz"],"responses":{"204":{"description":"Quiz resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Quiz resource.","description":"Removes the Quiz 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\/quizs\/{id}\/answer":{"put":{"operationId":"put_answerQuizItem","tags":["Quiz"],"responses":{"200":{"description":"Quiz resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizDetailsOutput"}}},"links":{"GetQuizItem":{"operationId":"getQuizItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/quizs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Quiz resource.","description":"Replaces the Quiz 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 Quiz resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quiz.ParticipationAnswerInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quiz.ParticipationAnswerInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/quizs\/{id}\/cancel-last-answer":{"put":{"operationId":"cancel_last_answerQuizItem","tags":["Quiz"],"responses":{"200":{"description":"Quiz resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quiz.ParticipationCurrentQuestionOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quiz.ParticipationCurrentQuestionOutput"}}},"links":{"GetQuizItem":{"operationId":"getQuizItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/quizs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Quiz resource.","description":"Replaces the Quiz 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 Quiz resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quiz.QuizPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/quizs\/{id}\/current-question":{"get":{"operationId":"get_questionQuizItem","tags":["Quiz"],"responses":{"200":{"description":"Quiz resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Quiz.ParticipationCurrentQuestionOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Quiz.ParticipationCurrentQuestionOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Quiz resource.","description":"Retrieves a Quiz 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\/refpoints":{"get":{"operationId":"getRefpointCollection","tags":["Refpoint"],"responses":{"200":{"description":"Refpoint collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Refpoint.RefpointListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Refpoint.RefpointListOutput"}}}}}},"summary":"Retrieves the collection of Refpoint resources.","description":"Retrieves the collection of Refpoint 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":"postRefpointCollection","tags":["Refpoint"],"responses":{"201":{"description":"Refpoint resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Refpoint.RefpointDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Refpoint.RefpointDetailsOutput"}}},"links":{"GetRefpointItem":{"operationId":"getRefpointItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/refpoints\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Refpoint resource.","description":"Creates a Refpoint resource.","parameters":[],"requestBody":{"description":"The new Refpoint resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Refpoint.RefpointPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Refpoint.RefpointPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/refpoints\/secondary\/WithMap":{"post":{"operationId":"post_linkRefpointCollection","tags":["Refpoint"],"responses":{"201":{"description":"Refpoint resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Refpoint.RefpointDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Refpoint.RefpointDetailsOutput"}}},"links":{"GetRefpointItem":{"operationId":"getRefpointItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/refpoints\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"add refpoint linked","description":"Creates a Refpoint resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"buildingId":{"type":"int","required":true},"linkToRefPointId":{"type":"int","required":true},"name":{"type":"string","required":true},"difWithLink":{"type":"float","required":true}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/refpoints\/withMap":{"post":{"operationId":"post_mediaRefpointCollection","tags":["Refpoint"],"responses":{"201":{"description":"Refpoint resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Refpoint.RefpointDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Refpoint.RefpointDetailsOutput"}}},"links":{"GetRefpointItem":{"operationId":"getRefpointItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/refpoints\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"add refpoint","description":"Creates a Refpoint resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"projectionType":{"type":"string","required":true},"lat":{"type":"string","required":true},"addressId":{"type":"int","required":true},"lng":{"type":"string","required":true}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/refpoints\/{id}":{"get":{"operationId":"getRefpointItem","tags":["Refpoint"],"responses":{"200":{"description":"Refpoint resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Refpoint.RefpointDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Refpoint.RefpointDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Refpoint resource.","description":"Retrieves a Refpoint 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":"putRefpointItem","tags":["Refpoint"],"responses":{"200":{"description":"Refpoint resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Refpoint.RefpointDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Refpoint.RefpointDetailsOutput"}}},"links":{"GetRefpointItem":{"operationId":"getRefpointItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/refpoints\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Refpoint resource.","description":"Replaces the Refpoint 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 Refpoint resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Refpoint.RefpointPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Refpoint.RefpointPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteRefpointItem","tags":["Refpoint"],"responses":{"204":{"description":"Refpoint resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Refpoint resource.","description":"Removes the Refpoint 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\/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},"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":"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\/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},"parameters":[]},"\/api\/users-bo":{"get":{"operationId":"getUserBoCollection","tags":["UserBo"],"responses":{"200":{"description":"UserBo collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserBo.UserBoListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserBo.UserBoListOutput"}}}}}},"summary":"Retrieves the collection of UserBo resources.","description":"Retrieves the collection of UserBo 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":"postUserBoCollection","tags":["UserBo"],"responses":{"201":{"description":"UserBo resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoDetailsOutput"}}},"links":{"GetUserBoItem":{"operationId":"getUserBoItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users-bo\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a UserBo resource.","description":"Creates a UserBo resource.","parameters":[],"requestBody":{"description":"The new UserBo resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/users-bo\/{id}":{"get":{"operationId":"getUserBoItem","tags":["UserBo"],"responses":{"200":{"description":"UserBo resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserBo resource.","description":"Retrieves a UserBo 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":"putUserBoItem","tags":["UserBo"],"responses":{"200":{"description":"UserBo resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoDetailsOutput"}}},"links":{"GetUserBoItem":{"operationId":"getUserBoItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users-bo\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the UserBo resource.","description":"Replaces the UserBo 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 UserBo resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoPutInput"}}},"required":true},"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":"deleteUserBoItem","tags":["UserBo"],"responses":{"204":{"description":"UserBo resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the UserBo resource.","description":"Removes the UserBo 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"},"street":{"type":"string"},"zipcode":{"type":"string"},"inseecode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"isEligible":{"description":"Get the value of isEligible","type":"boolean","nullable":true},"isAutoDiag":{"description":"Get the value of isAutoDiag","type":"boolean"},"externalDiagId":{"description":"Get the value of externalDiagId","type":"integer","nullable":true},"buildings":{"readOnly":true,"description":"Get the value of buildings","type":"array","items":{"type":"string","format":"iri-reference"}},"plots":{"readOnly":true,"description":"Get the value of plots","type":"array","items":{"type":"string","format":"iri-reference"}},"plotsId":{"type":"array","items":{"type":"string"},"nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"program":{"type":"string","format":"iri-reference","nullable":true},"propertyRelationshipType":{"type":"string","nullable":true},"propertyRelationshipCommentary":{"type":"string","nullable":true},"createdDiagError":{"type":"string","nullable":true},"zone":{"type":"string","nullable":true},"otherZone":{"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"},"fullAddress":{"readOnly":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Address.AddressAddBuildingsInput":{"type":"object","description":"","properties":{"buildings":{"type":"array","items":{"$ref":"#\/components\/schemas\/BuildingPostInput"}}}},"Address.AddressDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"inseecode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"isEligible":{"type":"boolean","nullable":true},"plots":{"description":"plots","type":"array","items":{"$ref":"#\/components\/schemas\/PlotDetailsOutput"}},"buildings":{"description":"buildings","type":"array","items":{"$ref":"#\/components\/schemas\/BuildingListOutput"}},"refPoint":{"anyOf":[{"$ref":"#\/components\/schemas\/RefpointDetailsOutput"}],"nullable":true}}},"Address.AddressListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"inseecode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"isEligible":{"type":"boolean","nullable":true},"plots":{"description":"plots","type":"array","items":{"$ref":"#\/components\/schemas\/PlotListOutput"},"nullable":true},"buildings":{"description":"buildings","type":"array","items":{"$ref":"#\/components\/schemas\/BuildingListOutput"},"nullable":true},"refPoint":{"anyOf":[{"$ref":"#\/components\/schemas\/RefpointDetailsOutput"}],"nullable":true}}},"Address.AddressPostInput":{"type":"object","description":"","properties":{"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"inseecode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"plots":{"description":"plots","type":"array","items":{"$ref":"#\/components\/schemas\/PlotPostInput"},"nullable":true},"buildings":{"type":"array","items":{"$ref":"#\/components\/schemas\/BuildingPostInput"}},"programId":{"type":"string","nullable":true}}},"Address.AddressPutInput":{"type":"object","description":""},"AddressPostInput":{"type":"object","description":"","properties":{"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"inseecode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"plots":{"description":"plots","type":"array","items":{"$ref":"#\/components\/schemas\/PlotPostInput"},"nullable":true},"buildings":{"type":"array","items":{"$ref":"#\/components\/schemas\/BuildingPostInput"}},"programId":{"type":"string","nullable":true}}},"AnswerDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"chapter":{"type":"string"},"instance":{"type":"integer"},"label":{"type":"string"},"shortLabel":{"type":"string"},"unit":{"type":"string"},"answers":{"type":"array","items":{"type":"string"}}}},"AppointmentBean":{"type":"object","description":"","properties":{"status":{"type":"string","nullable":true},"date":{"type":"string","format":"date-time","nullable":true},"localization":{"type":"string"},"description":{"type":"string"}}},"Artisan":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Artisan.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"legalName":{"description":"legalName","type":"string"},"commercialName":{"description":"commercialName","type":"string","nullable":true},"siret":{"description":"siret","type":"string"},"address":{"description":"address","type":"string"},"postalCode":{"description":"postalCode","type":"string"},"lat":{"description":"lat","type":"string","nullable":true},"lng":{"description":"lat","type":"string","nullable":true},"city":{"description":"city","type":"string"},"phoneNumber":{"description":"phoneNumber","type":"string","nullable":true},"mobilePhoneNumber":{"description":"mobilePhoneNumber","type":"string","nullable":true},"emailContact":{"description":"emailContact","type":"string","nullable":true},"internalContact":{"description":"internalContact","type":"string","nullable":true},"creationDate":{"description":"emailContact","type":"string","format":"date-time","nullable":true},"email":{"description":"email","type":"string","nullable":true},"website":{"description":"website","type":"string","nullable":true},"mainActivity":{"description":"mainActivity","type":"string","nullable":true},"measureCategories":{"description":"measureCategories","type":"array","items":{"type":"string"},"nullable":true},"departments":{"description":"departments","type":"array","items":{"type":"string"},"nullable":true},"status":{"description":"status","default":"to_validate","example":"to_validate","type":"string"},"commentary":{"description":"commentary","type":"string","nullable":true},"isVisible":{"description":"isVisible","type":"boolean"},"geom":{"description":"Get the value of geom","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"}}},"Artisan.ArtisanBoPostInput":{"type":"object","description":"","properties":{"legalName":{"type":"string"},"commercialName":{"type":"string","nullable":true},"siret":{"type":"string"},"address":{"type":"string"},"postalCode":{"type":"string"},"city":{"type":"string"},"contact":{"type":"string","nullable":true},"mobilePhoneNumber":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"emailContact":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"mainActivity":{"type":"string","nullable":true},"creationDate":{"type":"string","nullable":true},"program":{"type":"string","nullable":true}}},"Artisan.ArtisanDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalName":{"type":"string"},"commercialName":{"type":"string","nullable":true},"siret":{"type":"string","nullable":true},"address":{"type":"string"},"postalCode":{"type":"string"},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"city":{"type":"string"},"contact":{"type":"string","nullable":true},"mobilePhoneNumber":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"emailContact":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"mainActivity":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true},"measureCategories":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"isVisible":{"type":"boolean"}}},"Artisan.ArtisanGeomOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"status":{"type":"string"},"geom":{"$ref":"#\/components\/schemas\/GeoJson"}}},"Artisan.ArtisanListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalName":{"type":"string"},"commercialName":{"type":"string","nullable":true},"siret":{"type":"string","nullable":true},"address":{"type":"string"},"postalCode":{"type":"string"},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"city":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"emailContact":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"mainActivity":{"type":"string","nullable":true},"measureCategories":{"type":"array","items":{"type":"string"},"nullable":true},"status":{"type":"string"},"isVisible":{"type":"boolean"}}},"Artisan.ArtisanPostInput":{"type":"object","description":"","properties":{"legalName":{"type":"string"},"siret":{"type":"string"},"address":{"type":"string"},"postalCode":{"type":"string"},"city":{"type":"string"},"phoneNumber":{"type":"string"},"emailContact":{"type":"string"},"email":{"type":"string"},"website":{"type":"string","nullable":true},"mainActivity":{"type":"string"},"program":{"type":"string","nullable":true},"departments":{"type":"array","items":{"type":"string"},"nullable":true},"measureCategories":{"type":"array","items":{"type":"string"},"nullable":true}}},"Artisan.ArtisanPublicDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalName":{"type":"string"},"siret":{"type":"string"},"address":{"type":"string"},"postalCode":{"type":"string"},"city":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"emailContact":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"mainActivity":{"type":"string","nullable":true},"measureCategories":{"type":"array","items":{"type":"string"}},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true}}},"Artisan.ArtisanPublicListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalName":{"type":"string"},"siret":{"type":"string"},"address":{"type":"string"},"postalCode":{"type":"string"},"city":{"type":"string"},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"emailContact":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"mainActivity":{"type":"string","nullable":true},"measureCategories":{"type":"array","items":{"type":"string"},"nullable":true}}},"Artisan.ArtisanPutInput":{"type":"object","description":"","properties":{"legalName":{"type":"string"},"commercialName":{"type":"string","nullable":true},"siret":{"type":"string"},"address":{"type":"string"},"postalCode":{"type":"string"},"city":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"emailContact":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"mainActivity":{"type":"string","nullable":true},"contact":{"type":"string","nullable":true},"mobilePhoneNumber":{"type":"string","nullable":true},"department":{"type":"array","items":{"type":"string"},"nullable":true},"measureCategories":{"type":"array","items":{"type":"string"},"nullable":true},"commentary":{"type":"string"}}},"Artisan.ArtisanPutStatusInput":{"type":"object","description":"","properties":{"status":{"type":"string"},"commentary":{"type":"string","nullable":true}}},"AutodiagChapterOutput":{"type":"object","description":"","properties":{"type":{"type":"string"},"steps":{"type":"array","items":{"$ref":"#\/components\/schemas\/AutodiagStepOutput"}}}},"AutodiagStepOutput":{"type":"object","description":"","properties":{"key":{"type":"string"},"label":{"type":"string"},"nbSubStep":{"type":"integer"},"timeInMinutes":{"type":"integer"}}},"BoundingBox":{"type":"object","description":"","properties":{"bounds":{"type":"array","items":{"type":"number"}}}},"Building":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Building.","type":"integer"},"user":{"type":"string","format":"iri-reference","nullable":true},"lastDiagnostic":{"type":"string","format":"iri-reference","nullable":true},"lastQuiz":{"type":"string","format":"iri-reference","nullable":true},"address":{"type":"string","format":"iri-reference","nullable":true},"contact":{"type":"string","format":"iri-reference","nullable":true},"name":{"type":"string","nullable":true},"status":{"default":"toDiag","example":"toDiag","type":"string"},"type":{"default":"HOUSING","example":"HOUSING","type":"string"},"isUserOwner":{"default":true,"example":true,"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"},"typeLabel":{"readOnly":true,"description":"Get the value of type"},"deleted":{"readOnly":true,"type":"boolean"}}},"Building.BuildingDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"status":{"type":"string"},"type":{"type":"string"},"diagnostic":{"type":"string","nullable":true},"isUserOwner":{"type":"boolean"},"contact":{"$ref":"#\/components\/schemas\/ContactListOutput"},"quizId":{"type":"integer","nullable":true},"diagnosticId":{"type":"integer","nullable":true}}},"Building.BuildingListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"status":{"type":"string"},"type":{"type":"string"},"diagnosticId":{"type":"integer","nullable":true},"quizId":{"type":"integer","nullable":true},"diagnostic":{"type":"string","nullable":true}}},"Building.BuildingPostInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"buildingType":{"type":"string"},"isUserOwner":{"default":true,"example":true,"type":"boolean"},"owner":{"anyOf":[{"$ref":"#\/components\/schemas\/ContactPublicPostInput"}],"nullable":true}}},"Building.BuildingPutInput":{"type":"object","description":"","properties":{"name":{"type":"string"}}},"Building.RefpointListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"BuildingDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"status":{"type":"string"},"type":{"type":"string"},"diagnostic":{"type":"string","nullable":true},"isUserOwner":{"type":"boolean"},"contact":{"$ref":"#\/components\/schemas\/ContactListOutput"},"quizId":{"type":"integer","nullable":true},"diagnosticId":{"type":"integer","nullable":true}}},"BuildingListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"status":{"type":"string"},"type":{"type":"string"},"diagnosticId":{"type":"integer","nullable":true},"quizId":{"type":"integer","nullable":true},"diagnostic":{"type":"string","nullable":true}}},"BuildingPostInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"buildingType":{"type":"string"},"isUserOwner":{"default":true,"example":true,"type":"boolean"},"owner":{"anyOf":[{"$ref":"#\/components\/schemas\/ContactPublicPostInput"}],"nullable":true}}},"BuildingTypeOutput":{"type":"object","description":"","properties":{"key":{"type":"string"},"label":{"type":"string"},"description":{"type":"string"}}},"Color":{"type":"object","description":"","properties":{"type":{"type":"string"},"value":{"type":"string"}}},"Component":{"type":"object","description":"","properties":{"name":{"type":"string"},"fillColor":{"type":"string","nullable":true}}},"Contact":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Contact.","type":"integer"},"email":{"description":"Email address of the user.","type":"string","nullable":true},"program":{"type":"string","format":"iri-reference","nullable":true},"phoneNumber":{"type":"string","nullable":true},"notificationContactId":{"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},"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"},"mobilePhone":{"description":"Get the value of phoneNumber","type":"string","nullable":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Contact.ContactDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}}},"Contact.ContactListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}}},"Contact.ContactPostInput":{"type":"object","description":"","properties":{"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"notificationContactId":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"programId":{"type":"integer","nullable":true}}},"Contact.ContactPutInput":{"type":"object","description":""},"ContactListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}}},"ContactPublicPostInput":{"type":"object","description":"","properties":{"email":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"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}}},"DiagMeasureBean":{"type":"object","description":"","properties":{"id":{"type":"integer"},"measureId":{"type":"integer"},"measureName":{"type":"string"},"priority":{"type":"integer","nullable":true},"order":{"type":"integer"},"step":{"type":"string"},"commentary":{"type":"string","nullable":true},"totalCost":{"type":"number","nullable":true},"isMandatory":{"type":"boolean","nullable":true},"ownerCost":{"type":"number","nullable":true},"stateCost":{"type":"number","nullable":true},"regionCost":{"type":"number","nullable":true},"epciCost":{"type":"number","nullable":true},"townshipCost":{"type":"number","nullable":true},"isOwnerAccepted":{"type":"boolean","nullable":true},"isOrganizational":{"type":"boolean"},"isStructural":{"type":"boolean"}}},"Diagnostic":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Diagnostic.","type":"integer"},"user":{"type":"string","format":"iri-reference","nullable":true},"building":{"type":"string","format":"iri-reference","nullable":true},"program":{"type":"string","format":"iri-reference","nullable":true},"quiz":{"type":"string","format":"iri-reference","nullable":true},"document":{"type":"string","format":"iri-reference","nullable":true},"measures":{"readOnly":true,"description":"Get the value of measures","type":"array","items":{"$ref":"#\/components\/schemas\/XDiagnosticMeasureType"}},"stakes":{"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"}}},"Diagnostic.DiagnosticDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Diagnostic.DiagnosticListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Diagnostic.DiagnosticMeasureOutput":{"type":"object","description":"","properties":{"name":{"type":"string"},"description":{"type":"string"},"documentUrl":{"type":"string","nullable":true},"cost":{"type":"string"},"fundingRate":{"type":"string"},"isMandatory":{"type":"boolean"}}},"Diagnostic.DiagnosticPostInput":{"type":"object","description":""},"Diagnostic.DiagnosticPutInput":{"type":"object","description":""},"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":"integer","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"},"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"}}},"Document.DocumentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Document.DocumentPostInput":{"type":"object","description":""},"Document.DocumentPutInput":{"type":"object","description":""},"DocumentBean":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originName":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"extension":{"type":"string"},"description":{"type":"string","nullable":true},"size":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"isDeletable":{"type":"boolean"}}},"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":""},"DocumentTypeBean":{"type":"object","description":"","properties":{"documentTypeName":{"type":"string"},"acceptedFormat":{"type":"array","items":{"type":"string"}},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentBean"}},"multipleAllowed":{"type":"boolean"},"maxNbDocumentsAllowed":{"type":"integer","nullable":true},"isBeneficiaryUpload":{"type":"boolean"},"isBeneficiaryDownload":{"type":"boolean"},"postUrl":{"type":"string"}}},"EducationalSheet":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the EducationalSheet.","type":"integer"},"attributId":{"type":"string"},"title":{"type":"string"},"description":{"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"}}},"EducationalSheet.EducationalSheetDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"attributId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"}}},"EducationalSheet.EducationalSheetListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"attributId":{"type":"string"},"title":{"type":"string"}}},"EducationalSheet.EducationalSheetPostInput":{"type":"object","description":"","properties":{"attributId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"}}},"EducationalSheet.EducationalSheetPutInput":{"type":"object","description":"","properties":{"title":{"type":"string"},"description":{"type":"string"}}},"EducationalSheetDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"attributId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"}}},"Eligibility":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Eligibility.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"geom":{"description":"Get the value of geom","type":"string","nullable":true},"plots":{"description":"plots","type":"array","items":{"type":"string"},"nullable":true},"result":{"type":"array","items":{"type":"string"}},"isEligible":{"description":"Get the value of isEligible","type":"boolean","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"inseecode":{"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"},"priorityLevel":{"readOnly":true,"description":"Get the value of priotity","type":"integer"},"priorityLevelLabel":{"readOnly":true,"description":"Get the value of priotity","type":"string"},"deleted":{"readOnly":true,"type":"boolean"}}},"Eligibility.EligibilityDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"result":{"type":"array","items":{"type":"string"},"nullable":true},"isEligible":{"type":"boolean","nullable":true}}},"Eligibility.EligibilityListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Eligibility.EligibilityPostInput":{"type":"object","description":"","properties":{"plots":{"description":"plots","type":"array","items":{"$ref":"#\/components\/schemas\/PlotPostInput"},"nullable":true},"refPoint":{"anyOf":[{"$ref":"#\/components\/schemas\/Point"}],"nullable":true},"programCode":{"type":"string"}}},"Eligibility.EligibilityPutInput":{"type":"object","description":""},"ExternalCase":{"type":"object","description":"","properties":{"id":{"type":"string"}}},"ExternalCase.CaseListBean":{"type":"object","description":"","properties":{"id":{"type":"integer"},"caseType":{"type":"string"},"codeInsee":{"type":"string","nullable":true},"externalRef":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"status":{"type":"string"},"lastStep":{"type":"string","nullable":true},"isClosed":{"type":"boolean"},"isAbandonment":{"type":"boolean"},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string","nullable":true}}},"ExternalCase.DiagCaseDetailsBean":{"type":"object","description":"","properties":{"id":{"type":"integer"},"codeInsee":{"type":"string","nullable":true},"externalRef":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"status":{"type":"string"},"isClosed":{"type":"boolean"},"isAbandonment":{"type":"boolean"},"stepDetails":{"$ref":"#\/components\/schemas\/StepBean"},"documents":{"description":"documents","type":"array","items":{"$ref":"#\/components\/schemas\/DocumentTypeBean"}},"property":{"anyOf":[{"$ref":"#\/components\/schemas\/PropertyDetailsBean"}],"nullable":true},"appointments":{"type":"array","items":{"$ref":"#\/components\/schemas\/AppointmentBean"}},"globalVulnerability":{"type":"string","nullable":true},"resilientHousePicture":{"type":"string","nullable":true},"diagnostician":{"type":"string","nullable":true},"isReferenceFloorFlooded":{"type":"boolean"},"hasMandatoryMeasures":{"type":"boolean"},"estimatedMeasures":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagMeasureBean"}}}},"ExternalCase.DocumentBean":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originName":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"extension":{"type":"string"},"description":{"type":"string","nullable":true},"size":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"isDeletable":{"type":"boolean"}}},"ExternalCase.FundingCaseDetailsBean":{"type":"object","description":"","properties":{"id":{"type":"integer"},"codeInsee":{"type":"string","nullable":true},"externalRef":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"status":{"type":"string"},"isClosed":{"type":"boolean"},"isAbandonment":{"type":"boolean"},"stepDetails":{"$ref":"#\/components\/schemas\/StepBean"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentTypeBean"}},"property":{"anyOf":[{"$ref":"#\/components\/schemas\/PropertyDetailsBean"}],"nullable":true},"administrator":{"type":"string","nullable":true},"measures":{"type":"array","items":{"$ref":"#\/components\/schemas\/FundingMeasureBean"}},"events":{"type":"array","items":{"$ref":"#\/components\/schemas\/FundingEventBean"}}}},"ExternalCase.ResultBean":{"type":"object","description":"","properties":{"success":{"default":true,"example":true,"type":"boolean"}}},"ExternalCase.VoidBean":{"type":"object","description":""},"FeatureTypeOutput":{"type":"object","description":"","properties":{"key":{"type":"string"},"param":{"type":"string"}}},"FundingEventBean":{"type":"object","description":"","properties":{"status":{"type":"string"},"title":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/KeyValueBean"}}}},"FundingMeasureBean":{"type":"object","description":"","properties":{"id":{"type":"integer"},"measureId":{"type":"integer"},"measureName":{"type":"string"},"priority":{"type":"integer","nullable":true},"order":{"type":"integer"},"step":{"type":"string"},"totalCost":{"type":"number","nullable":true},"totalCostAdvance":{"type":"number","nullable":true},"ownerCost":{"type":"number","nullable":true},"stateCost":{"type":"number","nullable":true},"regionCost":{"type":"number","nullable":true},"epciCost":{"type":"number","nullable":true},"townshipCost":{"type":"number","nullable":true},"isAccepted":{"type":"boolean","nullable":true},"totalCostDeposit":{"type":"number","nullable":true},"epciCostDeposit":{"type":"number","nullable":true},"departmentCostDeposit":{"type":"number","nullable":true},"townshipCostDeposit":{"type":"number","nullable":true},"regionCostDeposit":{"type":"number","nullable":true},"stateCostDeposit":{"type":"number","nullable":true},"stateCostAdvance":{"type":"number","nullable":true},"quoteDocument":{"type":"integer","nullable":true},"quoteSignedDocument":{"type":"integer","nullable":true},"invoiceDocument":{"type":"integer","nullable":true},"invoiceAcquittedDocument":{"type":"integer","nullable":true},"quoteDocumentUrl":{"type":"string","nullable":true},"quoteSignedDocumentUrl":{"type":"string","nullable":true},"invoiceDocumentUrl":{"type":"string","nullable":true},"invoiceAcquittedDocumentUrl":{"type":"string","nullable":true}}},"FundingTypeOutput":{"type":"object","description":"","properties":{"key":{"type":"string"},"type":{"type":"string"},"label":{"type":"string"},"description":{"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"}}}},"KeyValue":{"type":"object","description":"","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"KeyValueBean":{"type":"object","description":"","properties":{"key":{"type":"string"},"value":{"type":"string","nullable":true}}},"KeyValuePairDTO":{"type":"object","description":"","required":["key","value"],"properties":{"key":{"description":"The key linked to the value.","type":"string"},"value":{"description":"The value.","type":"string"}}},"MeasureCategory":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the MeasureCategory.","type":"string"},"label":{"description":"label","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"}}},"MeasureCategory.MeasureCategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"MeasureCategory.MeasureCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"MeasureCategory.MeasureCategoryPostInput":{"type":"object","description":""},"MeasureCategory.MeasureCategoryPutInput":{"type":"object","description":""},"MeasureType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the MeasureType.","type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"isPutPeopleInSafety":{"type":"boolean","nullable":true},"isReduceTimeToNormalState":{"type":"boolean","nullable":true},"isReduceDamage":{"type":"boolean","nullable":true},"indicativeCost":{"description":".","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"}}},"MeasureType.MeasureTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"MeasureType.MeasureTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"MeasureType.MeasureTypePostInput":{"type":"object","description":""},"MeasureType.MeasureTypePutInput":{"type":"object","description":""},"NaturalRiskBean":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"documentId":{"type":"integer","nullable":true}}},"NaturalRiskOutput":{"type":"object","description":"","properties":{"key":{"type":"string"},"label":{"type":"string"},"description":{"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},"userBo":{"type":"string","format":"iri-reference","nullable":true},"program":{"type":"string","format":"iri-reference","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"contact":{"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":""},"Plot":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Plot.","type":"integer"},"address":{"type":"string","format":"iri-reference","nullable":true},"number":{"description":"Get the value of number","type":"string","nullable":true},"sheet":{"description":"Get the value of sheet","type":"integer"},"branch":{"description":"branch","type":"string","nullable":true},"comAbs":{"description":"branch","type":"string","nullable":true},"insee":{"description":"insee","type":"string","nullable":true},"capacity":{"description":"capacity","type":"integer","nullable":true},"geom":{"description":"geom","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"},"uniqueId":{"readOnly":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Plot.PlotDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"number":{"type":"string"},"sheet":{"type":"integer"},"branch":{"type":"string"},"comAbs":{"type":"string"},"codeArr":{"type":"string"},"insee":{"type":"string","nullable":true},"geom":{"anyOf":[{"$ref":"#\/components\/schemas\/GeoJson"}],"nullable":true},"capacity":{"type":"integer","nullable":true}}},"Plot.PlotListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"number":{"type":"string"},"sheet":{"type":"integer"},"branch":{"type":"string"},"capacity":{"type":"integer","nullable":true}}},"Plot.PlotPostInput":{"type":"object","description":"","properties":{"number":{"type":"string"},"sheet":{"type":"integer"},"branch":{"type":"string"},"comAbs":{"type":"string"},"codeArr":{"type":"string"},"insee":{"type":"string","nullable":true}}},"Plot.PlotPutInput":{"type":"object","description":""},"PlotDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"number":{"type":"string"},"sheet":{"type":"integer"},"branch":{"type":"string"},"comAbs":{"type":"string"},"codeArr":{"type":"string"},"insee":{"type":"string","nullable":true},"geom":{"anyOf":[{"$ref":"#\/components\/schemas\/GeoJson"}],"nullable":true},"capacity":{"type":"integer","nullable":true}}},"PlotListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"number":{"type":"string"},"sheet":{"type":"integer"},"branch":{"type":"string"},"capacity":{"type":"integer","nullable":true}}},"PlotPostInput":{"type":"object","description":"","properties":{"number":{"type":"string"},"sheet":{"type":"integer"},"branch":{"type":"string"},"comAbs":{"type":"string"},"codeArr":{"type":"string"},"insee":{"type":"string","nullable":true}}},"Point":{"type":"object","description":"","properties":{"projectionType":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"}}},"Program":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string","nullable":true},"logoUrl":{"type":"string","nullable":true},"gcuUrl":{"type":"string","nullable":true},"registrationUrl":{"type":"string","nullable":true},"baseCardUrl":{"type":"string","nullable":true},"theme":{"type":"array","items":{"type":"string"},"nullable":true},"surveyName":{"type":"string","nullable":true},"publicSteps":{"type":"array","items":{"type":"string"},"nullable":true},"autodiagSteps":{"type":"array","items":{"type":"string"},"nullable":true},"notEligibleText":{"type":"string","nullable":true},"measureMandatoryLabel":{"type":"string","nullable":true},"measureRecommendedLabel":{"type":"string","nullable":true},"eligibleText":{"type":"array","items":{"type":"string"},"nullable":true},"nullEligibleText":{"type":"string","nullable":true},"transportMailId":{"type":"integer","nullable":true},"titleFontFamily":{"type":"string","nullable":true},"onlyForEligible":{"type":"boolean"},"onlyBeneficiaryConnect":{"type":"boolean"},"generalConditionsUrl":{"type":"string","nullable":true},"oldId":{"type":"integer","nullable":true},"emailConfiguration":{"type":"array","items":{"type":"string"},"nullable":true},"townships":{"readOnly":true,"description":"Get the value of townships","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramTownship"}},"latRef":{"type":"string"},"lngRef":{"type":"string"},"mapZoom":{"default":12,"example":12,"type":"integer"},"contact":{"type":"array","items":{"type":"string"},"nullable":true},"isAutodiag":{"type":"boolean"},"includesSubventionRequestManagement":{"type":"boolean"},"includesIndividualHousing":{"type":"boolean"},"includesCollectiveHousing":{"type":"boolean"},"includesCommercialActivity":{"type":"boolean"},"includesSensitiveOpenToPublicBuildings":{"type":"boolean"},"includesMarineSubmersionThreat":{"type":"boolean"},"includesWatercourseOverflowThreat":{"type":"boolean"},"includesSurfaceRunoffThreat":{"type":"boolean"},"includesLightAudits":{"type":"boolean"},"includesPublicBuildings":{"type":"boolean"},"includesTorrentialSwellingThreat":{"type":"boolean"},"includesGroundwaterFloodingThreat":{"type":"boolean"},"includesWebappAudit":{"type":"boolean"},"includesUpdateAudits":{"type":"boolean"},"agglomerationRefund":{"type":"boolean"},"departmentRefund":{"type":"boolean"},"regionRefund":{"type":"boolean"},"stateRefund":{"type":"boolean"},"cityRefund":{"type":"boolean"},"isReadOnly":{"type":"boolean"},"isEligibilityPrecise":{"type":"boolean"},"eligibilityType":{"type":"string"},"hasPrivateIndividualAccess":{"type":"boolean"},"startDate":{"description":"Get the value of startDate","type":"string","format":"date-time","nullable":true},"sendAdaptationReminderEmail":{"default":true,"example":true,"type":"boolean"},"layerStyle":{"type":"string","nullable":true},"borderRadius":{"default":8.0,"example":8.0,"type":"number"},"aleaLayers":{"type":"string","nullable":true},"isArtisan":{"type":"boolean"},"isDedicatedArtisan":{"type":"boolean"},"emailSignature":{"type":"string","nullable":true},"publicSiteUrl":{"type":"string","nullable":true},"geom":{"description":"Get the value of geom","type":"string","nullable":true},"templateMode":{"default":"stepperDescriptionLeft","example":"stepperDescriptionLeft","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"}}},"Program.AddTownshipInput":{"type":"object","description":"","properties":{"insee":{"type":"string"},"providesFinancing":{"type":"boolean"}}},"Program.ProgramDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string","nullable":true},"logoUrl":{"type":"string","nullable":true},"baseCardUrl":{"type":"string","nullable":true},"registrationUrl":{"type":"string","nullable":true},"theme":{"anyOf":[{"$ref":"#\/components\/schemas\/Theme"}],"nullable":true},"isAutodiag":{"type":"boolean"},"hasPrivateIndividualAccess":{"type":"boolean"},"gcuUrl":{"type":"string","nullable":true},"isLogin":{"type":"boolean"},"mapZoom":{"type":"string"},"latRef":{"type":"string"},"lngRef":{"type":"string"},"notEligibleText":{"type":"string"},"templateMode":{"type":"string"},"isArtisan":{"type":"boolean"},"nullEligibleText":{"type":"string"},"borderRadius":{"type":"number"},"publicSiteUrl":{"type":"string","nullable":true},"titleFontFamily":{"type":"string","nullable":true},"generalConditionsUrl":{"type":"string","nullable":true},"onlyBeneficiaryConnect":{"type":"boolean"},"onlyForEligible":{"type":"boolean"},"onlyFor":{"type":"boolean"},"measureMandatoryLabel":{"type":"string","nullable":true},"measureRecommendedLabel":{"type":"string","nullable":true},"startDate":{"type":"string","format":"date-time","nullable":true},"contacts":{"type":"array","items":{"$ref":"#\/components\/schemas\/KeyValue"}},"townships":{"type":"array","items":{"$ref":"#\/components\/schemas\/TownshipListOutput"}},"features":{"type":"array","items":{"$ref":"#\/components\/schemas\/FeatureTypeOutput"}},"publicSteps":{"type":"array","items":{"$ref":"#\/components\/schemas\/PublicStepOutput"}},"naturalRisks":{"type":"array","items":{"$ref":"#\/components\/schemas\/NaturalRiskOutput"}},"buildingTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/BuildingTypeOutput"}},"fundings":{"type":"array","items":{"$ref":"#\/components\/schemas\/FundingTypeOutput"}},"measureCategories":{"type":"array","items":{"type":"string"}},"autodiagSteps":{"type":"array","items":{"$ref":"#\/components\/schemas\/AutodiagChapterOutput"}}}},"Program.ProgramListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string","nullable":true},"logoUrl":{"type":"string","nullable":true},"publicSiteUrl":{"type":"string","nullable":true},"registrationUrl":{"type":"string","nullable":true},"isArtisan":{"type":"boolean"},"isAutodiag":{"type":"boolean"},"startDate":{"type":"string","format":"date-time","nullable":true},"contacts":{"type":"array","items":{"$ref":"#\/components\/schemas\/KeyValue"}},"townships":{"type":"array","items":{"$ref":"#\/components\/schemas\/TownshipListOutput"}},"features":{"type":"array","items":{"$ref":"#\/components\/schemas\/FeatureTypeOutput"}},"naturalRisks":{"type":"array","items":{"$ref":"#\/components\/schemas\/NaturalRiskOutput"}},"buildingTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/BuildingTypeOutput"}},"fundings":{"type":"array","items":{"$ref":"#\/components\/schemas\/FundingTypeOutput"}},"measureCategories":{"type":"array","items":{"type":"string"}}}},"Program.ProgramPostInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"latRef":{"type":"string"},"lngRef":{"type":"string"},"oldId":{"type":"integer","nullable":true},"uri":{"type":"string","nullable":true},"registrationUrl":{"type":"string","nullable":true},"theme":{"anyOf":[{"$ref":"#\/components\/schemas\/Theme"}],"nullable":true},"mapZoom":{"type":"string"},"isAutodiag":{"type":"boolean"},"isReadOnly":{"type":"boolean"},"includesSubventionRequestManagement":{"type":"boolean"},"includesIndividualHousing":{"type":"boolean"},"includesCollectiveHousing":{"type":"boolean"},"includesCommercialActivity":{"type":"boolean"},"includesSensitiveOpenToPublicBuildings":{"type":"boolean"},"includesMarineSubmersionThreat":{"type":"boolean"},"includesWatercourseOverflowThreat":{"type":"boolean"},"includesSurfaceRunoffThreat":{"type":"boolean"},"includesLightAudits":{"type":"boolean"},"includesPublicBuildings":{"type":"boolean"},"includesTorrentialSwellingThreat":{"type":"boolean"},"includesGroundwaterFloodingThreat":{"type":"boolean"},"includesWebappAudit":{"type":"boolean"},"includesUpdateAudits":{"type":"boolean"},"agglomerationRefund":{"type":"boolean"},"departmentRefund":{"type":"boolean"},"regionRefund":{"type":"boolean"},"stateRefund":{"type":"boolean"},"cityRefund":{"type":"boolean"},"startDate":{"type":"string","format":"date-time","nullable":true},"currentPhase":{"type":"boolean"},"sendAdaptationReminderEmail":{"default":true,"example":true,"type":"boolean"},"layerStyle":{"type":"string","nullable":true},"aleaLayers":{"type":"string","nullable":true},"hasPrivateIndividualAccess":{"type":"boolean"}}},"Program.ProgramPublicDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":"string","nullable":true},"uri":{"type":"string","nullable":true},"baseCardUrl":{"type":"string","nullable":true},"registrationUrl":{"type":"string","nullable":true},"theme":{"anyOf":[{"$ref":"#\/components\/schemas\/Theme"}],"nullable":true},"latRef":{"type":"string"},"lngRef":{"type":"string"},"mapZoom":{"type":"string"},"isAutodiag":{"type":"boolean"},"notEligibleText":{"type":"string"},"eligibleText":{"type":"array","items":{"type":"string"},"nullable":true},"isArtisan":{"type":"boolean"},"publicSiteUrl":{"type":"string","nullable":true},"gcuUrl":{"type":"string","nullable":true},"measureMandatoryLabel":{"type":"string","nullable":true},"measureRecommendedLabel":{"type":"string","nullable":true},"hasPrivateIndividualAccess":{"type":"boolean"},"templateMode":{"type":"string"},"nullEligibleText":{"type":"string"},"borderRadius":{"type":"number"},"titleFontFamily":{"type":"string","nullable":true},"generalConditionsUrl":{"type":"string","nullable":true},"onlyBeneficiaryConnect":{"type":"boolean"},"onlyForEligible":{"type":"boolean"},"startDate":{"type":"string","format":"date-time","nullable":true},"contacts":{"type":"array","items":{"$ref":"#\/components\/schemas\/KeyValue"}},"townships":{"type":"array","items":{"$ref":"#\/components\/schemas\/TownshipListOutput"}},"features":{"type":"array","items":{"$ref":"#\/components\/schemas\/FeatureTypeOutput"}},"naturalRisks":{"type":"array","items":{"$ref":"#\/components\/schemas\/NaturalRiskOutput"}},"buildingTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/BuildingTypeOutput"}},"fundings":{"type":"array","items":{"$ref":"#\/components\/schemas\/BuildingTypeOutput"}},"publicSteps":{"type":"array","items":{"$ref":"#\/components\/schemas\/PublicStepOutput"}},"measureCategories":{"type":"array","items":{"type":"string"}},"autodiagSteps":{"type":"array","items":{"$ref":"#\/components\/schemas\/AutodiagChapterOutput"}}}},"Program.ProgramPutInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"latRef":{"type":"string"},"lngRef":{"type":"string"},"uri":{"type":"string","nullable":true},"logoUrl":{"type":"string"},"gcuUrl":{"type":"string"},"registrationUrl":{"type":"string","nullable":true},"baseCardUrl":{"type":"string","nullable":true},"theme":{"type":"array","items":{"type":"string"},"nullable":true},"publicSteps":{"type":"array","items":{"type":"string"},"nullable":true},"autodiagSteps":{"type":"array","items":{"type":"string"},"nullable":true},"notEligibleText":{"type":"string","nullable":true},"eligibleText":{"type":"array","items":{"type":"string"},"nullable":true},"emailConfiguration":{"type":"array","items":{"type":"string"},"nullable":true},"contact":{"type":"array","items":{"type":"string"},"nullable":true},"isAutodiag":{"type":"boolean"},"isEligibilityPrecise":{"type":"boolean"},"eligibilityType":{"type":"boolean"},"startDate":{"type":"string","format":"date-time","nullable":true},"isArtisan":{"type":"boolean","nullable":true},"isDedicatedArtisan":{"type":"boolean","nullable":true},"emailSignature":{"type":"string","nullable":true},"publicSiteUrl":{"type":"string","nullable":true},"hasPrivateIndividualAccess":{"type":"boolean"}}},"PropertyDetailsBean":{"type":"object","description":"","properties":{"address":{"type":"string"},"typeHousing":{"type":"string","nullable":true},"annexes":{"type":"array","items":{"type":"string"}},"basements":{"type":"array","items":{"type":"string"}},"plots":{"type":"array","items":{"type":"string"}},"plotUrl":{"type":"string"},"diagnosticReportId":{"type":"integer","nullable":true},"propertyExposition":{"anyOf":[{"$ref":"#\/components\/schemas\/PropertyExpositionBean"}],"nullable":true}}},"PropertyExpositionBean":{"type":"object","description":"","properties":{"risks":{"type":"array","items":{"$ref":"#\/components\/schemas\/NaturalRiskBean"}},"picturePPRiZone":{"type":"string","nullable":true}}},"PublicStepOutput":{"type":"object","description":"","properties":{"title":{"type":"string"},"description":{"type":"string"}}},"QuestionParametersDTO":{"type":"object","description":"","properties":{"length":{"description":"maximum length allowed for this response.","type":"integer","nullable":true},"maxAllowed":{"description":"maximum number of response allowed.","type":"integer","nullable":true},"min":{"description":"minimal value for a given response type.","type":"string","nullable":true},"description":{"description":"maximum number of response allowed.","type":"string","nullable":true},"shortLabel":{"description":"maximum number of response allowed.","type":"string","nullable":true},"unit":{"description":"maximum number of response allowed.","type":"string","nullable":true},"typeLabel":{"type":"string","nullable":true},"max":{"description":"maximal value for a given response type.","type":"string","nullable":true},"maxPrecision":{"description":"maximal precision allowed for this response.","type":"integer","nullable":true},"placeholder":{"description":"placeholder for input field","type":"string","nullable":true},"displayMode":{"description":"adds a display modification for the field (ex: integer:many)","type":"string","nullable":true},"imgUrl":{"description":"for explication","type":"string","nullable":true},"imgDescription":{"description":"for explication","type":"string","nullable":true},"isMultiple":{"description":"either the response is single, or can be multiple","type":"boolean"},"mandatory":{"default":true,"example":true,"type":"boolean"},"selectPlusValueType":{"description":"adds a value type for the select plus field","type":"string","nullable":true}}},"Quiz":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Quiz.","type":"integer"},"user":{"type":"string","format":"iri-reference","nullable":true},"building":{"type":"string","format":"iri-reference","nullable":true},"program":{"type":"string","format":"iri-reference","nullable":true},"participationId":{"type":"string","nullable":true},"participationKey":{"type":"string","nullable":true},"currentParticipationId":{"type":"string","nullable":true},"currentParticipationKey":{"type":"string","nullable":true},"survey":{"type":"string","nullable":true},"result":{"type":"array","items":{"type":"string"},"nullable":true},"answers":{"type":"array","items":{"type":"string"},"nullable":true},"summary":{"type":"array","items":{"type":"string"},"nullable":true},"isFinalized":{"description":"Get the value of isFinalized","type":"boolean"},"finalizedDate":{"description":"Get the value of finalizedDate","type":"string","format":"date-time","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"}}},"Quiz.ParticipationAnswerInput":{"type":"object","description":"","properties":{"answers":{"description":"answers to a question.","type":"array","items":{"type":"string"}},"answersLabel":{"description":"answers to a question.","type":"array","items":{"type":"string"}}}},"Quiz.ParticipationCurrentQuestionOutput":{"type":"object","description":"","properties":{"label":{"description":"label (e.g. title) of the question.","type":"string"},"field":{"type":"string","nullable":true},"chapterName":{"type":"string","nullable":true},"educationalSheet":{"anyOf":[{"$ref":"#\/components\/schemas\/EducationalSheetDetailsOutput"}],"nullable":true},"description":{"description":"description text of the question.","type":"string","nullable":true},"mediaUrl":{"description":"URL of the media linked to the question.","type":"string","nullable":true},"type":{"description":"type of the question.","type":"string"},"number":{"type":"integer"},"nbQuestions":{"type":"integer","nullable":true},"parameters":{"description":"parameters linked to the answering format.","$ref":"#\/components\/schemas\/QuestionParametersDTO"},"possibleAnswers":{"description":"possible answers for this question. Note: this array can be empty.","type":"array","items":{"$ref":"#\/components\/schemas\/KeyValuePairDTO"}}}},"Quiz.QuizDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"answers":{"$ref":"#\/components\/schemas\/AnswerDetailsOutput"},"isFinalized":{"type":"boolean"},"building":{"$ref":"#\/components\/schemas\/BuildingDetailsOutput"}}},"Quiz.QuizListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Quiz.QuizPostInput":{"type":"object","description":"","properties":{"surveyName":{"type":"string"},"user":{"type":"string","format":"iri-reference"},"building":{"type":"string","format":"iri-reference"}}},"Quiz.QuizPutInput":{"type":"object","description":""},"Refpoint":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Refpoint.","type":"integer"},"address":{"type":"string","format":"iri-reference","nullable":true},"building":{"type":"string","format":"iri-reference","nullable":true},"viewMap":{"type":"string","format":"iri-reference","nullable":true},"linkToRefPoint":{"type":"string","format":"iri-reference","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"altitude":{"type":"number","nullable":true},"waterHeight":{"type":"number","nullable":true},"difWithLink":{"type":"number","nullable":true},"sidSource":{"type":"string","nullable":true},"latSource":{"type":"string","nullable":true},"lngSource":{"type":"string","nullable":true},"point":{"type":"string","nullable":true},"name":{"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"}}},"Refpoint.RefpointDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"viewMap":{"type":"string","nullable":true},"altitude":{"type":"number","nullable":true},"propertyType":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"name":{"type":"string","nullable":true}}},"Refpoint.RefpointListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Refpoint.RefpointPostInput":{"type":"object","description":"","properties":{"projectionType":{"type":"string"},"lat":{"type":"string"},"programId":{"type":"string"},"lng":{"type":"string"},"addressId":{"type":"integer","nullable":true}}},"Refpoint.RefpointPutInput":{"type":"object","description":""},"RefpointDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"viewMap":{"type":"string","nullable":true},"altitude":{"type":"number","nullable":true},"propertyType":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"name":{"type":"string","nullable":true}}},"StepBean":{"type":"object","description":"","properties":{"id":{"type":"string","nullable":true},"textInfo":{"type":"string","nullable":true},"textWarning":{"type":"string","nullable":true},"measureWarning":{"type":"string","nullable":true}}},"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"},"places":{"description":"Get the value of places","type":"array","items":{"type":"string"},"nullable":true},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramTownship"}},"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"}}},"Township.TownshipPostInput":{"type":"object","description":""},"Township.TownshipPutInput":{"type":"object","description":""},"TownshipListOutput":{"type":"object","description":"","properties":{"inseeCode":{"type":"string"},"postalCode":{"type":"string"},"name":{"type":"string"}}},"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":"Login of the user.","type":"integer"},"checkCode":{"type":"string","nullable":true},"password":{"description":"The hashed password.","type":"string"},"diagPersonId":{"type":"string","nullable":true},"userType":{"default":"individual","example":"individual","type":"string"},"diagPersonKey":{"type":"string","nullable":true},"contact":{"type":"string","format":"iri-reference","nullable":true},"program":{"type":"string","format":"iri-reference","nullable":true},"siren":{"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"},"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.UserDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time"}}},"User.UserListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"userConnected":{"type":"boolean"}}},"User.UserPostInput":{"type":"object","description":"","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"program":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"userType":{"type":"string"},"siren":{"type":"string","nullable":true},"eligibilityId":{"type":"integer","nullable":true},"propertyRelationshipType":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true},"yearFlood":{"type":"integer","nullable":true},"address":{"$ref":"#\/components\/schemas\/AddressPostInput"}}},"User.UserPutInput":{"type":"object","description":"","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phoneNumber":{"type":"string","nullable":true}}},"UserBo":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the user.","type":"integer"},"email":{"minLength":2,"maxLength":180,"format":"email","description":"Email address of the user.","externalDocs":{"url":"http:\/\/schema.org\/email"},"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"},"phone":{"type":"string","nullable":true},"notificationContactId":{"type":"string","nullable":true},"roles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"waitingRoles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"password":{"description":"The hashed password.","type":"string"},"codeCheckTry":{"description":"Login of the user.","type":"integer"},"emailCheck":{"type":"boolean"},"reinitCheck":{"type":"boolean"},"checkCode":{"type":"string","nullable":true},"mobilePhone":{"type":"string","nullable":true},"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"},"salt":{"readOnly":true,"description":"Returns the salt that was originally used to encode the password.","type":"string","nullable":true},"username":{"readOnly":true,"type":"string"},"userIdentifier":{"readOnly":true,"type":"string"},"deleted":{"readOnly":true,"type":"boolean"}},"required":["email","codeCheckTry"]},"UserBo.UserBoDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"roles":{"type":"array","items":{"type":"string"}}}},"UserBo.UserBoListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"roles":{"type":"array","items":{"type":"string"}}}},"UserBo.UserBoPostInput":{"type":"object","description":"","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"password":{"type":"string","nullable":true},"roles":{"type":"array","items":{"type":"string"}},"programsRights":{"type":"array","items":{"type":"string"},"nullable":true}}},"UserBo.UserBoPutInput":{"type":"object","description":"","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"title":{"type":"string"},"roles":{"type":"array","items":{"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}}},"XDiagnosticMeasureType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XDiagnosticMeasureType.","type":"integer"},"diagnostic":{"type":"string","format":"iri-reference"},"measureType":{"type":"string","format":"iri-reference"},"document":{"type":"string","format":"iri-reference","nullable":true},"isMandatory":{"type":"boolean"},"source":{"type":"string"},"cost":{"type":"string"},"fundingRate":{"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"}}},"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},"providesFinancing":{"description":"Get the value of providesFinancing","default":true,"example":true,"type":"boolean"},"open":{"description":"Get the value of open","default":true,"example":true,"type":"boolean"},"nbPlotEligible":{"description":"Get the value of nbPlotEligible","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"}}},"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":"admin"},"password":{"type":"string","example":"admin"}}},"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":[]}