{"openapi":"3.0.0","info":{"title":"Mayane - admin case","description":"","version":"0.0.1"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/abandonment-reasons":{"get":{"operationId":"getAbandonmentReasonCollection","tags":["AbandonmentReason"],"responses":{"200":{"description":"AbandonmentReason collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AbandonmentReason.AbandonmentReasonListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/AbandonmentReason.AbandonmentReasonListOutput"}}}}}},"summary":"Retrieves the collection of AbandonmentReason resources.","description":"Retrieves the collection of AbandonmentReason 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":"postAbandonmentReasonCollection","tags":["AbandonmentReason"],"responses":{"201":{"description":"AbandonmentReason resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AbandonmentReason.AbandonmentReasonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AbandonmentReason.AbandonmentReasonDetailsOutput"}}},"links":{"GetAbandonmentReasonItem":{"operationId":"getAbandonmentReasonItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/abandonment-reasons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a AbandonmentReason resource.","description":"Creates a AbandonmentReason resource.","parameters":[],"requestBody":{"description":"The new AbandonmentReason resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AbandonmentReason.AbandonmentReasonPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AbandonmentReason.AbandonmentReasonPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/abandonment-reasons\/{id}":{"get":{"operationId":"getAbandonmentReasonItem","tags":["AbandonmentReason"],"responses":{"200":{"description":"AbandonmentReason resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AbandonmentReason.AbandonmentReasonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AbandonmentReason.AbandonmentReasonDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a AbandonmentReason resource.","description":"Retrieves a AbandonmentReason 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":"putAbandonmentReasonItem","tags":["AbandonmentReason"],"responses":{"200":{"description":"AbandonmentReason resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AbandonmentReason.AbandonmentReasonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AbandonmentReason.AbandonmentReasonDetailsOutput"}}},"links":{"GetAbandonmentReasonItem":{"operationId":"getAbandonmentReasonItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/abandonment-reasons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the AbandonmentReason resource.","description":"Replaces the AbandonmentReason 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 AbandonmentReason resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AbandonmentReason.AbandonmentReasonPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/AbandonmentReason.AbandonmentReasonPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAbandonmentReasonItem","tags":["AbandonmentReason"],"responses":{"204":{"description":"AbandonmentReason resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the AbandonmentReason resource.","description":"Removes the AbandonmentReason 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\/addresses":{"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\/addresses\/{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\/addresses\/{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\/addresses\/{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\/admin\/layers\/program\/{programId}":{"get":{"operationId":"get_adminLayerCollection","tags":["Layer"],"responses":{"200":{"description":"Layer collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Layer.LayerGroupAdminListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Layer.LayerGroupAdminListOutput"}}}}}},"summary":"Retrieves the collection of Layer resources.","description":"Retrieves the collection of Layer resources.","parameters":[{"name":"programId","in":"path","description":"program Id","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/admin\/layers\/{id}":{"get":{"operationId":"getLayerItem","tags":["Layer"],"responses":{"200":{"description":"Layer resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Layer.LayerAdminDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Layer.LayerAdminDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Layer resource.","description":"Retrieves a Layer 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":{"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},{"name":"filter_state","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"filter_program","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"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.ArtisanSiretPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Artisan.ArtisanSiretPostInput"}}},"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":"filter_program","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":"artisanId","in":"path","description":"artisan identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"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":"artisanId","in":"path","description":"artisan identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"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},"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":"artisanId","in":"path","description":"artisan identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"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\/eligibility-url\/generate":{"ref":"Url Eligibility","post":{"operationId":"","tags":["Token"],"responses":{"200":{"description":"Get Url to access eligibility","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Url"}}}}},"summary":"Get Url to access eligibility","description":"Get Url to access eligibility","parameters":[],"requestBody":{"description":"Generate url eligibility","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials_ProgramUrl"}}},"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\/reinit-password\/request":{"ref":"reinitPasswordRequest","post":{"operationId":"reinitPasswordRequest","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token for reinit password","description":"Get JWT token for reinit password","parameters":[],"requestBody":{"description":"Get JWT token for reinit password.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/reinitPasswordRequest"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/reinit-password\/validate":{"ref":"reinitPasswordValidate","post":{"operationId":"reinitPasswordValidate","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token after reinit password.","description":"Get JWT token after reinit password.","parameters":[],"requestBody":{"description":"Get JWT token after reinit password.","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/reinitPasswordValidate"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/territory-url\/generate":{"ref":"Url Territoire","post":{"operationId":"","tags":["Token"],"responses":{"200":{"description":"Get Url to access territoire","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Url"}}}}},"summary":"Get Url to access territoire","description":"Get Url to access territoire","parameters":[],"requestBody":{"description":"Generate url territoire","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials_ProgramUrl"}}},"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\/billing-categories":{"get":{"operationId":"getBillingCategoryCollection","tags":["BillingCategory"],"responses":{"200":{"description":"BillingCategory collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BillingCategory.BillingCategoryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BillingCategory.BillingCategoryListOutput"}}}}}},"summary":"Retrieves the collection of BillingCategory resources.","description":"Retrieves the collection of BillingCategory 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":"postBillingCategoryCollection","tags":["BillingCategory"],"responses":{"201":{"description":"BillingCategory resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingCategory.BillingCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingCategory.BillingCategoryDetailsOutput"}}},"links":{"GetBillingCategoryItem":{"operationId":"getBillingCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/billing-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a BillingCategory resource.","description":"Creates a BillingCategory resource.","parameters":[],"requestBody":{"description":"The new BillingCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingCategory.BillingCategoryPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingCategory.BillingCategoryPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/billing-categories\/{id}":{"get":{"operationId":"getBillingCategoryItem","tags":["BillingCategory"],"responses":{"200":{"description":"BillingCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingCategory.BillingCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingCategory.BillingCategoryDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a BillingCategory resource.","description":"Retrieves a BillingCategory 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":"putBillingCategoryItem","tags":["BillingCategory"],"responses":{"200":{"description":"BillingCategory resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingCategory.BillingCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingCategory.BillingCategoryDetailsOutput"}}},"links":{"GetBillingCategoryItem":{"operationId":"getBillingCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/billing-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the BillingCategory resource.","description":"Replaces the BillingCategory 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 BillingCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BillingCategory.BillingCategoryPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/BillingCategory.BillingCategoryPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBillingCategoryItem","tags":["BillingCategory"],"responses":{"204":{"description":"BillingCategory resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the BillingCategory resource.","description":"Removes the BillingCategory 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\/cases\/private-access\/{email}\/program\/{programId}":{"get":{"operationId":"get_private_accessContactCollection","tags":["Contact"],"responses":{"200":{"description":"Contact collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Contact.CasePrivateAccessListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Contact.CasePrivateAccessListOutput"}}}}}},"summary":"Retrieves the collection of Contact resources.","description":"Retrieves the collection of Contact resources.","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":"programId","in":"path","description":"id program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/closing-reasons":{"get":{"operationId":"getClosingReasonCollection","tags":["ClosingReason"],"responses":{"200":{"description":"ClosingReason collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ClosingReason.ClosingReasonListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ClosingReason.ClosingReasonListOutput"}}}}}},"summary":"Retrieves the collection of ClosingReason resources.","description":"Retrieves the collection of ClosingReason 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":"postClosingReasonCollection","tags":["ClosingReason"],"responses":{"201":{"description":"ClosingReason resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ClosingReason.ClosingReasonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ClosingReason.ClosingReasonDetailsOutput"}}},"links":{"GetClosingReasonItem":{"operationId":"getClosingReasonItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/closing-reasons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ClosingReason resource.","description":"Creates a ClosingReason resource.","parameters":[],"requestBody":{"description":"The new ClosingReason resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ClosingReason.ClosingReasonPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ClosingReason.ClosingReasonPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/closing-reasons\/{id}":{"get":{"operationId":"getClosingReasonItem","tags":["ClosingReason"],"responses":{"200":{"description":"ClosingReason resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ClosingReason.ClosingReasonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ClosingReason.ClosingReasonDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ClosingReason resource.","description":"Retrieves a ClosingReason 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":"putClosingReasonItem","tags":["ClosingReason"],"responses":{"200":{"description":"ClosingReason resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ClosingReason.ClosingReasonDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ClosingReason.ClosingReasonDetailsOutput"}}},"links":{"GetClosingReasonItem":{"operationId":"getClosingReasonItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/closing-reasons\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ClosingReason resource.","description":"Replaces the ClosingReason 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 ClosingReason resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ClosingReason.ClosingReasonPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ClosingReason.ClosingReasonPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteClosingReasonItem","tags":["ClosingReason"],"responses":{"204":{"description":"ClosingReason resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ClosingReason resource.","description":"Removes the ClosingReason 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\/companies":{"get":{"operationId":"getCompanyCollection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.CompanyListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.CompanyListOutput"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company 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":"postCompanyCollection","tags":["Company"],"responses":{"201":{"description":"Company resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}}},"links":{"GetCompanyItem":{"operationId":"getCompanyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/companies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Company resource.","description":"Creates a Company resource.","parameters":[],"requestBody":{"description":"The new Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/companies\/{id}":{"get":{"operationId":"getCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Company resource.","description":"Retrieves a Company 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":"putCompanyItem","tags":["Company"],"responses":{"200":{"description":"Company resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyDetailsOutput"}}},"links":{"GetCompanyItem":{"operationId":"getCompanyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/companies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Company resource.","description":"Replaces the Company 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 Company resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteCompanyItem","tags":["Company"],"responses":{"204":{"description":"Company resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Company resource.","description":"Removes the Company 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\/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\/{email}\/program\/{programId}":{"get":{"operationId":"get_exist_for_programContactItem","tags":["Contact"],"responses":{"200":{"description":"Contact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactPrivateAccessOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactPrivateAccessOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Contact resource.","description":"Retrieves a Contact 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":"programId","in":"path","description":"id program","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"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\/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-cases":{"get":{"operationId":"getDiagCaseCollection","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseListOutput"}}}}}},"summary":"Retrieves the collection of DiagCase resources.","description":"Retrieves the collection of DiagCase resources.","parameters":[{"name":"filter_inseeCode","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"filter_type","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"filter_habitation","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"filter_typology","in":"query","description":"typologie du bien","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"filter_epci","in":"query","description":"typologie du bien","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"filter_case_step","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"filter_state","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"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 ads 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":"postDiagCaseCollection","tags":["DiagCase"],"responses":{"201":{"description":"DiagCase resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseDetailsOutput"}}},"links":{"GetDiagCaseItem":{"operationId":"getDiagCaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-cases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DiagCase resource.","description":"Creates a DiagCase resource.","parameters":[],"requestBody":{"description":"The new DiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCasePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCasePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-cases\/appointment-details\/{id}":{"get":{"operationId":"get_appointment_detailsDiagCaseItem","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseAppointmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseAppointmentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DiagCase resource.","description":"Retrieves a DiagCase 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":"put_appointmentDiagCaseItem","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseAppointmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseAppointmentDetailsOutput"}}},"links":{"GetDiagCaseItem":{"operationId":"getDiagCaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-cases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DiagCase resource.","description":"Replaces the DiagCase 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 DiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseAppointmentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseAppointmentPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-cases\/details\/{id}":{"get":{"operationId":"get_fullDiagCaseItem","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DiagCase resource.","description":"Retrieves a DiagCase 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-cases\/on-appointment":{"post":{"operationId":"post_on_appointmentDiagCaseCollection","tags":["DiagCase"],"responses":{"201":{"description":"DiagCase resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseDetailsOutput"}}},"links":{"GetDiagCaseItem":{"operationId":"getDiagCaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-cases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DiagCase resource.","description":"Creates a DiagCase resource.","parameters":[],"requestBody":{"description":"The new DiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseOnAppointmentPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseOnAppointmentPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-cases\/private-access\/{id}\/email\/{email}":{"get":{"operationId":"get_private_accessDiagCaseItem","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCasePrivateAccessDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCasePrivateAccessDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DiagCase resource.","description":"Retrieves a DiagCase 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":"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-cases\/synchro":{"get":{"operationId":"get_synchroDiagCaseCollection","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseSynchroDetailsOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseSynchroDetailsOutput"}}}}}},"summary":"Retrieves the collection of DiagCase resources.","description":"Retrieves the collection of DiagCase resources.","parameters":[{"name":"new_measurment","in":"query","description":"send new measurments.","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"beginDate","in":"query","description":"d\u00e9but plage","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"endDate","in":"query","description":"fin plage","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\/diag-cases\/{id}":{"get":{"operationId":"getDiagCaseItem","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DiagCase resource.","description":"Retrieves a DiagCase 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":"putDiagCaseItem","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseDetailsOutput"}}},"links":{"GetDiagCaseItem":{"operationId":"getDiagCaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-cases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DiagCase resource.","description":"Replaces the DiagCase 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 DiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCasePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCasePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDiagCaseItem","tags":["DiagCase"],"responses":{"204":{"description":"DiagCase resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the DiagCase resource.","description":"Removes the DiagCase 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-cases\/{id}\/add-dfm":{"put":{"operationId":"put_add_dfmDiagCaseItem","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseDetailsOutput"}}},"links":{"GetDiagCaseItem":{"operationId":"getDiagCaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-cases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DiagCase resource.","description":"Replaces the DiagCase 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 DiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.VoidInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.VoidInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-cases\/{id}\/documents":{"get":{"operationId":"get_documentDiagCaseCollection","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagCase.DocumentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagCase.DocumentListOutput"}}}}}},"summary":"Retrieves the collection of DiagCase resources.","description":"Retrieves the collection of DiagCase resources.","parameters":[{"name":"id","in":"path","description":"diagcase identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"document_type","in":"query","description":"output document type","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\/diag-cases\/{id}\/eligible-measures":{"get":{"operationId":"get_measure_typeDiagCaseCollection","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagCase.EligibleMeasureOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagCase.EligibleMeasureOutput"}}}}}},"summary":"Retrieves the collection of DiagCase resources.","description":"Retrieves the collection of DiagCase resources.","parameters":[{"name":"id","in":"path","description":"diagcase identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"filter_measure_organisation","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"filter_measure_organisation","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/diag-cases\/{id}\/generate-diagnostic-report":{"get":{"operationId":"get_generate_report_diagCaseDiagCaseItem","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.ResultOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DiagCase resource.","description":"Retrieves a DiagCase resource.","parameters":[{"name":"document_type","in":"query","description":"output document type","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"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-cases\/{id}\/pictures":{"get":{"operationId":"get_picturesDiagCaseCollection","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagCase.DiagCasePictureListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagCase.DiagCasePictureListOutput"}}}}}},"summary":"Retrieves the collection of DiagCase resources.","description":"Retrieves the collection of DiagCase resources.","parameters":[{"name":"id","in":"path","description":"diagcase identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/diag-cases\/{id}\/status":{"put":{"operationId":"put_statusDiagCaseItem","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseDetailsOutput"}}},"links":{"GetDiagCaseItem":{"operationId":"getDiagCaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-cases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DiagCase resource.","description":"Replaces the DiagCase 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 DiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCasePutStatusInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCasePutStatusInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-cases\/{id}\/synchro":{"get":{"operationId":"get_synchroDiagCaseItem","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseSynchroDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseSynchroDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DiagCase resource.","description":"Retrieves a DiagCase 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":"put_synchroDiagCaseItem","tags":["DiagCase"],"responses":{"200":{"description":"DiagCase resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseSynchroDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseSynchroDetailsOutput"}}},"links":{"GetDiagCaseItem":{"operationId":"getDiagCaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-cases\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DiagCase resource.","description":"Replaces the DiagCase 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 DiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseSynchroPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagCase.DiagCaseSynchroPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-funding-managements":{"get":{"operationId":"getDiagFundingManagementCollection","tags":["DiagFundingManagement"],"responses":{"200":{"description":"DiagFundingManagement collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementListOutput"}}}}}},"summary":"Retrieves the collection of DiagFundingManagement resources.","description":"Retrieves the collection of DiagFundingManagement 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":"postDiagFundingManagementCollection","tags":["DiagFundingManagement"],"responses":{"201":{"description":"DiagFundingManagement resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementDetailsOutput"}}},"links":{"GetDiagFundingManagementItem":{"operationId":"getDiagFundingManagementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-funding-managements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DiagFundingManagement resource.","description":"Creates a DiagFundingManagement resource.","parameters":[],"requestBody":{"description":"The new DiagFundingManagement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-funding-managements\/details\/{id}":{"get":{"operationId":"get_fullDiagFundingManagementItem","tags":["DiagFundingManagement"],"responses":{"200":{"description":"DiagFundingManagement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementFullDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementFullDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DiagFundingManagement resource.","description":"Retrieves a DiagFundingManagement 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-managements\/private-access\/{id}\/email\/{email}":{"get":{"operationId":"get_private_accessDiagFundingManagementItem","tags":["DiagFundingManagement"],"responses":{"200":{"description":"DiagFundingManagement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementPrivateAccessDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementPrivateAccessDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DiagFundingManagement resource.","description":"Retrieves a DiagFundingManagement 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":"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-managements\/with-diag-case":{"post":{"operationId":"post_with_diag_caseDiagFundingManagementCollection","tags":["DiagFundingManagement"],"responses":{"201":{"description":"DiagFundingManagement resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementDetailsOutput"}}},"links":{"GetDiagFundingManagementItem":{"operationId":"getDiagFundingManagementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-funding-managements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DiagFundingManagement resource.","description":"Creates a DiagFundingManagement resource.","parameters":[],"requestBody":{"description":"The new DiagFundingManagement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementDiagCasePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementDiagCasePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-funding-managements\/{id}":{"get":{"operationId":"getDiagFundingManagementItem","tags":["DiagFundingManagement"],"responses":{"200":{"description":"DiagFundingManagement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DiagFundingManagement resource.","description":"Retrieves a DiagFundingManagement 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":"putDiagFundingManagementItem","tags":["DiagFundingManagement"],"responses":{"200":{"description":"DiagFundingManagement resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementFullDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementFullDetailsOutput"}}},"links":{"GetDiagFundingManagementItem":{"operationId":"getDiagFundingManagementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-funding-managements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DiagFundingManagement resource.","description":"Replaces the DiagFundingManagement 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 DiagFundingManagement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementFullPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementFullPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDiagFundingManagementItem","tags":["DiagFundingManagement"],"responses":{"204":{"description":"DiagFundingManagement resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the DiagFundingManagement resource.","description":"Removes the DiagFundingManagement 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-managements\/{id}\/documents":{"get":{"operationId":"get_documentDiagFundingManagementCollection","tags":["DiagFundingManagement"],"responses":{"200":{"description":"DiagFundingManagement collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DocumentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DocumentListOutput"}}}}}},"summary":"Retrieves the collection of DiagFundingManagement resources.","description":"Retrieves the collection of DiagFundingManagement resources.","parameters":[{"name":"id","in":"path","description":"funding management identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"document_type","in":"query","description":"type de document","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\/diag-funding-managements\/{id}\/funding":{"put":{"operationId":"put_fundingDiagFundingManagementItem","tags":["DiagFundingManagement"],"responses":{"200":{"description":"DiagFundingManagement resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementFullDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementFullDetailsOutput"}}},"links":{"GetDiagFundingManagementItem":{"operationId":"getDiagFundingManagementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-funding-managements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DiagFundingManagement resource.","description":"Replaces the DiagFundingManagement 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 DiagFundingManagement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-funding-managements\/{id}\/status":{"put":{"operationId":"put_statusDiagFundingManagementItem","tags":["DiagFundingManagement"],"responses":{"200":{"description":"DiagFundingManagement resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementFullDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementFullDetailsOutput"}}},"links":{"GetDiagFundingManagementItem":{"operationId":"getDiagFundingManagementItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-funding-managements\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DiagFundingManagement resource.","description":"Replaces the DiagFundingManagement 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 DiagFundingManagement resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementPutStatusInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingManagement.DiagFundingManagementPutStatusInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-funding-measures":{"get":{"operationId":"getDiagFundingMeasureCollection","tags":["DiagFundingMeasure"],"responses":{"200":{"description":"DiagFundingMeasure collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.DiagFundingMeasureListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.DiagFundingMeasureListOutput"}}}}}},"summary":"Retrieves the collection of DiagFundingMeasure resources.","description":"Retrieves the collection of DiagFundingMeasure 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":"postDiagFundingMeasureCollection","tags":["DiagFundingMeasure"],"responses":{"201":{"description":"DiagFundingMeasure resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.DiagFundingMeasureDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.DiagFundingMeasureDetailsOutput"}}},"links":{"GetDiagFundingMeasureItem":{"operationId":"getDiagFundingMeasureItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-funding-measures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DiagFundingMeasure resource.","description":"Creates a DiagFundingMeasure resource.","parameters":[],"requestBody":{"description":"The new DiagFundingMeasure resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.DiagFundingMeasureInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.DiagFundingMeasureInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-funding-measures\/document":{"post":{"operationId":"post_link_document_multipartDiagFundingMeasureCollection","tags":["DiagFundingMeasure"],"responses":{"201":{"description":"DiagFundingMeasure resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.ResultOutput"}}},"links":{"GetDiagFundingMeasureItem":{"operationId":"getDiagFundingMeasureItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-funding-measures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"add document on funding measure","description":"Creates a DiagFundingMeasure resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"measureId":{"type":"string","required":true},"type":{"type":"string","required":true},"description":{"description":"string","required":false}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/diag-funding-measures\/private-access\/{email}\/link-document\/{measureId}\/{type}":{"post":{"operationId":"post_private_access_link_document_multipartDiagFundingMeasureCollection","tags":["DiagFundingMeasure"],"responses":{"201":{"description":"DiagFundingMeasure resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.ResultOutput"}}},"links":{"GetDiagFundingMeasureItem":{"operationId":"getDiagFundingMeasureItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-funding-measures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"add document on funding measure - private access","description":"Creates a DiagFundingMeasure 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\/diag-funding-measures\/{id}":{"get":{"operationId":"getDiagFundingMeasureItem","tags":["DiagFundingMeasure"],"responses":{"200":{"description":"DiagFundingMeasure resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.DiagFundingMeasureDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.DiagFundingMeasureDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DiagFundingMeasure resource.","description":"Retrieves a DiagFundingMeasure 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":"putDiagFundingMeasureItem","tags":["DiagFundingMeasure"],"responses":{"200":{"description":"DiagFundingMeasure resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.DiagFundingMeasureDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.DiagFundingMeasureDetailsOutput"}}},"links":{"GetDiagFundingMeasureItem":{"operationId":"getDiagFundingMeasureItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-funding-measures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DiagFundingMeasure resource.","description":"Replaces the DiagFundingMeasure 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 DiagFundingMeasure resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.DiagFundingMeasureInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.DiagFundingMeasureInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDiagFundingMeasureItem","tags":["DiagFundingMeasure"],"responses":{"204":{"description":"DiagFundingMeasure resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the DiagFundingMeasure resource.","description":"Removes the DiagFundingMeasure 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\/{id}\/document\/{documentId}\/linkInvoice":{"put":{"operationId":"put_link_invoiceDiagFundingMeasureItem","tags":["DiagFundingMeasure"],"responses":{"200":{"description":"DiagFundingMeasure resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.ResultOutput"}}},"links":{"GetDiagFundingMeasureItem":{"operationId":"getDiagFundingMeasureItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-funding-measures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DiagFundingMeasure resource.","description":"Replaces the DiagFundingMeasure resource.","parameters":[{"name":"documentId","in":"path","description":"document to link","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"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 DiagFundingMeasure resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.VoidInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.VoidInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-funding-measures\/{id}\/document\/{documentId}\/linkInvoiceAcquitted":{"put":{"operationId":"put_link_invoiced_AcquittedDiagFundingMeasureItem","tags":["DiagFundingMeasure"],"responses":{"200":{"description":"DiagFundingMeasure resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.ResultOutput"}}},"links":{"GetDiagFundingMeasureItem":{"operationId":"getDiagFundingMeasureItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-funding-measures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DiagFundingMeasure resource.","description":"Replaces the DiagFundingMeasure resource.","parameters":[{"name":"documentId","in":"path","description":"document to link","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"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 DiagFundingMeasure resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.VoidInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.VoidInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-funding-measures\/{id}\/document\/{documentId}\/linkQuote":{"put":{"operationId":"put_link_quoteDiagFundingMeasureItem","tags":["DiagFundingMeasure"],"responses":{"200":{"description":"DiagFundingMeasure resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.ResultOutput"}}},"links":{"GetDiagFundingMeasureItem":{"operationId":"getDiagFundingMeasureItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-funding-measures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DiagFundingMeasure resource.","description":"Replaces the DiagFundingMeasure resource.","parameters":[{"name":"documentId","in":"path","description":"document to link","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"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 DiagFundingMeasure resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.VoidInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.VoidInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-funding-measures\/{id}\/document\/{documentId}\/linkQuoteSigned":{"put":{"operationId":"put_link_quote_signedDiagFundingMeasureItem","tags":["DiagFundingMeasure"],"responses":{"200":{"description":"DiagFundingMeasure resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.ResultOutput"}}},"links":{"GetDiagFundingMeasureItem":{"operationId":"getDiagFundingMeasureItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-funding-measures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DiagFundingMeasure resource.","description":"Replaces the DiagFundingMeasure resource.","parameters":[{"name":"documentId","in":"path","description":"document to link","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"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 DiagFundingMeasure resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.VoidInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagFundingMeasure.VoidInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-measures":{"get":{"operationId":"getDiagMeasureCollection","tags":["DiagMeasure"],"responses":{"200":{"description":"DiagMeasure collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagMeasure.DiagMeasureListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagMeasure.DiagMeasureListOutput"}}}}}},"summary":"Retrieves the collection of DiagMeasure resources.","description":"Retrieves the collection of DiagMeasure 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":"postDiagMeasureCollection","tags":["DiagMeasure"],"responses":{"201":{"description":"DiagMeasure resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagMeasure.DiagMeasureDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagMeasure.DiagMeasureDetailsOutput"}}},"links":{"GetDiagMeasureItem":{"operationId":"getDiagMeasureItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-measures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DiagMeasure resource.","description":"Creates a DiagMeasure resource.","parameters":[],"requestBody":{"description":"The new DiagMeasure resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagMeasure.DiagMeasureInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagMeasure.DiagMeasureInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-measures\/{id}":{"get":{"operationId":"getDiagMeasureItem","tags":["DiagMeasure"],"responses":{"200":{"description":"DiagMeasure resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagMeasure.DiagMeasureDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagMeasure.DiagMeasureDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DiagMeasure resource.","description":"Retrieves a DiagMeasure 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":"putDiagMeasureItem","tags":["DiagMeasure"],"responses":{"200":{"description":"DiagMeasure resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagMeasure.DiagMeasureDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagMeasure.DiagMeasureDetailsOutput"}}},"links":{"GetDiagMeasureItem":{"operationId":"getDiagMeasureItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-measures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DiagMeasure resource.","description":"Replaces the DiagMeasure 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 DiagMeasure resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagMeasure.DiagMeasureInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagMeasure.DiagMeasureInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDiagMeasureItem","tags":["DiagMeasure"],"responses":{"204":{"description":"DiagMeasure resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the DiagMeasure resource.","description":"Removes the DiagMeasure 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-tags":{"get":{"operationId":"getDiagTagCollection","tags":["DiagTag"],"responses":{"200":{"description":"DiagTag collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagTag.DiagTagListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagTag.DiagTagListOutput"}}}}}},"summary":"Retrieves the collection of DiagTag resources.","description":"Retrieves the collection of DiagTag 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":"postDiagTagCollection","tags":["DiagTag"],"responses":{"201":{"description":"DiagTag resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagTag.DiagTagDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagTag.DiagTagDetailsOutput"}}},"links":{"GetDiagTagItem":{"operationId":"getDiagTagItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-tags\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DiagTag resource.","description":"Creates a DiagTag resource.","parameters":[],"requestBody":{"description":"The new DiagTag resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagTag.DiagTagPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagTag.DiagTagPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diag-tags\/{id}":{"get":{"operationId":"getDiagTagItem","tags":["DiagTag"],"responses":{"200":{"description":"DiagTag resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagTag.DiagTagDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagTag.DiagTagDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DiagTag resource.","description":"Retrieves a DiagTag 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":"putDiagTagItem","tags":["DiagTag"],"responses":{"200":{"description":"DiagTag resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagTag.DiagTagDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagTag.DiagTagDetailsOutput"}}},"links":{"GetDiagTagItem":{"operationId":"getDiagTagItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diag-tags\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DiagTag resource.","description":"Replaces the DiagTag 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 DiagTag resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiagTag.DiagTagPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DiagTag.DiagTagPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDiagTagItem","tags":["DiagTag"],"responses":{"204":{"description":"DiagTag resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the DiagTag resource.","description":"Removes the DiagTag resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/document-categories":{"get":{"operationId":"getDocumentCategoryCollection","tags":["DocumentCategory"],"responses":{"200":{"description":"DocumentCategory collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentCategory.DocumentCategoryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentCategory.DocumentCategoryListOutput"}}}}}},"summary":"Retrieves the collection of DocumentCategory resources.","description":"Retrieves the collection of DocumentCategory 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":"postDocumentCategoryCollection","tags":["DocumentCategory"],"responses":{"201":{"description":"DocumentCategory resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentCategory.DocumentCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentCategory.DocumentCategoryDetailsOutput"}}},"links":{"GetDocumentCategoryItem":{"operationId":"getDocumentCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/document-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DocumentCategory resource.","description":"Creates a DocumentCategory resource.","parameters":[],"requestBody":{"description":"The new DocumentCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentCategory.DocumentCategoryPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentCategory.DocumentCategoryPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/document-categories\/{id}":{"get":{"operationId":"getDocumentCategoryItem","tags":["DocumentCategory"],"responses":{"200":{"description":"DocumentCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentCategory.DocumentCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentCategory.DocumentCategoryDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DocumentCategory resource.","description":"Retrieves a DocumentCategory 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":"putDocumentCategoryItem","tags":["DocumentCategory"],"responses":{"200":{"description":"DocumentCategory resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentCategory.DocumentCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentCategory.DocumentCategoryDetailsOutput"}}},"links":{"GetDocumentCategoryItem":{"operationId":"getDocumentCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/document-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DocumentCategory resource.","description":"Replaces the DocumentCategory 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 DocumentCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentCategory.DocumentCategoryPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentCategory.DocumentCategoryPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDocumentCategoryItem","tags":["DocumentCategory"],"responses":{"204":{"description":"DocumentCategory resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the DocumentCategory resource.","description":"Removes the DocumentCategory resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/document-types":{"get":{"operationId":"getDocumentTypeCollection","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeListOutput"}}}}}},"summary":"Retrieves the collection of DocumentType resources.","description":"Retrieves the collection of DocumentType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postDocumentTypeCollection","tags":["DocumentType"],"responses":{"201":{"description":"DocumentType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}},"links":{"GetDocumentTypeItem":{"operationId":"getDocumentTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/document-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DocumentType resource.","description":"Creates a DocumentType resource.","parameters":[],"requestBody":{"description":"The new DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/document-types\/{id}":{"get":{"operationId":"getDocumentTypeItem","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DocumentType resource.","description":"Retrieves a DocumentType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDocumentTypeItem","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}},"links":{"GetDocumentTypeItem":{"operationId":"getDocumentTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/document-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DocumentType resource.","description":"Replaces the DocumentType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePutInput"}}},"required":true},"deprecated":false},"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},"parameters":[]},"\/api\/documents\/geopackage":{"post":{"operationId":"post_geopackage_postDocumentCollection","tags":["Document"],"responses":{"201":{"description":"Document resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentGeopackageDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentGeopackageDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"add media on diagcase","description":"Creates a Document resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/documents\/geopackage\/{id}":{"get":{"operationId":"get_geopackageDocumentItem","tags":["Document"],"responses":{"200":{"description":"Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentGeopackageDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentGeopackageDetailsOutput"}}}},"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},"parameters":[]},"\/api\/documents\/media":{"post":{"operationId":"post_mediaDocumentCollection","tags":["Document"],"responses":{"201":{"description":"Document resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"add media on diagcase","description":"Creates a Document resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"diagCaseId":{"diagCaseId":"string","required":false},"diagFundingManagementId":{"diagCaseId":"string","required":false},"programId":{"type":"string","required":false},"refId":{"refId":"string","required":true},"type":{"type":"string","required":true},"sketchId":{"sketchId":"string","required":false},"stakeId":{"stakeId":"string","required":false},"sketchItemId":{"sketchItemId":"string","required":false},"description":{"description":"string","required":false},"name":{"type":"string","required":false},"isDuplicate":{"type":"boolean","required":false}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/documents\/media\/private-access\/{email}\/{caseId}\/{caseType}\/{documentId}":{"delete":{"operationId":"delete_private_documentDocumentItem","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\/documents\/media\/private-access\/{email}\/{caseId}\/{caseType}\/{documentType}":{"post":{"operationId":"post_document_private_accessDocumentCollection","tags":["Document"],"responses":{"201":{"description":"Document resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"add media on diagcase","description":"Creates a Document resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}},"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\/epcis":{"get":{"operationId":"getEpciCollection","tags":["Epci"],"responses":{"200":{"description":"Epci collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Epci.EpciListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Epci.EpciListOutput"}}}}}},"summary":"Retrieves the collection of Epci resources.","description":"Retrieves the collection of Epci resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postEpciCollection","tags":["Epci"],"responses":{"201":{"description":"Epci resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciDetailsOutput"}}},"links":{"GetEpciItem":{"operationId":"getEpciItem","parameters":{"siren":"$response.body#\/siren"},"description":"The `siren` value returned in the response can be used as the `siren` parameter in `GET \/api\/epcis\/{siren}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Epci resource.","description":"Creates a Epci resource.","parameters":[],"requestBody":{"description":"The new Epci resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/epcis\/{siren}":{"get":{"operationId":"getEpciItem","tags":["Epci"],"responses":{"200":{"description":"Epci resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Epci resource.","description":"Retrieves a Epci resource.","parameters":[{"name":"siren","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putEpciItem","tags":["Epci"],"responses":{"200":{"description":"Epci resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciDetailsOutput"}}},"links":{"GetEpciItem":{"operationId":"getEpciItem","parameters":{"siren":"$response.body#\/siren"},"description":"The `siren` value returned in the response can be used as the `siren` parameter in `GET \/api\/epcis\/{siren}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Epci resource.","description":"Replaces the Epci resource.","parameters":[{"name":"siren","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Epci resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Epci.EpciPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/export-datas":{"get":{"operationId":"getExportDataCollection","tags":["ExportData"],"responses":{"200":{"description":"ExportData collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExportData.ExportDataListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExportData.ExportDataListOutput"}}}}}},"summary":"Retrieves the collection of ExportData resources.","description":"Retrieves the collection of ExportData resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postExportDataCollection","tags":["ExportData"],"responses":{"201":{"description":"ExportData resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataDetailsOutput"}}},"links":{"GetExportDataItem":{"operationId":"getExportDataItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/export-datas\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ExportData resource.","description":"Creates a ExportData resource.","parameters":[],"requestBody":{"description":"The new ExportData resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/export-datas\/{id}":{"get":{"operationId":"getExportDataItem","tags":["ExportData"],"responses":{"200":{"description":"ExportData resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ExportData resource.","description":"Retrieves a ExportData resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putExportDataItem","tags":["ExportData"],"responses":{"200":{"description":"ExportData resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataDetailsOutput"}}},"links":{"GetExportDataItem":{"operationId":"getExportDataItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/export-datas\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ExportData resource.","description":"Replaces the ExportData resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ExportData resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ExportData.ExportDataPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteExportDataItem","tags":["ExportData"],"responses":{"204":{"description":"ExportData resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ExportData resource.","description":"Removes the ExportData resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/exports":{"post":{"operationId":"postExportCollection","tags":["Export"],"responses":{"201":{"description":"Export resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Export.ExportDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Export.ExportDetailsOutput"}}},"links":{"GetExportItem":{"operationId":"getExportItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/exports\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Export resource.","description":"Creates a Export resource.","parameters":[],"requestBody":{"description":"The new Export resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Export.ExportPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Export.ExportPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/exports\/{id}":{"get":{"operationId":"getExportItem","tags":["Export"],"responses":{"200":{"description":"Export resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Export.ExportDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Export.ExportDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Export resource.","description":"Retrieves a Export 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\/form-fields":{"get":{"operationId":"getFormFieldCollection","tags":["FormField"],"responses":{"200":{"description":"FormField collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormField.FormFieldListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormField.FormFieldListOutput"}}}}}},"summary":"Retrieves the collection of FormField resources.","description":"Retrieves the collection of FormField 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":"postFormFieldCollection","tags":["FormField"],"responses":{"201":{"description":"FormField resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormField.FormFieldDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FormField.FormFieldDetailsOutput"}}},"links":{"GetFormFieldItem":{"operationId":"getFormFieldItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/form-fields\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a FormField resource.","description":"Creates a FormField resource.","parameters":[],"requestBody":{"description":"The new FormField resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormField.FormFieldPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FormField.FormFieldPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/form-fields\/{id}":{"get":{"operationId":"getFormFieldItem","tags":["FormField"],"responses":{"200":{"description":"FormField resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormField.FormFieldDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FormField.FormFieldDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a FormField resource.","description":"Retrieves a FormField 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":"putFormFieldItem","tags":["FormField"],"responses":{"200":{"description":"FormField resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormField.FormFieldDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FormField.FormFieldDetailsOutput"}}},"links":{"GetFormFieldItem":{"operationId":"getFormFieldItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/form-fields\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the FormField resource.","description":"Replaces the FormField 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 FormField resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormField.FormFieldPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FormField.FormFieldPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteFormFieldItem","tags":["FormField"],"responses":{"204":{"description":"FormField resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the FormField resource.","description":"Removes the FormField 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\/formats-diag-case":{"get":{"operationId":"getFormatDiagCaseCollection","tags":["FormatDiagCase"],"responses":{"200":{"description":"FormatDiagCase collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormatDiagCase.FormatDiagCaseListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormatDiagCase.FormatDiagCaseListOutput"}}}}}},"summary":"Retrieves the collection of FormatDiagCase resources.","description":"Retrieves the collection of FormatDiagCase 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":"postFormatDiagCaseCollection","tags":["FormatDiagCase"],"responses":{"201":{"description":"FormatDiagCase resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormatDiagCase.FormatDiagCaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FormatDiagCase.FormatDiagCaseDetailsOutput"}}},"links":{"GetFormatDiagCaseItem":{"operationId":"getFormatDiagCaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/formats-diag-case\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a FormatDiagCase resource.","description":"Creates a FormatDiagCase resource.","parameters":[],"requestBody":{"description":"The new FormatDiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormatDiagCase.FormatDiagCasePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FormatDiagCase.FormatDiagCasePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/formats-diag-case\/{id}":{"get":{"operationId":"getFormatDiagCaseItem","tags":["FormatDiagCase"],"responses":{"200":{"description":"FormatDiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormatDiagCase.FormatDiagCaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FormatDiagCase.FormatDiagCaseDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a FormatDiagCase resource.","description":"Retrieves a FormatDiagCase 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":"putFormatDiagCaseItem","tags":["FormatDiagCase"],"responses":{"200":{"description":"FormatDiagCase resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormatDiagCase.FormatDiagCaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FormatDiagCase.FormatDiagCaseDetailsOutput"}}},"links":{"GetFormatDiagCaseItem":{"operationId":"getFormatDiagCaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/formats-diag-case\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the FormatDiagCase resource.","description":"Replaces the FormatDiagCase 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 FormatDiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormatDiagCase.FormatDiagCasePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FormatDiagCase.FormatDiagCasePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteFormatDiagCaseItem","tags":["FormatDiagCase"],"responses":{"204":{"description":"FormatDiagCase resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the FormatDiagCase resource.","description":"Removes the FormatDiagCase 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\/funding-types":{"get":{"operationId":"getFundingTypeCollection","tags":["FundingType"],"responses":{"200":{"description":"FundingType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FundingType.FundingTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FundingType.FundingTypeListOutput"}}}}}},"summary":"Retrieves the collection of FundingType resources.","description":"Retrieves the collection of FundingType 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":"postFundingTypeCollection","tags":["FundingType"],"responses":{"201":{"description":"FundingType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FundingType.FundingTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FundingType.FundingTypeDetailsOutput"}}},"links":{"GetFundingTypeItem":{"operationId":"getFundingTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/funding-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a FundingType resource.","description":"Creates a FundingType resource.","parameters":[],"requestBody":{"description":"The new FundingType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FundingType.FundingTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FundingType.FundingTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/funding-types\/{id}":{"get":{"operationId":"getFundingTypeItem","tags":["FundingType"],"responses":{"200":{"description":"FundingType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FundingType.FundingTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FundingType.FundingTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a FundingType resource.","description":"Retrieves a FundingType 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":"putFundingTypeItem","tags":["FundingType"],"responses":{"200":{"description":"FundingType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FundingType.FundingTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FundingType.FundingTypeDetailsOutput"}}},"links":{"GetFundingTypeItem":{"operationId":"getFundingTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/funding-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the FundingType resource.","description":"Replaces the FundingType 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 FundingType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FundingType.FundingTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FundingType.FundingTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteFundingTypeItem","tags":["FundingType"],"responses":{"204":{"description":"FundingType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the FundingType resource.","description":"Removes the FundingType 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\/knowledge-sources":{"get":{"operationId":"getKnowledgeSourceCollection","tags":["KnowledgeSource"],"responses":{"200":{"description":"KnowledgeSource collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/KnowledgeSource.KnowledgeSourceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/KnowledgeSource.KnowledgeSourceListOutput"}}}}}},"summary":"Retrieves the collection of KnowledgeSource resources.","description":"Retrieves the collection of KnowledgeSource 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":"postKnowledgeSourceCollection","tags":["KnowledgeSource"],"responses":{"201":{"description":"KnowledgeSource resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/KnowledgeSource.KnowledgeSourceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/KnowledgeSource.KnowledgeSourceDetailsOutput"}}},"links":{"GetKnowledgeSourceItem":{"operationId":"getKnowledgeSourceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/knowledge-sources\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a KnowledgeSource resource.","description":"Creates a KnowledgeSource resource.","parameters":[],"requestBody":{"description":"The new KnowledgeSource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/KnowledgeSource.KnowledgeSourcePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/KnowledgeSource.KnowledgeSourcePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/knowledge-sources\/{id}":{"get":{"operationId":"getKnowledgeSourceItem","tags":["KnowledgeSource"],"responses":{"200":{"description":"KnowledgeSource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/KnowledgeSource.KnowledgeSourceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/KnowledgeSource.KnowledgeSourceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a KnowledgeSource resource.","description":"Retrieves a KnowledgeSource 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":"putKnowledgeSourceItem","tags":["KnowledgeSource"],"responses":{"200":{"description":"KnowledgeSource resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/KnowledgeSource.KnowledgeSourceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/KnowledgeSource.KnowledgeSourceDetailsOutput"}}},"links":{"GetKnowledgeSourceItem":{"operationId":"getKnowledgeSourceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/knowledge-sources\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the KnowledgeSource resource.","description":"Replaces the KnowledgeSource 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 KnowledgeSource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/KnowledgeSource.KnowledgeSourcePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/KnowledgeSource.KnowledgeSourcePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteKnowledgeSourceItem","tags":["KnowledgeSource"],"responses":{"204":{"description":"KnowledgeSource resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the KnowledgeSource resource.","description":"Removes the KnowledgeSource 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\/layers":{"get":{"operationId":"getLayerCollection","tags":["Layer"],"responses":{"200":{"description":"Layer collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Layer.LayerListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Layer.LayerListOutput"}}}}}},"summary":"Retrieves the collection of Layer resources.","description":"Retrieves the collection of Layer resources.","parameters":[{"name":"programId","in":"query","description":"program Id","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postLayerCollection","tags":["Layer"],"responses":{"201":{"description":"Layer resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Layer.LayerDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Layer.LayerDetailsOutput"}}},"links":{"GetLayerItem":{"operationId":"getLayerItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/admin\/layers\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Layer resource.","description":"Creates a Layer resource.","parameters":[],"requestBody":{"description":"The new Layer resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Layer.LayerPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Layer.LayerPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/layers\/{id}":{"put":{"operationId":"putLayerItem","tags":["Layer"],"responses":{"200":{"description":"Layer resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Layer.LayerDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Layer.LayerDetailsOutput"}}},"links":{"GetLayerItem":{"operationId":"getLayerItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/admin\/layers\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Layer resource.","description":"Replaces the Layer 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 Layer resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Layer.LayerPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Layer.LayerPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteLayerItem","tags":["Layer"],"responses":{"204":{"description":"Layer resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Layer resource.","description":"Removes the Layer 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\/layers\/{type}\/geom":{"get":{"operationId":"get_geomLayerCollection","tags":["Layer"],"responses":{"200":{"description":"Layer collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Layer.LayerDetailsGeomOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Layer.LayerDetailsGeomOutput"}}}}}},"summary":"Retrieves the collection of Layer resources.","description":"Retrieves the collection of Layer resources.","parameters":[{"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":"type","in":"path","description":"layer code","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/layers\/{type}\/geom\/{subsection}":{"get":{"operationId":"get_subsectionLayerCollection","tags":["Layer"],"responses":{"200":{"description":"Layer collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Layer.LayerDetailsGeomOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Layer.LayerDetailsGeomOutput"}}}}}},"summary":"Retrieves the collection of Layer resources.","description":"Retrieves the collection of Layer resources.","parameters":[{"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":"type","in":"path","description":"layer code","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"subsection","in":"path","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/measures":{"get":{"operationId":"getMeasureCollection","tags":["Measure"],"responses":{"200":{"description":"Measure collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Measure.MeasureListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Measure.MeasureListOutput"}}}}}},"summary":"Retrieves the collection of Measure resources.","description":"Retrieves the collection of Measure resources.","parameters":[{"name":"structural","in":"query","description":"with structural","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"organizational","in":"query","description":"with organizational","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postMeasureCollection","tags":["Measure"],"responses":{"201":{"description":"Measure resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Measure.MeasureDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Measure.MeasureDetailsOutput"}}},"links":{"GetMeasureItem":{"operationId":"getMeasureItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/measures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Measure resource.","description":"Creates a Measure resource.","parameters":[],"requestBody":{"description":"The new Measure resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Measure.MeasurePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Measure.MeasurePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/measures\/{id}":{"get":{"operationId":"getMeasureItem","tags":["Measure"],"responses":{"200":{"description":"Measure resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Measure.MeasureDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Measure.MeasureDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Measure resource.","description":"Retrieves a Measure 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":"putMeasureItem","tags":["Measure"],"responses":{"200":{"description":"Measure resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Measure.MeasureDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Measure.MeasureDetailsOutput"}}},"links":{"GetMeasureItem":{"operationId":"getMeasureItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/measures\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Measure resource.","description":"Replaces the Measure 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 Measure resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Measure.MeasurePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Measure.MeasurePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteMeasureItem","tags":["Measure"],"responses":{"204":{"description":"Measure resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Measure resource.","description":"Removes the Measure 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\/natural-risks":{"get":{"operationId":"getNaturalRiskCollection","tags":["NaturalRisk"],"responses":{"200":{"description":"NaturalRisk collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NaturalRisk.NaturalRiskListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NaturalRisk.NaturalRiskListOutput"}}}}}},"summary":"Retrieves the collection of NaturalRisk resources.","description":"Retrieves the collection of NaturalRisk 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":"postNaturalRiskCollection","tags":["NaturalRisk"],"responses":{"201":{"description":"NaturalRisk resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NaturalRisk.NaturalRiskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NaturalRisk.NaturalRiskDetailsOutput"}}},"links":{"GetNaturalRiskItem":{"operationId":"getNaturalRiskItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/natural-risks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NaturalRisk resource.","description":"Creates a NaturalRisk resource.","parameters":[],"requestBody":{"description":"The new NaturalRisk resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NaturalRisk.NaturalRiskPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NaturalRisk.NaturalRiskPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/natural-risks\/{id}":{"get":{"operationId":"getNaturalRiskItem","tags":["NaturalRisk"],"responses":{"200":{"description":"NaturalRisk resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NaturalRisk.NaturalRiskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NaturalRisk.NaturalRiskDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NaturalRisk resource.","description":"Retrieves a NaturalRisk 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":"putNaturalRiskItem","tags":["NaturalRisk"],"responses":{"200":{"description":"NaturalRisk resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NaturalRisk.NaturalRiskDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NaturalRisk.NaturalRiskDetailsOutput"}}},"links":{"GetNaturalRiskItem":{"operationId":"getNaturalRiskItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/natural-risks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NaturalRisk resource.","description":"Replaces the NaturalRisk 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 NaturalRisk resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NaturalRisk.NaturalRiskPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NaturalRisk.NaturalRiskPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteNaturalRiskItem","tags":["NaturalRisk"],"responses":{"204":{"description":"NaturalRisk resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the NaturalRisk resource.","description":"Removes the NaturalRisk 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\/configurable":{"get":{"operationId":"get_configurableNotificationTypeCollection","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},"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\/occupation-types":{"get":{"operationId":"getOccupationTypeCollection","tags":["OccupationType"],"responses":{"200":{"description":"OccupationType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/OccupationType.OccupationTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/OccupationType.OccupationTypeListOutput"}}}}}},"summary":"Retrieves the collection of OccupationType resources.","description":"Retrieves the collection of OccupationType 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":"postOccupationTypeCollection","tags":["OccupationType"],"responses":{"201":{"description":"OccupationType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OccupationType.OccupationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OccupationType.OccupationTypeDetailsOutput"}}},"links":{"GetOccupationTypeItem":{"operationId":"getOccupationTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/occupation-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a OccupationType resource.","description":"Creates a OccupationType resource.","parameters":[],"requestBody":{"description":"The new OccupationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OccupationType.OccupationTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OccupationType.OccupationTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/occupation-types\/{id}":{"get":{"operationId":"getOccupationTypeItem","tags":["OccupationType"],"responses":{"200":{"description":"OccupationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OccupationType.OccupationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OccupationType.OccupationTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a OccupationType resource.","description":"Retrieves a OccupationType 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":"putOccupationTypeItem","tags":["OccupationType"],"responses":{"200":{"description":"OccupationType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OccupationType.OccupationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OccupationType.OccupationTypeDetailsOutput"}}},"links":{"GetOccupationTypeItem":{"operationId":"getOccupationTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/occupation-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the OccupationType resource.","description":"Replaces the OccupationType 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 OccupationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OccupationType.OccupationTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OccupationType.OccupationTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteOccupationTypeItem","tags":["OccupationType"],"responses":{"204":{"description":"OccupationType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the OccupationType resource.","description":"Removes the OccupationType 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\/organizations":{"get":{"operationId":"getOrganizationCollection","tags":["Organization"],"responses":{"200":{"description":"Organization collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Organization.OrganizationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Organization.OrganizationListOutput"}}}}}},"summary":"Retrieves the collection of Organization resources.","description":"Retrieves the collection of Organization 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":"postOrganizationCollection","tags":["Organization"],"responses":{"201":{"description":"Organization resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organization.OrganizationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Organization.OrganizationDetailsOutput"}}},"links":{"GetOrganizationItem":{"operationId":"getOrganizationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/organizations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Organization resource.","description":"Creates a Organization resource.","parameters":[],"requestBody":{"description":"The new Organization resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organization.OrganizationPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Organization.OrganizationPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/organizations\/{id}":{"get":{"operationId":"getOrganizationItem","tags":["Organization"],"responses":{"200":{"description":"Organization resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organization.OrganizationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Organization.OrganizationDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Organization resource.","description":"Retrieves a Organization 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":"putOrganizationItem","tags":["Organization"],"responses":{"200":{"description":"Organization resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organization.OrganizationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Organization.OrganizationDetailsOutput"}}},"links":{"GetOrganizationItem":{"operationId":"getOrganizationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/organizations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Organization resource.","description":"Replaces the Organization 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 Organization resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organization.OrganizationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Organization.OrganizationPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteOrganizationItem","tags":["Organization"],"responses":{"204":{"description":"Organization resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Organization resource.","description":"Removes the Organization 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\/partnerappointments":{"get":{"operationId":"getPartnerAppointmentCollection","tags":["PartnerAppointment"],"responses":{"200":{"description":"PartnerAppointment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentListOutput"}}}}}},"summary":"Retrieves the collection of PartnerAppointment resources.","description":"Retrieves the collection of PartnerAppointment resources.","parameters":[{"name":"filter_status","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"filter_partner","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"filter_closed","in":"query","description":"filter closed","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"filter_abandonment","in":"query","description":"filter abandonment","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPartnerAppointmentCollection","tags":["PartnerAppointment"],"responses":{"201":{"description":"PartnerAppointment resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDetailsOutput"}}},"links":{"GetPartnerAppointmentItem":{"operationId":"getPartnerAppointmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/partnerappointments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PartnerAppointment resource.","description":"Creates a PartnerAppointment resource.","parameters":[],"requestBody":{"description":"The new PartnerAppointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/partnerappointments\/document-types":{"get":{"operationId":"get_document_typesPartnerAppointmentCollection","tags":["PartnerAppointment"],"responses":{"200":{"description":"PartnerAppointment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDocumentTypeListOutput"}}}}}},"summary":"Retrieves the collection of PartnerAppointment resources.","description":"Retrieves the collection of PartnerAppointment 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\/partnerappointments\/filter":{"get":{"operationId":"get_filterPartnerAppointmentCollection","tags":["PartnerAppointment"],"responses":{"200":{"description":"PartnerAppointment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentFilterOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentFilterOutput"}}}}}},"summary":"Retrieves the collection of PartnerAppointment resources.","description":"Retrieves the collection of PartnerAppointment 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\/partnerappointments\/geom":{"get":{"operationId":"get_geomPartnerAppointmentCollection","tags":["PartnerAppointment"],"responses":{"200":{"description":"PartnerAppointment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentGeomOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentGeomOutput"}}}}}},"summary":"Retrieves the collection of PartnerAppointment resources.","description":"Retrieves the collection of PartnerAppointment 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":"filter_status","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"filter_closed","in":"query","description":"filter closed","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"filter_abandonment","in":"query","description":"filter abandonment","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/partnerappointments\/search":{"get":{"operationId":"get_searchPartnerAppointmentCollection","tags":["PartnerAppointment"],"responses":{"200":{"description":"PartnerAppointment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentSearchOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentSearchOutput"}}}}}},"summary":"Retrieves the collection of PartnerAppointment resources.","description":"Retrieves the collection of PartnerAppointment resources.","parameters":[{"name":"search","in":"query","description":"data to search","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/partnerappointments\/{id}":{"get":{"operationId":"getPartnerAppointmentItem","tags":["PartnerAppointment"],"responses":{"200":{"description":"PartnerAppointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PartnerAppointment resource.","description":"Retrieves a PartnerAppointment 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":"putPartnerAppointmentItem","tags":["PartnerAppointment"],"responses":{"200":{"description":"PartnerAppointment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDetailsOutput"}}},"links":{"GetPartnerAppointmentItem":{"operationId":"getPartnerAppointmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/partnerappointments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PartnerAppointment resource.","description":"Replaces the PartnerAppointment 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 PartnerAppointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePartnerAppointmentItem","tags":["PartnerAppointment"],"responses":{"204":{"description":"PartnerAppointment resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PartnerAppointment resource.","description":"Removes the PartnerAppointment 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\/partnerappointments\/{id}\/abandonment":{"put":{"operationId":"put_abandonmentPartnerAppointmentItem","tags":["PartnerAppointment"],"responses":{"200":{"description":"PartnerAppointment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDetailsOutput"}}},"links":{"GetPartnerAppointmentItem":{"operationId":"getPartnerAppointmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/partnerappointments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PartnerAppointment resource.","description":"Replaces the PartnerAppointment 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 PartnerAppointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentPutAbandonmentInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentPutAbandonmentInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/partnerappointments\/{id}\/deleted":{"put":{"operationId":"put_deletionPartnerAppointmentItem","tags":["PartnerAppointment"],"responses":{"200":{"description":"PartnerAppointment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDetailsOutput"}}},"links":{"GetPartnerAppointmentItem":{"operationId":"getPartnerAppointmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/partnerappointments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PartnerAppointment resource.","description":"Replaces the PartnerAppointment 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 PartnerAppointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentPutDeletedInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentPutDeletedInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/partnerappointments\/{id}\/documents":{"get":{"operationId":"get_appointment_documentPartnerAppointmentCollection","tags":["PartnerAppointment"],"responses":{"200":{"description":"PartnerAppointment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDocumentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDocumentListOutput"}}}}}},"summary":"Retrieves the collection of PartnerAppointment resources.","description":"Retrieves the collection of PartnerAppointment resources.","parameters":[{"name":"id","in":"path","description":"domain 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\/partnerappointments\/{id}\/in-progress":{"put":{"operationId":"put_in_progressPartnerAppointmentItem","tags":["PartnerAppointment"],"responses":{"200":{"description":"PartnerAppointment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDetailsOutput"}}},"links":{"GetPartnerAppointmentItem":{"operationId":"getPartnerAppointmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/partnerappointments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PartnerAppointment resource.","description":"Replaces the PartnerAppointment 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 PartnerAppointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/partnerappointments\/{id}\/notifications":{"get":{"operationId":"get_appointment_notificationPartnerAppointmentCollection","tags":["PartnerAppointment"],"responses":{"200":{"description":"PartnerAppointment collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartnerAppointment.NotificationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PartnerAppointment.NotificationListOutput"}}}}}},"summary":"Retrieves the collection of PartnerAppointment resources.","description":"Retrieves the collection of PartnerAppointment resources.","parameters":[{"name":"id","in":"path","description":"domain 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\/partnerappointments\/{id}\/treated":{"put":{"operationId":"put_treatedPartnerAppointmentItem","tags":["PartnerAppointment"],"responses":{"200":{"description":"PartnerAppointment resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment.AppointmentDetailsOutput"}}},"links":{"GetPartnerAppointmentItem":{"operationId":"getPartnerAppointmentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/partnerappointments\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PartnerAppointment resource.","description":"Replaces the PartnerAppointment 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 PartnerAppointment resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PartnerAppointment"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/partners":{"get":{"operationId":"getPartnerCollection","tags":["Partner"],"responses":{"200":{"description":"Partner collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Partner.PartnerListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Partner.PartnerListOutput"}}}}}},"summary":"Retrieves the collection of Partner resources.","description":"Retrieves the collection of Partner 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":"postPartnerCollection","tags":["Partner"],"responses":{"201":{"description":"Partner resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Partner.PartnerDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Partner.PartnerDetailsOutput"}}},"links":{"GetPartnerItem":{"operationId":"getPartnerItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/partners\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Partner resource.","description":"Creates a Partner resource.","parameters":[],"requestBody":{"description":"The new Partner resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Partner.PartnerPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Partner.PartnerPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/partners\/{id}":{"get":{"operationId":"getPartnerItem","tags":["Partner"],"responses":{"200":{"description":"Partner resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Partner.PartnerDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Partner.PartnerDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Partner resource.","description":"Retrieves a Partner 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":"putPartnerItem","tags":["Partner"],"responses":{"200":{"description":"Partner resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Partner.PartnerDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Partner.PartnerDetailsOutput"}}},"links":{"GetPartnerItem":{"operationId":"getPartnerItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/partners\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Partner resource.","description":"Replaces the Partner 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 Partner resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Partner.PartnerPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Partner.PartnerPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePartnerItem","tags":["Partner"],"responses":{"204":{"description":"Partner resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Partner resource.","description":"Removes the Partner 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":"add media on pdfTemplate","description":"Creates a PdfTemplate resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"programId":{"type":"string","required":true},"type":{"type":"string","required":true},"diagType":{"type":"string","required":true}}}}},"required":false},"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\/phe-sources":{"get":{"operationId":"getPheSourceCollection","tags":["PheSource"],"responses":{"200":{"description":"PheSource collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PheSource.PheSourceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PheSource.PheSourceListOutput"}}}}}},"summary":"Retrieves the collection of PheSource resources.","description":"Retrieves the collection of PheSource 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":"postPheSourceCollection","tags":["PheSource"],"responses":{"201":{"description":"PheSource resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PheSource.PheSourceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PheSource.PheSourceDetailsOutput"}}},"links":{"GetPheSourceItem":{"operationId":"getPheSourceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/phe-sources\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PheSource resource.","description":"Creates a PheSource resource.","parameters":[],"requestBody":{"description":"The new PheSource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PheSource.PheSourcePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PheSource.PheSourcePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/phe-sources\/{id}":{"get":{"operationId":"getPheSourceItem","tags":["PheSource"],"responses":{"200":{"description":"PheSource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PheSource.PheSourceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PheSource.PheSourceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PheSource resource.","description":"Retrieves a PheSource 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":"putPheSourceItem","tags":["PheSource"],"responses":{"200":{"description":"PheSource resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PheSource.PheSourceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PheSource.PheSourceDetailsOutput"}}},"links":{"GetPheSourceItem":{"operationId":"getPheSourceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/phe-sources\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PheSource resource.","description":"Replaces the PheSource 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 PheSource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PheSource.PheSourcePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PheSource.PheSourcePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePheSourceItem","tags":["PheSource"],"responses":{"204":{"description":"PheSource resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PheSource resource.","description":"Removes the PheSource 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\/ppr-zones":{"get":{"operationId":"getPprZoneCollection","tags":["PprZone"],"responses":{"200":{"description":"PprZone collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PprZone.PprZoneListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PprZone.PprZoneListOutput"}}}}}},"summary":"Retrieves the collection of PprZone resources.","description":"Retrieves the collection of PprZone 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":"postPprZoneCollection","tags":["PprZone"],"responses":{"201":{"description":"PprZone resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PprZone.PprZoneDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PprZone.PprZoneDetailsOutput"}}},"links":{"GetPprZoneItem":{"operationId":"getPprZoneItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ppr-zones\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PprZone resource.","description":"Creates a PprZone resource.","parameters":[],"requestBody":{"description":"The new PprZone resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PprZone.PprZonePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PprZone.PprZonePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/ppr-zones\/{id}":{"get":{"operationId":"getPprZoneItem","tags":["PprZone"],"responses":{"200":{"description":"PprZone resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PprZone.PprZoneDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PprZone.PprZoneDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PprZone resource.","description":"Retrieves a PprZone 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":"putPprZoneItem","tags":["PprZone"],"responses":{"200":{"description":"PprZone resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PprZone.PprZoneDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PprZone.PprZoneDetailsOutput"}}},"links":{"GetPprZoneItem":{"operationId":"getPprZoneItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/ppr-zones\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PprZone resource.","description":"Replaces the PprZone 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 PprZone resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PprZone.PprZonePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PprZone.PprZonePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePprZoneItem","tags":["PprZone"],"responses":{"204":{"description":"PprZone resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PprZone resource.","description":"Removes the PprZone 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\/pprs":{"get":{"operationId":"getPprCollection","tags":["Ppr"],"responses":{"200":{"description":"Ppr collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ppr.PprListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Ppr.PprListOutput"}}}}}},"summary":"Retrieves the collection of Ppr resources.","description":"Retrieves the collection of Ppr 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":"postPprCollection","tags":["Ppr"],"responses":{"201":{"description":"Ppr resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprDetailsOutput"}}},"links":{"GetPprItem":{"operationId":"getPprItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/pprs\/{id}\/small`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Ppr resource.","description":"Creates a Ppr resource.","parameters":[],"requestBody":{"description":"The new Ppr resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/pprs\/{id}":{"put":{"operationId":"putPprItem","tags":["Ppr"],"responses":{"200":{"description":"Ppr resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprSmallDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprSmallDetailsOutput"}}},"links":{"GetPprItem":{"operationId":"getPprItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/pprs\/{id}\/small`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Ppr resource.","description":"Replaces the Ppr 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 Ppr resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePprItem","tags":["Ppr"],"responses":{"204":{"description":"Ppr resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Ppr resource.","description":"Removes the Ppr 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\/pprs\/{id}\/add-township":{"put":{"operationId":"put_add_townshipPprItem","tags":["Ppr"],"responses":{"200":{"description":"Ppr resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprDetailsOutput"}}},"links":{"GetPprItem":{"operationId":"getPprItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/pprs\/{id}\/small`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Ppr resource.","description":"Replaces the Ppr 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 Ppr resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprPutTownshipInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprPutTownshipInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/pprs\/{id}\/add-zone":{"put":{"operationId":"put_add_zonePprItem","tags":["Ppr"],"responses":{"200":{"description":"Ppr resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprDetailsOutput"}}},"links":{"GetPprItem":{"operationId":"getPprItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/pprs\/{id}\/small`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Ppr resource.","description":"Replaces the Ppr 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 Ppr resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprPutZoneInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprPutZoneInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/pprs\/{id}\/delete-township\/{inseeCode}":{"put":{"operationId":"delete_townshipPprItem","tags":["Ppr"],"responses":{"200":{"description":"Ppr resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ppr.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ppr.ResultOutput"}}},"links":{"GetPprItem":{"operationId":"getPprItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/pprs\/{id}\/small`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Ppr resource.","description":"Replaces the Ppr resource.","parameters":[{"name":"inseeCode","in":"path","description":"township inseecode","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"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 Ppr resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ppr"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ppr"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/pprs\/{id}\/delete-zone\/{idZone}":{"put":{"operationId":"delete_zonePprItem","tags":["Ppr"],"responses":{"200":{"description":"Ppr resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ppr.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ppr.ResultOutput"}}},"links":{"GetPprItem":{"operationId":"getPprItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/pprs\/{id}\/small`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Ppr resource.","description":"Replaces the Ppr resource.","parameters":[{"name":"idZone","in":"path","description":"zone id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"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 Ppr resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ppr"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ppr"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/pprs\/{id}\/small":{"get":{"operationId":"getPprItem","tags":["Ppr"],"responses":{"200":{"description":"Ppr resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprSmallDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Ppr.PprSmallDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Ppr resource.","description":"Retrieves a Ppr resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/program-data-refs":{"get":{"operationId":"getProgramDataRefCollection","tags":["ProgramDataRef"],"responses":{"200":{"description":"ProgramDataRef collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramDataRef.ProgramDataRefListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramDataRef.ProgramDataRefListOutput"}}}}}},"summary":"Retrieves the collection of ProgramDataRef resources.","description":"Retrieves the collection of ProgramDataRef 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":"postProgramDataRefCollection","tags":["ProgramDataRef"],"responses":{"201":{"description":"ProgramDataRef resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramDataRef.ProgramDataRefDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramDataRef.ProgramDataRefDetailsOutput"}}},"links":{"GetProgramDataRefItem":{"operationId":"getProgramDataRefItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-data-refs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProgramDataRef resource.","description":"Creates a ProgramDataRef resource.","parameters":[],"requestBody":{"description":"The new ProgramDataRef resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramDataRef.ProgramDataRefPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramDataRef.ProgramDataRefPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/program-data-refs\/{id}":{"get":{"operationId":"getProgramDataRefItem","tags":["ProgramDataRef"],"responses":{"200":{"description":"ProgramDataRef resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramDataRef.ProgramDataRefDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramDataRef.ProgramDataRefDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProgramDataRef resource.","description":"Retrieves a ProgramDataRef 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":"putProgramDataRefItem","tags":["ProgramDataRef"],"responses":{"200":{"description":"ProgramDataRef resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramDataRef.ProgramDataRefDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramDataRef.ProgramDataRefDetailsOutput"}}},"links":{"GetProgramDataRefItem":{"operationId":"getProgramDataRefItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/program-data-refs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramDataRef resource.","description":"Replaces the ProgramDataRef 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 ProgramDataRef resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramDataRef.ProgramDataRefPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramDataRef.ProgramDataRefPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteProgramDataRefItem","tags":["ProgramDataRef"],"responses":{"204":{"description":"ProgramDataRef resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ProgramDataRef resource.","description":"Removes the ProgramDataRef 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":"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-external":{"get":{"operationId":"getProgramExternalCollection","tags":["ProgramExternal"],"responses":{"200":{"description":"ProgramExternal collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramListOutput"}}}}}},"summary":"Retrieves the collection of ProgramExternal resources.","description":"Retrieves the collection of ProgramExternal resources.","parameters":[{"name":"insee_code","in":"path","description":"insee code","required":false,"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":"postProgramExternalCollection","tags":["ProgramExternal"],"responses":{"201":{"description":"ProgramExternal resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramListOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramListOutput"}}},"links":{"GetProgramExternalItem":{"operationId":"getProgramExternalItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs-external\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProgramExternal resource.","description":"Creates a ProgramExternal resource.","parameters":[],"requestBody":{"description":"The new ProgramExternal resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs-external\/partner\/analysis\/address":{"post":{"operationId":"post_search_on_addressProgramExternalCollection","tags":["ProgramExternal"],"responses":{"201":{"description":"ProgramExternal resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.AnalysisResultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.AnalysisResultDetailsOutput"}}},"links":{"GetProgramExternalItem":{"operationId":"getProgramExternalItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs-external\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProgramExternal resource.","description":"Creates a ProgramExternal resource.","parameters":[],"requestBody":{"description":"The new ProgramExternal resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.AnalysisRequestAddressPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.AnalysisRequestAddressPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs-external\/partner\/analysis\/plots":{"post":{"operationId":"post_search_on_plotsProgramExternalCollection","tags":["ProgramExternal"],"responses":{"201":{"description":"ProgramExternal resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.AnalysisResultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.AnalysisResultDetailsOutput"}}},"links":{"GetProgramExternalItem":{"operationId":"getProgramExternalItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs-external\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProgramExternal resource.","description":"Creates a ProgramExternal resource.","parameters":[],"requestBody":{"description":"The new ProgramExternal resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.AnalysisRequestAddressPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.AnalysisRequestAddressPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs-external\/partner\/analysis\/points":{"post":{"operationId":"post_search_on_pointProgramExternalCollection","tags":["ProgramExternal"],"responses":{"201":{"description":"ProgramExternal resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.AnalysisResultDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.AnalysisResultDetailsOutput"}}},"links":{"GetProgramExternalItem":{"operationId":"getProgramExternalItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs-external\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProgramExternal resource.","description":"Creates a ProgramExternal resource.","parameters":[],"requestBody":{"description":"The new ProgramExternal resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.AnalysisRequestAddressPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.AnalysisRequestAddressPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs-external\/{code}\/township":{"get":{"operationId":"get_list_townshipProgramExternalCollection","tags":["ProgramExternal"],"responses":{"200":{"description":"ProgramExternal collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramExternal.TownshipListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramExternal.TownshipListOutput"}}}}}},"summary":"Retrieves the collection of ProgramExternal resources.","description":"Retrieves the collection of ProgramExternal 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\/programs-external\/{id}":{"get":{"operationId":"getProgramExternalItem","tags":["ProgramExternal"],"responses":{"200":{"description":"ProgramExternal resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProgramExternal resource.","description":"Retrieves a ProgramExternal 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":"putProgramExternalItem","tags":["ProgramExternal"],"responses":{"200":{"description":"ProgramExternal resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramListOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramListOutput"}}},"links":{"GetProgramExternalItem":{"operationId":"getProgramExternalItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs-external\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramExternal resource.","description":"Replaces the ProgramExternal 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 ProgramExternal resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteProgramExternalItem","tags":["ProgramExternal"],"responses":{"204":{"description":"ProgramExternal resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ProgramExternal resource.","description":"Removes the ProgramExternal 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-external\/{id}\/township":{"put":{"operationId":"put_townshipsProgramExternalItem","tags":["ProgramExternal"],"responses":{"200":{"description":"ProgramExternal resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramDetailsOutput"}}},"links":{"GetProgramExternalItem":{"operationId":"getProgramExternalItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/programs-external\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProgramExternal resource.","description":"Replaces the ProgramExternal 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 ProgramExternal resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramTownshipsPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProgramExternal.ProgramTownshipsPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/internal-api\/synchro":{"get":{"operationId":"get_api_synchroProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramInternalApiSynchroListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramInternalApiSynchroListOutput"}}}}}},"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\/programs\/name":{"get":{"operationId":"get_list_nameProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramNameListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramNameListOutput"}}}}}},"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\/programs\/synchro":{"get":{"operationId":"get_synchroProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramSynchroListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramSynchroListOutput"}}}}}},"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\/programs\/users\/add":{"post":{"operationId":"post_userProgramCollection","tags":["Program"],"responses":{"201":{"description":"Program resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramUserListOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramUserListOutput"}}},"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.ProgramUserAddInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramUserAddInput"}}},"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}\/abandonment-reasons":{"get":{"operationId":"get_program_abandonment_reasonProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.AbandonmentReasonListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.AbandonmentReasonListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/add-new-ppr":{"put":{"operationId":"add_new_pprProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.PprPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.PprPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/billing-categories":{"get":{"operationId":"get_program_billing_categoryProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.BillingCategoryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.BillingCategoryListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/closing-reasons":{"get":{"operationId":"get_program_closing_reasonProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ClosingReasonListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ClosingReasonListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/diag-cases":{"get":{"operationId":"get_program_diagProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DiagCaseListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DiagCaseListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"type","in":"query","description":"Type de dossier ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"billing_category","in":"query","description":"Cat\u00e9gorie de facturation ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"township","in":"query","description":"Commune","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"step","in":"query","description":"step","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"status","in":"query","description":"status","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"tag","in":"query","description":"tag","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"management_type","in":"query","description":"type de gestion","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"ppr_zone","in":"query","description":"Ppr zone","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"phe","in":"query","description":"Phe","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"billing_diag","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"billing_subvention","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"billing_payment","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"billing_topo","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"is_flood","in":"query","description":"Bien d\u00e9j\u00e0 inond\u00e9","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"is_structural_measures","in":"query","description":"Mesures structurelles","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"is_refuge_space_recommended","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"is_Surveys_received","in":"query","description":"Lev\u00e9s re\u00e7us","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"is_relaunch_works","in":"query","description":"Relance travaux \u00e0 faire","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"search","in":"query","description":"data to search","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/diag-cases\/search":{"get":{"operationId":"get_program_diag_searchProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DiagCaseSearchOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DiagCaseSearchOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"search","in":"query","description":"data to search","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"status","in":"query","description":"status","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/diag-funding-managements":{"get":{"operationId":"get_program_subProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DiagFundingManagementListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DiagFundingManagementListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"type","in":"query","description":"Type de dossier ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"billing_category","in":"query","description":"Cat\u00e9gorie de facturation ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"township","in":"query","description":"Commune","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"step","in":"query","description":"step","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"status","in":"query","description":"status","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"tag","in":"query","description":"tag","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"management_type","in":"query","description":"type de gestion","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"ppr_zone","in":"query","description":"Ppr zone","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"phe","in":"query","description":"Phe","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"billing_diag","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"billing_subvention","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"billing_payment","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"billing_topo","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"is_flood","in":"query","description":"Bien d\u00e9j\u00e0 inond\u00e9","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"is_structural_measures","in":"query","description":"Mesures structurelles","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"is_refuge_space_recommended","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"is_Surveys_received","in":"query","description":"Lev\u00e9s re\u00e7us","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"is_relaunch_works","in":"query","description":"Relance travaux \u00e0 faire","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"search","in":"query","description":"data to search","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/diag-funding-managements\/search":{"get":{"operationId":"get_program_funding_searchProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DiagFundingManagementSearchOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DiagFundingManagementSearchOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"search","in":"query","description":"data to search","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/document-types":{"get":{"operationId":"get_program_document_typeProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DocumentTypeListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"document_categ","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"is_private","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/export-data":{"get":{"operationId":"get_export_data_typeProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DocumentTypeListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/formats-diag-case":{"get":{"operationId":"get_program_format_diagCaseProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.FormatDiagCaseListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.FormatDiagCaseListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/funding-types":{"get":{"operationId":"get_funding_typeProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.FundingTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.FundingTypeListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/knowledge-sources":{"get":{"operationId":"get_program_knowledge_sourceProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.KnowledgeSourceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.KnowledgeSourceListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/layer\/{processus}":{"get":{"operationId":"get_layer_processusProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.LayerProgramListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.LayerProgramListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"processus","in":"path","description":"processus identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/layers":{"get":{"operationId":"get_layersProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.LayerProgramListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.LayerProgramListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/measure-documents":{"get":{"operationId":"get_program_measuresProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DocumentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.DocumentListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"document_type","in":"query","description":"output document type","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/measures":{"get":{"operationId":"get_program_measureProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.MeasureListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.MeasureListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-abandonment-reason":{"put":{"operationId":"modify_abandonment_reasonProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyAbandonmentReasonInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyAbandonmentReasonInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-closing-reason":{"put":{"operationId":"modify_closing_reasonProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyClosingReasonInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyClosingReasonInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-format-diag-case":{"put":{"operationId":"modify_format_diag_caseProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyFormatDiagCaseInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyFormatDiagCaseInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-funding-type":{"put":{"operationId":"modify_funding_typeProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyFundingTypeInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyFundingTypeInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-knowledge-source":{"put":{"operationId":"modify_knowledge_sourceProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyKnowledgeSourceInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyKnowledgeSourceInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-layers":{"put":{"operationId":"modify_layerProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyLayerInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyLayerInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-measure":{"put":{"operationId":"modify_measureProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyMeasureInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyMeasureInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-natural-risk":{"put":{"operationId":"modify_natural_riskProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyNaturalRiskInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyNaturalRiskInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-notification-type":{"put":{"operationId":"modify_notification_typeProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyNotificationTypeInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyNotificationTypeInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-occupation-type":{"put":{"operationId":"modify_occupation_typeProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyOccupationTypeInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyOccupationTypeInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-phe-source":{"put":{"operationId":"modify_phe_sourceProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyPheSourceInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyPheSourceInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-ppr":{"put":{"operationId":"modify_pprProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyPprInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyPprInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-registration-source":{"put":{"operationId":"modify_registration_sourceProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyRegistrationSourceInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyRegistrationSourceInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-report-config":{"put":{"operationId":"put_report_configProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ReportConfigDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ReportConfigDetailsOutput"}}},"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.ModifyReportConfigInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyReportConfigInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-report-localisation":{"put":{"operationId":"modify_report_localisationProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyReportLocalisationInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyReportLocalisationInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-statistic-blocks":{"put":{"operationId":"modify_statistic_blockProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyStatisticBlockInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyStatisticBlockInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-township":{"put":{"operationId":"modify_townshipProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyTownshipInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyTownshipInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-type-diag-case":{"put":{"operationId":"modify_type_diag_caseProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyTypeDiagCaseInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyTypeDiagCaseInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-type-housing":{"put":{"operationId":"modify_type_housingProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyTypeHousingInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyTypeHousingInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/modify-user-profile":{"put":{"operationId":"modify_user_profileProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ModifyUserProfileInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ModifyUserProfileInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/natural-risks":{"get":{"operationId":"get_natural_riskProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.NaturalRiskListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.NaturalRiskListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/notification-types":{"get":{"operationId":"get_notification_typeProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.NotificationTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.NotificationTypeListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/occupation-types":{"get":{"operationId":"get_program_type_occupationProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.OccupationTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.OccupationTypeListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/phe-sources":{"get":{"operationId":"get_program_phe_sourceProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.PheSourceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.PheSourceListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/planning\/{beginDate}\/{endDate}":{"get":{"operationId":"get_planningProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.PlanningListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.PlanningListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"beginDate","in":"path","description":"d\u00e9but plage","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"endDate","in":"path","description":"fin plage","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/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":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/pprs":{"get":{"operationId":"get_pprsProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.PprListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.PprListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/registration-sources":{"get":{"operationId":"get_program_registration_sourceProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.RegistrationSourceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.RegistrationSourceListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/report-config":{"get":{"operationId":"get_report_configProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ReportConfigDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ReportConfigDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Program resource.","description":"Retrieves a Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/sectors":{"get":{"operationId":"get_program_sectorProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.SectorListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.SectorListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/statistic-blocks":{"get":{"operationId":"get_statistic_blockProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.StatisticBlockProgramListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.StatisticBlockProgramListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/surveies":{"get":{"operationId":"get_program_surveyProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.SurveyListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.SurveyListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/township":{"get":{"operationId":"get_program_townshipProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.TownshipListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.TownshipListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/types-diag-case":{"get":{"operationId":"get_program_type_diagCaseProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.TypeDiagCaseListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.TypeDiagCaseListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/types-housing":{"get":{"operationId":"get_program_type_housingProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.TypeHousingListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.TypeHousingListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/user-profiles":{"get":{"operationId":"get_user_profileProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.UserProfileListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.UserProfileListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/users":{"get":{"operationId":"get_usersProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramUserListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.ProgramUserListOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program resources.","parameters":[{"name":"id","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/programs\/{id}\/users\/sub":{"put":{"operationId":"sub_program_userProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ResultOutput"}}},"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.ProgramUserSubInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramUserSubInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/programs\/{programCode}\/appointment\/geom":{"get":{"operationId":"get_appointment_geomProgramCollection","tags":["Program"],"responses":{"200":{"description":"Program collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.AppointmentGeomOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Program.AppointmentGeomOutput"}}}}}},"summary":"Retrieves the collection of Program resources.","description":"Retrieves the collection of Program 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":"status","in":"query","description":"status","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\/properties":{"get":{"operationId":"getPropertyCollection","tags":["Property"],"responses":{"200":{"description":"Property collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Property.PropertyListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Property.PropertyListOutput"}}}}}},"summary":"Retrieves the collection of Property resources.","description":"Retrieves the collection of Property 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":"postPropertyCollection","tags":["Property"],"responses":{"201":{"description":"Property resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsOutput"}}},"links":{"GetPropertyItem":{"operationId":"getPropertyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/properties\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Property resource.","description":"Creates a Property resource.","parameters":[],"requestBody":{"description":"The new Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/properties\/{id}":{"get":{"operationId":"getPropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Property resource.","description":"Retrieves a Property 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":"putPropertyItem","tags":["Property"],"responses":{"200":{"description":"Property resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyDetailsOutput"}}},"links":{"GetPropertyItem":{"operationId":"getPropertyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/properties\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Property resource.","description":"Replaces the Property 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 Property resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePropertyItem","tags":["Property"],"responses":{"204":{"description":"Property resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Property resource.","description":"Removes the Property 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\/plots\/lat\/{lat}\/lng\/{lng}":{"get":{"operationId":"public_plot_latlngPlotCollection","tags":["Plot"],"responses":{"200":{"description":"Plot collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Plot.PlotBean"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Plot.PlotBean"}}}}}},"summary":"Retrieves the collection of Plot resources.","description":"Retrieves the collection of Plot resources.","parameters":[{"name":"lat","in":"path","description":"latitude au format coordonn\u00e9es GPS - 4326","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"lng","in":"path","description":"longtitude au format coordonn\u00e9es GPS - 4326","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"insee","in":"query","description":"value ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"sid","in":"query","description":"value ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/public\/plots\/list\/lat\/{lat}\/lng\/{lng}\/distance\/{distance}":{"get":{"operationId":"public_plot_listPlotCollection","tags":["Plot"],"responses":{"200":{"description":"Plot collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Plot.PlotBean"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Plot.PlotBean"}}}}}},"summary":"Retrieves the collection of Plot resources.","description":"Retrieves the collection of Plot resources.","parameters":[{"name":"lat","in":"path","description":"latitude au format coordonn\u00e9es GPS - 4326","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"lng","in":"path","description":"longtitude au format coordonn\u00e9es GPS - 4326","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"distance","in":"path","description":"distance","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"insee","in":"query","description":"value ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"sid","in":"query","description":"value ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/public\/plots\/{insee}\/{num}\/{section}\/{codeAbs}":{"get":{"operationId":"public_plot_detailsPlotCollection","tags":["Plot"],"responses":{"200":{"description":"Plot collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Plot.PlotBean"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Plot.PlotBean"}}}}}},"summary":"Retrieves the collection of Plot resources.","description":"Retrieves the collection of Plot resources.","parameters":[{"name":"insee","in":"path","description":"value ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"num","in":"path","description":"num\u00e9ro de la parcelle","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"section","in":"path","description":"section de la parcelle","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"codeAbs","in":"path","description":"code abs de la parcelle","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/public\/programs\/{id}":{"get":{"operationId":"get_publicProgramItem","tags":["Program"],"responses":{"200":{"description":"Program resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPublicDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Program.ProgramPublicDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Program resource.","description":"Retrieves a Program resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/public\/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\/reference-floors":{"get":{"operationId":"getReferenceFloorCollection","tags":["ReferenceFloor"],"responses":{"200":{"description":"ReferenceFloor collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ReferenceFloor.ReferenceFloorListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ReferenceFloor.ReferenceFloorListOutput"}}}}}},"summary":"Retrieves the collection of ReferenceFloor resources.","description":"Retrieves the collection of ReferenceFloor 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":"postReferenceFloorCollection","tags":["ReferenceFloor"],"responses":{"201":{"description":"ReferenceFloor resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ReferenceFloor.ReferenceFloorDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ReferenceFloor.ReferenceFloorDetailsOutput"}}},"links":{"GetReferenceFloorItem":{"operationId":"getReferenceFloorItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/reference-floors\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ReferenceFloor resource.","description":"Creates a ReferenceFloor resource.","parameters":[],"requestBody":{"description":"The new ReferenceFloor resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ReferenceFloor.ReferenceFloorInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ReferenceFloor.ReferenceFloorInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/reference-floors\/{id}":{"get":{"operationId":"getReferenceFloorItem","tags":["ReferenceFloor"],"responses":{"200":{"description":"ReferenceFloor resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ReferenceFloor.ReferenceFloorDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ReferenceFloor.ReferenceFloorDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ReferenceFloor resource.","description":"Retrieves a ReferenceFloor 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":"putReferenceFloorItem","tags":["ReferenceFloor"],"responses":{"200":{"description":"ReferenceFloor resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ReferenceFloor.ReferenceFloorDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ReferenceFloor.ReferenceFloorDetailsOutput"}}},"links":{"GetReferenceFloorItem":{"operationId":"getReferenceFloorItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/reference-floors\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ReferenceFloor resource.","description":"Replaces the ReferenceFloor 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 ReferenceFloor resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ReferenceFloor.ReferenceFloorPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ReferenceFloor.ReferenceFloorPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteReferenceFloorItem","tags":["ReferenceFloor"],"responses":{"204":{"description":"ReferenceFloor resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ReferenceFloor resource.","description":"Removes the ReferenceFloor 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\/refuge-spaces":{"get":{"operationId":"getRefugeSpaceCollection","tags":["RefugeSpace"],"responses":{"200":{"description":"RefugeSpace collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/RefugeSpace.RefugeSpaceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/RefugeSpace.RefugeSpaceListOutput"}}}}}},"summary":"Retrieves the collection of RefugeSpace resources.","description":"Retrieves the collection of RefugeSpace 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":"postRefugeSpaceCollection","tags":["RefugeSpace"],"responses":{"201":{"description":"RefugeSpace resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RefugeSpace.RefugeSpaceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/RefugeSpace.RefugeSpaceDetailsOutput"}}},"links":{"GetRefugeSpaceItem":{"operationId":"getRefugeSpaceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/refuge-spaces\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a RefugeSpace resource.","description":"Creates a RefugeSpace resource.","parameters":[],"requestBody":{"description":"The new RefugeSpace resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RefugeSpace.RefugeSpacePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/RefugeSpace.RefugeSpacePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/refuge-spaces\/{id}":{"get":{"operationId":"getRefugeSpaceItem","tags":["RefugeSpace"],"responses":{"200":{"description":"RefugeSpace resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RefugeSpace.RefugeSpaceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/RefugeSpace.RefugeSpaceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a RefugeSpace resource.","description":"Retrieves a RefugeSpace 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":"putRefugeSpaceItem","tags":["RefugeSpace"],"responses":{"200":{"description":"RefugeSpace resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RefugeSpace.RefugeSpaceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/RefugeSpace.RefugeSpaceDetailsOutput"}}},"links":{"GetRefugeSpaceItem":{"operationId":"getRefugeSpaceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/refuge-spaces\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the RefugeSpace resource.","description":"Replaces the RefugeSpace 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 RefugeSpace resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RefugeSpace.RefugeSpacePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/RefugeSpace.RefugeSpacePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteRefugeSpaceItem","tags":["RefugeSpace"],"responses":{"204":{"description":"RefugeSpace resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the RefugeSpace resource.","description":"Removes the RefugeSpace 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\/registration-sources":{"get":{"operationId":"getRegistrationSourceCollection","tags":["RegistrationSource"],"responses":{"200":{"description":"RegistrationSource collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/RegistrationSource.RegistrationSourceListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/RegistrationSource.RegistrationSourceListOutput"}}}}}},"summary":"Retrieves the collection of RegistrationSource resources.","description":"Retrieves the collection of RegistrationSource 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":"postRegistrationSourceCollection","tags":["RegistrationSource"],"responses":{"201":{"description":"RegistrationSource resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RegistrationSource.RegistrationSourceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/RegistrationSource.RegistrationSourceDetailsOutput"}}},"links":{"GetRegistrationSourceItem":{"operationId":"getRegistrationSourceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/registration-sources\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a RegistrationSource resource.","description":"Creates a RegistrationSource resource.","parameters":[],"requestBody":{"description":"The new RegistrationSource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RegistrationSource.RegistrationSourcePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/RegistrationSource.RegistrationSourcePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/registration-sources\/{id}":{"get":{"operationId":"getRegistrationSourceItem","tags":["RegistrationSource"],"responses":{"200":{"description":"RegistrationSource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RegistrationSource.RegistrationSourceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/RegistrationSource.RegistrationSourceDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a RegistrationSource resource.","description":"Retrieves a RegistrationSource 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":"putRegistrationSourceItem","tags":["RegistrationSource"],"responses":{"200":{"description":"RegistrationSource resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RegistrationSource.RegistrationSourceDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/RegistrationSource.RegistrationSourceDetailsOutput"}}},"links":{"GetRegistrationSourceItem":{"operationId":"getRegistrationSourceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/registration-sources\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the RegistrationSource resource.","description":"Replaces the RegistrationSource 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 RegistrationSource resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RegistrationSource.RegistrationSourcePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/RegistrationSource.RegistrationSourcePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteRegistrationSourceItem","tags":["RegistrationSource"],"responses":{"204":{"description":"RegistrationSource resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the RegistrationSource resource.","description":"Removes the RegistrationSource 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\/report-configs":{"get":{"operationId":"getReportConfigCollection","tags":["ReportConfig"],"responses":{"200":{"description":"ReportConfig collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ReportConfig.ReportConfigListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ReportConfig.ReportConfigListOutput"}}}}}},"summary":"Retrieves the collection of ReportConfig resources.","description":"Retrieves the collection of ReportConfig 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":"postReportConfigCollection","tags":["ReportConfig"],"responses":{"201":{"description":"ReportConfig resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ReportConfig.ReportConfigDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ReportConfig.ReportConfigDetailsOutput"}}},"links":{"GetReportConfigItem":{"operationId":"getReportConfigItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/report-configs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ReportConfig resource.","description":"Creates a ReportConfig resource.","parameters":[],"requestBody":{"description":"The new ReportConfig resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ReportConfig.ReportConfigPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ReportConfig.ReportConfigPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/report-configs\/{id}":{"get":{"operationId":"getReportConfigItem","tags":["ReportConfig"],"responses":{"200":{"description":"ReportConfig resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ReportConfig.ReportConfigDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ReportConfig.ReportConfigDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ReportConfig resource.","description":"Retrieves a ReportConfig 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":"putReportConfigItem","tags":["ReportConfig"],"responses":{"200":{"description":"ReportConfig resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ReportConfig.ReportConfigDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ReportConfig.ReportConfigDetailsOutput"}}},"links":{"GetReportConfigItem":{"operationId":"getReportConfigItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/report-configs\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ReportConfig resource.","description":"Replaces the ReportConfig 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 ReportConfig resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ReportConfig.ReportConfigPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ReportConfig.ReportConfigPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteReportConfigItem","tags":["ReportConfig"],"responses":{"204":{"description":"ReportConfig resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ReportConfig resource.","description":"Removes the ReportConfig 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\/report-localisations":{"get":{"operationId":"getReportLocalisationCollection","tags":["ReportLocalisation"],"responses":{"200":{"description":"ReportLocalisation collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ReportLocalisation.ReportLocalisationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ReportLocalisation.ReportLocalisationListOutput"}}}}}},"summary":"Retrieves the collection of ReportLocalisation resources.","description":"Retrieves the collection of ReportLocalisation 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":"postReportLocalisationCollection","tags":["ReportLocalisation"],"responses":{"201":{"description":"ReportLocalisation resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ReportLocalisation.ReportLocalisationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ReportLocalisation.ReportLocalisationDetailsOutput"}}},"links":{"GetReportLocalisationItem":{"operationId":"getReportLocalisationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/report-localisations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ReportLocalisation resource.","description":"Creates a ReportLocalisation resource.","parameters":[],"requestBody":{"description":"The new ReportLocalisation resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ReportLocalisation.ReportLocalisationPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ReportLocalisation.ReportLocalisationPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/report-localisations\/{id}":{"get":{"operationId":"getReportLocalisationItem","tags":["ReportLocalisation"],"responses":{"200":{"description":"ReportLocalisation resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ReportLocalisation.ReportLocalisationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ReportLocalisation.ReportLocalisationDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ReportLocalisation resource.","description":"Retrieves a ReportLocalisation 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":"putReportLocalisationItem","tags":["ReportLocalisation"],"responses":{"200":{"description":"ReportLocalisation resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ReportLocalisation.ReportLocalisationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ReportLocalisation.ReportLocalisationDetailsOutput"}}},"links":{"GetReportLocalisationItem":{"operationId":"getReportLocalisationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/report-localisations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ReportLocalisation resource.","description":"Replaces the ReportLocalisation 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 ReportLocalisation resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ReportLocalisation.ReportLocalisationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ReportLocalisation.ReportLocalisationPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteReportLocalisationItem","tags":["ReportLocalisation"],"responses":{"204":{"description":"ReportLocalisation resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ReportLocalisation resource.","description":"Removes the ReportLocalisation 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\/sectors":{"get":{"operationId":"getSectorCollection","tags":["Sector"],"responses":{"200":{"description":"Sector collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Sector.SectorListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Sector.SectorListOutput"}}}}}},"summary":"Retrieves the collection of Sector resources.","description":"Retrieves the collection of Sector 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":"postSectorCollection","tags":["Sector"],"responses":{"201":{"description":"Sector resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Sector.SectorDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Sector.SectorDetailsOutput"}}},"links":{"GetSectorItem":{"operationId":"getSectorItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/sectors\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Sector resource.","description":"Creates a Sector resource.","parameters":[],"requestBody":{"description":"The new Sector resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Sector.SectorPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Sector.SectorPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/sectors\/{id}":{"get":{"operationId":"getSectorItem","tags":["Sector"],"responses":{"200":{"description":"Sector resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Sector.SectorDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Sector.SectorDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Sector resource.","description":"Retrieves a Sector 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":"putSectorItem","tags":["Sector"],"responses":{"200":{"description":"Sector resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Sector.SectorDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Sector.SectorDetailsOutput"}}},"links":{"GetSectorItem":{"operationId":"getSectorItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/sectors\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Sector resource.","description":"Replaces the Sector 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 Sector resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Sector.SectorPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Sector.SectorPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSectorItem","tags":["Sector"],"responses":{"204":{"description":"Sector resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Sector resource.","description":"Removes the Sector 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\/sentence-types":{"get":{"operationId":"getSentenceTypeCollection","tags":["SentenceType"],"responses":{"200":{"description":"SentenceType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SentenceType.SentenceTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SentenceType.SentenceTypeListOutput"}}}}}},"summary":"Retrieves the collection of SentenceType resources.","description":"Retrieves the collection of SentenceType 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":"postSentenceTypeCollection","tags":["SentenceType"],"responses":{"201":{"description":"SentenceType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SentenceType.SentenceTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SentenceType.SentenceTypeDetailsOutput"}}},"links":{"GetSentenceTypeItem":{"operationId":"getSentenceTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/sentence-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SentenceType resource.","description":"Creates a SentenceType resource.","parameters":[],"requestBody":{"description":"The new SentenceType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SentenceType.SentenceTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SentenceType.SentenceTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/sentence-types\/{id}":{"get":{"operationId":"getSentenceTypeItem","tags":["SentenceType"],"responses":{"200":{"description":"SentenceType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SentenceType.SentenceTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SentenceType.SentenceTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SentenceType resource.","description":"Retrieves a SentenceType 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":"putSentenceTypeItem","tags":["SentenceType"],"responses":{"200":{"description":"SentenceType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SentenceType.SentenceTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SentenceType.SentenceTypeDetailsOutput"}}},"links":{"GetSentenceTypeItem":{"operationId":"getSentenceTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/sentence-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SentenceType resource.","description":"Replaces the SentenceType 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 SentenceType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SentenceType.SentenceTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SentenceType.SentenceTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSentenceTypeItem","tags":["SentenceType"],"responses":{"204":{"description":"SentenceType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the SentenceType resource.","description":"Removes the SentenceType 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\/stake-types":{"get":{"operationId":"getStakeTypeCollection","tags":["StakeType"],"responses":{"200":{"description":"StakeType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeType.StakeTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeType.StakeTypeListOutput"}}}}}},"summary":"Retrieves the collection of StakeType resources.","description":"Retrieves the collection of StakeType 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":"postStakeTypeCollection","tags":["StakeType"],"responses":{"201":{"description":"StakeType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StakeType.StakeTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StakeType.StakeTypeDetailsOutput"}}},"links":{"GetStakeTypeItem":{"operationId":"getStakeTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/stake-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a StakeType resource.","description":"Creates a StakeType resource.","parameters":[],"requestBody":{"description":"The new StakeType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StakeType.StakeTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StakeType.StakeTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/stake-types\/{id}":{"get":{"operationId":"getStakeTypeItem","tags":["StakeType"],"responses":{"200":{"description":"StakeType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StakeType.StakeTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StakeType.StakeTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a StakeType resource.","description":"Retrieves a StakeType 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":"putStakeTypeItem","tags":["StakeType"],"responses":{"200":{"description":"StakeType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StakeType.StakeTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StakeType.StakeTypeDetailsOutput"}}},"links":{"GetStakeTypeItem":{"operationId":"getStakeTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/stake-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the StakeType resource.","description":"Replaces the StakeType 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 StakeType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StakeType.StakeTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StakeType.StakeTypePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteStakeTypeItem","tags":["StakeType"],"responses":{"204":{"description":"StakeType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the StakeType resource.","description":"Removes the StakeType 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\/statistic-blocks":{"get":{"operationId":"getStatisticBlockCollection","tags":["StatisticBlock"],"responses":{"200":{"description":"StatisticBlock collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/StatisticBlock.StatisticBlockListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/StatisticBlock.StatisticBlockListOutput"}}}}}},"summary":"Retrieves the collection of StatisticBlock resources.","description":"Retrieves the collection of StatisticBlock 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":"postStatisticBlockCollection","tags":["StatisticBlock"],"responses":{"201":{"description":"StatisticBlock resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StatisticBlock.StatisticBlockDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StatisticBlock.StatisticBlockDetailsOutput"}}},"links":{"GetStatisticBlockItem":{"operationId":"getStatisticBlockItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/statistic-blocks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a StatisticBlock resource.","description":"Creates a StatisticBlock resource.","parameters":[],"requestBody":{"description":"The new StatisticBlock resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StatisticBlock.StatisticBlockPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StatisticBlock.StatisticBlockPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/statistic-blocks\/{id}":{"get":{"operationId":"getStatisticBlockItem","tags":["StatisticBlock"],"responses":{"200":{"description":"StatisticBlock resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StatisticBlock.StatisticBlockDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StatisticBlock.StatisticBlockDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a StatisticBlock resource.","description":"Retrieves a StatisticBlock 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":"putStatisticBlockItem","tags":["StatisticBlock"],"responses":{"200":{"description":"StatisticBlock resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StatisticBlock.StatisticBlockDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StatisticBlock.StatisticBlockDetailsOutput"}}},"links":{"GetStatisticBlockItem":{"operationId":"getStatisticBlockItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/statistic-blocks\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the StatisticBlock resource.","description":"Replaces the StatisticBlock 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 StatisticBlock resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StatisticBlock.StatisticBlockPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StatisticBlock.StatisticBlockPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteStatisticBlockItem","tags":["StatisticBlock"],"responses":{"204":{"description":"StatisticBlock resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the StatisticBlock resource.","description":"Removes the StatisticBlock resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/statistics\/data\/{programId}\/{type}\/{category}":{"get":{"operationId":"get_type_categoryStatisticsCollection","tags":["Statistics"],"responses":{"200":{"description":"Statistics collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Statistics.TableStatistics"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Statistics.TableStatistics"}}}}}},"summary":"Retrieves the collection of Statistics resources.","description":"Retrieves the collection of Statistics resources.","parameters":[{"name":"programId","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"inseeCode","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"folderType","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"habitationType","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"folderStep","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"folderState","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"folderUndergroundParking","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"folderPhase","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"bbox","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\/statistics\/details\/{programId}\/plots\/{plotId}":{"get":{"operationId":"get_details_parcelleStatisticsItem","tags":["Statistics"],"responses":{"200":{"description":"Statistics resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Statistics.PlotDetailsStatistics"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Statistics.PlotDetailsStatistics"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Statistics resource.","description":"Retrieves a Statistics resource.","parameters":[{"name":"programId","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"plotId","in":"path","description":"plot identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/statistics\/plots\/{programId}":{"get":{"operationId":"get_list_parcelleStatisticsItem","tags":["Statistics"],"responses":{"200":{"description":"Statistics resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Statistics.PlotStatistics"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Statistics.PlotStatistics"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Statistics resource.","description":"Retrieves a Statistics resource.","parameters":[{"name":"programId","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"inseeCode","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"folderType","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"habitationType","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"folderStep","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"folderState","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"EPCI","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"EPCIMap","in":"query","description":"epci map","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"name":"TownshipMap","in":"query","description":"township map","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"array"},"style":"form","explode":false,"allowReserved":false},{"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":false,"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":"folderUndergroundParking","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"folderPhase","in":"query","description":" ","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/steps":{"get":{"operationId":"getStepCollection","tags":["Step"],"responses":{"200":{"description":"Step collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Step.StepListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Step.StepListOutput"}}}}}},"summary":"Retrieves the collection of Step resources.","description":"Retrieves the collection of Step 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":"postStepCollection","tags":["Step"],"responses":{"201":{"description":"Step resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Step.StepDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Step.StepDetailsOutput"}}},"links":{"GetStepItem":{"operationId":"getStepItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/steps\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Step resource.","description":"Creates a Step resource.","parameters":[],"requestBody":{"description":"The new Step resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Step.StepPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Step.StepPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/steps\/{id}":{"get":{"operationId":"getStepItem","tags":["Step"],"responses":{"200":{"description":"Step resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Step.StepDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Step.StepDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Step resource.","description":"Retrieves a Step 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":"putStepItem","tags":["Step"],"responses":{"200":{"description":"Step resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Step.StepDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Step.StepDetailsOutput"}}},"links":{"GetStepItem":{"operationId":"getStepItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/steps\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Step resource.","description":"Replaces the Step 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 Step resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Step.StepPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Step.StepPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteStepItem","tags":["Step"],"responses":{"204":{"description":"Step resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Step resource.","description":"Removes the Step 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\/surveies":{"get":{"operationId":"getSurveyCollection","tags":["Survey"],"responses":{"200":{"description":"Survey collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Survey.SurveyListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Survey.SurveyListOutput"}}}}}},"summary":"Retrieves the collection of Survey resources.","description":"Retrieves the collection of Survey 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":"postSurveyCollection","tags":["Survey"],"responses":{"201":{"description":"Survey resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Survey.SurveyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Survey.SurveyDetailsOutput"}}},"links":{"GetSurveyItem":{"operationId":"getSurveyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/surveies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Survey resource.","description":"Creates a Survey resource.","parameters":[],"requestBody":{"description":"The new Survey resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Survey.SurveyPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Survey.SurveyPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/surveies\/{id}":{"get":{"operationId":"getSurveyItem","tags":["Survey"],"responses":{"200":{"description":"Survey resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Survey.SurveyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Survey.SurveyDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Survey resource.","description":"Retrieves a Survey 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":"putSurveyItem","tags":["Survey"],"responses":{"200":{"description":"Survey resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Survey.SurveyDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Survey.SurveyDetailsOutput"}}},"links":{"GetSurveyItem":{"operationId":"getSurveyItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/surveies\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Survey resource.","description":"Replaces the Survey 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 Survey resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Survey.SurveyPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Survey.SurveyPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteSurveyItem","tags":["Survey"],"responses":{"204":{"description":"Survey resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Survey resource.","description":"Removes the Survey 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\/survey-participations":{"get":{"operationId":"getSurveyParticipationCollection","tags":["SurveyParticipation"],"responses":{"200":{"description":"SurveyParticipation collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SurveyParticipation.SurveyParticipationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SurveyParticipation.SurveyParticipationListOutput"}}}}}},"summary":"Retrieves the collection of SurveyParticipation resources.","description":"Retrieves the collection of SurveyParticipation 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\/survey-participations\/{id}":{"get":{"operationId":"getSurveyParticipationItem","tags":["SurveyParticipation"],"responses":{"200":{"description":"SurveyParticipation resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SurveyParticipation.SurveyParticipationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SurveyParticipation.SurveyParticipationDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SurveyParticipation resource.","description":"Retrieves a SurveyParticipation 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":"deleteSurveyParticipationItem","tags":["SurveyParticipation"],"responses":{"204":{"description":"SurveyParticipation resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the SurveyParticipation resource.","description":"Removes the SurveyParticipation 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\/tags":{"get":{"operationId":"getTagCollection","tags":["Tag"],"responses":{"200":{"description":"Tag collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.TagListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.TagListOutput"}}}}}},"summary":"Retrieves the collection of Tag resources.","description":"Retrieves the collection of Tag 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":"postTagCollection","tags":["Tag"],"responses":{"201":{"description":"Tag resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tag.TagDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Tag.TagDetailsOutput"}}},"links":{"GetTagItem":{"operationId":"getTagItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tags\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Tag resource.","description":"Creates a Tag resource.","parameters":[],"requestBody":{"description":"The new Tag resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tag.TagPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Tag.TagPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/tags\/{id}":{"get":{"operationId":"getTagItem","tags":["Tag"],"responses":{"200":{"description":"Tag resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tag.TagDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Tag.TagDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Tag resource.","description":"Retrieves a Tag 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":"putTagItem","tags":["Tag"],"responses":{"200":{"description":"Tag resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tag.TagDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Tag.TagDetailsOutput"}}},"links":{"GetTagItem":{"operationId":"getTagItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/tags\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Tag resource.","description":"Replaces the Tag 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 Tag resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tag.TagPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Tag.TagPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTagItem","tags":["Tag"],"responses":{"204":{"description":"Tag resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Tag resource.","description":"Removes the Tag resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/townships":{"get":{"operationId":"getTownshipCollection","tags":["Township"],"responses":{"200":{"description":"Township collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Township.TownshipListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Township.TownshipListOutput"}}}}}},"summary":"Retrieves the collection of Township resources.","description":"Retrieves the collection of Township resources.","parameters":[{"name":"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\/types-diag-case":{"get":{"operationId":"getTypeDiagCaseCollection","tags":["TypeDiagCase"],"responses":{"200":{"description":"TypeDiagCase collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeDiagCase.TypeDiagCaseListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeDiagCase.TypeDiagCaseListOutput"}}}}}},"summary":"Retrieves the collection of TypeDiagCase resources.","description":"Retrieves the collection of TypeDiagCase 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":"postTypeDiagCaseCollection","tags":["TypeDiagCase"],"responses":{"201":{"description":"TypeDiagCase resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeDiagCase.TypeDiagCaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeDiagCase.TypeDiagCaseDetailsOutput"}}},"links":{"GetTypeDiagCaseItem":{"operationId":"getTypeDiagCaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/types-diag-case\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TypeDiagCase resource.","description":"Creates a TypeDiagCase resource.","parameters":[],"requestBody":{"description":"The new TypeDiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeDiagCase.TypeDiagCasePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeDiagCase.TypeDiagCasePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/types-diag-case\/{id}":{"get":{"operationId":"getTypeDiagCaseItem","tags":["TypeDiagCase"],"responses":{"200":{"description":"TypeDiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeDiagCase.TypeDiagCaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeDiagCase.TypeDiagCaseDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TypeDiagCase resource.","description":"Retrieves a TypeDiagCase 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":"putTypeDiagCaseItem","tags":["TypeDiagCase"],"responses":{"200":{"description":"TypeDiagCase resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeDiagCase.TypeDiagCaseDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeDiagCase.TypeDiagCaseDetailsOutput"}}},"links":{"GetTypeDiagCaseItem":{"operationId":"getTypeDiagCaseItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/types-diag-case\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the TypeDiagCase resource.","description":"Replaces the TypeDiagCase 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 TypeDiagCase resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeDiagCase.TypeDiagCasePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeDiagCase.TypeDiagCasePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTypeDiagCaseItem","tags":["TypeDiagCase"],"responses":{"204":{"description":"TypeDiagCase resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the TypeDiagCase resource.","description":"Removes the TypeDiagCase 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\/types-housing":{"get":{"operationId":"getTypeHousingCollection","tags":["TypeHousing"],"responses":{"200":{"description":"TypeHousing collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeHousing.TypeHousingListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/TypeHousing.TypeHousingListOutput"}}}}}},"summary":"Retrieves the collection of TypeHousing resources.","description":"Retrieves the collection of TypeHousing 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":"postTypeHousingCollection","tags":["TypeHousing"],"responses":{"201":{"description":"TypeHousing resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeHousing.TypeHousingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeHousing.TypeHousingDetailsOutput"}}},"links":{"GetTypeHousingItem":{"operationId":"getTypeHousingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/types-housing\/{ d}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a TypeHousing resource.","description":"Creates a TypeHousing resource.","parameters":[],"requestBody":{"description":"The new TypeHousing resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeHousing.TypeHousingPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeHousing.TypeHousingPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/types-housing\/{ d}":{"get":{"operationId":"getTypeHousingItem","tags":["TypeHousing"],"responses":{"200":{"description":"TypeHousing resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeHousing.TypeHousingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeHousing.TypeHousingDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a TypeHousing resource.","description":"Retrieves a TypeHousing 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\/types-housing\/{id}":{"put":{"operationId":"putTypeHousingItem","tags":["TypeHousing"],"responses":{"200":{"description":"TypeHousing resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeHousing.TypeHousingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeHousing.TypeHousingDetailsOutput"}}},"links":{"GetTypeHousingItem":{"operationId":"getTypeHousingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/types-housing\/{ d}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the TypeHousing resource.","description":"Replaces the TypeHousing 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 TypeHousing resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TypeHousing.TypeHousingPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TypeHousing.TypeHousingPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteTypeHousingItem","tags":["TypeHousing"],"responses":{"204":{"description":"TypeHousing resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the TypeHousing resource.","description":"Removes the TypeHousing resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user-bo-connections":{"get":{"operationId":"getUserBoConnectionCollection","tags":["UserBoConnection"],"responses":{"200":{"description":"UserBoConnection collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserBoConnection.UserBoConnectionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserBoConnection.UserBoConnectionListOutput"}}}}}},"summary":"Retrieves the collection of UserBoConnection resources.","description":"Retrieves the collection of UserBoConnection 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":"postUserBoConnectionCollection","tags":["UserBoConnection"],"responses":{"201":{"description":"UserBoConnection resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBoConnection.UserBoConnectionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBoConnection.UserBoConnectionDetailsOutput"}}},"links":{"GetUserBoConnectionItem":{"operationId":"getUserBoConnectionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/user-bo-connections\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a UserBoConnection resource.","description":"Creates a UserBoConnection resource.","parameters":[],"requestBody":{"description":"The new UserBoConnection resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBoConnection.UserBoConnectionPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBoConnection.UserBoConnectionPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user-bo-connections\/{id}":{"get":{"operationId":"getUserBoConnectionItem","tags":["UserBoConnection"],"responses":{"200":{"description":"UserBoConnection resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBoConnection.UserBoConnectionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBoConnection.UserBoConnectionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserBoConnection resource.","description":"Retrieves a UserBoConnection 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":"putUserBoConnectionItem","tags":["UserBoConnection"],"responses":{"200":{"description":"UserBoConnection resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBoConnection.UserBoConnectionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBoConnection.UserBoConnectionDetailsOutput"}}},"links":{"GetUserBoConnectionItem":{"operationId":"getUserBoConnectionItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/user-bo-connections\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the UserBoConnection resource.","description":"Replaces the UserBoConnection 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 UserBoConnection resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBoConnection.UserBoConnectionPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBoConnection.UserBoConnectionPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteUserBoConnectionItem","tags":["UserBoConnection"],"responses":{"204":{"description":"UserBoConnection resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the UserBoConnection resource.","description":"Removes the UserBoConnection resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user-connections":{"get":{"operationId":"getUserConnectionCollection","tags":["UserConnection"],"responses":{"200":{"description":"UserConnection collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionListOutput"}}}}}},"summary":"Retrieves the collection of UserConnection resources.","description":"Retrieves the collection of UserConnection resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user-connections\/{id}":{"get":{"operationId":"getUserConnectionItem","tags":["UserConnection"],"responses":{"200":{"description":"UserConnection resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserConnection resource.","description":"Retrieves a UserConnection resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteUserConnectionItem","tags":["UserConnection"],"responses":{"204":{"description":"UserConnection resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the UserConnection resource.","description":"Removes the UserConnection resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user-profiles":{"get":{"operationId":"getUserProfileCollection","tags":["UserProfile"],"responses":{"200":{"description":"UserProfile collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserProfile.UserProfileListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserProfile.UserProfileListOutput"}}}}}},"summary":"Retrieves the collection of UserProfile resources.","description":"Retrieves the collection of UserProfile 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":"postUserProfileCollection","tags":["UserProfile"],"responses":{"201":{"description":"UserProfile resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.UserProfileDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.UserProfileDetailsOutput"}}},"links":{"GetUserProfileItem":{"operationId":"getUserProfileItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/user-profiles\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a UserProfile resource.","description":"Creates a UserProfile resource.","parameters":[],"requestBody":{"description":"The new UserProfile resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.UserProfilePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.UserProfilePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user-profiles\/default":{"get":{"operationId":"get_defaultUserProfileCollection","tags":["UserProfile"],"responses":{"200":{"description":"UserProfile collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserProfile.UserProfileListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserProfile.UserProfileListOutput"}}}}}},"summary":"Retrieves the collection of UserProfile resources.","description":"Retrieves the collection of UserProfile 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-profiles\/{id}":{"get":{"operationId":"getUserProfileItem","tags":["UserProfile"],"responses":{"200":{"description":"UserProfile resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.UserProfileDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.UserProfileDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserProfile resource.","description":"Retrieves a UserProfile 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":"putUserProfileItem","tags":["UserProfile"],"responses":{"200":{"description":"UserProfile resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.UserProfileDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.UserProfileDetailsOutput"}}},"links":{"GetUserProfileItem":{"operationId":"getUserProfileItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/user-profiles\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the UserProfile resource.","description":"Replaces the UserProfile 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 UserProfile resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.UserProfilePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.UserProfilePutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteUserProfileItem","tags":["UserProfile"],"responses":{"204":{"description":"UserProfile resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the UserProfile resource.","description":"Removes the UserProfile 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\/name\/{role}":{"get":{"operationId":"get_nameUserBoCollection","tags":["UserBo"],"responses":{"200":{"description":"UserBo collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserBo.UserBoNameListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserBo.UserBoNameListOutput"}}}}}},"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},"parameters":[]},"\/api\/users-bo\/planning\/{beginDate}\/{endDate}":{"get":{"operationId":"get_planningUserBoCollection","tags":["UserBo"],"responses":{"200":{"description":"UserBo collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserBo.PlanningListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserBo.PlanningListOutput"}}}}}},"summary":"Retrieves the collection of UserBo resources.","description":"Retrieves the collection of UserBo resources.","parameters":[{"name":"beginDate","in":"path","description":"d\u00e9but plage","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"endDate","in":"path","description":"fin plage","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users-bo\/tasks":{"get":{"operationId":"get_taskUserBoCollection","tags":["UserBo"],"responses":{"200":{"description":"UserBo collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserBo.TaskListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserBo.TaskListOutput"}}}}}},"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},"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},"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":[]},"\/api\/users-bo\/{id}\/for-program":{"put":{"operationId":"put_programUserBoItem","tags":["UserBo"],"responses":{"200":{"description":"UserBo resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoProgramDetailsOutput"}}},"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.UserBoProgramPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoProgramPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/users-bo\/{id}\/program\/{code}":{"get":{"operationId":"get_progam_detailUserBoItem","tags":["UserBo"],"responses":{"200":{"description":"UserBo resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoProgramDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserBo.UserBoProgramDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserBo resource.","description":"Retrieves a UserBo resource.","parameters":[{"name":"code","in":"path","description":"program identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/{id}":{"get":{"operationId":"getUserItem","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putUserItem","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserDetailsOutput"}}},"links":{"GetUserItem":{"operationId":"getUserItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/users\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the User resource.","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.UserPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User.UserPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteUserItem","tags":["User"],"responses":{"204":{"description":"User resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the User resource.","description":"Removes the User resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]}},"components":{"schemas":{"AbandonmentReason":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the TypeHousing.","type":"string"},"name":{"description":".","type":"string","nullable":true},"description":{"description":".","type":"string","nullable":true},"oldId":{"type":"integer","nullable":true},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramAbandonmentReason"}},"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"}}},"AbandonmentReason.AbandonmentReasonDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"AbandonmentReason.AbandonmentReasonListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"AbandonmentReason.AbandonmentReasonPostInput":{"type":"object","description":""},"AbandonmentReason.AbandonmentReasonPutInput":{"type":"object","description":""},"Address":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Address.","type":"integer"},"oldId":{"type":"string","nullable":true},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"inseecode":{"type":"string"},"addressSupplement":{"type":"string"},"banId":{"type":"string","nullable":true},"city":{"type":"string"},"country":{"type":"string","nullable":true},"lat":{"type":"string"},"lng":{"type":"string"},"isEligible":{"description":"Get the value of isEligible","type":"boolean"},"digicode":{"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.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","nullable":true},"lat":{"type":"string"},"lng":{"type":"string"},"isEligible":{"type":"boolean"},"digicode":{"type":"string","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","nullable":true},"lat":{"type":"string"},"lng":{"type":"string"},"isEligible":{"type":"boolean"},"digicode":{"type":"string","nullable":true}}},"Address.AddressPostInput":{"type":"object","description":"","properties":{"streetNumber":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"inseecode":{"type":"string","nullable":true},"addressSupplement":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"banId":{"type":"string","nullable":true}}},"Address.AddressPutInput":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"streetNumber":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"inseecode":{"type":"string","nullable":true},"addressSupplement":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"digicode":{"type":"string","nullable":true}}},"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","nullable":true},"lat":{"type":"string"},"lng":{"type":"string"},"isEligible":{"type":"boolean"},"digicode":{"type":"string","nullable":true}}},"AddressPostInput":{"type":"object","description":"","properties":{"streetNumber":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"inseecode":{"type":"string","nullable":true},"addressSupplement":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"banId":{"type":"string","nullable":true}}},"AddressPutInput":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"streetNumber":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"inseecode":{"type":"string","nullable":true},"addressSupplement":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"digicode":{"type":"string","nullable":true}}},"AerationInput":{"type":"object","description":"","properties":{"aerations":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true}}},"AnalysisRequestDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"partnerRefId":{"type":"string","nullable":true},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipCode":{"type":"string"},"inseeCode":{"type":"string"},"city":{"type":"string"},"typeBan":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"banStatus":{"default":"Ok","example":"Ok","type":"string"},"isMonitoring":{"type":"boolean"},"plots":{"type":"array","items":{"type":"string"}}}},"AnalysisResultDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"request":{"$ref":"#\/components\/schemas\/AnalysisRequestDetailsOutput"},"programs":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramEligibilityDetailsOutput"}},"ppr":{"type":"array","items":{"$ref":"#\/components\/schemas\/PprDetailsOutput"}},"pprnGaspard":{"type":"array","items":{"$ref":"#\/components\/schemas\/PprnGasparDetailsOutput"}}}},"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"},"mobilePhoneNumber":{"type":"string","nullable":true},"contact":{"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"},"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.ArtisanPutInput":{"type":"object","description":"","properties":{"siret":{"type":"string"},"legalName":{"type":"string"},"commercialName":{"type":"string","nullable":true},"address":{"type":"string"},"postalCode":{"type":"string"},"city":{"type":"string"},"phoneNumber":{"type":"string","nullable":true},"mobilePhoneNumber":{"type":"string","nullable":true},"emailContact":{"type":"string","nullable":true},"contact":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"mainActivity":{"type":"string","nullable":true},"creationDate":{"type":"string","nullable":true},"department":{"type":"array","items":{"type":"string"},"nullable":true},"program":{"type":"string","nullable":true},"measureCategories":{"type":"array","items":{"type":"string"},"nullable":true}}},"Artisan.ArtisanPutStatusInput":{"type":"object","description":"","properties":{"status":{"type":"string"},"commentary":{"type":"string"}}},"Artisan.ArtisanSiretPostInput":{"type":"object","description":"","properties":{"siret":{"type":"string"},"program":{"type":"string","nullable":true}}},"Axis":{"type":"object","description":"","properties":{"unitLabel":{"type":"string","nullable":true}}},"Bbox":{"type":"object","description":"","properties":{"tlLat":{"type":"string"},"tlLong":{"type":"string"},"brLat":{"type":"string"},"brLong":{"type":"string"}}},"BillingCategory":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the BillingCategory.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"label":{"type":"string"},"rules":{"type":"array","items":{"type":"string"}},"amount":{"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"}}},"BillingCategory.BillingCategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"rules":{"type":"array","items":{"type":"string"},"nullable":true},"amount":{"type":"integer","nullable":true}}},"BillingCategory.BillingCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"BillingCategory.BillingCategoryPostInput":{"type":"object","description":"","properties":{"label":{"type":"string"},"rules":{"type":"array","items":{"type":"string"},"nullable":true},"amount":{"type":"integer","nullable":true}}},"BillingCategory.BillingCategoryPutInput":{"type":"object","description":"","properties":{"label":{"type":"string"},"rules":{"type":"array","items":{"type":"string"},"nullable":true},"amount":{"type":"integer","nullable":true}}},"BillingCategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"},"rules":{"type":"array","items":{"type":"string"},"nullable":true},"amount":{"type":"integer","nullable":true}}},"BoundingBox":{"type":"object","description":"","properties":{"bounds":{"type":"array","items":{"type":"number"}}}},"ChartData":{"type":"object","description":"","properties":{"colorKey":{"type":"string","nullable":true},"serieKey":{"type":"string"},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Serie"}}}},"ChartStatistics":{"type":"object","description":"","properties":{"chartType":{"type":"string"},"chartDisplayType":{"type":"string"},"chartTitle":{"type":"string"},"tooltip":{"type":"string"},"xAxis":{"$ref":"#\/components\/schemas\/Axis"},"yAxis":{"$ref":"#\/components\/schemas\/Axis"},"chartDatas":{"type":"array","items":{"$ref":"#\/components\/schemas\/ChartData"}}}},"ClosingReason":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the TypeHousing.","type":"string"},"name":{"description":".","type":"string","nullable":true},"description":{"description":".","type":"string","nullable":true},"oldId":{"type":"integer","nullable":true},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramClosingReason"}},"forDiagCase":{"type":"boolean","nullable":true},"forFundingManagent":{"type":"boolean","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"ClosingReason.ClosingReasonDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"ClosingReason.ClosingReasonListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"ClosingReason.ClosingReasonPostInput":{"type":"object","description":""},"ClosingReason.ClosingReasonPutInput":{"type":"object","description":""},"Color":{"type":"object","description":"","properties":{"alpha":{"type":"integer"},"red":{"type":"integer"},"green":{"type":"integer"},"blue":{"type":"integer"}}},"ColorType":{"type":"object","description":"","properties":{"color":{"$ref":"#\/components\/schemas\/Color"},"name":{"type":"string"},"id":{"type":"string"}}},"Company":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Company.","type":"integer"},"isDistanceActivity":{"type":"boolean","nullable":true},"isInCorporateGroup":{"type":"boolean","nullable":true},"isOwnerWalls":{"type":"boolean","nullable":true},"isOnlyDecider":{"type":"boolean","nullable":true},"legalStatus":{"description":".","type":"string","nullable":true},"companyManager":{"description":".","type":"string","nullable":true},"registrationNumber":{"description":".","type":"string","nullable":true},"legalName":{"description":".","type":"string","nullable":true},"commercialName":{"description":".","type":"string","nullable":true},"mainActivityCode":{"description":".","type":"string","nullable":true},"mainActivityLabel":{"description":".","type":"string","nullable":true},"representative":{"description":".","type":"string","nullable":true},"ownerWalls":{"description":".","type":"string","nullable":true},"takingOfficeDate":{"type":"string","format":"date-time","nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"workForceType":{"description":".","type":"string","nullable":true},"workForceNumber":{"type":"integer","nullable":true},"workForceBelowFundingLimit":{"description":".","type":"boolean","nullable":true},"description":{"type":"string","nullable":true},"openingRange":{"type":"string","nullable":true},"turnoverPreviousYear":{"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"}}},"Company.CompanyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"isDistanceActivity":{"type":"boolean","nullable":true},"isInCorporateGroup":{"type":"boolean","nullable":true},"isOwnerWalls":{"type":"boolean","nullable":true},"isOnlyDecider":{"type":"boolean","nullable":true},"legalStatus":{"type":"string","nullable":true},"companyManager":{"type":"string","nullable":true},"registrationNumber":{"type":"string","nullable":true},"legalName":{"type":"string","nullable":true},"commercialName":{"type":"string","nullable":true},"mainActivityCode":{"type":"string","nullable":true},"mainActivityLabel":{"type":"string","nullable":true},"representative":{"type":"string","nullable":true},"ownerWalls":{"type":"string","nullable":true},"takingOfficeDate":{"type":"string","format":"date-time","nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"workForceType":{"type":"string","nullable":true},"workForceNumber":{"type":"integer","nullable":true},"description":{"type":"string","nullable":true},"openingRange":{"type":"string","nullable":true},"turnoverPreviousYear":{"type":"integer","nullable":true},"workForceBelowFundingLimit":{"type":"boolean","nullable":true}}},"Company.CompanyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"legalStatus":{"type":"string","nullable":true},"companyManager":{"type":"string","nullable":true},"registrationNumber":{"type":"string","nullable":true},"legalName":{"type":"string","nullable":true},"commercialName":{"type":"string","nullable":true},"mainActivityLabel":{"type":"string","nullable":true}}},"Company.CompanyPostInput":{"type":"object","description":""},"Company.CompanyPutInput":{"type":"object","description":"","properties":{"isDistanceActivity":{"type":"boolean","nullable":true},"isInCorporateGroup":{"type":"boolean","nullable":true},"isOwnerWalls":{"type":"boolean","nullable":true},"isOnlyDecider":{"type":"boolean","nullable":true},"legalStatus":{"type":"string","nullable":true},"companyManager":{"type":"string","nullable":true},"registrationNumber":{"type":"string","nullable":true},"legalName":{"type":"string","nullable":true},"commercialName":{"type":"string","nullable":true},"mainActivityCode":{"type":"string","nullable":true},"mainActivityLabel":{"type":"string","nullable":true},"representative":{"type":"string","nullable":true},"ownerWalls":{"type":"string","nullable":true},"takingOfficeDate":{"type":"string","format":"date-time","nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"workForceType":{"type":"string","nullable":true},"workForceNumber":{"type":"integer","nullable":true},"description":{"type":"string","nullable":true},"activite":{"type":"string","nullable":true},"openingRange":{"type":"string","nullable":true},"turnoverPreviousYear":{"type":"integer","nullable":true},"workForceBelowFundingLimit":{"type":"boolean","nullable":true}}},"CompanyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"isDistanceActivity":{"type":"boolean","nullable":true},"isInCorporateGroup":{"type":"boolean","nullable":true},"isOwnerWalls":{"type":"boolean","nullable":true},"isOnlyDecider":{"type":"boolean","nullable":true},"legalStatus":{"type":"string","nullable":true},"companyManager":{"type":"string","nullable":true},"registrationNumber":{"type":"string","nullable":true},"legalName":{"type":"string","nullable":true},"commercialName":{"type":"string","nullable":true},"mainActivityCode":{"type":"string","nullable":true},"mainActivityLabel":{"type":"string","nullable":true},"representative":{"type":"string","nullable":true},"ownerWalls":{"type":"string","nullable":true},"takingOfficeDate":{"type":"string","format":"date-time","nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"workForceType":{"type":"string","nullable":true},"workForceNumber":{"type":"integer","nullable":true},"description":{"type":"string","nullable":true},"openingRange":{"type":"string","nullable":true},"turnoverPreviousYear":{"type":"integer","nullable":true},"workForceBelowFundingLimit":{"type":"boolean","nullable":true}}},"CompanyPutInput":{"type":"object","description":"","properties":{"isDistanceActivity":{"type":"boolean","nullable":true},"isInCorporateGroup":{"type":"boolean","nullable":true},"isOwnerWalls":{"type":"boolean","nullable":true},"isOnlyDecider":{"type":"boolean","nullable":true},"legalStatus":{"type":"string","nullable":true},"companyManager":{"type":"string","nullable":true},"registrationNumber":{"type":"string","nullable":true},"legalName":{"type":"string","nullable":true},"commercialName":{"type":"string","nullable":true},"mainActivityCode":{"type":"string","nullable":true},"mainActivityLabel":{"type":"string","nullable":true},"representative":{"type":"string","nullable":true},"ownerWalls":{"type":"string","nullable":true},"takingOfficeDate":{"type":"string","format":"date-time","nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"workForceType":{"type":"string","nullable":true},"workForceNumber":{"type":"integer","nullable":true},"description":{"type":"string","nullable":true},"activite":{"type":"string","nullable":true},"openingRange":{"type":"string","nullable":true},"turnoverPreviousYear":{"type":"integer","nullable":true},"workForceBelowFundingLimit":{"type":"boolean","nullable":true}}},"Component":{"type":"object","description":"","properties":{"name":{"type":"string"},"fillColor":{"type":"string","nullable":true}}},"ConfigOutput":{"type":"object","description":"","properties":{"label":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"displayType":{"type":"string"},"valueType":{"type":"string"},"suffixText":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/ConfigOutput"}},"isRequired":{"type":"boolean"},"triggers":{"type":"array","items":{"$ref":"#\/components\/schemas\/TriggerOutput"}},"options":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionOutput"}}}},"Contact":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Contact.","type":"integer"},"oldId":{"type":"string","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"address":{"type":"string","format":"iri-reference","nullable":true},"diagCase":{"type":"string","format":"iri-reference","nullable":true},"diagFundingManagement":{"type":"string","format":"iri-reference","nullable":true},"firstName":{"description":".","type":"string","nullable":true},"lastName":{"description":".","type":"string","nullable":true},"civility":{"description":".","type":"string","nullable":true},"notificationContactId":{"type":"string","nullable":true},"email":{"description":".","type":"string","nullable":true},"phoneNumber":{"description":".","type":"string","nullable":true},"function":{"type":"string","nullable":true},"mobileNumber":{"description":".","type":"string","nullable":true},"mobileNumberSecondary":{"description":".","type":"string","nullable":true},"commentary":{"type":"string","nullable":true},"relationshipWithHabitat":{"description":".","type":"string","nullable":true},"isReferent":{"type":"boolean"},"isOwner":{"type":"boolean"},"isTenant":{"type":"boolean"},"isOccupant":{"type":"boolean"},"isManager":{"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"},"mobilePhone":{"description":"Get the value of phoneNumber","type":"string","nullable":true},"fullName":{"readOnly":true,"description":"Get the value of fullname"},"deleted":{"readOnly":true,"type":"boolean"}}},"Contact.CasePrivateAccessListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"externalRef":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"caseType":{"type":"string","nullable":true},"status":{"type":"string"},"lastStep":{"type":"string","nullable":true},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string","nullable":true}}},"Contact.ContactDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"mobileNumberSecondary":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true},"relationshipWithHabitat":{"type":"string","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressDetailsOutput"}],"nullable":true},"isReferent":{"type":"boolean"},"isOccupant":{"type":"boolean"},"isTenant":{"type":"boolean"},"isManager":{"type":"boolean"},"isOwner":{"type":"boolean"}}},"Contact.ContactListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"relationshipWithHabitat":{"type":"string","nullable":true},"isReferent":{"type":"boolean"},"isOwner":{"type":"boolean"},"isOccupant":{"type":"boolean"},"isTenant":{"type":"boolean"},"isManager":{"type":"boolean"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressDetailsOutput"}],"nullable":true}}},"Contact.ContactPostInput":{"type":"object","description":"","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"civility":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"propertyRelationShipType":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"isReferent":{"type":"boolean","nullable":true},"isOwner":{"type":"boolean","nullable":true},"isOccupant":{"type":"boolean","nullable":true},"isTenant":{"type":"boolean","nullable":true},"isManager":{"type":"boolean","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressPostInput"}],"nullable":true}}},"Contact.ContactPrivateAccessOutput":{"type":"object","description":"","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"email":{"type":"string"}}},"Contact.ContactPutInput":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"mobileNumberSecondary":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true},"relationshipWithHabitat":{"type":"string","nullable":true},"isOwner":{"type":"boolean","nullable":true},"isReferent":{"type":"boolean","nullable":true},"isOccupant":{"type":"boolean","nullable":true},"isTenant":{"type":"boolean","nullable":true},"isManager":{"type":"boolean","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressPutInput"}],"nullable":true},"isDeleted":{"type":"boolean"}}},"ContactDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"mobileNumberSecondary":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true},"relationshipWithHabitat":{"type":"string","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressDetailsOutput"}],"nullable":true},"isReferent":{"type":"boolean"},"isOccupant":{"type":"boolean"},"isTenant":{"type":"boolean"},"isManager":{"type":"boolean"},"isOwner":{"type":"boolean"}}},"ContactPostInput":{"type":"object","description":"","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"civility":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"propertyRelationShipType":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"isReferent":{"type":"boolean","nullable":true},"isOwner":{"type":"boolean","nullable":true},"isOccupant":{"type":"boolean","nullable":true},"isTenant":{"type":"boolean","nullable":true},"isManager":{"type":"boolean","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressPostInput"}],"nullable":true}}},"ContactPutInput":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"mobileNumberSecondary":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true},"relationshipWithHabitat":{"type":"string","nullable":true},"isOwner":{"type":"boolean","nullable":true},"isReferent":{"type":"boolean","nullable":true},"isOccupant":{"type":"boolean","nullable":true},"isTenant":{"type":"boolean","nullable":true},"isManager":{"type":"boolean","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressPutInput"}],"nullable":true},"isDeleted":{"type":"boolean"}}},"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}}},"DiagCase":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the DiagCase.","type":"integer"},"oldId":{"type":"string","nullable":true},"externalRef":{"type":"string","nullable":true},"program":{"type":"string","format":"iri-reference","nullable":true},"billingCategory":{"type":"string","format":"iri-reference","nullable":true},"purchaseOrder":{"type":"string","nullable":true},"invoiceNumber":{"type":"string","nullable":true},"invoiceNumberList":{"type":"array","items":{"type":"string"},"nullable":true},"finalReport":{"type":"string","format":"iri-reference","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"property":{"type":"string","format":"iri-reference","nullable":true},"referent":{"type":"string","format":"iri-reference","nullable":true},"owner":{"type":"string","format":"iri-reference","nullable":true},"diagnostician":{"type":"string","format":"iri-reference","nullable":true},"occupant":{"type":"string","format":"iri-reference","nullable":true},"ppr":{"type":"string","format":"iri-reference","nullable":true},"pprZoneBuilding":{"type":"string","format":"iri-reference","nullable":true},"pprZonePlot":{"type":"string","format":"iri-reference","nullable":true},"pprSecondary":{"type":"string","format":"iri-reference","nullable":true},"secondaryPprZone":{"type":"string","format":"iri-reference","nullable":true},"otherPprZone":{"type":"string","format":"iri-reference","nullable":true},"epci":{"type":"string","format":"iri-reference","nullable":true},"stakes":{"readOnly":true,"description":"Get the value of stakes","type":"array","items":{"$ref":"#\/components\/schemas\/Stake"}},"sketches":{"readOnly":true,"description":"Get the value of sketches","type":"array","items":{"$ref":"#\/components\/schemas\/Sketch"}},"contacts":{"readOnly":true,"description":"Get the value of contacts","type":"array","items":{"type":"string","format":"iri-reference"}},"abandonmentReason":{"type":"string","format":"iri-reference","nullable":true},"closingReason":{"type":"string","format":"iri-reference","nullable":true},"codeInsee":{"type":"string","nullable":true},"uniqueRefId":{"type":"string","nullable":true},"type":{"type":"string","format":"iri-reference","nullable":true},"format":{"type":"string","format":"iri-reference","nullable":true},"knowledgeSourceOther":{"type":"string","nullable":true},"knowledgeSource":{"type":"string","format":"iri-reference","nullable":true},"registrationSource":{"type":"string","format":"iri-reference","nullable":true},"registrationSourceOther":{"type":"string","nullable":true},"lastStep":{"type":"string","format":"iri-reference","nullable":true},"lastContactStep":{"type":"string","nullable":true},"phase":{"default":1,"example":1,"type":"integer"},"priorityLevel":{"default":-1,"example":-1,"type":"integer"},"isRequestPreFinancing":{"type":"boolean"},"isClosed":{"type":"boolean"},"isAbandonment":{"type":"boolean"},"abandonmentDate":{"type":"string","format":"date-time","nullable":true},"closedDate":{"type":"string","format":"date-time","nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"commentary":{"type":"string","nullable":true},"observation":{"type":"string","nullable":true},"visitDetails":{"type":"array","items":{"type":"string"},"nullable":true},"postDiagQuestionnary":{"type":"array","items":{"type":"string"},"nullable":true},"treatmentDetails":{"type":"array","items":{"type":"string"}},"firstContactDate":{"type":"string","format":"date-time","nullable":true},"firstCallDate":{"type":"string","format":"date-time","nullable":true},"isFirstCallSuccess":{"type":"boolean","nullable":true},"secondCallDate":{"type":"string","format":"date-time","nullable":true},"isSecondCallSuccess":{"type":"boolean","nullable":true},"isUnplannable":{"type":"boolean","nullable":true},"isEffectiveCofferdam":{"type":"boolean","nullable":true},"notPlannifiedReason":{"type":"string","nullable":true},"recallDate":{"type":"string","format":"date-time","nullable":true},"firstContactType":{"type":"string","format":"date-time","nullable":true},"firstVisitDate":{"type":"string","format":"date-time","nullable":true},"isFirstVisitCanceled":{"type":"boolean"},"restitutionSubmissionDate":{"type":"string","format":"date-time","nullable":true},"restitutionCallDate":{"type":"string","format":"date-time","nullable":true},"reminderDateWorks":{"type":"string","format":"date-time","nullable":true},"isRestitutionCanceled":{"type":"boolean"},"restitutionSignatory":{"type":"boolean"},"restitutionMode":{"type":"string","nullable":true},"isRestitutionAcceptation":{"type":"boolean"},"restitutionLevelAcceptation":{"type":"integer","nullable":true},"restitutionCommentary":{"type":"string","nullable":true},"geometerDate":{"type":"string","format":"date-time","nullable":true},"isGeometerTransmission":{"type":"boolean"},"geometerTransmissionDate":{"type":"string","format":"date-time","nullable":true},"isGeometerComplementary":{"type":"boolean"},"geometerInvoiceRef":{"type":"string","nullable":true},"highestWaterMarkPpr":{"type":"number","nullable":true},"highestWaterMarkPprJustification":{"type":"string","nullable":true},"naturalRiskMajorant":{"type":"string","format":"iri-reference","nullable":true},"naturalRiskMajorantGravity":{"type":"string","nullable":true},"naturalRiskSecondary":{"type":"array","items":{"type":"string"}},"retainedPheDate":{"type":"string","format":"date-time","nullable":true},"highestWaterMarkJustification":{"type":"string","nullable":true},"highestWaterMark":{"type":"number","nullable":true},"pheSource":{"type":"string","format":"iri-reference","nullable":true},"retainedSecondaryPheDate":{"type":"string","format":"date-time","nullable":true},"highestWaterMarkSecondaryJustification":{"type":"string","nullable":true},"highestWaterMarkSecondary":{"type":"number","nullable":true},"pheSecondarySource":{"type":"string","format":"iri-reference","nullable":true},"highestWaterMarkOnPlot":{"type":"number","nullable":true},"highestWaterMarkFirstFloor":{"type":"number","nullable":true},"highestWaterMarkBasement":{"type":"number","nullable":true},"highestWaterMarkSecondaryOnPlot":{"type":"number","nullable":true},"highestWaterMarkSecondaryFirstFloor":{"type":"number","nullable":true},"highestWaterMarkSecondaryBasement":{"type":"number","nullable":true},"highestWaterMarkOnAnnex":{"type":"number","nullable":true},"humanVulnerability":{"type":"string","nullable":true},"humanVulnerabilityJustification":{"type":"string","nullable":true},"constructionVulnerability":{"type":"string","nullable":true},"constructionVulnerabilityJustification":{"type":"string","nullable":true},"networkVulnerability":{"type":"string","nullable":true},"networkVulnerabilityJustification":{"type":"string","nullable":true},"hardwareVulnerability":{"type":"string","nullable":true},"hardwareVulnerabilityJustification":{"type":"string","nullable":true},"globalVulnerability":{"type":"string","nullable":true},"globalVulnerabilityJustification":{"type":"string","nullable":true},"withRefugeSpace":{"type":"boolean","nullable":true},"withUndergroundParking":{"type":"boolean","nullable":true},"isRefugeSpaceCompliantPpr":{"type":"boolean","nullable":true},"isProjectWorkApproach":{"type":"boolean","nullable":true},"isRecommendedStructuralMeasure":{"type":"boolean","nullable":true},"recommendedStructuralMeasureType":{"type":"string","nullable":true},"isEmergencyAccessibility":{"type":"boolean","nullable":true},"isIsolatedHearth":{"type":"boolean","nullable":true},"crawlSpaceAccess":{"type":"string","nullable":true},"visitReceiptRefId":{"type":"string","nullable":true},"referenceFloorCommentary":{"type":"string","nullable":true},"rescueAccessibility":{"type":"string","nullable":true},"householdIsolation":{"type":"string","nullable":true},"evacuationCommentary":{"type":"string","nullable":true},"refugeSpaceAdvised":{"type":"string","nullable":true},"refugeSpacesCommentary":{"type":"string","nullable":true},"openingsCommentary":{"type":"string","nullable":true},"aerationsCommentary":{"type":"string","nullable":true},"waterInletsCommentary":{"type":"string","nullable":true},"outsidesCommentary":{"type":"string","nullable":true},"electricityCommentary":{"type":"string","nullable":true},"heatingCommentary":{"type":"string","nullable":true},"basementCommentary":{"type":"string","nullable":true},"structureCommentary":{"type":"string","nullable":true},"sanitationCommentary":{"type":"string","nullable":true},"annexesCommentary":{"type":"string","nullable":true},"interiorWorkCommentary":{"type":"string","nullable":true},"cultureCommentary":{"type":"string","nullable":true},"buildCommentary":{"type":"string","nullable":true},"houseCommentary":{"type":"string","nullable":true},"annexObservations":{"type":"array","items":{"type":"string"}},"search":{"type":"string","nullable":true},"conclusionStrategyChosen":{"type":"string","nullable":true},"isConsentTransmissionReport":{"type":"boolean"},"consentTransmissionReportToAsk":{"type":"boolean"},"isAlertSystemRegistration":{"type":"boolean","nullable":true},"alertSystemNumber":{"type":"string","nullable":true},"alertSystemCommentary":{"type":"string","nullable":true},"watershed":{"type":"string","nullable":true},"underWatershed":{"type":"string","nullable":true},"typologyObjectiveName":{"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"}}},"DiagCase.DiagCaseAppointmentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"program":{"type":"string"},"firstContactDate":{"type":"string","format":"date-time","nullable":true},"lastContactStep":{"type":"string","nullable":true},"priorityLevel":{"default":-1,"example":-1,"type":"integer"},"lastUpdate":{"type":"string","format":"date-time","nullable":true},"recallDate":{"type":"string","format":"date-time","nullable":true},"firstCallDate":{"type":"string","format":"date-time","nullable":true},"secondCallDate":{"type":"string","format":"date-time","nullable":true},"firstVisitDate":{"type":"string","format":"date-time","nullable":true},"commentary":{"type":"string","nullable":true},"codeInsee":{"type":"string","nullable":true},"uniqueRefId":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"abandonmentReason":{"type":"string","nullable":true},"closingReason":{"type":"string","nullable":true},"company":{"anyOf":[{"$ref":"#\/components\/schemas\/CompanyDetailsOutput"}],"nullable":true},"property":{"anyOf":[{"$ref":"#\/components\/schemas\/PropertyDetailsOutput"}],"nullable":true},"externalRef":{"type":"string","nullable":true},"phase":{"default":1,"example":1,"type":"integer"},"isClosed":{"type":"boolean"},"isAbandonment":{"type":"boolean"},"knowledgeSource":{"type":"string","nullable":true},"knowledgeSourceOther":{"type":"string","nullable":true},"registrationSource":{"type":"string","nullable":true},"registrationSourceOther":{"type":"string","nullable":true},"referent":{"anyOf":[{"$ref":"#\/components\/schemas\/ContactDetailsOutput"}],"nullable":true},"isFirstCallSuccess":{"type":"boolean","nullable":true},"isSecondCallSuccess":{"type":"boolean","nullable":true},"isUnplannable":{"type":"boolean","nullable":true},"notPlannifiedReason":{"type":"string","nullable":true}}},"DiagCase.DiagCaseAppointmentPutInput":{"type":"object","description":"","properties":{"lastContactStep":{"type":"string","nullable":true},"priorityLevel":{"default":-1,"example":-1,"type":"integer"},"reCallDate":{"type":"string","format":"date-time","nullable":true},"firstCallDate":{"type":"string","format":"date-time","nullable":true},"recallDate":{"type":"string","format":"date-time","nullable":true},"secondCallDate":{"type":"string","format":"date-time","nullable":true},"firstVisitDate":{"type":"string","format":"date-time","nullable":true},"commentary":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"knowledgeSource":{"type":"string","nullable":true},"knowledgeSourceOther":{"type":"string","nullable":true},"registrationSource":{"type":"string","nullable":true},"registrationSourceOther":{"type":"string","nullable":true},"isFirstCallSuccess":{"type":"boolean","nullable":true},"isSecondCallSuccess":{"type":"boolean","nullable":true},"isUnplannable":{"type":"boolean","nullable":true},"notPlannifiedReason":{"type":"string","nullable":true}}},"DiagCase.DiagCaseDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"abandonmentReason":{"type":"string","nullable":true},"closingReason":{"type":"string","nullable":true},"codeInsee":{"type":"string","nullable":true},"uniqueRefId":{"type":"string","nullable":true},"externalRef":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"format":{"type":"string","nullable":true},"knowledgeSource":{"type":"string","nullable":true},"knowledgeSourceOther":{"type":"string","nullable":true},"registrationSource":{"type":"string","nullable":true},"registrationSourceOther":{"type":"string","nullable":true},"status":{"type":"string"},"lastStep":{"anyOf":[{"$ref":"#\/components\/schemas\/StepListOutput"}],"nullable":true},"phase":{"default":1,"example":1,"type":"integer"},"priorityLevel":{"default":-1,"example":-1,"type":"integer"},"isClosed":{"type":"boolean"},"isAbandonment":{"type":"boolean"},"commentary":{"type":"string","nullable":true},"visitDetails":{"type":"array","items":{"type":"string"},"nullable":true},"postDiagQuestionnary":{"type":"array","items":{"type":"string"},"nullable":true},"treatmentDetails":{"anyOf":[{"$ref":"#\/components\/schemas\/DiagCaseTreatmentDetailsOutput"}],"nullable":true},"firstVisitDate":{"type":"string","format":"date-time","nullable":true},"isFirstVisitCanceled":{"type":"boolean"},"restitutionSubmissionDate":{"type":"string","format":"date-time","nullable":true},"restitutionCallDate":{"type":"string","format":"date-time","nullable":true},"reminderDateWorks":{"type":"string","format":"date-time","nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"closedDate":{"type":"string","format":"date-time","nullable":true},"abandonmentDate":{"type":"string","format":"date-time","nullable":true},"isRestitutionCanceled":{"type":"boolean"},"restitutionSignatory":{"type":"boolean"},"isRestitutionAcceptation":{"type":"boolean"},"restitutionMode":{"type":"string","nullable":true},"restitutionLevelAcceptation":{"type":"integer","nullable":true},"restitutionCommentary":{"type":"string","nullable":true},"geometerDate":{"type":"string","format":"date-time","nullable":true},"lastRelaunchDate":{"type":"string","format":"date-time","nullable":true},"geometerInvoiceRef":{"type":"string","nullable":true},"isGeometerTransmission":{"type":"boolean"},"isGeometerComplementary":{"type":"boolean"},"isRequestPreFinancing":{"type":"boolean"},"epci":{"type":"string","nullable":true},"billingCategory":{"type":"integer","nullable":true},"company":{"anyOf":[{"$ref":"#\/components\/schemas\/CompanyDetailsOutput"}],"nullable":true},"property":{"anyOf":[{"$ref":"#\/components\/schemas\/PropertyDetailsOutput"}],"nullable":true},"pheSource":{"type":"string","nullable":true},"highestWaterMark":{"type":"number","nullable":true},"highestWaterMarkPpr":{"type":"number","nullable":true},"retainedPheDate":{"type":"string","format":"date-time","nullable":true},"highestWaterMarkJustification":{"type":"string","nullable":true},"highestWaterMarkOnPlot":{"type":"number","nullable":true},"highestWaterMarkFirstFloor":{"type":"number","nullable":true},"highestWaterMarkBasement":{"type":"number","nullable":true},"humanVulnerability":{"type":"string","nullable":true},"constructionVulnerability":{"type":"string","nullable":true},"networkVulnerability":{"type":"string","nullable":true},"hardwareVulnerability":{"type":"string","nullable":true},"globalVulnerability":{"type":"string","nullable":true},"highestWaterMarkPprJustification":{"type":"string","nullable":true},"humanVulnerabilityJustification":{"type":"string","nullable":true},"constructionVulnerabilityJustification":{"type":"string","nullable":true},"networkVulnerabilityJustification":{"type":"string","nullable":true},"hardwareVulnerabilityJustification":{"type":"string","nullable":true},"globalVulnerabilityJustification":{"type":"string","nullable":true},"withRefugeSpace":{"type":"boolean","nullable":true},"withUndergroundParking":{"type":"boolean","nullable":true},"isRefugeSpaceCompliantPpr":{"type":"boolean","nullable":true},"isRecommendedStructuralMeasure":{"type":"boolean","nullable":true},"recommendedStructuralMeasureType":{"type":"string","nullable":true},"isProjectWorkApproach":{"type":"boolean","nullable":true},"isEmergencyAccessibility":{"type":"boolean","nullable":true},"isIsolatedHearth":{"type":"boolean","nullable":true},"crawlSpaceAccess":{"type":"string","nullable":true},"isConsentTransmissionReport":{"type":"boolean"},"consentTransmissionReportToAsk":{"type":"boolean"},"purchaseOrder":{"type":"string","nullable":true},"invoiceNumber":{"type":"string","nullable":true},"invoiceNumberList":{"type":"array","items":{"type":"string"},"nullable":true},"retainedSecondaryPheDate":{"type":"string","format":"date-time","nullable":true},"highestWaterMarkSecondaryJustification":{"type":"string","nullable":true},"highestWaterMarkSecondary":{"type":"number","nullable":true},"pheSecondarySource":{"type":"string","nullable":true},"highestWaterMarkSecondaryOnPlot":{"type":"number","nullable":true},"highestWaterMarkSecondaryFirstFloor":{"type":"number","nullable":true},"highestWaterMarkSecondaryBasement":{"type":"number","nullable":true},"highestWaterMarkOnAnnex":{"type":"number","nullable":true},"referenceFloorCommentary":{"type":"string","nullable":true},"rescueAccessibility":{"type":"string","nullable":true},"householdIsolation":{"type":"string","nullable":true},"evacuationCommentary":{"type":"string","nullable":true},"refugeSpaceAdvised":{"type":"string","nullable":true},"refugeSpacesCommentary":{"type":"string","nullable":true},"openingsCommentary":{"type":"string","nullable":true},"aerationsCommentary":{"type":"string","nullable":true},"waterInletsCommentary":{"type":"string","nullable":true},"outsidesCommentary":{"type":"string","nullable":true},"electricityCommentary":{"type":"string","nullable":true},"heatingCommentary":{"type":"string","nullable":true},"basementCommentary":{"type":"string","nullable":true},"structureCommentary":{"type":"string","nullable":true},"sanitationCommentary":{"type":"string","nullable":true},"cultureCommentary":{"type":"string","nullable":true},"isEffectiveCofferdam":{"type":"boolean","nullable":true},"buildCommentary":{"type":"string","nullable":true},"houseCommentary":{"type":"string","nullable":true},"annexesCommentary":{"type":"string","nullable":true},"interiorWorkCommentary":{"type":"string","nullable":true},"heathCommentary":{"type":"string","nullable":true},"buildingCommentary":{"type":"string","nullable":true},"perceptionCommentary":{"type":"string","nullable":true},"isAlertSystemRegistration":{"type":"boolean","nullable":true},"alertSystemNumber":{"type":"string","nullable":true},"alertSystemCommentary":{"type":"string","nullable":true},"pprZoneBuilding":{"type":"integer","nullable":true},"pprZonePlot":{"type":"integer","nullable":true},"otherPprZone":{"type":"integer","nullable":true},"secondaryPprZone":{"type":"integer","nullable":true},"ppr":{"type":"string","nullable":true},"pprSecondary":{"type":"string","nullable":true},"naturalRiskMajorant":{"type":"string","nullable":true},"naturalRiskMajorantGravity":{"type":"string","nullable":true},"naturalRiskSecondary":{"type":"array","items":{"type":"string"},"nullable":true},"refugeSpacesDetails":{"type":"array","items":{"$ref":"#\/components\/schemas\/RefugeSpaceListOutput"}},"referenceFloorsDetails":{"description":"$ referenceFloors","type":"array","items":{"$ref":"#\/components\/schemas\/ReferenceFloorListOutput"}},"contacts":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactDetailsOutput"}},"stakes":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeDetailsOutput"}},"estimatedMeasures":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagMeasureListOutput"}},"organizationalMeasures":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagMeasureListOutput"}},"resilientHouseDocumentId":{"type":"integer","nullable":true},"diagnostician":{"anyOf":[{"$ref":"#\/components\/schemas\/DiagnosticianDetailsOutput"}],"nullable":true},"tags":{"type":"array","items":{"type":"string"},"nullable":true},"visitReceiptRefId":{"type":"string","nullable":true},"conclusionStrategyChosen":{"type":"string","nullable":true},"diagFundingManagementList":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagFundingManagementListOutput"}},"mediaLocalisation":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaListOutput"}}}},"DiagCase.DiagCaseListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string","nullable":true},"externalRef":{"type":"string","nullable":true},"program":{"type":"string"},"address":{"type":"string"},"cadastreId":{"type":"string","nullable":true},"lastStep":{"type":"string"},"lastContactStep":{"type":"string","nullable":true},"diagnostican":{"type":"string","nullable":true},"referent":{"type":"string"},"referentPhone":{"type":"string"},"company":{"type":"string"},"lastUpdate":{"type":"string","format":"date-time","nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"firstCallDate":{"type":"string","format":"date-time","nullable":true},"secondCallDate":{"type":"string","format":"date-time","nullable":true},"recallDate":{"type":"string","format":"date-time","nullable":true},"isClosed":{"type":"boolean"},"closingReason":{"type":"string","nullable":true},"isAbandonment":{"type":"boolean"},"abandonmentReason":{"type":"string","nullable":true},"tags":{"type":"array","items":{"type":"string"},"nullable":true}}},"DiagCase.DiagCaseOnAppointmentPostInput":{"type":"object","description":"","properties":{"appointmentId":{"type":"integer"}}},"DiagCase.DiagCasePictureListOutput":{"type":"object","description":"","properties":{"mediaId":{"type":"integer"},"reportLocalisation":{"type":"integer","nullable":true}}},"DiagCase.DiagCasePostInput":{"type":"object","description":"","properties":{"program":{"type":"string"},"diagType":{"type":"string","nullable":true},"siren":{"type":"string","nullable":true},"siret":{"type":"string","nullable":true},"migration":{"type":"boolean"},"priorityLevel":{"default":-1,"example":-1,"type":"integer"},"uniqueRefId":{"type":"string","nullable":true},"externalRef":{"type":"string","nullable":true},"knowledgeSource":{"type":"string","nullable":true},"knowledgeSourceOther":{"type":"string","nullable":true},"registrationSource":{"type":"string","nullable":true},"registrationSourceOther":{"type":"string","nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"commentary":{"type":"string","nullable":true},"referent":{"anyOf":[{"$ref":"#\/components\/schemas\/ContactPostInput"}],"nullable":true},"property":{"$ref":"#\/components\/schemas\/PropertyPostInput"}}},"DiagCase.DiagCasePrivateAccessDetailsOutput":{"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"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentTypePrivateAccessOutput"}},"stepDetails":{"$ref":"#\/components\/schemas\/StepPrivateAccessOutput"},"property":{"anyOf":[{"$ref":"#\/components\/schemas\/PropertyPrivateAccessOutput"}],"nullable":true},"appointments":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagCaseAppointmentListOutput"}},"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\/DiagMeasureDetailsOutput"}}}},"DiagCase.DiagCasePutInput":{"type":"object","description":"","properties":{"externalRef":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"format":{"type":"string","nullable":true},"knowledgeSource":{"type":"string","nullable":true},"knowledgeSourceOther":{"type":"string","nullable":true},"registrationSource":{"type":"string","nullable":true},"registrationSourceOther":{"type":"string","nullable":true},"status":{"type":"string"},"phase":{"default":1,"example":1,"type":"integer"},"priorityLevel":{"default":-1,"example":-1,"type":"integer"},"commentary":{"type":"string","nullable":true},"firstVisitDate":{"type":"string","format":"date-time","nullable":true},"isFirstVisitCanceled":{"type":"boolean"},"restitutionSubmissionDate":{"type":"string","format":"date-time","nullable":true},"restitutionCallDate":{"type":"string","format":"date-time","nullable":true},"reminderDateWorks":{"type":"string","format":"date-time","nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"isRestitutionCanceled":{"type":"boolean"},"isRestitutionSignatory":{"type":"boolean"},"isRestitutionAcceptation":{"type":"boolean"},"restitutionLevelAcceptation":{"type":"integer","nullable":true},"restitutionCommentary":{"type":"string","nullable":true},"geometerInvoiceRef":{"type":"string","nullable":true},"geometerDate":{"type":"string","format":"date-time","nullable":true},"isGeometerTransmission":{"type":"boolean"},"isGeometerComplementary":{"type":"boolean"},"billingCategory":{"type":"integer","nullable":true},"company":{"anyOf":[{"$ref":"#\/components\/schemas\/CompanyPutInput"}],"nullable":true},"property":{"anyOf":[{"$ref":"#\/components\/schemas\/PropertyPutInput"}],"nullable":true},"pheSource":{"type":"string","nullable":true},"ppr":{"type":"string","nullable":true},"pprSecondary":{"type":"string","nullable":true},"pprZoneBuilding":{"type":"integer","nullable":true},"pprZonePlot":{"type":"integer","nullable":true},"otherPprZone":{"type":"integer","nullable":true},"secondaryPprZone":{"type":"integer","nullable":true},"isConsentTransmissionReport":{"type":"boolean"},"isAlertSystemRegistration":{"type":"boolean","nullable":true},"alertSystemNumber":{"type":"string","nullable":true},"alertSystemCommentary":{"type":"string","nullable":true},"naturalRiskMajorant":{"type":"string","nullable":true},"naturalRiskMajorantGravity":{"type":"string","nullable":true},"naturalRiskSecondary":{"type":"array","items":{"type":"string"},"nullable":true},"highestWaterMark":{"type":"number","nullable":true},"highestWaterMarkPpr":{"type":"number","nullable":true},"retainedPheDate":{"type":"string","format":"date-time","nullable":true},"highestWaterMarkJustification":{"type":"string","nullable":true},"highestWaterMarkPprJustification":{"type":"string","nullable":true},"retainedSecondaryPheDate":{"type":"string","format":"date-time","nullable":true},"highestWaterMarkSecondaryJustification":{"type":"string","nullable":true},"highestWaterMarkSecondary":{"type":"number","nullable":true},"pheSecondarySource":{"type":"string","nullable":true},"highestWaterMarkOnPlot":{"type":"number","nullable":true},"highestWaterMarkFirstFloor":{"type":"number","nullable":true},"highestWaterMarkBasement":{"type":"number","nullable":true},"highestWaterMarkSecondaryOnPlot":{"type":"number","nullable":true},"highestWaterMarkSecondaryFirstFloor":{"type":"number","nullable":true},"highestWaterMarkSecondaryBasement":{"type":"number","nullable":true},"highestWaterMarkOnAnnex":{"type":"number","nullable":true},"restitutionMode":{"type":"string","nullable":true},"humanVulnerability":{"type":"string","nullable":true},"constructionVulnerability":{"type":"string","nullable":true},"networkVulnerability":{"type":"string","nullable":true},"hardwareVulnerability":{"type":"string","nullable":true},"globalVulnerability":{"type":"string","nullable":true},"humanVulnerabilityJustification":{"type":"string","nullable":true},"constructionVulnerabilityJustification":{"type":"string","nullable":true},"networkVulnerabilityJustification":{"type":"string","nullable":true},"hardwareVulnerabilityJustification":{"type":"string","nullable":true},"globalVulnerabilityJustification":{"type":"string","nullable":true},"withRefugeSpace":{"type":"boolean","nullable":true},"withUndergroundParking":{"type":"boolean","nullable":true},"isRefugeSpaceCompliantPpr":{"type":"boolean","nullable":true},"isRecommendedStructuralMeasure":{"type":"boolean","nullable":true},"recommendedStructuralMeasureType":{"type":"string","nullable":true},"isProjectWorkApproach":{"type":"boolean","nullable":true},"isEmergencyAccessibility":{"type":"boolean","nullable":true},"isIsolatedHearth":{"type":"boolean","nullable":true},"isRequestPreFinancing":{"type":"boolean","nullable":true},"isEffectiveCofferdam":{"type":"boolean","nullable":true},"crawlSpaceAccess":{"type":"string","nullable":true},"purchaseOrder":{"type":"string","nullable":true},"invoiceNumber":{"type":"string","nullable":true},"invoiceNumberList":{"type":"array","items":{"type":"string"},"nullable":true},"referenceFloorCommentary":{"type":"string","nullable":true},"rescueAccessibility":{"type":"string","nullable":true},"householdIsolation":{"type":"string","nullable":true},"evacuationCommentary":{"type":"string","nullable":true},"refugeSpaceAdvised":{"type":"string","nullable":true},"refugeSpacesCommentary":{"type":"string","nullable":true},"openingsCommentary":{"type":"string","nullable":true},"aerationsCommentary":{"type":"string","nullable":true},"waterInletsCommentary":{"type":"string","nullable":true},"outsidesCommentary":{"type":"string","nullable":true},"electricityCommentary":{"type":"string","nullable":true},"heatingCommentary":{"type":"string","nullable":true},"basementCommentary":{"type":"string","nullable":true},"structureCommentary":{"type":"string","nullable":true},"sanitationCommentary":{"type":"string","nullable":true},"cultureCommentary":{"type":"string","nullable":true},"buildCommentary":{"type":"string","nullable":true},"houseCommentary":{"type":"string","nullable":true},"annexesCommentary":{"type":"string","nullable":true},"interiorWorkCommentary":{"type":"string","nullable":true},"contacts":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPutInput"},"nullable":true},"diagnostician":{"anyOf":[{"$ref":"#\/components\/schemas\/DiagnosticianDetailsOutput"}],"nullable":true},"treatmentDetails":{"anyOf":[{"$ref":"#\/components\/schemas\/TreatmentInput"}],"nullable":true},"referenceFloorsDetails":{"type":"array","items":{"$ref":"#\/components\/schemas\/ReferenceFloorTreatmentInput"}},"refugeSpacesDetails":{"type":"array","items":{"$ref":"#\/components\/schemas\/RefugeSpaceTreatmentInput"}},"organizationalMeasures":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagMeasureInput"}},"estimatedMeasures":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagMeasureInput"}},"quotedMeasures":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagMeasureInput"}},"invoiceMeasures":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagMeasureInput"}},"postDiagQuestionnary":{"type":"array","items":{"type":"string"},"nullable":true},"conclusionStrategyChosen":{"type":"string","nullable":true},"documentCaptionInput":{"type":"array","items":{"type":"string"},"nullable":true},"mediaLocalisation":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaListInput"},"nullable":true}}},"DiagCase.DiagCasePutStatusInput":{"type":"object","description":"","properties":{"status":{"type":"string"},"abandonmentReason":{"type":"string","nullable":true},"closingReason":{"type":"string","nullable":true}}},"DiagCase.DiagCaseSynchroDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"externalRef":{"type":"string"},"program":{"type":"string"},"nextAppointment":{"type":"string","format":"date-time","nullable":true},"refName":{"type":"string"},"step":{"type":"string"},"companyName":{"type":"string","nullable":true},"visitReceiptRefId":{"type":"string","nullable":true},"ppr":{"type":"string","nullable":true},"pprZoneBuilding":{"type":"string","nullable":true},"pprZonePlot":{"type":"string","nullable":true},"otherPprZone":{"type":"string","nullable":true},"naturalRiskMajorant":{"type":"string","nullable":true},"naturalRiskSecondary":{"type":"array","items":{"type":"string"},"nullable":true},"pheSource":{"type":"string","nullable":true},"highestWaterMark":{"type":"number","nullable":true},"highestWaterMarkPpr":{"type":"number","nullable":true},"highestWaterMarkPprJustification":{"type":"string","nullable":true},"retainedPheDate":{"type":"string","format":"date-time","nullable":true},"highestWaterMarkJustification":{"type":"string","nullable":true},"highestWaterMarkOnPlot":{"type":"number","nullable":true},"highestWaterMarkFirstFloor":{"type":"number","nullable":true},"highestWaterMarkBasement":{"type":"number","nullable":true},"retainedSecondaryPheDate":{"type":"string","format":"date-time","nullable":true},"highestWaterMarkSecondaryJustification":{"type":"string","nullable":true},"highestWaterMarkSecondary":{"type":"number","nullable":true},"pheSecondarySource":{"type":"string","nullable":true},"highestWaterMarkSecondaryOnPlot":{"type":"number","nullable":true},"highestWaterMarkSecondaryFirstFloor":{"type":"number","nullable":true},"highestWaterMarkSecondaryBasement":{"type":"number","nullable":true},"smallDetails":{"$ref":"#\/components\/schemas\/DiagCaseResumeDetailsOutput"},"company":{"anyOf":[{"$ref":"#\/components\/schemas\/CompanyDetailsOutput"}],"nullable":true},"property":{"anyOf":[{"$ref":"#\/components\/schemas\/PropertySynchroDetailsOutput"}],"nullable":true},"contactsList":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactDetailsOutput"}},"contacts":{"$ref":"#\/components\/schemas\/DiagCaseContactsListOutput"},"visitDetails":{"type":"array","items":{"type":"string"}},"treatmentDetails":{"$ref":"#\/components\/schemas\/DiagCaseTreatmentDetailsOutput"},"sketches":{"type":"array","items":{"$ref":"#\/components\/schemas\/SketchDetailsOutput"}},"updatedDate":{"type":"string","format":"date-time","nullable":true},"refugeSpacesDetails":{"type":"array","items":{"$ref":"#\/components\/schemas\/RefugeSpaceListOutput"}},"referenceFloorsDetails":{"description":"$ referenceFloors","type":"array","items":{"$ref":"#\/components\/schemas\/ReferenceFloorListOutput"}}}},"DiagCase.DiagCaseSynchroPutInput":{"type":"object","description":"","properties":{"visitDetails":{"type":"array","items":{"type":"string"},"nullable":true},"sketches":{"type":"array","items":{"$ref":"#\/components\/schemas\/SketchInput"}},"contactsList":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactPutInput"}},"synchroContact":{"type":"boolean"},"refugeSpacesDetails":{"type":"array","items":{"$ref":"#\/components\/schemas\/RefugeSpaceInput"}},"referenceFloorsDetails":{"type":"array","items":{"$ref":"#\/components\/schemas\/ReferenceFloorInput"}},"visitReceiptRefId":{"type":"string","nullable":true}}},"DiagCase.DocumentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originName":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"typeId":{"type":"string"},"extension":{"type":"string"},"description":{"type":"string","nullable":true},"universe":{"default":"documents","example":"documents","type":"string"},"category":{"type":"string"},"stakeName":{"type":"string","nullable":true},"sketchName":{"type":"string","nullable":true},"size":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"isDeletable":{"type":"boolean"}}},"DiagCase.EligibleMeasureOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"isMandatory":{"type":"boolean"}}},"DiagCase.ResultOutput":{"type":"object","description":"","properties":{"success":{"default":true,"example":true,"type":"boolean"}}},"DiagCase.VoidInput":{"type":"object","description":""},"DiagCaseAppointmentListOutput":{"type":"object","description":"","properties":{"status":{"type":"string","nullable":true},"date":{"type":"string","format":"date-time","nullable":true},"localization":{"type":"string"},"description":{"type":"string"}}},"DiagCaseContactsListOutput":{"type":"object","description":"","properties":{"referent":{"anyOf":[{"$ref":"#\/components\/schemas\/ContactDetailsOutput"}],"nullable":true},"owner":{"anyOf":[{"$ref":"#\/components\/schemas\/ContactDetailsOutput"}],"nullable":true},"occupant":{"anyOf":[{"$ref":"#\/components\/schemas\/ContactDetailsOutput"}],"nullable":true}}},"DiagCaseResumeDetailsOutput":{"type":"object","description":"","properties":{"codeInsee":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeId":{"type":"string","nullable":true},"step":{"type":"string","nullable":true},"phase":{"type":"integer"},"isClosed":{"type":"boolean"},"isAbandonment":{"type":"boolean"},"commentary":{"type":"string","nullable":true},"firstVisitDate":{"type":"string","format":"date-time","nullable":true},"geometerDate":{"type":"string","format":"date-time","nullable":true},"isGeometerTransmission":{"type":"boolean"},"isGeometerComplementary":{"type":"boolean"},"diagnostician":{"type":"string"}}},"DiagCaseStatistics":{"type":"object","description":"","properties":{"folderId":{"type":"string","nullable":true},"propertyName":{"type":"string","nullable":true},"secteurName":{"type":"string","nullable":true},"inseeCode":{"type":"string"},"folderType":{"type":"string"},"habitationType":{"type":"string"},"typology":{"type":"string"},"folderStep":{"type":"string"},"folderState":{"type":"string"},"folderStepKey":{"type":"string"},"folderStateKey":{"type":"string"},"phase":{"type":"string"},"undergroundParking":{"type":"boolean"},"link":{"type":"string"},"documentSynthesisLink":{"type":"string","nullable":true}}},"DiagCaseTreatmentDetailsOutput":{"type":"object","description":"","properties":{"electricity":{"type":"array","items":{"type":"string"},"nullable":true},"heating":{"type":"array","items":{"type":"string"},"nullable":true},"outsideStake":{"type":"array","items":{"type":"string"},"nullable":true},"openings":{"type":"array","items":{"type":"string"},"nullable":true},"aeration":{"type":"array","items":{"type":"string"},"nullable":true},"waterInlet":{"type":"array","items":{"type":"string"},"nullable":true},"aggregateIds":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaLocationOutput"},"nullable":true},"annexObservations":{"type":"array","items":{"type":"string"},"nullable":true},"aggregateLocalisations":{"type":"array","items":{"type":"string"},"nullable":true},"otherPicturesIds":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaLocationOutput"},"nullable":true},"otherPicturesLocalisations":{"type":"array","items":{"type":"string"},"nullable":true}}},"DiagFundingEventOutput":{"type":"object","description":"","properties":{"status":{"type":"string"},"title":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/KeyValue"}}}},"DiagFundingManagement":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the DiagFundingManagement.","type":"integer"},"oldId":{"type":"string","nullable":true},"diagCase":{"description":"diagCase","type":"string","format":"iri-reference","nullable":true},"company":{"type":"string","format":"iri-reference","nullable":true},"program":{"type":"string","format":"iri-reference","nullable":true},"administrator":{"type":"string","format":"iri-reference","nullable":true},"referent":{"type":"string","format":"iri-reference","nullable":true},"owner":{"type":"string","format":"iri-reference","nullable":true},"isRequestPreFinancing":{"type":"boolean"},"billingCategory":{"type":"string","format":"iri-reference","nullable":true},"epci":{"type":"string","format":"iri-reference","nullable":true},"type":{"type":"string","format":"iri-reference","nullable":true},"lastStep":{"type":"string","format":"iri-reference","nullable":true},"externalRef":{"type":"string","nullable":true},"property":{"type":"string","format":"iri-reference","nullable":true},"abandonmentReason":{"type":"string","format":"iri-reference","nullable":true},"closingReason":{"type":"string","format":"iri-reference","nullable":true},"firstCallDate":{"type":"string","format":"date-time","nullable":true},"isFirstCallSuccess":{"type":"boolean","nullable":true},"secondCallDate":{"type":"string","format":"date-time","nullable":true},"isSecondCallSuccess":{"type":"boolean","nullable":true},"recallDate":{"type":"string","format":"date-time","nullable":true},"abandonmentDate":{"type":"string","format":"date-time","nullable":true},"closedDate":{"type":"string","format":"date-time","nullable":true},"isClosed":{"type":"boolean"},"isAbandonment":{"type":"boolean"},"creationDate":{"type":"string","format":"date-time","nullable":true},"phase":{"default":1,"example":1,"type":"integer"},"commentary":{"type":"string","nullable":true},"codeInsee":{"type":"string","nullable":true},"submissionRequestDepartmentDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedDepartment":{"type":"boolean"},"invoiceValidatedDepartment":{"type":"boolean"},"quoteValidatedDepartmentStatus":{"type":"string","nullable":true},"invoiceValidatedDepartmentStatus":{"type":"string","nullable":true},"quoteValidatedDepartmentCommentary":{"type":"string","nullable":true},"invoiceValidatedDepartmentCommentary":{"type":"string","nullable":true},"preCommissionDepartmentDate":{"type":"string","format":"date-time","nullable":true},"commissionDepartmentDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementDepartmentDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileDepartmentDate":{"type":"string","format":"date-time","nullable":true},"departmentQuoteCommentary":{"type":"string","nullable":true},"departmentInvoiceCommentary":{"type":"string","nullable":true},"submissionPaymentRequestDepartmentDate":{"description":"Get the value of submissionPaymentRequestDepartmentDate","type":"string","format":"date-time","nullable":true},"mandateBalanceDepartmentDate":{"description":"Get the value of mandateBalanceDepartmentDate","type":"string","format":"date-time","nullable":true},"quoteValidatedRegion":{"type":"boolean"},"invoiceValidatedRegion":{"type":"boolean"},"quoteValidatedRegionStatus":{"type":"string","nullable":true},"invoiceValidatedRegionStatus":{"type":"string","nullable":true},"quoteValidatedRegionCommentary":{"description":"Get the value of quoteValidatedRegionCommentary","type":"string","nullable":true},"invoiceValidatedRegionCommentary":{"type":"string","nullable":true},"preCommissionRegionDate":{"type":"string","format":"date-time","nullable":true},"commissionRegionDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementRegionDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileRegionDate":{"type":"string","format":"date-time","nullable":true},"submissionRequestRegionDate":{"type":"string","format":"date-time","nullable":true},"regionQuoteCommentary":{"type":"string","nullable":true},"regionInvoiceCommentary":{"type":"string","nullable":true},"submissionPaymentRequestRegionDate":{"description":"Get the value of submissionPaymentRequestRegionDate","type":"string","format":"date-time","nullable":true},"mandateBalanceRegionDate":{"description":"Get the value of mandateBalanceRegionDate","type":"string","format":"date-time","nullable":true},"quoteValidatedEpci":{"type":"boolean"},"invoiceValidatedEpci":{"type":"boolean"},"quoteValidatedEpciStatus":{"type":"string","nullable":true},"invoiceValidatedEpciStatus":{"type":"string","nullable":true},"quoteValidatedEpciCommentary":{"type":"string","nullable":true},"invoiceValidatedEpciCommentary":{"type":"string","nullable":true},"preCommissionEpciDate":{"type":"string","format":"date-time","nullable":true},"commissionEpciDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementEpciDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileEpciDate":{"type":"string","format":"date-time","nullable":true},"submissionRequestEpciDate":{"type":"string","format":"date-time","nullable":true},"epciQuoteCommentary":{"type":"string","nullable":true},"epciInvoiceCommentary":{"type":"string","nullable":true},"submissionPaymentRequestEpciDate":{"description":"Get the value of submissionPaymentRequestEpciDate","type":"string","format":"date-time","nullable":true},"mandateBalanceEpciDate":{"description":"Get the value of mandateBalanceEpciDate","type":"string","format":"date-time","nullable":true},"quoteValidatedTownship":{"type":"boolean"},"invoiceValidatedTownship":{"type":"boolean"},"quoteValidatedTownshipStatus":{"type":"string","nullable":true},"invoiceValidatedTownshipStatus":{"type":"string","nullable":true},"quoteValidatedTownshipCommentary":{"type":"string","nullable":true},"invoiceValidatedTownshipCommentary":{"type":"string","nullable":true},"preCommissionTownshipDate":{"type":"string","format":"date-time","nullable":true},"commissionTownshipDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementTownshipDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileTownshipDate":{"type":"string","format":"date-time","nullable":true},"submissionRequestTownshipDate":{"type":"string","format":"date-time","nullable":true},"townshipQuoteCommentary":{"type":"string","nullable":true},"townshipInvoiceCommentary":{"type":"string","nullable":true},"submissionPaymentRequestTownshipDate":{"description":"Get the value of submissionPaymentRequestTownshipDate","type":"string","format":"date-time","nullable":true},"mandateBalanceTownshipDate":{"description":"Get the value of mandateBalanceTownshipDate","type":"string","format":"date-time","nullable":true},"quoteValidatedState":{"type":"boolean"},"invoiceValidatedState":{"type":"boolean"},"quoteValidatedStateStatus":{"type":"string","nullable":true},"invoiceValidatedStateStatus":{"type":"string","nullable":true},"quoteValidatedStateCommentary":{"description":"Get the value of quoteValidatedStateCommentary","type":"string","nullable":true},"invoiceValidatedStateCommentary":{"type":"string","nullable":true},"preCommissionStateDate":{"type":"string","format":"date-time","nullable":true},"commissionStateDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementStateDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileStateDate":{"type":"string","format":"date-time","nullable":true},"submissionRequestStateDate":{"type":"string","format":"date-time","nullable":true},"stateQuoteCommentary":{"type":"string","nullable":true},"stateInvoiceCommentary":{"type":"string","nullable":true},"submissionPaymentRequestStateDate":{"description":"Get the value of submissionPaymentRequestStateDate","type":"string","format":"date-time","nullable":true},"mandateBalanceStateDate":{"description":"Get the value of mandateBalanceStateDate","type":"string","format":"date-time","nullable":true},"worksBeginDate":{"type":"string","format":"date-time","nullable":true},"worksEndDate":{"type":"string","format":"date-time","nullable":true},"worksControlToProgram":{"type":"boolean","nullable":true},"worksControleVisiteDate":{"type":"string","format":"date-time","nullable":true},"worksControlePeoplePresent":{"type":"string","nullable":true},"worksCompliant":{"type":"boolean","nullable":true},"worksCommentary":{"type":"string","nullable":true},"isWorkIndependent":{"type":"boolean","nullable":true},"loanDecisionDate":{"type":"string","format":"date-time","nullable":true},"loanAgreementDate":{"type":"string","format":"date-time","nullable":true},"loanTransferDate":{"type":"string","format":"date-time","nullable":true},"contacts":{"readOnly":true,"description":"Get the value of contacts","type":"array","items":{"type":"string","format":"iri-reference"}},"search":{"type":"string","nullable":true},"withQuote":{"type":"boolean"},"withAdvance":{"type":"boolean"},"withAdvanceReceived":{"type":"boolean"},"typologyObjectiveName":{"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"},"firstSubmissionRequestDate":{"readOnly":true,"type":"string","format":"date-time","nullable":true},"firstSubmissionPaymentRequestDate":{"readOnly":true,"type":"string","format":"date-time","nullable":true},"deleted":{"readOnly":true,"type":"boolean"}}},"DiagFundingManagement.DiagFundingManagementDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"quoteValidatedDepartmentStatus":{"type":"string","nullable":true},"invoiceValidatedDepartmentStatus":{"type":"string","nullable":true},"quoteValidatedDepartmentCommentary":{"type":"string","nullable":true},"invoiceValidatedDepartmentCommentary":{"type":"string","nullable":true},"submissionRequestDepartmentDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestDepartmentDate":{"type":"string","format":"date-time","nullable":true},"commissionDepartmentDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementDepartmentDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileDepartmentDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedRegionStatus":{"type":"string","nullable":true},"invoiceValidatedRegionStatus":{"type":"string","nullable":true},"quoteValidatedRegionCommentary":{"type":"string","nullable":true},"invoiceValidatedRegionCommentary":{"type":"string","nullable":true},"submissionRequestRegionDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestRegionDate":{"type":"string","format":"date-time","nullable":true},"commissionRegionDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementRegionDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileRegionDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedEpciStatus":{"type":"string","nullable":true},"invoiceValidatedEpciStatus":{"type":"string","nullable":true},"quoteValidatedEpciCommentary":{"type":"string","nullable":true},"invoiceValidatedEpciCommentary":{"type":"string","nullable":true},"submissionRequestEpciDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestEpciDate":{"type":"string","format":"date-time","nullable":true},"commissionEpciDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementEpciDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileEpciDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedTownshipStatus":{"type":"string","nullable":true},"invoiceValidatedTownshipStatus":{"type":"string","nullable":true},"quoteValidatedTownshipCommentary":{"type":"string","nullable":true},"invoiceValidatedTownshipCommentary":{"type":"string","nullable":true},"submissionRequestTownshipDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestTownshipDate":{"type":"string","format":"date-time","nullable":true},"commissionTownshipDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementTownshipDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileTownshipDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedStateStatus":{"type":"string","nullable":true},"invoiceValidatedStateStatus":{"type":"string","nullable":true},"quoteValidatedStateCommentary":{"type":"string","nullable":true},"invoiceValidatedStateCommentary":{"type":"string","nullable":true},"submissionRequestStateDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestStateDate":{"type":"string","format":"date-time","nullable":true},"commissionStateDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementStateDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileStateDate":{"type":"string","format":"date-time","nullable":true},"worksBeginDate":{"type":"string","format":"date-time","nullable":true},"worksEndDate":{"type":"string","format":"date-time","nullable":true},"isWorkIndependent":{"type":"boolean"},"worksControlToProgram":{"type":"boolean","nullable":true},"worksControleVisiteDate":{"type":"string","format":"date-time","nullable":true},"worksControlePeoplePresent":{"type":"string","nullable":true},"worksCompliant":{"type":"boolean","nullable":true},"worksCommentary":{"type":"string","nullable":true},"loanDecisionDate":{"type":"string","format":"date-time","nullable":true},"loanAgreementDate":{"type":"string","format":"date-time","nullable":true},"loanTransferDate":{"type":"string","format":"date-time","nullable":true},"preCommissionStateDate":{"type":"string","format":"date-time","nullable":true},"preCommissionRegionDate":{"type":"string","format":"date-time","nullable":true},"preCommissionDepartmentDate":{"type":"string","format":"date-time","nullable":true},"preCommissionEpciDate":{"type":"string","format":"date-time","nullable":true},"preCommissionTownshipDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceDepartmentDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceRegionDate":{"type":"string","format":"date-time","nullable":true},"dmandateBalanceTownshipDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceStateDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceEpciDate":{"type":"string","format":"date-time","nullable":true},"epciQuoteCommentary":{"type":"string","nullable":true},"townshipQuoteCommentary":{"type":"string","nullable":true},"stateQuoteCommentary":{"type":"string","nullable":true},"departmentQuoteCommentary":{"type":"string","nullable":true},"regionQuoteCommentary":{"type":"string","nullable":true},"epciInvoiceCommentary":{"type":"string","nullable":true},"townshipInvoiceCommentary":{"type":"string","nullable":true},"stateInvoiceCommentary":{"type":"string","nullable":true},"departmentInvoiceCommentary":{"type":"string","nullable":true},"regionInvoiceCommentary":{"type":"string","nullable":true}}},"DiagFundingManagement.DiagFundingManagementDiagCasePostInput":{"type":"object","description":"","properties":{"diagCaseId":{"type":"integer"}}},"DiagFundingManagement.DiagFundingManagementFullDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"updatedDate":{"type":"string","format":"date-time","nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"firstCallDate":{"type":"string","format":"date-time","nullable":true},"isFirstCallSuccess":{"type":"boolean","nullable":true},"secondCallDate":{"type":"string","format":"date-time","nullable":true},"isSecondCallSuccess":{"type":"boolean","nullable":true},"recallDate":{"type":"string","format":"date-time","nullable":true},"commentary":{"type":"string","nullable":true},"tags":{"type":"array","items":{"type":"string"},"nullable":true},"fundingManagements":{"$ref":"#\/components\/schemas\/DiagFundingManagementDetailsOutput"},"estimatedMeasures":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagFundingMeasureListOutput"}},"invoiceMeasures":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagFundingMeasureListOutput"}},"quotedMeasures":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagFundingMeasureListOutput"}},"referent":{"$ref":"#\/components\/schemas\/ContactDetailsOutput"},"owner":{"$ref":"#\/components\/schemas\/ContactDetailsOutput"},"company":{"anyOf":[{"$ref":"#\/components\/schemas\/CompanyDetailsOutput"}],"nullable":true},"property":{"anyOf":[{"$ref":"#\/components\/schemas\/PropertyDetailsOutput"}],"nullable":true},"lastStep":{"anyOf":[{"$ref":"#\/components\/schemas\/StepListOutput"}],"nullable":true},"abandonmentReason":{"type":"string","nullable":true},"closingReason":{"type":"string","nullable":true},"isClosed":{"type":"boolean"},"isAbandonment":{"type":"boolean"},"codeInsee":{"type":"string","nullable":true},"externalRef":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"status":{"type":"string"},"phase":{"default":1,"example":1,"type":"integer"},"epci":{"type":"string","nullable":true},"billingCategory":{"type":"integer","nullable":true},"isRequestPreFinancing":{"type":"boolean"},"diagCaseId":{"type":"integer"}}},"DiagFundingManagement.DiagFundingManagementFullPutInput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"tags":{"type":"array","items":{"type":"string"},"nullable":true},"fundingManagements":{"$ref":"#\/components\/schemas\/DiagFundingManagementPutInput"},"estimatedMeasures":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagFundingMeasureInput"}},"invoiceMeasures":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagFundingMeasureInput"}},"quotedMeasures":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagFundingMeasureInput"}},"referent":{"$ref":"#\/components\/schemas\/ContactPutInput"},"owner":{"$ref":"#\/components\/schemas\/ContactPutInput"},"company":{"anyOf":[{"$ref":"#\/components\/schemas\/CompanyPutInput"}],"nullable":true},"property":{"anyOf":[{"$ref":"#\/components\/schemas\/PropertyPutInput"}],"nullable":true},"abandonmentReason":{"type":"string","nullable":true},"closingReason":{"type":"string","nullable":true},"isClosed":{"type":"boolean"},"isAbandonment":{"type":"boolean"},"codeInsee":{"type":"string","nullable":true},"externalRef":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"status":{"type":"string"},"phase":{"default":1,"example":1,"type":"integer"},"epci":{"type":"string","nullable":true},"billingCategory":{"type":"integer","nullable":true},"isRequestPreFinancing":{"type":"boolean"},"firstCallDate":{"type":"string","format":"date-time","nullable":true},"isFirstCallSuccess":{"type":"boolean","nullable":true},"secondCallDate":{"type":"string","format":"date-time","nullable":true},"isSecondCallSuccess":{"type":"boolean","nullable":true},"recallDate":{"type":"string","format":"date-time","nullable":true},"commentary":{"type":"string","nullable":true}}},"DiagFundingManagement.DiagFundingManagementListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string","nullable":true},"externalRef":{"type":"string","nullable":true},"program":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"cadastreId":{"type":"string","nullable":true},"lastStep":{"type":"string","nullable":true},"referent":{"type":"string","nullable":true},"referentPhone":{"type":"string","nullable":true},"company":{"type":"string","nullable":true},"lastUpdate":{"type":"string","format":"date-time","nullable":true},"isClosed":{"type":"boolean","nullable":true},"isAbandonment":{"type":"boolean","nullable":true},"tags":{"type":"array","items":{"type":"string"},"nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"closingReason":{"type":"string","nullable":true},"abandonmentReason":{"type":"string","nullable":true}}},"DiagFundingManagement.DiagFundingManagementPostInput":{"type":"object","description":"","properties":{"program":{"type":"string"},"diagType":{"type":"string","nullable":true},"siret":{"type":"string","nullable":true},"externalRef":{"type":"string","nullable":true},"creationDate":{"type":"string","nullable":true},"referent":{"anyOf":[{"$ref":"#\/components\/schemas\/ContactPostInput"}],"nullable":true},"property":{"$ref":"#\/components\/schemas\/PropertyPostInput"}}},"DiagFundingManagement.DiagFundingManagementPrivateAccessDetailsOutput":{"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"},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentTypePrivateAccessOutput"}},"stepDetails":{"$ref":"#\/components\/schemas\/StepPrivateAccessOutput"},"property":{"anyOf":[{"$ref":"#\/components\/schemas\/PropertyPrivateAccessOutput"}],"nullable":true},"administrator":{"type":"string","nullable":true},"measures":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagFundingMeasurePrivateAccessDetailsOutput"}},"events":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagFundingEventOutput"}}}},"DiagFundingManagement.DiagFundingManagementPutInput":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"quoteValidatedDepartmentStatus":{"type":"string","nullable":true},"invoiceValidatedDepartmentStatus":{"type":"string","nullable":true},"quoteValidatedDepartmentCommentary":{"type":"string","nullable":true},"invoiceValidatedDepartmentCommentary":{"type":"string","nullable":true},"submissionRequestDepartmentDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestDepartmentDate":{"type":"string","format":"date-time","nullable":true},"commissionDepartmentDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementDepartmentDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileDepartmentDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedRegionStatus":{"type":"string","nullable":true},"invoiceValidatedRegionStatus":{"type":"string","nullable":true},"quoteValidatedRegionCommentary":{"type":"string","nullable":true},"invoiceValidatedRegionCommentary":{"type":"string","nullable":true},"submissionRequestRegionDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestRegionDate":{"type":"string","format":"date-time","nullable":true},"commissionRegionDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementRegionDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileRegionDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedEpciStatus":{"type":"string","nullable":true},"invoiceValidatedEpciStatus":{"type":"string","nullable":true},"quoteValidatedEpciCommentary":{"type":"string","nullable":true},"invoiceValidatedEpciCommentary":{"type":"string","nullable":true},"submissionRequestEpciDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestEpciDate":{"type":"string","format":"date-time","nullable":true},"commissionEpciDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementEpciDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileEpciDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedTownshipStatus":{"type":"string","nullable":true},"invoiceValidatedTownshipStatus":{"type":"string","nullable":true},"quoteValidatedTownshipCommentary":{"type":"string","nullable":true},"invoiceValidatedTownshipCommentary":{"type":"string","nullable":true},"submissionRequestTownshipDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestTownshipDate":{"type":"string","format":"date-time","nullable":true},"commissionTownshipDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementTownshipDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileTownshipDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedStateStatus":{"type":"string","nullable":true},"invoiceValidatedStateStatus":{"type":"string","nullable":true},"quoteValidatedStateCommentary":{"type":"string","nullable":true},"invoiceValidatedStateCommentary":{"type":"string","nullable":true},"submissionRequestStateDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestStateDate":{"type":"string","format":"date-time","nullable":true},"commissionStateDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementStateDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileStateDate":{"type":"string","format":"date-time","nullable":true},"worksBeginDate":{"type":"string","format":"date-time","nullable":true},"worksEndDate":{"type":"string","format":"date-time","nullable":true},"worksControlToProgram":{"type":"boolean","nullable":true},"worksControleVisiteDate":{"type":"string","format":"date-time","nullable":true},"worksControlePeoplePresent":{"type":"string","nullable":true},"worksCompliant":{"type":"boolean","nullable":true},"worksCommentary":{"type":"string","nullable":true},"isWorkIndependent":{"type":"boolean"},"loanDecisionDate":{"type":"string","format":"date-time","nullable":true},"loanAgreementDate":{"type":"string","format":"date-time","nullable":true},"loanTransferDate":{"type":"string","format":"date-time","nullable":true},"preCommissionStateDate":{"type":"string","format":"date-time","nullable":true},"preCommissionRegionDate":{"type":"string","format":"date-time","nullable":true},"preCommissionDepartmentDate":{"type":"string","format":"date-time","nullable":true},"preCommissionEpciDate":{"type":"string","format":"date-time","nullable":true},"preCommissionTownshipDate":{"type":"string","format":"date-time","nullable":true},"epciQuoteCommentary":{"type":"string","nullable":true},"townshipQuoteCommentary":{"type":"string","nullable":true},"stateQuoteCommentary":{"type":"string","nullable":true},"departmentQuoteCommentary":{"type":"string","nullable":true},"regionQuoteCommentary":{"type":"string","nullable":true},"epciInvoiceCommentary":{"type":"string","nullable":true},"townshipInvoiceCommentary":{"type":"string","nullable":true},"stateInvoiceCommentary":{"type":"string","nullable":true},"departmentInvoiceCommentary":{"type":"string","nullable":true},"regionInvoiceCommentary":{"type":"string","nullable":true},"mandateBalanceDepartmentDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceRegionDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceTownshipDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceStateDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceEpciDate":{"type":"string","format":"date-time","nullable":true}}},"DiagFundingManagement.DiagFundingManagementPutStatusInput":{"type":"object","description":"","properties":{"status":{"type":"string"},"abandonmentReason":{"type":"string","nullable":true},"closingReason":{"type":"string","nullable":true}}},"DiagFundingManagement.DocumentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originName":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"typeId":{"type":"string"},"extension":{"type":"string"},"description":{"type":"string","nullable":true},"universe":{"default":"documents","example":"documents","type":"string"},"category":{"type":"string"},"stakeName":{"type":"string","nullable":true},"sketchName":{"type":"string","nullable":true},"size":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"isDeletable":{"type":"boolean"}}},"DiagFundingManagementDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"quoteValidatedDepartmentStatus":{"type":"string","nullable":true},"invoiceValidatedDepartmentStatus":{"type":"string","nullable":true},"quoteValidatedDepartmentCommentary":{"type":"string","nullable":true},"invoiceValidatedDepartmentCommentary":{"type":"string","nullable":true},"submissionRequestDepartmentDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestDepartmentDate":{"type":"string","format":"date-time","nullable":true},"commissionDepartmentDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementDepartmentDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileDepartmentDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedRegionStatus":{"type":"string","nullable":true},"invoiceValidatedRegionStatus":{"type":"string","nullable":true},"quoteValidatedRegionCommentary":{"type":"string","nullable":true},"invoiceValidatedRegionCommentary":{"type":"string","nullable":true},"submissionRequestRegionDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestRegionDate":{"type":"string","format":"date-time","nullable":true},"commissionRegionDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementRegionDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileRegionDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedEpciStatus":{"type":"string","nullable":true},"invoiceValidatedEpciStatus":{"type":"string","nullable":true},"quoteValidatedEpciCommentary":{"type":"string","nullable":true},"invoiceValidatedEpciCommentary":{"type":"string","nullable":true},"submissionRequestEpciDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestEpciDate":{"type":"string","format":"date-time","nullable":true},"commissionEpciDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementEpciDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileEpciDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedTownshipStatus":{"type":"string","nullable":true},"invoiceValidatedTownshipStatus":{"type":"string","nullable":true},"quoteValidatedTownshipCommentary":{"type":"string","nullable":true},"invoiceValidatedTownshipCommentary":{"type":"string","nullable":true},"submissionRequestTownshipDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestTownshipDate":{"type":"string","format":"date-time","nullable":true},"commissionTownshipDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementTownshipDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileTownshipDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedStateStatus":{"type":"string","nullable":true},"invoiceValidatedStateStatus":{"type":"string","nullable":true},"quoteValidatedStateCommentary":{"type":"string","nullable":true},"invoiceValidatedStateCommentary":{"type":"string","nullable":true},"submissionRequestStateDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestStateDate":{"type":"string","format":"date-time","nullable":true},"commissionStateDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementStateDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileStateDate":{"type":"string","format":"date-time","nullable":true},"worksBeginDate":{"type":"string","format":"date-time","nullable":true},"worksEndDate":{"type":"string","format":"date-time","nullable":true},"isWorkIndependent":{"type":"boolean"},"worksControlToProgram":{"type":"boolean","nullable":true},"worksControleVisiteDate":{"type":"string","format":"date-time","nullable":true},"worksControlePeoplePresent":{"type":"string","nullable":true},"worksCompliant":{"type":"boolean","nullable":true},"worksCommentary":{"type":"string","nullable":true},"loanDecisionDate":{"type":"string","format":"date-time","nullable":true},"loanAgreementDate":{"type":"string","format":"date-time","nullable":true},"loanTransferDate":{"type":"string","format":"date-time","nullable":true},"preCommissionStateDate":{"type":"string","format":"date-time","nullable":true},"preCommissionRegionDate":{"type":"string","format":"date-time","nullable":true},"preCommissionDepartmentDate":{"type":"string","format":"date-time","nullable":true},"preCommissionEpciDate":{"type":"string","format":"date-time","nullable":true},"preCommissionTownshipDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceDepartmentDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceRegionDate":{"type":"string","format":"date-time","nullable":true},"dmandateBalanceTownshipDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceStateDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceEpciDate":{"type":"string","format":"date-time","nullable":true},"epciQuoteCommentary":{"type":"string","nullable":true},"townshipQuoteCommentary":{"type":"string","nullable":true},"stateQuoteCommentary":{"type":"string","nullable":true},"departmentQuoteCommentary":{"type":"string","nullable":true},"regionQuoteCommentary":{"type":"string","nullable":true},"epciInvoiceCommentary":{"type":"string","nullable":true},"townshipInvoiceCommentary":{"type":"string","nullable":true},"stateInvoiceCommentary":{"type":"string","nullable":true},"departmentInvoiceCommentary":{"type":"string","nullable":true},"regionInvoiceCommentary":{"type":"string","nullable":true}}},"DiagFundingManagementListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string","nullable":true},"externalRef":{"type":"string","nullable":true},"program":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"cadastreId":{"type":"string","nullable":true},"lastStep":{"type":"string","nullable":true},"referent":{"type":"string","nullable":true},"referentPhone":{"type":"string","nullable":true},"company":{"type":"string","nullable":true},"lastUpdate":{"type":"string","format":"date-time","nullable":true},"isClosed":{"type":"boolean","nullable":true},"isAbandonment":{"type":"boolean","nullable":true},"tags":{"type":"array","items":{"type":"string"},"nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"closingReason":{"type":"string","nullable":true},"abandonmentReason":{"type":"string","nullable":true}}},"DiagFundingManagementPutInput":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"quoteValidatedDepartmentStatus":{"type":"string","nullable":true},"invoiceValidatedDepartmentStatus":{"type":"string","nullable":true},"quoteValidatedDepartmentCommentary":{"type":"string","nullable":true},"invoiceValidatedDepartmentCommentary":{"type":"string","nullable":true},"submissionRequestDepartmentDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestDepartmentDate":{"type":"string","format":"date-time","nullable":true},"commissionDepartmentDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementDepartmentDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileDepartmentDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedRegionStatus":{"type":"string","nullable":true},"invoiceValidatedRegionStatus":{"type":"string","nullable":true},"quoteValidatedRegionCommentary":{"type":"string","nullable":true},"invoiceValidatedRegionCommentary":{"type":"string","nullable":true},"submissionRequestRegionDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestRegionDate":{"type":"string","format":"date-time","nullable":true},"commissionRegionDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementRegionDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileRegionDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedEpciStatus":{"type":"string","nullable":true},"invoiceValidatedEpciStatus":{"type":"string","nullable":true},"quoteValidatedEpciCommentary":{"type":"string","nullable":true},"invoiceValidatedEpciCommentary":{"type":"string","nullable":true},"submissionRequestEpciDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestEpciDate":{"type":"string","format":"date-time","nullable":true},"commissionEpciDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementEpciDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileEpciDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedTownshipStatus":{"type":"string","nullable":true},"invoiceValidatedTownshipStatus":{"type":"string","nullable":true},"quoteValidatedTownshipCommentary":{"type":"string","nullable":true},"invoiceValidatedTownshipCommentary":{"type":"string","nullable":true},"submissionRequestTownshipDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestTownshipDate":{"type":"string","format":"date-time","nullable":true},"commissionTownshipDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementTownshipDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileTownshipDate":{"type":"string","format":"date-time","nullable":true},"quoteValidatedStateStatus":{"type":"string","nullable":true},"invoiceValidatedStateStatus":{"type":"string","nullable":true},"quoteValidatedStateCommentary":{"type":"string","nullable":true},"invoiceValidatedStateCommentary":{"type":"string","nullable":true},"submissionRequestStateDate":{"type":"string","format":"date-time","nullable":true},"submissionPaymentRequestStateDate":{"type":"string","format":"date-time","nullable":true},"commissionStateDate":{"type":"string","format":"date-time","nullable":true},"sentAgreementStateDate":{"type":"string","format":"date-time","nullable":true},"receiptCompleteFileStateDate":{"type":"string","format":"date-time","nullable":true},"worksBeginDate":{"type":"string","format":"date-time","nullable":true},"worksEndDate":{"type":"string","format":"date-time","nullable":true},"worksControlToProgram":{"type":"boolean","nullable":true},"worksControleVisiteDate":{"type":"string","format":"date-time","nullable":true},"worksControlePeoplePresent":{"type":"string","nullable":true},"worksCompliant":{"type":"boolean","nullable":true},"worksCommentary":{"type":"string","nullable":true},"isWorkIndependent":{"type":"boolean"},"loanDecisionDate":{"type":"string","format":"date-time","nullable":true},"loanAgreementDate":{"type":"string","format":"date-time","nullable":true},"loanTransferDate":{"type":"string","format":"date-time","nullable":true},"preCommissionStateDate":{"type":"string","format":"date-time","nullable":true},"preCommissionRegionDate":{"type":"string","format":"date-time","nullable":true},"preCommissionDepartmentDate":{"type":"string","format":"date-time","nullable":true},"preCommissionEpciDate":{"type":"string","format":"date-time","nullable":true},"preCommissionTownshipDate":{"type":"string","format":"date-time","nullable":true},"epciQuoteCommentary":{"type":"string","nullable":true},"townshipQuoteCommentary":{"type":"string","nullable":true},"stateQuoteCommentary":{"type":"string","nullable":true},"departmentQuoteCommentary":{"type":"string","nullable":true},"regionQuoteCommentary":{"type":"string","nullable":true},"epciInvoiceCommentary":{"type":"string","nullable":true},"townshipInvoiceCommentary":{"type":"string","nullable":true},"stateInvoiceCommentary":{"type":"string","nullable":true},"departmentInvoiceCommentary":{"type":"string","nullable":true},"regionInvoiceCommentary":{"type":"string","nullable":true},"mandateBalanceDepartmentDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceRegionDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceTownshipDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceStateDate":{"type":"string","format":"date-time","nullable":true},"mandateBalanceEpciDate":{"type":"string","format":"date-time","nullable":true}}},"DiagFundingMeasure":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the DiagMeasure.","type":"integer"},"diagCase":{"description":"diagCase","type":"string","format":"iri-reference","nullable":true},"diagFundingManagement":{"description":"diagFundingManagement","type":"string","format":"iri-reference","nullable":true},"oldId":{"type":"string","nullable":true},"measure":{"description":"measure","type":"string","format":"iri-reference","nullable":true},"priority":{"type":"integer","nullable":true},"order":{"type":"integer"},"commentaryEstimated":{"type":"string","nullable":true},"totalCostEstimated":{"type":"integer","nullable":true},"ownerCostEstimated":{"type":"integer","nullable":true},"epciCostEstimated":{"type":"integer","nullable":true},"stateCostEstimated":{"type":"integer","nullable":true},"departmentCostEstimated":{"type":"integer","nullable":true},"townshipCostEstimated":{"type":"integer","nullable":true},"regionCostEstimated":{"type":"integer","nullable":true},"commentaryQuoted":{"type":"string","nullable":true},"totalCostQuoted":{"type":"integer","nullable":true},"ownerCostQuoted":{"type":"integer","nullable":true},"epciCostQuoted":{"type":"integer","nullable":true},"stateCostQuoted":{"type":"integer","nullable":true},"departmentCostQuoted":{"type":"integer","nullable":true},"townshipCostQuoted":{"type":"integer","nullable":true},"regionCostQuoted":{"type":"integer","nullable":true},"commentaryInvoice":{"type":"string","nullable":true},"totalCostInvoice":{"type":"integer","nullable":true},"ownerCostInvoice":{"type":"integer","nullable":true},"epciCostInvoice":{"type":"integer","nullable":true},"departmentCostInvoice":{"type":"integer","nullable":true},"townshipCostInvoice":{"type":"integer","nullable":true},"stateCostInvoice":{"type":"integer","nullable":true},"regionCostInvoice":{"type":"integer","nullable":true},"isOwnerAccepted":{"type":"boolean","nullable":true},"isOwnerQuoteAccepted":{"type":"boolean","nullable":true},"isMandatory":{"readOnly":true,"type":"boolean"},"totalCostDeposit":{"description":"$","type":"integer","nullable":true},"epciCostDeposit":{"type":"integer","nullable":true},"departmentCostDeposit":{"type":"integer","nullable":true},"townshipCostDeposit":{"type":"integer","nullable":true},"regionCostDeposit":{"type":"integer","nullable":true},"stateCostDeposit":{"type":"integer","nullable":true},"stateCostAdvance":{"type":"integer","nullable":true},"quoteDocument":{"type":"string","format":"iri-reference","nullable":true},"quoteSignedDocument":{"type":"string","format":"iri-reference","nullable":true},"invoiceDocument":{"type":"string","format":"iri-reference","nullable":true},"invoiceAcquittedDocument":{"type":"string","format":"iri-reference","nullable":true},"advanceFiledDate":{"type":"string","format":"date-time","nullable":true},"advanceReceivedDate":{"type":"string","format":"date-time","nullable":true},"depositFiledDate":{"type":"string","format":"date-time","nullable":true},"stateDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"epciDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"departmentDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"townshipDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"regionDepositReceivedDate":{"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"},"isRecommanded":{"readOnly":true,"description":"Get the value of isMandatory"},"deleted":{"readOnly":true,"type":"boolean"}}},"DiagFundingMeasure.DiagFundingMeasureDetailsOutput":{"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},"totalCostAdvance":{"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},"isOwnerQuoteAccepted":{"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},"advanceFiledDate":{"type":"string","format":"date-time","nullable":true},"advanceReceivedDate":{"type":"string","format":"date-time","nullable":true},"depositFiledDate":{"type":"string","format":"date-time","nullable":true},"stateDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"epciDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"departmentDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"townshipDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"regionDepositReceivedDate":{"type":"string","format":"date-time","nullable":true}}},"DiagFundingMeasure.DiagFundingMeasureInput":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"measureId":{"type":"integer"},"priority":{"type":"integer","nullable":true},"order":{"type":"integer"},"commentary":{"type":"string","nullable":true},"totalCost":{"type":"number","nullable":true},"ownerCost":{"type":"number","nullable":true},"stateCost":{"type":"number","nullable":true},"epciCost":{"type":"number","nullable":true},"regionCost":{"type":"number","nullable":true},"townshipCost":{"type":"number","nullable":true},"departmentCost":{"type":"number","nullable":true},"isOwnerAccepted":{"type":"boolean","nullable":true},"isOwnerQuoteAccepted":{"type":"boolean","nullable":true},"totalCostDeposit":{"type":"number","nullable":true},"ownerCostDeposit":{"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},"advanceFiledDate":{"type":"string","format":"date-time","nullable":true},"advanceReceivedDate":{"type":"string","format":"date-time","nullable":true},"depositFiledDate":{"type":"string","format":"date-time","nullable":true},"stateDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"epciDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"departmentDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"townshipDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"regionDepositReceivedDate":{"type":"string","format":"date-time","nullable":true}}},"DiagFundingMeasure.DiagFundingMeasureListOutput":{"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},"totalCostAdvance":{"type":"number","nullable":true},"isMandatory":{"type":"boolean","nullable":true},"ownerCost":{"type":"number","nullable":true},"epciCost":{"type":"number","nullable":true},"stateCost":{"type":"number","nullable":true},"regionCost":{"type":"number","nullable":true},"departmentCost":{"type":"number","nullable":true},"townshipCost":{"type":"number","nullable":true},"isOwnerAccepted":{"type":"boolean","nullable":true},"isOwnerQuoteAccepted":{"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},"advanceFiledDate":{"type":"string","format":"date-time","nullable":true},"advanceReceivedDate":{"type":"string","format":"date-time","nullable":true},"depositFiledDate":{"type":"string","format":"date-time","nullable":true},"stateDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"epciDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"departmentDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"townshipDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"regionDepositReceivedDate":{"type":"string","format":"date-time","nullable":true}}},"DiagFundingMeasure.ResultOutput":{"type":"object","description":"","properties":{"success":{"default":true,"example":true,"type":"boolean"}}},"DiagFundingMeasure.VoidInput":{"type":"object","description":""},"DiagFundingMeasureInput":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"measureId":{"type":"integer"},"priority":{"type":"integer","nullable":true},"order":{"type":"integer"},"commentary":{"type":"string","nullable":true},"totalCost":{"type":"number","nullable":true},"ownerCost":{"type":"number","nullable":true},"stateCost":{"type":"number","nullable":true},"epciCost":{"type":"number","nullable":true},"regionCost":{"type":"number","nullable":true},"townshipCost":{"type":"number","nullable":true},"departmentCost":{"type":"number","nullable":true},"isOwnerAccepted":{"type":"boolean","nullable":true},"isOwnerQuoteAccepted":{"type":"boolean","nullable":true},"totalCostDeposit":{"type":"number","nullable":true},"ownerCostDeposit":{"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},"advanceFiledDate":{"type":"string","format":"date-time","nullable":true},"advanceReceivedDate":{"type":"string","format":"date-time","nullable":true},"depositFiledDate":{"type":"string","format":"date-time","nullable":true},"stateDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"epciDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"departmentDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"townshipDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"regionDepositReceivedDate":{"type":"string","format":"date-time","nullable":true}}},"DiagFundingMeasureListOutput":{"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},"totalCostAdvance":{"type":"number","nullable":true},"isMandatory":{"type":"boolean","nullable":true},"ownerCost":{"type":"number","nullable":true},"epciCost":{"type":"number","nullable":true},"stateCost":{"type":"number","nullable":true},"regionCost":{"type":"number","nullable":true},"departmentCost":{"type":"number","nullable":true},"townshipCost":{"type":"number","nullable":true},"isOwnerAccepted":{"type":"boolean","nullable":true},"isOwnerQuoteAccepted":{"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},"advanceFiledDate":{"type":"string","format":"date-time","nullable":true},"advanceReceivedDate":{"type":"string","format":"date-time","nullable":true},"depositFiledDate":{"type":"string","format":"date-time","nullable":true},"stateDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"epciDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"departmentDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"townshipDepositReceivedDate":{"type":"string","format":"date-time","nullable":true},"regionDepositReceivedDate":{"type":"string","format":"date-time","nullable":true}}},"DiagFundingMeasurePrivateAccessDetailsOutput":{"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}}},"DiagMeasure":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the DiagMeasure.","type":"integer"},"diagCase":{"description":"diagCase","type":"string","format":"iri-reference","nullable":true},"oldId":{"type":"string","nullable":true},"measure":{"description":"measure","type":"string","format":"iri-reference","nullable":true},"priority":{"type":"integer","nullable":true},"order":{"type":"integer"},"isStructural":{"type":"boolean","nullable":true},"commentaryEstimated":{"type":"string","nullable":true},"totalCostEstimated":{"type":"integer","nullable":true},"ownerCostEstimated":{"type":"integer","nullable":true},"epciCostEstimated":{"type":"integer","nullable":true},"stateCostEstimated":{"type":"integer","nullable":true},"departmentCostEstimated":{"type":"integer","nullable":true},"townshipCostEstimated":{"type":"integer","nullable":true},"regionCostEstimated":{"type":"integer","nullable":true},"isOwnerAccepted":{"type":"boolean","nullable":true},"isMandatory":{"readOnly":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"},"isRecommanded":{"readOnly":true,"description":"Get the value of isMandatory"},"deleted":{"readOnly":true,"type":"boolean"}}},"DiagMeasure.DiagMeasureDetailsOutput":{"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"}}},"DiagMeasure.DiagMeasureInput":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"measureId":{"type":"integer"},"priority":{"type":"integer","nullable":true},"order":{"type":"integer"},"commentary":{"type":"string","nullable":true},"totalCost":{"type":"number","nullable":true},"ownerCost":{"type":"number","nullable":true},"stateCost":{"type":"number","nullable":true},"epciCost":{"type":"number","nullable":true},"regionCost":{"type":"number","nullable":true},"townshipCost":{"type":"number","nullable":true},"departmentCost":{"type":"number","nullable":true},"isOwnerAccepted":{"type":"boolean","nullable":true}}},"DiagMeasure.DiagMeasureListOutput":{"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},"epciCost":{"type":"number","nullable":true},"stateCost":{"type":"number","nullable":true},"regionCost":{"type":"number","nullable":true},"departmentCost":{"type":"number","nullable":true},"townshipCost":{"type":"number","nullable":true},"isOwnerAccepted":{"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}}},"DiagMeasureDetailsOutput":{"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"}}},"DiagMeasureInput":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"measureId":{"type":"integer"},"priority":{"type":"integer","nullable":true},"order":{"type":"integer"},"commentary":{"type":"string","nullable":true},"totalCost":{"type":"number","nullable":true},"ownerCost":{"type":"number","nullable":true},"stateCost":{"type":"number","nullable":true},"epciCost":{"type":"number","nullable":true},"regionCost":{"type":"number","nullable":true},"townshipCost":{"type":"number","nullable":true},"departmentCost":{"type":"number","nullable":true},"isOwnerAccepted":{"type":"boolean","nullable":true}}},"DiagMeasureListOutput":{"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},"epciCost":{"type":"number","nullable":true},"stateCost":{"type":"number","nullable":true},"regionCost":{"type":"number","nullable":true},"departmentCost":{"type":"number","nullable":true},"townshipCost":{"type":"number","nullable":true},"isOwnerAccepted":{"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}}},"DiagTag":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the DiagTag.","type":"integer"},"diagCase":{"description":"diagCase","type":"string","format":"iri-reference","nullable":true},"oldId":{"type":"string","nullable":true},"tag":{"description":"tag","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"}}},"DiagTag.DiagTagDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"DiagTag.DiagTagListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"DiagTag.DiagTagPostInput":{"type":"object","description":""},"DiagTag.DiagTagPutInput":{"type":"object","description":""},"DiagnosticianDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"}}},"Document":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Document.","type":"integer"},"oldId":{"type":"string","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"userBo":{"type":"string","format":"iri-reference","nullable":true},"diagCase":{"type":"string","format":"iri-reference","nullable":true},"diagFundingManagement":{"description":"diagFundingManagement","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"},"refId":{"description":".","type":"string","nullable":true},"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":{"type":"string","format":"iri-reference","nullable":true},"description":{"type":"string","nullable":true},"toMig":{"type":"boolean"},"isCompress":{"type":"boolean"},"displayFormat":{"description":".","type":"array","items":{"type":"string"}},"sketch":{"description":"Get the value of sketch","anyOf":[{"$ref":"#\/components\/schemas\/Sketch"}],"nullable":true},"sketchItem":{"description":"Get the value of sketchItem","anyOf":[{"$ref":"#\/components\/schemas\/SketchItem"}],"nullable":true},"stake":{"description":"Get the value of stake","anyOf":[{"$ref":"#\/components\/schemas\/Stake"}],"nullable":true},"diagReportLocation":{"description":"Get the value of diagReportLocation","type":"string","nullable":true},"reportLocalisation":{"description":"Get the value of reportLocalisation","type":"string","format":"iri-reference","nullable":true},"isDuplicate":{"description":"Get the value of isDuplicate","type":"boolean"},"program":{"description":"Get the value of program","type":"string","format":"iri-reference","nullable":true},"pictureAxis":{"description":".","type":"array","items":{"type":"string"},"nullable":true},"canvasHeight":{"description":".","type":"number","nullable":true},"signedUrl":{"description":".","type":"string","nullable":true},"noUserSecurity":{"description":"Get the value of noUserSecurity","type":"boolean"},"additionalInformation":{"description":"Get the value of additionalInformation","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"}}},"Document.DocumentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originName":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"description":{"type":"string","nullable":true},"extension":{"type":"string"},"sketchName":{"type":"string","nullable":true},"stakeName":{"type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time"},"universe":{"default":"Document","example":"Document","type":"string"},"size":{"type":"string"}}},"Document.DocumentGeopackageDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"description":"Name of the document.","type":"string"},"size":{"description":"size (in bytes) of the document file.","type":"integer"},"layerOptionConfiguration":{"type":"array","items":{"$ref":"#\/components\/schemas\/LayerOptionConfigurationOutput"}},"createdDate":{"description":"Date of creation of the document.","type":"string","format":"date-time"}}},"Document.DocumentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originName":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"typeId":{"type":"string"},"extension":{"type":"string"},"description":{"type":"string","nullable":true},"universe":{"default":"documents","example":"documents","type":"string"},"category":{"type":"string"},"stakeName":{"type":"string","nullable":true},"sketchName":{"type":"string","nullable":true},"size":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"isDeletable":{"type":"boolean"}}},"Document.DocumentPutInput":{"type":"object","description":""},"DocumentCategory":{"type":"object","description":"","properties":{"id":{"description":"Identifier of the DocumentType.","type":"string"},"name":{"description":"Get the value of name","type":"string","nullable":true},"oldId":{"type":"integer","nullable":true},"description":{"type":"string","nullable":true},"roles":{"description":"Get the value of roles","type":"array","items":{"type":"string"},"nullable":true},"isDiagCase":{"description":"Get the value of isDiagCase","type":"boolean"},"isFundingManagement":{"description":"Get the value of isFundingManagement","type":"boolean"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"DocumentCategory.DocumentCategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"DocumentCategory.DocumentCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"DocumentCategory.DocumentCategoryPostInput":{"type":"object","description":""},"DocumentCategory.DocumentCategoryPutInput":{"type":"object","description":""},"DocumentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originName":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"description":{"type":"string","nullable":true},"extension":{"type":"string"},"sketchName":{"type":"string","nullable":true},"stakeName":{"type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time"},"universe":{"default":"Document","example":"Document","type":"string"},"size":{"type":"string"}}},"DocumentType.DocumentTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"DocumentType.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"label":{"type":"string"},"description":{"type":"string"},"roles":{"type":"array","items":{"type":"string"},"nullable":true},"acceptedFormat":{"type":"array","items":{"type":"string"},"nullable":true}}},"DocumentType.DocumentTypePostInput":{"type":"object","description":""},"DocumentType.DocumentTypePutInput":{"type":"object","description":""},"DocumentTypePrivateAccessOutput":{"type":"object","description":"","properties":{"documentTypeId":{"type":"string"},"documentTypeName":{"type":"string"},"acceptedFormat":{"type":"array","items":{"type":"string"}},"documents":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentDetailsOutput"}},"multipleAllowed":{"type":"boolean"},"maxNbDocumentsAllowed":{"type":"integer","nullable":true},"isBeneficiaryUpload":{"type":"boolean"},"isBeneficiaryDownload":{"type":"boolean"},"postUrl":{"type":"string"}}},"ElectricityInput":{"type":"object","description":"","properties":{"electricMeters":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true},"switchBoards":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true},"outlets":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true},"electricSwitchs":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true}}},"EligibilityResultOutput":{"type":"object","description":"","properties":{"isEligible":{"type":"boolean"},"details":{"type":"string","nullable":true}}},"Epci.EpciDetailsOutput":{"type":"object","description":"","properties":{"siren":{"type":"string"},"name":{"type":"string"},"juridicalNature":{"type":"string","nullable":true},"financingMode":{"type":"string","nullable":true},"totalPopulation":{"type":"integer","nullable":true},"municipalPopulation":{"type":"integer","nullable":true},"numberMember":{"type":"integer","nullable":true},"townships":{"type":"array","items":{"type":"string"}}}},"Epci.EpciListOutput":{"type":"object","description":"","properties":{"siren":{"type":"string"},"name":{"type":"string"},"juridicalNature":{"type":"string","nullable":true},"financingMode":{"type":"string","nullable":true},"totalPopulation":{"type":"integer","nullable":true},"municipalPopulation":{"type":"integer","nullable":true},"numberMember":{"type":"integer","nullable":true}}},"Epci.EpciPostInput":{"type":"object","description":"","properties":{"siren":{"type":"string"},"name":{"type":"string"},"juridicalNature":{"type":"string","nullable":true},"financingMode":{"type":"string","nullable":true},"totalPopulation":{"type":"integer","nullable":true},"municipalPopulation":{"type":"integer","nullable":true},"numberMember":{"type":"integer","nullable":true}}},"Epci.EpciPutInput":{"type":"object","description":""},"Export.ExportDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Export.ExportPostInput":{"type":"object","description":"","properties":{"perimeter":{"type":"array","items":{"type":"string"},"nullable":true},"filters":{"type":"array","items":{"type":"string"}},"type":{"type":"string"}}},"ExportData":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ExportData.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"userBo":{"type":"string","format":"iri-reference","nullable":true},"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"}}},"ExportData.ExportDataDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"ExportData.ExportDataListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"ExportData.ExportDataPostInput":{"type":"object","description":""},"ExportData.ExportDataPutInput":{"type":"object","description":""},"Field":{"type":"object","description":"","properties":{"name":{"type":"string"},"type":{"type":"string"},"selected":{"type":"boolean"},"filter":{"type":"string","nullable":true},"publicName":{"type":"string","nullable":true}}},"FilterOutput":{"type":"object","description":"","properties":{"label":{"type":"string"},"key":{"type":"string"},"isMultiple":{"default":true,"example":true,"type":"boolean"},"options":{"type":"array","items":{"$ref":"#\/components\/schemas\/KeyValue"}}}},"FormField":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the FormField.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"key":{"type":"string"},"label":{"type":"string"},"orderDisplay":{"type":"string"},"category":{"type":"string"},"entityType":{"type":"string"},"isPresent":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"FormField.FormFieldDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"FormField.FormFieldListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"FormField.FormFieldPostInput":{"type":"object","description":""},"FormField.FormFieldPutInput":{"type":"object","description":""},"FormFieldDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"FormatDiagCase":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the FormatDiagCase.","type":"string"},"name":{"description":".","type":"string","nullable":true},"description":{"description":".","type":"string","nullable":true},"oldId":{"type":"integer","nullable":true},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramFormatDiagCase"}},"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"}}},"FormatDiagCase.FormatDiagCaseDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"FormatDiagCase.FormatDiagCaseListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"FormatDiagCase.FormatDiagCasePostInput":{"type":"object","description":""},"FormatDiagCase.FormatDiagCasePutInput":{"type":"object","description":""},"FundingType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the FundingType.","type":"string"},"name":{"description":".","type":"string","nullable":true},"description":{"description":".","type":"string","nullable":true},"oldId":{"type":"integer","nullable":true},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramFundingType"}},"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"}}},"FundingType.FundingTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"FundingType.FundingTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"FundingType.FundingTypePostInput":{"type":"object","description":""},"FundingType.FundingTypePutInput":{"type":"object","description":""},"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"}}}},"GeometryField":{"type":"object","description":"","properties":{"name":{"type":"string"},"type":{"type":"string"},"selected":{"type":"boolean"},"sid":{"type":"integer"}}},"Header":{"type":"object","description":"","properties":{"key":{"type":"string"},"headerCells":{"type":"array","items":{"$ref":"#\/components\/schemas\/HeaderCell"}}}},"HeaderCell":{"type":"object","description":"","properties":{"value":{"type":"string"}}},"HeatingInput":{"type":"object","description":"","properties":{"outsideACs":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true},"boilers":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true},"tanks":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true},"waterHeaters":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true},"electricHeaters":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true}}},"KeyValue":{"type":"object","description":"","properties":{"key":{"type":"string"},"value":{"type":"string","nullable":true}}},"KnowledgeSource":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the TypeHousing.","type":"string"},"name":{"description":".","type":"string","nullable":true},"description":{"description":".","type":"string","nullable":true},"withConsentTransmissionReport":{"description":".","type":"boolean"},"oldId":{"type":"integer","nullable":true},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramKnowledgeSource"}},"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"}}},"KnowledgeSource.KnowledgeSourceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"KnowledgeSource.KnowledgeSourceListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"KnowledgeSource.KnowledgeSourcePostInput":{"type":"object","description":""},"KnowledgeSource.KnowledgeSourcePutInput":{"type":"object","description":""},"Layer":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Layer.","type":"integer"},"type":{"type":"string"},"url":{"type":"string","nullable":true},"subsection":{"type":"string","nullable":true},"logo":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"format":{"type":"string","nullable":true},"sid":{"type":"string","nullable":true},"properties":{"type":"array","items":{"type":"string"},"nullable":true},"fusionName":{"type":"string","nullable":true},"version":{"type":"string","nullable":true},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramLayer"}},"style":{"type":"array","items":{"type":"string"},"nullable":true},"isProgramSpecific":{"type":"boolean"},"isSector":{"type":"boolean"},"isInterractive":{"type":"boolean"},"isActiveByDefault":{"type":"boolean"},"document":{"description":"Get the value of document","type":"string","format":"iri-reference","nullable":true},"importGeomColumn":{"default":"geom","example":"geom","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"}}},"Layer.LayerAdminDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"url":{"type":"string"},"logo":{"type":"string"},"group":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"source":{"type":"string"},"version":{"type":"string"},"type":{"type":"string"},"format":{"type":"string"},"isSector":{"type":"boolean"},"isActiveByDefault":{"type":"boolean"},"isInterractive":{"type":"boolean"},"properties":{"type":"array","items":{"$ref":"#\/components\/schemas\/KeyValue"}},"optionsConfiguration":{"anyOf":[{"$ref":"#\/components\/schemas\/LayerOptionConfigurationOutput"}],"nullable":true},"style":{"anyOf":[{"$ref":"#\/components\/schemas\/LayerStyleOutput"}],"nullable":true}}},"Layer.LayerDetailsGeomOutput":{"type":"object","description":"","properties":{"properties":{"type":"array","items":{"$ref":"#\/components\/schemas\/KeyValue"}},"style":{"anyOf":[{"$ref":"#\/components\/schemas\/LayerStyleOutput"}],"nullable":true},"geom":{"anyOf":[{"$ref":"#\/components\/schemas\/GeoJson"}],"nullable":true}}},"Layer.LayerDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"url":{"type":"string"},"logo":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"source":{"type":"string"},"version":{"type":"string"},"type":{"type":"string"},"style":{"$ref":"#\/components\/schemas\/LayerStyleOutput"}}},"Layer.LayerGroupAdminListOutput":{"type":"object","description":"","properties":{"name":{"type":"string"},"layers":{"type":"array","items":{"$ref":"#\/components\/schemas\/LayerAdminListOutput"}}}},"Layer.LayerListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"url":{"type":"string"},"logo":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"source":{"type":"string"},"version":{"type":"string"},"type":{"type":"string"},"group":{"type":"string"},"isActiveByDefault":{"type":"boolean"},"style":{"$ref":"#\/components\/schemas\/LayerStyleOutput"}}},"Layer.LayerPostInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"isInterractive":{"type":"boolean"},"isSector":{"type":"boolean"},"group":{"type":"string"},"geomField":{"type":"string"},"geoPackageLayer":{"type":"string"},"programId":{"type":"string"},"description":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"properties":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyConfig"}},"documentId":{"type":"integer"},"style":{"anyOf":[{"$ref":"#\/components\/schemas\/LayerStyleInput"}],"nullable":true}}},"Layer.LayerPutInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"isInterractive":{"type":"boolean"},"isSector":{"type":"boolean"},"group":{"type":"string"},"geomField":{"type":"string"},"description":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"properties":{"type":"array","items":{"$ref":"#\/components\/schemas\/PropertyConfig"}},"style":{"anyOf":[{"$ref":"#\/components\/schemas\/LayerStyleInput"}],"nullable":true}}},"LayerAdminListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"url":{"type":"string"},"logo":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"source":{"type":"string"},"version":{"type":"string"},"type":{"type":"string"},"isActiveByDefault":{"type":"boolean"},"style":{"$ref":"#\/components\/schemas\/LayerStyleOutput"}}},"LayerImageOutput":{"type":"object","description":"","properties":{"url":{"type":"string"},"useApiBaseUrl":{"default":true,"example":true,"type":"boolean"}}},"LayerMapStyleInput":{"type":"object","description":"","properties":{"opacity":{"default":1.0,"example":1.0,"type":"number"},"fillColor":{"type":"string"},"borderColor":{"type":"string"}}},"LayerMapStyleOutput":{"type":"object","description":"","properties":{"opacity":{"default":1.0,"example":1.0,"type":"number"}}},"LayerMarkerStyleInput":{"type":"object","description":"","properties":{"fillColor":{"type":"string","nullable":true},"borderColor":{"type":"string","nullable":true},"borderStrokeWidth":{"default":1.0,"example":1.0,"type":"number","nullable":true},"borderRadius":{"default":60.0,"example":60.0,"type":"number","nullable":true},"padding":{"default":2,"example":2,"type":"integer","nullable":true},"image":{"type":"array","items":{"type":"string"},"nullable":true}}},"LayerMarkerStyleOutput":{"type":"object","description":"","properties":{"fillColor":{"type":"string"},"borderColor":{"type":"string"},"borderStrokeWidth":{"default":1,"example":1,"type":"integer"},"borderRadius":{"default":60,"example":60,"type":"integer"},"width":{"default":30,"example":30,"type":"integer"},"height":{"default":30,"example":30,"type":"integer"},"padding":{"default":2,"example":2,"type":"integer"},"image":{"$ref":"#\/components\/schemas\/LayerImageOutput"}}},"LayerOptionConfigurationOutput":{"type":"object","description":"","properties":{"name":{"type":"string"},"geometryFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/GeometryField"}},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/Field"}},"featureCount":{"type":"integer"},"fidColumnName":{"type":"string"}}},"LayerPolygonStyleInput":{"type":"object","description":"","properties":{"fillColor":{"type":"string","nullable":true},"borderColor":{"type":"string","nullable":true},"borderStrokeWidth":{"default":2,"example":2,"type":"integer"}}},"LayerPolygonStyleOutput":{"type":"object","description":"","properties":{"fillColor":{"type":"string"},"borderColor":{"type":"string"},"borderStrokeWidth":{"default":2,"example":2,"type":"integer"}}},"LayerPolylineStyleInput":{"type":"object","description":"","properties":{"fillColor":{"type":"string","nullable":true},"borderStrokeWidth":{"default":1,"example":1,"type":"integer"},"polylineRadius":{"default":4,"example":4,"type":"integer"}}},"LayerPolylineStyleOutput":{"type":"object","description":"","properties":{"fillColor":{"type":"string"},"borderStrokeWidth":{"default":1,"example":1,"type":"integer"},"polylineRadius":{"default":4,"example":4,"type":"integer"}}},"LayerStyleInput":{"type":"object","description":"","properties":{"markerStyle":{"anyOf":[{"$ref":"#\/components\/schemas\/LayerMarkerStyleInput"}],"nullable":true},"polylineStyle":{"anyOf":[{"$ref":"#\/components\/schemas\/LayerPolylineStyleInput"}],"nullable":true},"polygonStyle":{"anyOf":[{"$ref":"#\/components\/schemas\/LayerPolygonStyleInput"}],"nullable":true},"imageStyle":{"anyOf":[{"$ref":"#\/components\/schemas\/LayerMapStyleInput"}],"nullable":true},"geomType":{"type":"string"}}},"LayerStyleOutput":{"type":"object","description":"","properties":{"markerStyle":{"anyOf":[{"$ref":"#\/components\/schemas\/LayerMarkerStyleOutput"}],"nullable":true},"polylineStyle":{"anyOf":[{"$ref":"#\/components\/schemas\/LayerPolylineStyleOutput"}],"nullable":true},"polygonStyle":{"anyOf":[{"$ref":"#\/components\/schemas\/LayerPolygonStyleOutput"}],"nullable":true},"imageStyle":{"anyOf":[{"$ref":"#\/components\/schemas\/LayerMapStyleOutput"}],"nullable":true},"geomType":{"type":"string"}}},"LegendItem":{"type":"object","description":"","properties":{"key":{"type":"string"},"label":{"type":"string"},"fillColor":{"type":"string","nullable":true},"borderColor":{"type":"string","nullable":true},"borderType":{"type":"string","nullable":true}}},"LegendSection":{"type":"object","description":"","properties":{"section":{"type":"string"},"sectionKey":{"type":"string"},"legendItems":{"type":"array","items":{"$ref":"#\/components\/schemas\/LegendItem"}}}},"MapMarker":{"type":"object","description":"","properties":{"type":{"type":"string"},"lat":{"type":"number"},"long":{"type":"number"},"value":{"type":"string","nullable":true},"clickAction":{"type":"string"}}},"MapSection":{"type":"object","description":"","properties":{"type":{"type":"string"},"label":{"type":"string","nullable":true},"clickAction":{"type":"string","nullable":true},"geojson":{"$ref":"#\/components\/schemas\/GeoJson"}}},"Measure":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Measure.","type":"integer"},"oldId":{"type":"string","nullable":true},"newId":{"type":"string","format":"iri-reference","nullable":true},"code":{"type":"string","nullable":true},"category":{"type":"string"},"smallTitle":{"type":"string","nullable":true},"subCategory":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"isOrganizational":{"type":"boolean","nullable":true},"isStructural":{"type":"boolean","nullable":true},"indicativeCost":{"description":".","type":"string","nullable":true},"unit":{"description":".","type":"string","nullable":true},"isPutPeopleInSafety":{"type":"boolean","nullable":true},"isReduceTimeToNormalState":{"type":"boolean","nullable":true},"isReduceDamage":{"type":"boolean","nullable":true},"isPapi":{"type":"boolean","nullable":true},"collectiveObligationLevel":{"type":"integer"},"economicObligationLevel":{"type":"integer"},"individualObligationLevel":{"type":"integer"},"publicBuildingObligationLevel":{"type":"integer"},"whenImplement":{"type":"integer","nullable":true},"orderDisplay":{"type":"integer"},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramMeasure"}},"externalProgramId":{"type":"string","nullable":true},"documentDefault":{"type":"string","format":"iri-reference","nullable":true},"reportLocation":{"description":".","type":"string","nullable":true},"labelCategory":{"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"},"fullName":{"readOnly":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Measure.MeasureDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"category":{"type":"string"},"subCategory":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"indicativeCost":{"type":"string","nullable":true},"isPutPeopleInSafety":{"type":"boolean","nullable":true},"isReduceTimeToNormalState":{"type":"boolean","nullable":true},"isReduceDamage":{"type":"boolean","nullable":true}}},"Measure.MeasureListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"category":{"type":"string"},"subCategory":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"indicativeCost":{"type":"string","nullable":true},"isPutPeopleInSafety":{"type":"boolean","nullable":true},"isReduceTimeToNormalState":{"type":"boolean","nullable":true},"isReduceDamage":{"type":"boolean","nullable":true},"document":{"anyOf":[{"$ref":"#\/components\/schemas\/DocumentDetailsOutput"}],"nullable":true},"collectiveObligationLevel":{"type":"string","nullable":true},"economicObligationLevel":{"type":"string","nullable":true},"individualObligationLevel":{"type":"string","nullable":true},"publicBuildingObligationLevel":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true}}},"Measure.MeasurePostInput":{"type":"object","description":"","properties":{"code":{"type":"string"},"category":{"type":"string"},"shortName":{"type":"string"},"name":{"type":"string"},"quality":{"type":"string"},"subventionConfigurations":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubventionMeasure"}},"isCollective":{"type":"boolean"},"isEconomic":{"type":"boolean"},"isIndividual":{"type":"boolean"},"pictures":{"type":"array","items":{"type":"string"}},"isPutPeopleInSafety":{"type":"boolean"},"isReduceTimeToNormalState":{"type":"boolean"},"isReduceDamage":{"type":"boolean"},"orderDisplay":{"type":"integer"}}},"Measure.MeasurePutInput":{"type":"object","description":"","properties":{"code":{"type":"string"},"category":{"type":"string"},"shortName":{"type":"string"},"name":{"type":"string"},"quality":{"type":"string"},"subventionConfigurations":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubventionMeasure"}},"isCollective":{"type":"boolean"},"isEconomic":{"type":"boolean"},"isIndividual":{"type":"boolean"},"pictures":{"type":"array","items":{"type":"string"}},"isPutPeopleInSafety":{"type":"boolean"},"isReduceTimeToNormalState":{"type":"boolean"},"isReduceDamage":{"type":"boolean"},"orderDisplay":{"type":"integer"}}},"MeasureDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"category":{"type":"string"},"subCategory":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"indicativeCost":{"type":"string","nullable":true},"isPutPeopleInSafety":{"type":"boolean","nullable":true},"isReduceTimeToNormalState":{"type":"boolean","nullable":true},"isReduceDamage":{"type":"boolean","nullable":true}}},"MediaListInput":{"type":"object","description":"","properties":{"mediaId":{"type":"integer"},"caption":{"type":"string","nullable":true},"reportLocalisation":{"type":"integer","nullable":true},"positioningResults":{"type":"array","items":{"type":"string"},"nullable":true}}},"MediaListOutput":{"type":"object","description":"","properties":{"mediaId":{"type":"integer"},"refId":{"type":"string"},"reportLocalisation":{"type":"integer","nullable":true},"caption":{"type":"string","nullable":true},"positioningResults":{"type":"array","items":{"type":"string"},"nullable":true}}},"MediaLocationInput":{"type":"object","description":"","properties":{"mediaId":{"type":"integer"},"reportLocation":{"type":"string","nullable":true}}},"MediaLocationOutput":{"type":"object","description":"","properties":{"mediaId":{"type":"integer"},"refId":{"type":"string","nullable":true},"reportLocation":{"type":"string","nullable":true},"sketchItemId":{"type":"string","nullable":true},"documentCaption":{"type":"string","nullable":true}}},"MultiPolygon":{"type":"object","description":"","properties":{"type":{"readOnly":true,"description":"Return the type for this GeoJson object.","default":"MultiPolygon","example":"MultiPolygon","type":"string"},"coordinates":{"readOnly":true,"description":"Return the coordinates for this Geometry object.","type":"array","items":{"type":"string"}},"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},"optionalConstructorArgs":{"writeOnly":true,"description":"Set optional CRS and BoundingBox arguments passed to a constructor.","type":"array","items":{"type":"string"}}}},"NaturalRisk":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the NaturalRisk.","type":"string"},"name":{"description":".","type":"string","nullable":true},"description":{"description":".","type":"string","nullable":true},"oldId":{"type":"integer","nullable":true},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramNaturalRisk"}},"pprZones":{"readOnly":true,"description":"Get the value of pprZones","type":"array","items":{"$ref":"#\/components\/schemas\/XPprZoneNaturalRisk"}},"documentDefault":{"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"}}},"NaturalRisk.NaturalRiskDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"NaturalRisk.NaturalRiskListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"documentId":{"type":"integer","nullable":true}}},"NaturalRisk.NaturalRiskPostInput":{"type":"object","description":""},"NaturalRisk.NaturalRiskPutInput":{"type":"object","description":""},"NaturalRiskLevelOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"naturalRiskName":{"type":"string"},"naturalRiskId":{"type":"string"},"level":{"type":"string"},"inTheFuture":{"type":"boolean"},"onlyUrbanZone":{"type":"boolean"}}},"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},"diagCase":{"type":"string","format":"iri-reference","nullable":true},"diagFundingManagement":{"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"}}},"NotificationLogOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"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"},"program":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"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},"isConfigurable":{"description":".","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"},"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}}},"OccupationType":{"type":"object","description":"","properties":{"id":{"description":"Identifier of the NaturalRisk.","type":"string"},"name":{"description":".","type":"string","nullable":true},"description":{"description":".","type":"string","nullable":true},"oldId":{"type":"integer","nullable":true},"programs":{"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramOccupationType"}},"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"}}},"OccupationType.OccupationTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"OccupationType.OccupationTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"OccupationType.OccupationTypePostInput":{"type":"object","description":""},"OccupationType.OccupationTypePutInput":{"type":"object","description":""},"Offset":{"type":"object","description":"","properties":{"x":{"type":"number"},"y":{"type":"number"}}},"OpeningInput":{"type":"object","description":"","properties":{"doors":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true},"frenchDoors":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true},"portals":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true},"windows":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true},"lineFixedBays":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true}}},"OptionOutput":{"type":"object","description":"","properties":{"label":{"type":"string"},"value":{"type":"string"},"trigger":{"type":"array","items":{"$ref":"#\/components\/schemas\/TriggerOutput"}}}},"OrderOutput":{"type":"object","description":"","properties":{"label":{"type":"string"},"key":{"type":"string"}}},"Organization":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Organization.","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"}}},"Organization.OrganizationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Organization.OrganizationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Organization.OrganizationPostInput":{"type":"object","description":""},"Organization.OrganizationPutInput":{"type":"object","description":""},"OutsideStakeInput":{"type":"object","description":"","properties":{"pools":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true},"floats":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true}}},"Partner":{"type":"object","description":"","properties":{"id":{"type":"string"}}},"Partner.PartnerDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"type":{"type":"string","nullable":true},"totalAnalysis":{"type":"integer"},"lastWeekAnalysis":{"type":"integer"},"totalEligibility":{"type":"integer"},"lastWeekEligibility":{"type":"integer"},"totalAppointmentWithEligibility":{"type":"integer"},"lastWeekAppointmentWithEligibility":{"type":"integer"},"totalAppointmentWithoutEligibility":{"type":"integer"},"lastWeekAppointmentWithoutEligibility":{"type":"integer"},"mayaneContact":{"type":"array","items":{"type":"string"},"nullable":true},"graphList":{"type":"array","items":{"$ref":"#\/components\/schemas\/ChartStatistics"}},"tableList":{"type":"array","items":{"$ref":"#\/components\/schemas\/TableStatistics"}}}},"Partner.PartnerListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"type":{"type":"string","nullable":true},"totalAnalysis":{"type":"integer"},"lastWeekAnalysis":{"type":"integer"},"totalEligibility":{"type":"integer"},"lastWeekEligibility":{"type":"integer"},"totalAppointmentWithEligibility":{"type":"integer"},"lastWeekAppointmentWithEligibility":{"type":"integer"},"totalAppointmentWithoutEligibility":{"type":"integer"},"lastWeekAppointmentWithoutEligibility":{"type":"integer"},"mayaneContact":{"type":"array","items":{"type":"string"},"nullable":true}}},"Partner.PartnerPostInput":{"type":"object","description":""},"Partner.PartnerPutInput":{"type":"object","description":""},"PartnerAppointment":{"type":"object","description":"","properties":{"id":{"type":"string"}}},"PartnerAppointment.AppointmentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"analysisResult":{"anyOf":[{"$ref":"#\/components\/schemas\/AnalysisResultDetailsOutput"}],"nullable":true},"partnerRefId":{"type":"string"},"firstname":{"type":"string"},"lastname":{"type":"string"},"email":{"type":"string"},"program":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"partner":{"type":"string","nullable":true},"partnerContext":{"type":"array","items":{"type":"string"},"nullable":true},"status":{"type":"string","nullable":true},"situation":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true},"followerName":{"type":"string","nullable":true},"followerId":{"type":"integer","nullable":true},"externalDiagId":{"type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time"},"externalProgramName":{"type":"string","nullable":true},"externalProgramNameUrl":{"type":"string","nullable":true},"pprName":{"type":"string","nullable":true},"isPartnerFinancingContraint":{"type":"boolean","nullable":true},"isConsentFinancingRequest":{"type":"boolean","nullable":true},"isConsentTransmissionReport":{"type":"boolean","nullable":true},"isMainResidence":{"type":"boolean","nullable":true},"isUpstairsApartment":{"type":"boolean","nullable":true},"isOwner":{"type":"boolean","nullable":true},"isClosed":{"type":"boolean"},"isAbandonment":{"type":"boolean"},"validateAddress":{"type":"string","nullable":true},"validateZipCode":{"type":"string","nullable":true},"validateInseeCode":{"type":"string","nullable":true},"validateTownship":{"type":"string","nullable":true},"validatePlots":{"type":"array","items":{"$ref":"#\/components\/schemas\/PlotDetailsOutput"}},"deletionReason":{"type":"string","nullable":true},"deletionDate":{"type":"string","format":"date-time","nullable":true},"abandonedReason":{"type":"string","nullable":true},"abandonedDate":{"type":"string","format":"date-time","nullable":true},"treatmentDate":{"type":"string","format":"date-time","nullable":true},"firstCallDate":{"type":"string","format":"date-time","nullable":true},"secondCallDate":{"type":"string","format":"date-time","nullable":true},"partnerClientId":{"type":"string","nullable":true},"ppr":{"type":"integer","nullable":true},"isPlotInPpr":{"type":"boolean","nullable":true},"isMeasurementMandatory":{"type":"boolean","nullable":true},"isDiagMandatory":{"type":"boolean","nullable":true},"isDisasterExperienced":{"type":"boolean","nullable":true},"isDisasterDataSend":{"type":"boolean","nullable":true},"withPpr":{"type":"boolean","nullable":true},"isProgramInternal":{"type":"boolean","nullable":true},"isProgramExternal":{"type":"boolean","nullable":true},"isQuotePartnerRefused":{"type":"boolean","nullable":true},"isAcceptSelfFinancing":{"type":"boolean","nullable":true},"isEligiblePartnerFinancing":{"type":"boolean","nullable":true},"isWithoutFinancing":{"type":"boolean","nullable":true},"isSecondCallSuccess":{"type":"boolean","nullable":true},"isFirstCallSuccess":{"type":"boolean","nullable":true},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true}}},"PartnerAppointment.AppointmentDocumentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originName":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"extension":{"type":"string"},"size":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"isDeletable":{"default":true,"example":true,"type":"boolean"}}},"PartnerAppointment.AppointmentDocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"label":{"type":"string"},"acceptedFormat":{"type":"array","items":{"type":"string"},"nullable":true}}},"PartnerAppointment.AppointmentFilterOutput":{"type":"object","description":"","properties":{"filters":{"type":"array","items":{"$ref":"#\/components\/schemas\/FilterOutput"}},"orders":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderOutput"}}}},"PartnerAppointment.AppointmentGeomOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"status":{"type":"string"},"step":{"type":"string"},"geom":{"$ref":"#\/components\/schemas\/GeoJson"}}},"PartnerAppointment.AppointmentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"partnerRefId":{"type":"string"},"firstname":{"type":"string"},"lastname":{"type":"string"},"email":{"type":"string"},"program":{"type":"string","nullable":true},"situation":{"type":"string","nullable":true},"followerName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"partner":{"type":"string","nullable":true},"partnerContext":{"type":"array","items":{"type":"string"},"nullable":true},"address":{"type":"string","nullable":true},"followerId":{"type":"integer","nullable":true},"status":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true},"externalDiagId":{"type":"string","nullable":true},"diagStep":{"type":"string","nullable":true},"diagStatus":{"type":"string","nullable":true},"createdDate":{"type":"string","format":"date-time"}}},"PartnerAppointment.AppointmentPostInput":{"type":"object","description":""},"PartnerAppointment.AppointmentPutAbandonmentInput":{"type":"object","description":"","properties":{"abandonedReason":{"type":"string"}}},"PartnerAppointment.AppointmentPutDeletedInput":{"type":"object","description":"","properties":{"deletionReason":{"type":"string"}}},"PartnerAppointment.AppointmentPutInput":{"type":"object","description":"","properties":{"firstname":{"type":"string"},"lastname":{"type":"string"},"email":{"type":"string"},"program":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"partnerClientId":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true},"externalDiagId":{"type":"string","nullable":true},"externalProgramName":{"type":"string","nullable":true},"externalProgramNameUrl":{"type":"string","nullable":true},"pprName":{"type":"string","nullable":true},"isPartnerFinancingContraint":{"type":"boolean","nullable":true},"isConsentFinancingRequest":{"type":"boolean","nullable":true},"isConsentTransmissionReport":{"type":"boolean","nullable":true},"isMainResidence":{"type":"boolean","nullable":true},"isUpstairsApartment":{"type":"boolean","nullable":true},"followerId":{"type":"integer","nullable":true},"isOwner":{"type":"boolean","nullable":true},"validateAddress":{"type":"string","nullable":true},"validateInseeCode":{"type":"string","nullable":true},"validatePlots":{"type":"string","nullable":true},"ppr":{"type":"integer","nullable":true},"isDisasterExperienced":{"type":"boolean","nullable":true},"isDisasterDataSend":{"type":"boolean","nullable":true},"withPpr":{"type":"boolean","nullable":true},"status":{"type":"string"},"isPlotInPpr":{"type":"boolean","nullable":true},"isMeasurementMandatory":{"type":"boolean","nullable":true},"isDiagMandatory":{"type":"boolean","nullable":true},"isProgramInternal":{"type":"boolean","nullable":true},"isProgramExternal":{"type":"boolean","nullable":true},"firstCallDate":{"type":"string","nullable":true},"secondCallDate":{"type":"string","nullable":true},"isSecondCallSuccess":{"type":"boolean","nullable":true},"isFirstCallSuccess":{"type":"boolean","nullable":true},"isQuotePartnerRefused":{"type":"boolean","nullable":true},"isAcceptSelfFinancing":{"type":"boolean","nullable":true}}},"PartnerAppointment.AppointmentSearchOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstname":{"type":"string"},"lastname":{"type":"string"},"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"township":{"type":"string"}}},"PartnerAppointment.NotificationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"createdDate":{"type":"string","format":"date-time"},"notificationType":{"type":"string"},"notificationTypeCode":{"type":"string"},"status":{"type":"string"},"email":{"anyOf":[{"$ref":"#\/components\/schemas\/NotificationLogOutput"}],"nullable":true},"sms":{"anyOf":[{"$ref":"#\/components\/schemas\/NotificationLogOutput"}],"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},"typeDiagCase":{"description":"Get the value of typeDiagCase","type":"string","format":"iri-reference","nullable":true},"program":{"description":"Get the value of program","type":"string","format":"iri-reference","nullable":true},"aggregatesLocalisation":{"description":"Get the value of aggregatesLocalisation","type":"array","items":{"type":"string"},"nullable":true},"otherPicturesLocalisation":{"description":"Get the value of otherPicturesLocalisation","type":"array","items":{"type":"string"},"nullable":true},"imgWithCarbone":{"type":"boolean"},"inseeCode":{"description":"Get the value of inseeCode","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.PdfTemplatePutInput":{"type":"object","description":""},"PheSource":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Phe.","type":"string"},"oldId":{"type":"string","nullable":true},"name":{"type":"string"},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramPheSource"}},"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"}}},"PheSource.PheSourceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"PheSource.PheSourceListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"PheSource.PheSourcePostInput":{"type":"object","description":""},"PheSource.PheSourcePutInput":{"type":"object","description":""},"Plot":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Plot.","type":"integer"},"property":{"type":"string","format":"iri-reference","nullable":true},"number":{"description":"Get the value of number","type":"string","nullable":true},"plotUniqueId":{"description":"plotUniqueId","type":"string","nullable":true},"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"Plot.PlotBean":{"type":"object","description":"","properties":{"type":{"type":"string","nullable":true},"geom":{"anyOf":[{"$ref":"#\/components\/schemas\/MultiPolygon"}],"nullable":true},"idu":{"type":"string","nullable":true},"numero":{"type":"string","nullable":true},"feuille":{"type":"integer","nullable":true},"section":{"type":"string","nullable":true},"codeDep":{"type":"string","nullable":true},"nomCom":{"type":"string","nullable":true},"codeCom":{"type":"string","nullable":true},"comAbs":{"type":"string","nullable":true},"codeArr":{"type":"string","nullable":true},"contenance":{"type":"integer","nullable":true}}},"Plot.PlotDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"uniqueId":{"type":"string","nullable":true},"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"},"uniqueId":{"type":"string","nullable":true},"capacity":{"type":"integer","nullable":true}}},"Plot.PlotPostInput":{"type":"object","description":"","properties":{"number":{"type":"string"},"branch":{"type":"string"},"comAbs":{"type":"string"},"codeArr":{"type":"string"},"insee":{"type":"string","nullable":true}}},"Plot.PlotPutInput":{"type":"object","description":"","properties":{"id":{"type":"string","nullable":true},"uniqueId":{"type":"string"},"isDeleted":{"type":"boolean"}}},"PlotCase":{"type":"object","description":"","properties":{"plotId":{"type":"string"},"inseeCode":{"type":"string"},"step":{"type":"string","nullable":true},"state":{"type":"string"},"geojson":{"$ref":"#\/components\/schemas\/GeoJson"}}},"PlotDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"uniqueId":{"type":"string","nullable":true},"insee":{"type":"string","nullable":true},"geom":{"anyOf":[{"$ref":"#\/components\/schemas\/GeoJson"}],"nullable":true},"capacity":{"type":"integer","nullable":true}}},"PlotPutInput":{"type":"object","description":"","properties":{"id":{"type":"string","nullable":true},"uniqueId":{"type":"string"},"isDeleted":{"type":"boolean"}}},"Polygon":{"type":"object","description":"","properties":{"type":{"readOnly":true,"description":"Return the type for this GeoJson object.","default":"Polygon","example":"Polygon","type":"string"},"coordinates":{"readOnly":true,"description":"Return the coordinates for this Geometry object.","type":"array","items":{"type":"string"}},"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},"optionalConstructorArgs":{"writeOnly":true,"description":"Set optional CRS and BoundingBox arguments passed to a constructor.","type":"array","items":{"type":"string"}}}},"Ppr":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Ppr.","type":"integer"},"document":{"type":"string","format":"iri-reference","nullable":true},"name":{"type":"string"},"oldId":{"type":"integer","nullable":true},"description":{"type":"string","nullable":true},"type":{"type":"string"},"dateApprobation":{"readOnly":true,"type":"string","format":"date-time","nullable":true},"programs":{"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramPpr"}},"townships":{"readOnly":true,"description":"Get the value of townships","type":"array","items":{"$ref":"#\/components\/schemas\/XPprTownship"}},"pprZones":{"readOnly":true,"description":"Get the value of pprZones","type":"array","items":{"type":"string","format":"iri-reference"}},"idGaspar":{"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"},"approbationDate":{"writeOnly":true,"description":"Set the value of document"},"deleted":{"readOnly":true,"type":"boolean"}}},"Ppr.PprDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"pprZones":{"type":"array","items":{"$ref":"#\/components\/schemas\/PprZoneDetailsOutput"}},"name":{"type":"string"},"description":{"type":"string","nullable":true},"type":{"type":"string"}}},"Ppr.PprListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"approbationDate":{"type":"string","format":"date-time","nullable":true},"zones":{"$ref":"#\/components\/schemas\/PprZoneListOutput"},"townships":{"$ref":"#\/components\/schemas\/TownshipLightListOutput"}}},"Ppr.PprPostInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"idGaspar":{"type":"string","nullable":true},"approbationDate":{"type":"string","format":"date-time","nullable":true}}},"Ppr.PprPutInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"idGaspar":{"type":"string","nullable":true},"dateApprobation":{"type":"string","format":"date-time","nullable":true}}},"Ppr.PprPutTownshipInput":{"type":"object","description":"","properties":{"inseeCode":{"type":"string"}}},"Ppr.PprPutZoneInput":{"type":"object","description":"","properties":{"name":{"type":"string"}}},"Ppr.PprSmallDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"document":{"type":"integer","nullable":true},"type":{"type":"string","nullable":true},"idGaspar":{"type":"string","nullable":true},"dateApprobation":{"type":"string","format":"date-time","nullable":true}}},"Ppr.ResultOutput":{"type":"object","description":"","properties":{"success":{"default":true,"example":true,"type":"boolean"}}},"PprDetailsOutput":{"type":"object","description":"","properties":{"id_gaspar":{"type":"string"},"codezone":{"type":"string"},"sourceGeom":{"type":"string","nullable":true},"insee":{"type":"string","nullable":true},"basin":{"type":"string","nullable":true},"withAlea":{"type":"boolean"},"geom":{"$ref":"#\/components\/schemas\/GeoJson"}}},"PprZone":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the PprZone.","type":"integer"},"oldId":{"type":"integer","nullable":true},"ppr":{"type":"string","format":"iri-reference","nullable":true},"layer":{"type":"string","format":"iri-reference","nullable":true},"name":{"type":"string"},"color":{"type":"string","nullable":true},"naturalRisks":{"readOnly":true,"description":"Get the value of naturalRisks","type":"array","items":{"$ref":"#\/components\/schemas\/XPprZoneNaturalRisk"}},"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"}}},"PprZone.PprZoneDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"color":{"type":"string","nullable":true},"naturalRiskLevels":{"type":"array","items":{"$ref":"#\/components\/schemas\/NaturalRiskLevelOutput"}}}},"PprZone.PprZoneListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"color":{"type":"string"}}},"PprZone.PprZonePostInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"color":{"type":"string"}}},"PprZone.PprZonePutInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"color":{"type":"string","nullable":true}}},"PprZoneDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"color":{"type":"string","nullable":true},"naturalRiskLevels":{"type":"array","items":{"$ref":"#\/components\/schemas\/NaturalRiskLevelOutput"}}}},"PprZoneListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"color":{"type":"string"}}},"PprnGasparDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"risks":{"type":"array","items":{"type":"string"}},"watershed":{"type":"string"},"beginDate":{"type":"string","nullable":true},"endDate":{"type":"string","nullable":true},"approvalDate":{"type":"string","nullable":true}}},"Program":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"uri":{"type":"string","nullable":true},"logoUrl":{"type":"string","nullable":true},"registrationUrl":{"type":"string","nullable":true},"baseCardUrl":{"type":"string","nullable":true},"bannerImageUrl":{"type":"string","nullable":true},"theme":{"type":"array","items":{"type":"string"},"nullable":true},"transportMailId":{"type":"integer","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"}},"contactEmail":{"type":"string","nullable":true},"contactPhone":{"type":"string","nullable":true},"carriedBy":{"type":"string","nullable":true},"latRef":{"type":"string"},"lngRef":{"type":"string"},"mapZoom":{"default":12,"example":12,"type":"integer"},"contact":{"type":"array","items":{"type":"string"},"nullable":true},"isAutodiag":{"type":"boolean"},"isClosed":{"type":"boolean"},"isNotSynchronized":{"type":"boolean"},"withTerritoryOption":{"type":"boolean"},"withBilling":{"type":"boolean"},"withDiagCaseManagement":{"default":true,"example":true,"type":"boolean"},"stepWithPayment":{"type":"array","items":{"type":"string"},"nullable":true},"withSector":{"type":"boolean"},"withSurvey":{"type":"boolean"},"withPreFinancing":{"type":"boolean"},"isActivated":{"type":"boolean"},"includesSubventionRequestManagement":{"type":"boolean"},"includesSensitiveOpenToPublicBuildings":{"type":"boolean"},"includesLightAudits":{"type":"boolean"},"includesWebappAudit":{"type":"boolean"},"includesUpdateAudits":{"type":"boolean"},"isReadOnly":{"type":"boolean"},"hasPrivateIndividualAccess":{"type":"boolean"},"phase":{"default":1,"example":1,"type":"integer"},"isMultiEpci":{"type":"boolean"},"isMultiPhe":{"type":"boolean"},"isMultiNaturalRisk":{"type":"boolean"},"secondaryPheName":{"type":"string","nullable":true},"isOldSgbd":{"type":"boolean"},"startDate":{"description":"Get the value of startDate","type":"string","format":"date-time","nullable":true},"endDate":{"description":"Get the value of endDate","type":"string","format":"date-time","nullable":true},"sendAdaptationReminderEmail":{"default":true,"example":true,"type":"boolean"},"layerStyle":{"type":"string","nullable":true},"aleaLayers":{"type":"string","nullable":true},"tags":{"type":"array","items":{"type":"string"},"nullable":true},"caseFilters":{"type":"array","items":{"type":"string"},"nullable":true},"caseOrders":{"type":"array","items":{"type":"string"},"nullable":true},"fundFilters":{"type":"array","items":{"type":"string"},"nullable":true},"territoryFilters":{"type":"array","items":{"type":"string"},"nullable":true},"fundOrders":{"type":"array","items":{"type":"string"},"nullable":true},"caseRealizedObjective":{"type":"array","items":{"type":"string"},"nullable":true},"blocSynthesis":{"type":"array","items":{"type":"string"},"nullable":true},"usersBo":{"readOnly":true,"description":"Get the value of usersBo","type":"array","items":{"$ref":"#\/components\/schemas\/XUserBoProgram"}},"measures":{"readOnly":true,"description":"Get the value of measures","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramMeasure"}},"steps":{"readOnly":true,"description":"Get the value of steps","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramStep"}},"layers":{"readOnly":true,"description":"Get the value of layers","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramLayer"}},"profiles":{"readOnly":true,"description":"Get the value of profiles","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramUserProfile"}},"typesHousing":{"readOnly":true,"description":"Get the value of typesHousing","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramTypeHousing"}},"typesDiagCase":{"readOnly":true,"description":"Get the value of typesDiagCase","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramTypeDiagCase"}},"formatsDiagCase":{"readOnly":true,"description":"Get the value of formatsDiagCase","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramFormatDiagCase"}},"phes":{"readOnly":true,"description":"Get the value of phes","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramPheSource"}},"pprs":{"description":"Get the value of ppr","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramPpr"}},"sectors":{"readOnly":true,"description":"Get the value of sectors","type":"array","items":{"type":"string","format":"iri-reference"}},"billingCategories":{"readOnly":true,"description":"Get the value of billingCategories","type":"array","items":{"type":"string","format":"iri-reference"}},"closingReasons":{"readOnly":true,"description":"Get the value of closingReasons","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramClosingReason"}},"abandonmentReasons":{"readOnly":true,"description":"Get the value of abandonmentReasons","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramAbandonmentReason"}},"fundingTypes":{"readOnly":true,"description":"Get the value of fundingTypes","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramFundingType"}},"naturalRisks":{"readOnly":true,"description":"Get the value of naturalRisks","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramNaturalRisk"}},"occupationTypes":{"readOnly":true,"description":"Get the value of occupationTypes","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramOccupationType"}},"notificationTypes":{"readOnly":true,"description":"Get the value of notificationTypes","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramNotificationType"}},"knowledgeSources":{"readOnly":true,"description":"Get the value of knowledgeSources","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramKnowledgeSource"}},"registrationSources":{"description":"Get the value of registrationSources","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramRegistrationSource"}},"statisticBlocks":{"readOnly":true,"description":"Get the value of statisticBlocks","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramStatisticBlock"}},"nbPlotEligible":{"description":"Get the value of nbPlotEligible","type":"integer","nullable":true},"isEligibilityPrecise":{"type":"boolean"},"withTerritorySector":{"description":"Get the value of withTerritorySector","type":"boolean"},"isOnlyBuilding":{"default":true,"example":true,"type":"boolean"},"isGeometer":{"default":true,"example":true,"type":"boolean"},"isPassageCertificate":{"default":true,"example":true,"type":"boolean"},"visitReceipt":{"type":"string","nullable":true},"withOrganizationalMeasure":{"type":"boolean"},"withDiagReportGeneration":{"type":"boolean"},"withDiagReportGenerationPdf":{"type":"boolean"},"withPriorityLevel":{"type":"boolean"},"isDefaultProgram":{"type":"boolean"},"isInternal":{"default":true,"example":true,"type":"boolean"},"isLidar":{"type":"boolean"},"isArtisan":{"type":"boolean"},"withAlertSystem":{"type":"boolean"},"withBeneficiarySpace":{"type":"boolean"},"isDedicatedArtisan":{"type":"boolean"},"withPostDiagQuestionnary":{"type":"boolean"},"isMultiFundingCommission":{"type":"boolean"},"stats":{"type":"array","items":{"type":"string"}},"programColor":{"type":"string","nullable":true},"projectOwner":{"type":"string","nullable":true},"engineeringOffice":{"type":"string","nullable":true},"watershed":{"type":"array","items":{"type":"string"},"nullable":true},"underWatershed":{"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"}}},"Program.AbandonmentReasonListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"Program.AppointmentGeomOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"status":{"type":"string"},"step":{"type":"string","nullable":true},"visitDate":{"type":"string","format":"date-time","nullable":true},"priorityLevel":{"type":"integer","nullable":true},"geom":{"$ref":"#\/components\/schemas\/GeoJson"}}},"Program.BillingCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"label":{"type":"string"}}},"Program.ClosingReasonListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"Program.DiagCaseListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string","nullable":true},"externalRef":{"type":"string","nullable":true},"program":{"type":"string"},"address":{"type":"string"},"cadastreId":{"type":"string","nullable":true},"lastStep":{"type":"string"},"lastContactStep":{"type":"string","nullable":true},"diagnostican":{"type":"string","nullable":true},"referent":{"type":"string"},"referentPhone":{"type":"string"},"company":{"type":"string"},"lastUpdate":{"type":"string","format":"date-time","nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"firstCallDate":{"type":"string","format":"date-time","nullable":true},"secondCallDate":{"type":"string","format":"date-time","nullable":true},"recallDate":{"type":"string","format":"date-time","nullable":true},"isClosed":{"type":"boolean"},"closingReason":{"type":"string","nullable":true},"isAbandonment":{"type":"boolean"},"abandonmentReason":{"type":"string","nullable":true},"tags":{"type":"array","items":{"type":"string"},"nullable":true}}},"Program.DiagCaseSearchOutput":{"type":"object","description":"","properties":{"externalRef":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"step":{"type":"string","nullable":true},"contactReference":{"type":"string","nullable":true},"contactOwner":{"type":"string","nullable":true},"id":{"type":"integer"}}},"Program.DiagFundingManagementListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"type":{"type":"string","nullable":true},"externalRef":{"type":"string","nullable":true},"program":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"cadastreId":{"type":"string","nullable":true},"lastStep":{"type":"string","nullable":true},"referent":{"type":"string","nullable":true},"referentPhone":{"type":"string","nullable":true},"company":{"type":"string","nullable":true},"lastUpdate":{"type":"string","format":"date-time","nullable":true},"isClosed":{"type":"boolean","nullable":true},"isAbandonment":{"type":"boolean","nullable":true},"tags":{"type":"array","items":{"type":"string"},"nullable":true},"creationDate":{"type":"string","format":"date-time","nullable":true},"closingReason":{"type":"string","nullable":true},"abandonmentReason":{"type":"string","nullable":true}}},"Program.DiagFundingManagementSearchOutput":{"type":"object","description":"","properties":{"externalRef":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"step":{"type":"string","nullable":true},"contactReference":{"type":"string","nullable":true},"contactOwner":{"type":"string","nullable":true},"id":{"type":"integer"}}},"Program.DocumentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"originName":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"typeId":{"type":"string"},"extension":{"type":"string"},"description":{"type":"string","nullable":true},"universe":{"default":"documents","example":"documents","type":"string"},"category":{"type":"string"},"stakeName":{"type":"string","nullable":true},"sketchName":{"type":"string","nullable":true},"size":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"isDeletable":{"type":"boolean"}}},"Program.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"label":{"type":"string"},"description":{"type":"string"},"roles":{"type":"array","items":{"type":"string"},"nullable":true},"acceptedFormat":{"type":"array","items":{"type":"string"},"nullable":true}}},"Program.FormatDiagCaseListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"Program.FundingTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"Program.KnowledgeSourceListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"Program.LayerProgramListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"url":{"type":"string"},"logo":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"source":{"type":"string"},"version":{"type":"string"},"type":{"type":"string"},"group":{"type":"string"},"isActiveByDefault":{"type":"boolean"},"style":{"anyOf":[{"$ref":"#\/components\/schemas\/LayerStyleOutput"}],"nullable":true}}},"Program.MeasureListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"category":{"type":"string"},"subCategory":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"indicativeCost":{"type":"string","nullable":true},"isPutPeopleInSafety":{"type":"boolean","nullable":true},"isReduceTimeToNormalState":{"type":"boolean","nullable":true},"isReduceDamage":{"type":"boolean","nullable":true},"document":{"anyOf":[{"$ref":"#\/components\/schemas\/DocumentDetailsOutput"}],"nullable":true},"collectiveObligationLevel":{"type":"string","nullable":true},"economicObligationLevel":{"type":"string","nullable":true},"individualObligationLevel":{"type":"string","nullable":true},"publicBuildingObligationLevel":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true}}},"Program.ModifyAbandonmentReasonInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"isDeleted":{"type":"boolean"}}},"Program.ModifyClosingReasonInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"isDeleted":{"type":"boolean"}}},"Program.ModifyFormatDiagCaseInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"isDeleted":{"type":"boolean"}}},"Program.ModifyFundingTypeInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"isDeleted":{"type":"boolean"},"defaultConfiguration":{"type":"number","nullable":true}}},"Program.ModifyKnowledgeSourceInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"isDeleted":{"type":"boolean"}}},"Program.ModifyLayerInput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"isDeleted":{"type":"boolean"}}},"Program.ModifyMeasureInput":{"type":"object","description":"","properties":{"measureId":{"type":"integer"},"commentary":{"type":"string","nullable":true},"indicativeCost":{"type":"string","nullable":true},"isPutPeopleInSafety":{"type":"boolean"},"isReduceTimeToNormalState":{"type":"boolean"},"isReduceDamage":{"type":"boolean"},"isDeleted":{"type":"boolean"},"documentId":{"type":"integer","nullable":true}}},"Program.ModifyNaturalRiskInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"isDeleted":{"type":"boolean"},"documentId":{"type":"integer","nullable":true}}},"Program.ModifyNotificationTypeInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"isDeleted":{"type":"boolean"}}},"Program.ModifyOccupationTypeInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"isDeleted":{"type":"boolean"}}},"Program.ModifyPheSourceInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"isDeleted":{"type":"boolean"}}},"Program.ModifyPprInput":{"type":"object","description":"","properties":{"pprId":{"type":"integer"},"isDeleted":{"type":"boolean"}}},"Program.ModifyRegistrationSourceInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"isDeleted":{"type":"boolean"}}},"Program.ModifyReportConfigInput":{"type":"object","description":"","properties":{"title1ReportColor":{"type":"string","nullable":true},"title2ReportColor":{"type":"string","nullable":true},"title3ReportColor":{"type":"string","nullable":true},"bigHeaderId":{"type":"integer","nullable":true},"smallHeaderId":{"type":"integer","nullable":true},"footerId":{"type":"integer","nullable":true},"coverPageId":{"type":"integer","nullable":true},"backCoverPageId":{"type":"integer","nullable":true},"housePictoId":{"type":"integer","nullable":true},"localisationPictoId":{"type":"integer","nullable":true},"humanPictoId":{"type":"integer","nullable":true},"telPictoId":{"type":"integer","nullable":true},"mailPictoId":{"type":"integer","nullable":true},"networkPictoId":{"type":"integer","nullable":true},"securityPictoId":{"type":"integer","nullable":true},"delayPictoId":{"type":"integer","nullable":true},"costPictoId":{"type":"integer","nullable":true},"iconColor":{"type":"string","nullable":true}}},"Program.ModifyReportLocalisationInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"isDeleted":{"type":"boolean"}}},"Program.ModifyStatisticBlockInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"isDeleted":{"type":"boolean"},"category":{"type":"string"},"title":{"type":"string"},"headers":{"type":"array","items":{"type":"string"}},"headerTitle":{"type":"string"},"tooltip":{"type":"string"},"orderDisplay":{"type":"integer"}}},"Program.ModifyTownshipInput":{"type":"object","description":"","properties":{"insee":{"type":"string"},"providesFinancing":{"type":"boolean"},"isDeleted":{"type":"boolean"}}},"Program.ModifyTypeDiagCaseInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"isDeleted":{"type":"boolean"}}},"Program.ModifyTypeHousingInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"isDeleted":{"type":"boolean"}}},"Program.ModifyUserProfileInput":{"type":"object","description":"","properties":{"id":{"type":"string"},"isDeleted":{"type":"boolean"}}},"Program.NaturalRiskListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"documentId":{"type":"integer","nullable":true}}},"Program.NotificationTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"}}},"Program.OccupationTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"Program.PheSourceListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"Program.PlanningListOutput":{"type":"object","description":"","properties":{"id":{},"address":{"type":"string","nullable":true},"typeId":{"type":"string","nullable":true},"step":{"type":"string","nullable":true},"programName":{"type":"string","nullable":true},"programId":{"type":"string","nullable":true},"refId":{"type":"string","nullable":true},"referent":{"type":"string","nullable":true},"visitDate":{"type":"string","format":"date-time","nullable":true},"diagnostician":{"type":"string"},"contactType":{"type":"string","nullable":true},"linkType":{"type":"string","nullable":true},"programColor":{"type":"string","nullable":true}}},"Program.PprListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"approbationDate":{"type":"string","format":"date-time","nullable":true},"zones":{"$ref":"#\/components\/schemas\/PprZoneListOutput"},"townships":{"$ref":"#\/components\/schemas\/TownshipLightListOutput"}}},"Program.PprPostInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"idGaspar":{"type":"string","nullable":true},"approbationDate":{"type":"string","format":"date-time","nullable":true}}},"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},"bannerImageUrl":{"type":"string","nullable":true},"contactEmail":{"type":"string","nullable":true},"contactPhone":{"type":"string","nullable":true},"theme":{"anyOf":[{"$ref":"#\/components\/schemas\/Theme"}],"nullable":true},"isAutodiag":{"type":"boolean"},"isMultiEpci":{"type":"boolean"},"withOrganizationalMeasure":{"type":"boolean"},"withBilling":{"type":"boolean"},"stepWithPayment":{"type":"array","items":{"type":"string"},"nullable":true},"withSector":{"type":"boolean"},"isLogin":{"type":"boolean"},"isLidar":{"type":"boolean"},"phase":{"default":1,"example":1,"type":"integer"},"isGeometer":{"default":true,"example":true,"type":"boolean"},"isArtisan":{"default":true,"example":true,"type":"boolean"},"withAlertSystem":{"default":true,"example":true,"type":"boolean"},"isDedicatedArtisan":{"default":true,"example":true,"type":"boolean"},"withPreFinancing":{"type":"boolean"},"withPostDiagQuestionnary":{"type":"boolean"},"isMultiPhe":{"type":"boolean"},"secondaryPheName":{"type":"string","nullable":true},"mapZoom":{"type":"string"},"withTerritoryOption":{"type":"boolean"},"latRef":{"type":"string"},"lngRef":{"type":"string"},"withSurvey":{"type":"boolean"},"withDiagReportGeneration":{"type":"boolean"},"withDiagReportGenerationPdf":{"type":"boolean"},"withPriorityLevel":{"type":"boolean"},"withSubventionManagement":{"type":"boolean"},"withDiagCaseManagement":{"default":true,"example":true,"type":"boolean"},"isInternal":{"default":true,"example":true,"type":"boolean"},"isMultiFundingCommission":{"type":"boolean"},"programColor":{"type":"string","nullable":true},"stat":{"type":"array","items":{"type":"string"}},"projectOwner":{"type":"string","nullable":true},"engineeringOffice":{"type":"string","nullable":true},"departments":{"type":"array","items":{"type":"string"}},"startDate":{"type":"string","format":"date-time","nullable":true},"contacts":{"type":"array","items":{"$ref":"#\/components\/schemas\/KeyValue"}},"townships":{"type":"array","items":{"$ref":"#\/components\/schemas\/TownshipListOutput"}},"epcis":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"buldingTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"diagCaseTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"diagCaseFormats":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"closingReasons":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"pheSources":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"fundings":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"naturalRisks":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"abandonmentReasons":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"knowledgeSources":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"occupationTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"conclusionStrategyType":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"formatRestitutionRapport":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"registrationSources":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"recommendedStructuralMeasureTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"steps":{"type":"array","items":{"$ref":"#\/components\/schemas\/StepDetailsOutput"}},"sentencesType":{"type":"array","items":{"$ref":"#\/components\/schemas\/SentenceTypeForProgramDetailsOutput"}},"diagnosticians":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagnosticianDetailsOutput"}},"billingCategories":{"type":"array","items":{"$ref":"#\/components\/schemas\/BillingCategoryDetailsOutput"}},"pprs":{"type":"array","items":{"$ref":"#\/components\/schemas\/PprDetailsOutput"}},"visitQuestionnary":{"type":"array","items":{"$ref":"#\/components\/schemas\/StepOutput"}},"visitQuestionnaries":{"type":"array","items":{"$ref":"#\/components\/schemas\/VisitQuestionnary"}},"postDiagQuestionnary":{"type":"array","items":{"$ref":"#\/components\/schemas\/StepOutput"}},"tags":{"type":"array","items":{"type":"string"}},"statisticsGroup":{"type":"array","items":{"$ref":"#\/components\/schemas\/StatisticsGroup"}},"caseFilters":{"type":"array","items":{"$ref":"#\/components\/schemas\/FilterOutput"}},"territoryFilters":{"type":"array","items":{"$ref":"#\/components\/schemas\/FilterOutput"}},"caseOrders":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderOutput"}},"fundFilters":{"type":"array","items":{"$ref":"#\/components\/schemas\/FilterOutput"}},"fundOrders":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderOutput"}},"userProfiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserProfileDetailsOutput"}},"reportLocalisations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ReportLocalisationListDiagTypeOutput"}}}},"Program.ProgramInternalApiSynchroListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"isInternal":{"type":"boolean","nullable":true},"isEligibilityPrecise":{"type":"boolean","nullable":true},"endDate":{"type":"string","format":"date-time","nullable":true},"inseeCodes":{"type":"array","items":{"type":"string"}}}},"Program.ProgramListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"logoUrl":{"type":"string","nullable":true},"nbNaturalRisks":{"type":"integer"},"nbDiagTypes":{"type":"integer"},"nbFundings":{"type":"integer"},"nbTownships":{"type":"integer"},"nbDiagCaseAbandoned":{"type":"integer"},"nbDiagCaseInProgress":{"type":"integer"},"nbDiagCaseInFinalized":{"type":"integer"},"nbSubCaseAbandoned":{"type":"integer"},"nbSubCaseInProgress":{"type":"integer"},"nbSubCaseInFinalized":{"type":"integer"},"nbDiagCasePersoAbandoned":{"type":"integer"},"nbDiagCasePersoInProgress":{"type":"integer"},"nbDiagCasePersoInFinalized":{"type":"integer"},"nbSubCasePersoAbandoned":{"type":"integer"},"nbSubCasePersoInProgress":{"type":"integer"},"nbSubCasePersoInFinalized":{"type":"integer"},"programColor":{"type":"string","nullable":true}}},"Program.ProgramNameListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"Program.ProgramPostInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"publicSite":{"type":"string","nullable":true},"contactEmail":{"type":"string","nullable":true},"contactPhone":{"type":"string","nullable":true},"startDate":{"type":"string","format":"date-time","nullable":true},"withBilling":{"type":"boolean"},"withPreFinancing":{"type":"boolean"},"withSubventionManagement":{"type":"boolean"},"withDiagCaseManagement":{"default":true,"example":true,"type":"boolean"},"isMultiEpci":{"type":"boolean"},"isMultiPhe":{"type":"boolean"},"secondaryPheName":{"type":"string","nullable":true},"isGeometer":{"default":true,"example":true,"type":"boolean"},"withOrganizationalMeasure":{"type":"boolean"},"withDiagReportGeneration":{"type":"boolean"},"withDiagReportGenerationPdf":{"type":"boolean"},"withPriorityLevel":{"type":"boolean"},"isAutodiag":{"type":"boolean"},"isLidar":{"type":"boolean"},"eligibilityUrl":{"type":"string","nullable":true}}},"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},"contactEmail":{"type":"string","nullable":true},"contactPhone":{"type":"string","nullable":true},"theme":{"anyOf":[{"$ref":"#\/components\/schemas\/Theme"}],"nullable":true},"latRef":{"type":"string"},"lngRef":{"type":"string"},"mapZoom":{"type":"string"},"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"}},"naturalRisks":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"buldingTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"fundings":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}}}},"Program.ProgramPutInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"publicSite":{"type":"string","nullable":true},"startDate":{"type":"string","format":"date-time","nullable":true},"contactEmail":{"type":"string","nullable":true},"contactPhone":{"type":"string","nullable":true},"withBilling":{"type":"boolean"},"stepWithPayment":{"type":"array","items":{"type":"string"},"nullable":true},"withSector":{"type":"boolean"},"withPreFinancing":{"type":"boolean"},"withSubventionManagement":{"type":"boolean"},"isMultiEpci":{"type":"boolean"},"isMultiPhe":{"type":"boolean"},"secondaryPheName":{"type":"string","nullable":true},"isGeometer":{"default":true,"example":true,"type":"boolean"},"withOrganizationalMeasure":{"type":"boolean"},"withDiagCaseManagement":{"default":true,"example":true,"type":"boolean"},"withDiagReportGeneration":{"type":"boolean"},"withDiagReportGenerationPdf":{"type":"boolean"},"withPriorityLevel":{"type":"boolean"},"withTerritoryOption":{"type":"boolean"},"withBeneficiaryAccess":{"type":"boolean"},"isAutodiag":{"type":"boolean"},"isArtisan":{"default":true,"example":true,"type":"boolean"},"withAlertSystem":{"type":"boolean"},"withSurvey":{"type":"boolean"},"isDedicatedArtisan":{"default":true,"example":true,"type":"boolean"},"eligibilityUrl":{"type":"string","nullable":true},"isLidar":{"type":"boolean"},"phase":{"default":1,"example":1,"type":"integer"},"programColor":{"type":"string","nullable":true},"projectOwner":{"type":"string","nullable":true},"engineeringOffice":{"type":"string","nullable":true}}},"Program.ProgramSynchroListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"isPassageCertificate":{"type":"boolean"},"isLidar":{"type":"boolean"},"naturalRisks":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"buldingTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"fundings":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramTypeOutput"}},"visitQuestionnary":{"type":"array","items":{"$ref":"#\/components\/schemas\/StepOutput"}},"visitQuestionnaries":{"type":"array","items":{"$ref":"#\/components\/schemas\/VisitQuestionnary"}},"measures":{"type":"array","items":{"$ref":"#\/components\/schemas\/MeasureDetailsOutput"}},"formFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormFieldDetailsOutput"}},"colors":{"type":"array","items":{"$ref":"#\/components\/schemas\/ColorType"}},"visitReceipt":{"type":"string","nullable":true}}},"Program.ProgramUserAddInput":{"type":"object","description":"","properties":{"programCode":{"type":"string"},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"email":{"type":"string"},"profile":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"epciLimit":{"type":"string","nullable":true},"departmentLimit":{"type":"string","nullable":true},"townshipLimit":{"type":"string","nullable":true},"isExisting":{"type":"boolean"}}},"Program.ProgramUserListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string","nullable":true},"profile":{"type":"string","nullable":true},"isOnlyTerritoryAccess":{"type":"boolean"},"epciLimit":{"type":"string","nullable":true},"departmentLimit":{"type":"string","nullable":true},"townshipLimit":{"type":"string","nullable":true},"isActive":{"type":"boolean"}}},"Program.ProgramUserSubInput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Program.RegistrationSourceListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"Program.ReportConfigDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"title1ReportColor":{"type":"string","nullable":true},"title2ReportColor":{"type":"string","nullable":true},"title3ReportColor":{"type":"string","nullable":true},"bigHeaderId":{"type":"integer","nullable":true},"smallHeaderId":{"type":"integer","nullable":true},"footerId":{"type":"integer","nullable":true},"coverPageId":{"type":"integer","nullable":true},"backCoverPageId":{"type":"integer","nullable":true},"housePictoId":{"type":"integer","nullable":true},"localisationPictoId":{"type":"integer","nullable":true},"humanPictoId":{"type":"integer","nullable":true},"telPictoId":{"type":"integer","nullable":true},"mailPictoId":{"type":"integer","nullable":true},"networkPictoId":{"type":"integer","nullable":true},"securityPictoId":{"type":"integer","nullable":true},"delayPictoId":{"type":"integer","nullable":true},"costPictoId":{"type":"integer","nullable":true},"iconColor":{"type":"string","nullable":true}}},"Program.ResultOutput":{"type":"object","description":"","properties":{"success":{"default":true,"example":true,"type":"boolean"}}},"Program.SectorListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"Program.StatisticBlockProgramListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"category":{"type":"string"},"title":{"type":"string"},"headers":{"type":"array","items":{"type":"string"}},"headerTitle":{"type":"string"},"tooltip":{"type":"string"},"orderDisplay":{"type":"integer"}}},"Program.SurveyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"code":{"type":"string"},"description":{"type":"string"}}},"Program.TownshipListOutput":{"type":"object","description":"","properties":{"inseeCode":{"type":"string"},"postalCode":{"type":"string"},"name":{"type":"string"},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"department":{"type":"string"},"totalPopulation":{"type":"integer","nullable":true},"municipalPopulation":{"type":"integer","nullable":true},"siren":{"type":"string","nullable":true},"epcis":{"type":"array","items":{"type":"string"}},"bbox":{"anyOf":[{"$ref":"#\/components\/schemas\/Polygon"}],"nullable":true}}},"Program.TypeDiagCaseListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"Program.TypeHousingListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"Program.UserProfileListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string","nullable":true},"label":{"type":"string","nullable":true}}},"ProgramDataRef":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ProgramDataRef.","type":"integer"},"onlyPrograms":{"type":"array","items":{"type":"string"},"nullable":true},"excludedPrograms":{"type":"array","items":{"type":"string"},"nullable":true},"category":{"type":"string"},"key":{"type":"string"},"value":{"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"}}},"ProgramDataRef.ProgramDataRefDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"ProgramDataRef.ProgramDataRefListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"ProgramDataRef.ProgramDataRefPostInput":{"type":"object","description":""},"ProgramDataRef.ProgramDataRefPutInput":{"type":"object","description":""},"ProgramEligibilityDetailsOutput":{"type":"object","description":"","properties":{"eligibility":{"$ref":"#\/components\/schemas\/EligibilityResultOutput"},"id":{"type":"string"},"name":{"type":"string"},"webSite":{"type":"string","nullable":true},"animator":{"type":"string","nullable":true},"isBuildingTypeIndividual":{"type":"boolean","nullable":true},"isBuildingTypeCollective":{"type":"boolean","nullable":true},"isBuildingTypeSmallCompany":{"type":"boolean","nullable":true},"isBuildingTypeCompany":{"type":"boolean","nullable":true},"isBuildingTypeErpSensitive":{"type":"boolean","nullable":true},"endDate":{"type":"string","nullable":true},"maximumSubsidyRate":{"type":"integer","nullable":true},"isStateFinancing":{"type":"boolean","nullable":true},"isAggloFinancing":{"type":"boolean","nullable":true},"isCommuneFinancing":{"type":"boolean","nullable":true},"isCdFinancing":{"type":"boolean","nullable":true},"isRegionFinancing":{"type":"boolean","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true}}},"ProgramExternal":{"type":"object","description":"","properties":{"id":{"type":"string"}}},"ProgramExternal.AnalysisRequestAddressPostInput":{"type":"object","description":"","properties":{"partnerRefId":{"type":"string","nullable":true},"fullAddress":{"type":"string","nullable":true},"streetNumber":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"zipCode":{"type":"string"},"city":{"type":"string"},"isMonitoring":{"type":"boolean"},"partnerContext":{"type":"array","items":{"$ref":"#\/components\/schemas\/KeyValue"}}}},"ProgramExternal.AnalysisResultDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"request":{"$ref":"#\/components\/schemas\/AnalysisRequestDetailsOutput"},"programs":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProgramEligibilityDetailsOutput"}},"ppr":{"type":"array","items":{"$ref":"#\/components\/schemas\/PprDetailsOutput"}},"pprnGaspard":{"type":"array","items":{"$ref":"#\/components\/schemas\/PprnGasparDetailsOutput"}}}},"ProgramExternal.ProgramDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"webSite":{"type":"string","nullable":true},"animator":{"type":"string","nullable":true},"isBuildingTypeIndividual":{"type":"boolean","nullable":true},"isBuildingTypeCollective":{"type":"boolean","nullable":true},"isBuildingTypeSmallCompany":{"type":"boolean","nullable":true},"isBuildingTypeCompany":{"type":"boolean","nullable":true},"isBuildingTypeErpSensitive":{"type":"boolean","nullable":true},"endDate":{"type":"string","nullable":true},"maximumSubsidyRate":{"type":"integer","nullable":true},"isStateFinancing":{"type":"boolean","nullable":true},"isAggloFinancing":{"type":"boolean","nullable":true},"isCommuneFinancing":{"type":"boolean"},"isCdFinancing":{"type":"boolean","nullable":true},"isRegionFinancing":{"type":"boolean","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true}}},"ProgramExternal.ProgramListOutput":{"type":"object","description":"","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"webSite":{"type":"string","nullable":true},"animator":{"type":"string","nullable":true},"isBuildingTypeIndividual":{"type":"boolean","nullable":true},"isBuildingTypeCollective":{"type":"boolean","nullable":true},"isBuildingTypeSmallCompany":{"type":"boolean","nullable":true},"isBuildingTypeCompany":{"type":"boolean","nullable":true},"isBuildingTypeErpSensitive":{"type":"boolean","nullable":true},"endDate":{"type":"string","nullable":true},"maximumSubsidyRate":{"type":"integer","nullable":true},"isStateFinancing":{"type":"boolean","nullable":true},"isAggloFinancing":{"type":"boolean","nullable":true},"isCommuneFinancing":{"type":"boolean"},"isCdFinancing":{"type":"boolean","nullable":true},"isRegionFinancing":{"type":"boolean","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true}}},"ProgramExternal.ProgramPostInput":{"type":"object","description":"","properties":{"code":{"type":"string"},"name":{"type":"string"},"webSite":{"type":"string","nullable":true},"animator":{"type":"string","nullable":true},"isBuildingTypeIndividual":{"type":"boolean","nullable":true},"isBuildingTypeCollective":{"type":"boolean","nullable":true},"isBuildingTypeSmallCompany":{"type":"boolean","nullable":true},"isBuildingTypeCompany":{"type":"boolean","nullable":true},"isBuildingTypeErpSensitive":{"type":"boolean","nullable":true},"endDate":{"type":"string","nullable":true},"maximumSubsidyRate":{"type":"integer","nullable":true},"isStateFinancing":{"type":"boolean","nullable":true},"isAggloFinancing":{"type":"boolean","nullable":true},"isCommuneFinancing":{"type":"boolean","nullable":true},"isCdFinancing":{"type":"boolean","nullable":true},"isRegionFinancing":{"type":"boolean","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"isProgramInternal":{"type":"boolean"}}},"ProgramExternal.ProgramPutInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"webSite":{"type":"string","nullable":true},"animator":{"type":"string","nullable":true},"isBuildingTypeIndividual":{"type":"boolean","nullable":true},"isBuildingTypeCollective":{"type":"boolean","nullable":true},"isBuildingTypeSmallCompany":{"type":"boolean","nullable":true},"isBuildingTypeCompany":{"type":"boolean","nullable":true},"isBuildingTypeErpSensitive":{"type":"boolean","nullable":true},"endDate":{"type":"string","nullable":true},"maximumSubsidyRate":{"type":"integer","nullable":true},"isStateFinancing":{"type":"boolean","nullable":true},"isAggloFinancing":{"type":"boolean","nullable":true},"isCommuneFinancing":{"type":"boolean","nullable":true},"isCdFinancing":{"type":"boolean","nullable":true},"isRegionFinancing":{"type":"boolean","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true}}},"ProgramExternal.ProgramTownshipsPutInput":{"type":"object","description":"","properties":{"townships":{"type":"array","items":{"type":"string"}}}},"ProgramExternal.TownshipListOutput":{"type":"object","description":"","properties":{"inseeCode":{"type":"string"},"postalCode":{"type":"string"},"name":{"type":"string"}}},"ProgramTypeOutput":{"type":"object","description":"","properties":{"key":{"type":"string"},"description":{"type":"string"}}},"Property":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Property.","type":"integer"},"plots":{"readOnly":true,"description":"Get the value of plots","type":"array","items":{"type":"string","format":"iri-reference"}},"cadastreId":{"type":"string","nullable":true},"ziId":{"type":"string","nullable":true},"residenceName":{"type":"string","nullable":true},"lastDiagCase":{"type":"string","format":"iri-reference","nullable":true},"address":{"type":"string","format":"iri-reference","nullable":true},"sector":{"type":"string","format":"iri-reference","nullable":true},"isBasement":{"type":"boolean","nullable":true},"buildingAltitude":{"type":"number","nullable":true},"groundFloorAltitude":{"type":"number","nullable":true},"isVulnerablePerson":{"type":"boolean","nullable":true},"isUnsanitarySuspicion":{"type":"boolean","nullable":true},"firstHabitableLevel":{"type":"integer","nullable":true},"isContactEnergyDiagnosis":{"type":"boolean","nullable":true},"isExistingInsurance":{"type":"boolean","nullable":true},"surface":{"type":"integer","nullable":true},"surfaceCategory":{"type":"integer","nullable":true},"occupationType":{"type":"string","format":"iri-reference","nullable":true},"managementType":{"type":"string","nullable":true},"numberHousings":{"type":"integer","nullable":true},"numberFloors":{"type":"integer","nullable":true},"numberHousingAffectedOnFloor":{"type":"integer","nullable":true},"typeHousing":{"type":"string","format":"iri-reference","nullable":true},"numberBuildings":{"type":"integer","nullable":true},"buildingPermitDate":{"type":"string","format":"date-time","nullable":true},"purchaseDate":{"type":"string","format":"date-time","nullable":true},"buildingYear":{"type":"integer","nullable":true},"typeBasement":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true},"erpCategory":{"type":"integer","nullable":true},"isSensitive":{"type":"boolean","nullable":true},"isStrategic":{"type":"boolean","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Property.PropertyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"plots":{"type":"array","items":{"type":"string"}},"cadastreId":{"type":"string","nullable":true},"ziId":{"type":"string","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressDetailsOutput"}],"nullable":true},"sectorId":{"type":"string","nullable":true},"isBasement":{"type":"boolean","nullable":true},"isVulnerablePerson":{"type":"boolean","nullable":true},"isUnsanitarySuspicion":{"type":"boolean","nullable":true},"isContactEnergyDiagnosis":{"type":"boolean","nullable":true},"isExistingInsurance":{"type":"boolean","nullable":true},"firstHabitableLevel":{"type":"integer","nullable":true},"surface":{"type":"integer","nullable":true},"surfaceCategory":{"type":"integer","nullable":true},"occupationType":{"type":"string","nullable":true},"typeHousing":{"type":"string","nullable":true},"numberHousings":{"type":"integer","nullable":true},"numberBuildings":{"type":"integer","nullable":true},"buildingPermitDate":{"type":"string","format":"date-time","nullable":true},"purchaseDate":{"type":"string","format":"date-time","nullable":true},"buildingYear":{"type":"integer","nullable":true},"residenceName":{"type":"string","nullable":true},"buildingAltitude":{"type":"number","nullable":true},"groundFloorAltitude":{"type":"number","nullable":true},"erpCategory":{"type":"integer","nullable":true},"isSensitive":{"type":"boolean","nullable":true},"isStrategic":{"type":"boolean","nullable":true}}},"Property.PropertyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"plots":{"type":"array","items":{"type":"string"}},"cadastreId":{"type":"string"},"ziId":{"type":"string"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressDetailsOutput"}],"nullable":true},"sectorName":{"type":"string","nullable":true},"isBasement":{"type":"boolean","nullable":true},"isVulnerablePerson":{"type":"boolean","nullable":true},"isUnsanitarySuspicion":{"type":"boolean","nullable":true},"isContactEnergyDiagnosis":{"type":"boolean","nullable":true},"isExistingInsurance":{"type":"boolean","nullable":true},"surface":{"type":"integer","nullable":true},"surfaceCategory":{"type":"integer","nullable":true},"occupationType":{"type":"string","nullable":true},"typeHousing":{"type":"string","nullable":true},"numberHousings":{"type":"integer","nullable":true},"numberBuildings":{"type":"integer","nullable":true},"buildingPermitDate":{"type":"string","format":"date-time","nullable":true},"purchaseDate":{"type":"string","format":"date-time","nullable":true},"buildingYear":{"type":"integer","nullable":true}}},"Property.PropertyPostInput":{"type":"object","description":"","properties":{"plots":{"type":"array","items":{"type":"string"},"nullable":true},"address":{"$ref":"#\/components\/schemas\/AddressPostInput"}}},"Property.PropertyPutInput":{"type":"object","description":"","properties":{"cadastreId":{"type":"string","nullable":true},"ziId":{"type":"string","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressPutInput"}],"nullable":true},"sector":{"type":"string","nullable":true},"iSectorPutInputsBasement":{"type":"boolean","nullable":true},"isVulnerablePerson":{"type":"boolean","nullable":true},"isUnsanitarySuspicion":{"type":"boolean","nullable":true},"isContactEnergyDiagnosis":{"type":"boolean","nullable":true},"firstHabitableLevel":{"type":"integer","nullable":true},"isExistingInsurance":{"type":"boolean","nullable":true},"isBasement":{"type":"boolean","nullable":true},"surface":{"type":"integer","nullable":true},"surfaceCategory":{"type":"integer","nullable":true},"occupationType":{"type":"string","nullable":true},"managementType":{"type":"string","nullable":true},"typeHousing":{"type":"string","nullable":true},"numberHousings":{"type":"integer","nullable":true},"numberBuildings":{"type":"integer","nullable":true},"buildingPermitDate":{"type":"string","format":"date-time","nullable":true},"purchaseDate":{"type":"string","format":"date-time","nullable":true},"buildingYear":{"type":"integer","nullable":true},"plots":{"type":"array","items":{"$ref":"#\/components\/schemas\/PlotPutInput"},"nullable":true},"typeBasement":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true},"residenceName":{"type":"string","nullable":true},"numberFloors":{"type":"integer","nullable":true},"buildingAltitude":{"type":"number","nullable":true},"groundFloorAltitude":{"type":"number","nullable":true},"erpCategory":{"type":"integer","nullable":true},"isSensitive":{"type":"boolean","nullable":true},"isStrategic":{"type":"boolean","nullable":true}}},"PropertyConfig":{"type":"object","description":"","properties":{"name":{"type":"string"},"publicName":{"type":"string"}}},"PropertyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"plots":{"type":"array","items":{"type":"string"}},"cadastreId":{"type":"string","nullable":true},"ziId":{"type":"string","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressDetailsOutput"}],"nullable":true},"sectorId":{"type":"string","nullable":true},"isBasement":{"type":"boolean","nullable":true},"isVulnerablePerson":{"type":"boolean","nullable":true},"isUnsanitarySuspicion":{"type":"boolean","nullable":true},"isContactEnergyDiagnosis":{"type":"boolean","nullable":true},"isExistingInsurance":{"type":"boolean","nullable":true},"firstHabitableLevel":{"type":"integer","nullable":true},"surface":{"type":"integer","nullable":true},"surfaceCategory":{"type":"integer","nullable":true},"occupationType":{"type":"string","nullable":true},"typeHousing":{"type":"string","nullable":true},"numberHousings":{"type":"integer","nullable":true},"numberBuildings":{"type":"integer","nullable":true},"buildingPermitDate":{"type":"string","format":"date-time","nullable":true},"purchaseDate":{"type":"string","format":"date-time","nullable":true},"buildingYear":{"type":"integer","nullable":true},"residenceName":{"type":"string","nullable":true},"buildingAltitude":{"type":"number","nullable":true},"groundFloorAltitude":{"type":"number","nullable":true},"erpCategory":{"type":"integer","nullable":true},"isSensitive":{"type":"boolean","nullable":true},"isStrategic":{"type":"boolean","nullable":true}}},"PropertyExpositionOutput":{"type":"object","description":"","properties":{"risks":{"type":"array","items":{"type":"string"}},"picturePPRiZone":{"type":"string","nullable":true}}},"PropertyPostInput":{"type":"object","description":"","properties":{"plots":{"type":"array","items":{"type":"string"},"nullable":true},"address":{"$ref":"#\/components\/schemas\/AddressPostInput"}}},"PropertyPrivateAccessOutput":{"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\/PropertyExpositionOutput"}],"nullable":true}}},"PropertyPutInput":{"type":"object","description":"","properties":{"cadastreId":{"type":"string","nullable":true},"ziId":{"type":"string","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressPutInput"}],"nullable":true},"sector":{"type":"string","nullable":true},"iSectorPutInputsBasement":{"type":"boolean","nullable":true},"isVulnerablePerson":{"type":"boolean","nullable":true},"isUnsanitarySuspicion":{"type":"boolean","nullable":true},"isContactEnergyDiagnosis":{"type":"boolean","nullable":true},"firstHabitableLevel":{"type":"integer","nullable":true},"isExistingInsurance":{"type":"boolean","nullable":true},"isBasement":{"type":"boolean","nullable":true},"surface":{"type":"integer","nullable":true},"surfaceCategory":{"type":"integer","nullable":true},"occupationType":{"type":"string","nullable":true},"managementType":{"type":"string","nullable":true},"typeHousing":{"type":"string","nullable":true},"numberHousings":{"type":"integer","nullable":true},"numberBuildings":{"type":"integer","nullable":true},"buildingPermitDate":{"type":"string","format":"date-time","nullable":true},"purchaseDate":{"type":"string","format":"date-time","nullable":true},"buildingYear":{"type":"integer","nullable":true},"plots":{"type":"array","items":{"$ref":"#\/components\/schemas\/PlotPutInput"},"nullable":true},"typeBasement":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true},"residenceName":{"type":"string","nullable":true},"numberFloors":{"type":"integer","nullable":true},"buildingAltitude":{"type":"number","nullable":true},"groundFloorAltitude":{"type":"number","nullable":true},"erpCategory":{"type":"integer","nullable":true},"isSensitive":{"type":"boolean","nullable":true},"isStrategic":{"type":"boolean","nullable":true}}},"PropertySynchroDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"cadastreId":{"type":"string","nullable":true},"plotsList":{"type":"string","nullable":true},"ziId":{"type":"string","nullable":true},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressDetailsOutput"}],"nullable":true},"sectorName":{"type":"string","nullable":true},"isBasement":{"type":"boolean","nullable":true},"isVulnerablePerson":{"type":"boolean","nullable":true},"isUnsanitarySuspicion":{"type":"boolean","nullable":true},"isContactEnergyDiagnosis":{"type":"boolean","nullable":true},"isExistingInsurance":{"type":"boolean","nullable":true},"surface":{"type":"integer","nullable":true},"surfaceCategory":{"type":"integer","nullable":true},"occupationType":{"type":"string","nullable":true},"typeHousing":{"type":"string","nullable":true},"numberHousings":{"type":"integer","nullable":true},"numberBuildings":{"type":"integer","nullable":true},"buildingPermitDate":{"type":"string","format":"date-time","nullable":true},"purchaseDate":{"type":"string","format":"date-time","nullable":true},"buildingYear":{"type":"integer","nullable":true},"residenceName":{"type":"string","nullable":true}}},"ReferenceFloor":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ReferenceFloor.","type":"integer"},"isGeometerValue":{"type":"boolean","nullable":true},"height":{"description":"Get the value of height","type":"number","nullable":true},"absolutHeight":{"description":"Get the value of absolutHeight","type":"number","nullable":true},"topologicalHeight":{"description":"Get the value of topologicalHeight","type":"number","nullable":true},"property":{"type":"string","format":"iri-reference","nullable":true},"groundName":{"type":"string","nullable":true},"reportName":{"type":"string","nullable":true},"externalId":{"type":"string","nullable":true},"linkedReferenceFloor":{"type":"string","format":"iri-reference","nullable":true},"location":{"type":"string","nullable":true},"isHeightToUpdate":{"type":"boolean","nullable":true},"isLidar":{"type":"boolean","nullable":true},"isShape":{"type":"boolean","nullable":true},"order":{"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"}}},"ReferenceFloor.ReferenceFloorDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"ReferenceFloor.ReferenceFloorInput":{"type":"object","description":"","properties":{"externalId":{"type":"string","nullable":true},"linkedReferenceFloorId":{"type":"string","nullable":true},"groundName":{"type":"string","nullable":true},"reportName":{"type":"string","nullable":true},"height":{"type":"number","nullable":true},"topologicalHeight":{"type":"number","nullable":true},"isGeometerValue":{"type":"boolean","nullable":true},"location":{"type":"string","nullable":true},"isLidar":{"type":"boolean","nullable":true},"isShape":{"type":"boolean"},"isDeleted":{"type":"boolean"}}},"ReferenceFloor.ReferenceFloorListOutput":{"type":"object","description":"","properties":{"externalId":{"type":"string"},"linkedReferenceFloorId":{"type":"string","nullable":true},"groundName":{"type":"string","nullable":true},"reportName":{"type":"string","nullable":true},"height":{"type":"number","nullable":true},"isGeometerValue":{"type":"boolean","nullable":true},"topologicalHeight":{"type":"number","nullable":true},"absolutHeight":{"type":"number","nullable":true},"location":{"type":"string","nullable":true},"isLidar":{"type":"boolean","nullable":true},"isShape":{"type":"boolean","nullable":true},"order":{"type":"integer","nullable":true}}},"ReferenceFloor.ReferenceFloorPutInput":{"type":"object","description":""},"ReferenceFloorInput":{"type":"object","description":"","properties":{"externalId":{"type":"string","nullable":true},"linkedReferenceFloorId":{"type":"string","nullable":true},"groundName":{"type":"string","nullable":true},"reportName":{"type":"string","nullable":true},"height":{"type":"number","nullable":true},"topologicalHeight":{"type":"number","nullable":true},"isGeometerValue":{"type":"boolean","nullable":true},"location":{"type":"string","nullable":true},"isLidar":{"type":"boolean","nullable":true},"isShape":{"type":"boolean"},"isDeleted":{"type":"boolean"}}},"ReferenceFloorListOutput":{"type":"object","description":"","properties":{"externalId":{"type":"string"},"linkedReferenceFloorId":{"type":"string","nullable":true},"groundName":{"type":"string","nullable":true},"reportName":{"type":"string","nullable":true},"height":{"type":"number","nullable":true},"isGeometerValue":{"type":"boolean","nullable":true},"topologicalHeight":{"type":"number","nullable":true},"absolutHeight":{"type":"number","nullable":true},"location":{"type":"string","nullable":true},"isLidar":{"type":"boolean","nullable":true},"isShape":{"type":"boolean","nullable":true},"order":{"type":"integer","nullable":true}}},"ReferenceFloorTreatmentInput":{"type":"object","description":"","properties":{"externalId":{"type":"string","nullable":true},"linkedReferenceFloorId":{"type":"string","nullable":true},"groundName":{"type":"string","nullable":true},"reportName":{"type":"string","nullable":true},"height":{"type":"number","nullable":true},"absolutHeight":{"type":"number","nullable":true},"topologicalHeight":{"type":"number","nullable":true},"isGeometerValue":{"type":"boolean","nullable":true},"location":{"type":"string","nullable":true},"order":{"type":"integer","nullable":true}}},"RefugeSpace":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the RefugeSpace.","type":"integer"},"externalId":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"diagCase":{"type":"string","format":"iri-reference","nullable":true},"property":{"type":"string","format":"iri-reference","nullable":true},"type":{"type":"string","nullable":true},"withPowerSupply":{"type":"boolean","nullable":true},"withOpening":{"type":"boolean","nullable":true},"accessType":{"type":"string","nullable":true},"withExtractableStaircase":{"type":"boolean","nullable":true},"withInternalStaircase":{"type":"boolean","nullable":true},"withExternalStaircase":{"type":"boolean","nullable":true},"floorRating":{"type":"number","nullable":true},"spaceArea":{"type":"number","nullable":true},"averageCeilingHeight":{"type":"number","nullable":true},"isConformCeilingHeight":{"description":"Get the value of isConformCeilingHeight","type":"boolean","nullable":true},"powerRdcSeparated":{"type":"boolean","nullable":true},"refugeSpaceCommentary":{"type":"string","nullable":true},"absolutHeight":{"type":"number","nullable":true},"isHeightToUpdate":{"type":"boolean","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"RefugeSpace.RefugeSpaceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"RefugeSpace.RefugeSpaceListOutput":{"type":"object","description":"","properties":{"externalId":{"type":"string"},"name":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"rdcPowerSeparated":{"type":"boolean","nullable":true},"withPowerSupply":{"type":"boolean","nullable":true},"withOpening":{"type":"boolean","nullable":true},"withExtractableStaircase":{"type":"boolean","nullable":true},"withInternalStaircase":{"type":"boolean","nullable":true},"withExternalStaircase":{"type":"boolean","nullable":true},"spaceArea":{"type":"number","nullable":true},"averageCeilingHeight":{"type":"number","nullable":true},"isConformCeilingHeight":{"type":"boolean","nullable":true},"refugeSpaceCommentary":{"type":"string","nullable":true},"absolutHeight":{"type":"number","nullable":true}}},"RefugeSpace.RefugeSpacePostInput":{"type":"object","description":""},"RefugeSpace.RefugeSpacePutInput":{"type":"object","description":""},"RefugeSpaceInput":{"type":"object","description":"","properties":{"externalId":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"rdcPowerSeparated":{"type":"boolean","nullable":true},"withPowerSupply":{"type":"boolean","nullable":true},"withOpening":{"type":"boolean","nullable":true},"withExtractableStaircase":{"type":"boolean","nullable":true},"withInternalStaircase":{"type":"boolean","nullable":true},"withExternalStaircase":{"type":"boolean","nullable":true},"spaceArea":{"type":"number","nullable":true},"averageCeilingHeight":{"type":"number","nullable":true},"isConformCeilingHeight":{"type":"boolean","nullable":true},"refugeSpaceCommentary":{"type":"string","nullable":true}}},"RefugeSpaceListOutput":{"type":"object","description":"","properties":{"externalId":{"type":"string"},"name":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"rdcPowerSeparated":{"type":"boolean","nullable":true},"withPowerSupply":{"type":"boolean","nullable":true},"withOpening":{"type":"boolean","nullable":true},"withExtractableStaircase":{"type":"boolean","nullable":true},"withInternalStaircase":{"type":"boolean","nullable":true},"withExternalStaircase":{"type":"boolean","nullable":true},"spaceArea":{"type":"number","nullable":true},"averageCeilingHeight":{"type":"number","nullable":true},"isConformCeilingHeight":{"type":"boolean","nullable":true},"refugeSpaceCommentary":{"type":"string","nullable":true},"absolutHeight":{"type":"number","nullable":true}}},"RefugeSpaceTreatmentInput":{"type":"object","description":"","properties":{"externalId":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"rdcPowerSeparated":{"type":"boolean","nullable":true},"withPowerSupply":{"type":"boolean","nullable":true},"withOpening":{"type":"boolean","nullable":true},"withExtractableStaircase":{"type":"boolean","nullable":true},"withInternalStaircase":{"type":"boolean","nullable":true},"withExternalStaircase":{"type":"boolean","nullable":true},"spaceArea":{"type":"number","nullable":true},"averageCeilingHeight":{"type":"number","nullable":true},"isConformCeilingHeight":{"type":"boolean","nullable":true},"refugeSpaceCommentary":{"type":"string","nullable":true},"absolutHeight":{"type":"number","nullable":true}}},"RegistrationSource":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the TypeHousing.","type":"string"},"name":{"description":".","type":"string","nullable":true},"description":{"description":".","type":"string","nullable":true},"oldId":{"type":"integer","nullable":true},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramRegistrationSource"}},"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"}}},"RegistrationSource.RegistrationSourceDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"RegistrationSource.RegistrationSourceListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"RegistrationSource.RegistrationSourcePostInput":{"type":"object","description":""},"RegistrationSource.RegistrationSourcePutInput":{"type":"object","description":""},"ReportConfig":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ReportConfig.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"title1ReportColor":{"type":"string","nullable":true},"title2ReportColor":{"type":"string","nullable":true},"title3ReportColor":{"type":"string","nullable":true},"bigHeader":{"type":"string","format":"iri-reference","nullable":true},"smallHeader":{"type":"string","format":"iri-reference","nullable":true},"footer":{"type":"string","format":"iri-reference","nullable":true},"coverPage":{"type":"string","format":"iri-reference","nullable":true},"backCover":{"type":"string","format":"iri-reference","nullable":true},"housePicto":{"description":"Get the value of housePicto","type":"string","format":"iri-reference","nullable":true},"localisationPicto":{"description":"Get the value of localisationPicto","type":"string","format":"iri-reference","nullable":true},"humanPicto":{"description":"Get the value of humanPicto","type":"string","format":"iri-reference","nullable":true},"telPicto":{"description":"Get the value of telPicto","type":"string","format":"iri-reference","nullable":true},"mailPicto":{"description":"Get the value of mailPicto","type":"string","format":"iri-reference","nullable":true},"networkPicto":{"description":"Get the value of networkPicto","type":"string","format":"iri-reference","nullable":true},"securityPicto":{"description":"Get the value of securityPicto","type":"string","format":"iri-reference","nullable":true},"delayPicto":{"description":"Get the value of delayPicto","type":"string","format":"iri-reference","nullable":true},"costPicto":{"description":"Get the value of costPicto","type":"string","format":"iri-reference","nullable":true},"iconColor":{"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"}}},"ReportConfig.ReportConfigDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"title1ReportColor":{"type":"string","nullable":true},"title2ReportColor":{"type":"string","nullable":true},"title3ReportColor":{"type":"string","nullable":true},"bigHeaderId":{"type":"integer","nullable":true},"smallHeaderId":{"type":"integer","nullable":true},"footerId":{"type":"integer","nullable":true},"coverPageId":{"type":"integer","nullable":true},"backCoverPageId":{"type":"integer","nullable":true},"housePictoId":{"type":"integer","nullable":true},"localisationPictoId":{"type":"integer","nullable":true},"humanPictoId":{"type":"integer","nullable":true},"telPictoId":{"type":"integer","nullable":true},"mailPictoId":{"type":"integer","nullable":true},"networkPictoId":{"type":"integer","nullable":true},"securityPictoId":{"type":"integer","nullable":true},"delayPictoId":{"type":"integer","nullable":true},"costPictoId":{"type":"integer","nullable":true},"iconColor":{"type":"string","nullable":true}}},"ReportConfig.ReportConfigListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"reportColor":{"type":"string","nullable":true},"bigHeaderId":{"type":"integer","nullable":true},"smallHeaderId":{"type":"integer","nullable":true},"footerId":{"type":"integer","nullable":true}}},"ReportConfig.ReportConfigPostInput":{"type":"object","description":""},"ReportConfig.ReportConfigPutInput":{"type":"object","description":"","properties":{"title1reportColor":{"type":"string","nullable":true},"title2reportColor":{"type":"string","nullable":true},"title3reportColor":{"type":"string","nullable":true},"bigHeaderId":{"type":"integer","nullable":true},"smallHeaderId":{"type":"integer","nullable":true},"footerId":{"type":"integer","nullable":true},"housePictoId":{"type":"integer","nullable":true},"localisationPictoId":{"type":"integer","nullable":true},"humanPictoId":{"type":"integer","nullable":true},"telPictoId":{"type":"integer","nullable":true},"mailPictoId":{"type":"integer","nullable":true},"networkPictoId":{"type":"integer","nullable":true},"securityPictoId":{"type":"integer","nullable":true},"delayPictoId":{"type":"integer","nullable":true},"costPictoId":{"type":"integer","nullable":true},"iconColor":{"type":"integer","nullable":true}}},"ReportLocalisation":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the ReportLocalisation.","type":"integer"},"name":{"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"}}},"ReportLocalisation.ReportLocalisationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"ReportLocalisation.ReportLocalisationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"ReportLocalisation.ReportLocalisationPostInput":{"type":"object","description":""},"ReportLocalisation.ReportLocalisationPutInput":{"type":"object","description":""},"ReportLocalisationListDiagTypeOutput":{"type":"object","description":"","properties":{"diagType":{"type":"string"},"reportLocalisations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ReportLocalisationsForProgramOutput"}}}},"ReportLocalisationsForProgramOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"}}},"Row":{"type":"object","description":"","properties":{"key":{"type":"string"},"rowCells":{"type":"array","items":{"$ref":"#\/components\/schemas\/RowCell"}}}},"RowCell":{"type":"object","description":"","properties":{"value":{"type":"number"}}},"Sector":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Sector.","type":"string"},"name":{"description":"Get the value of name","type":"string"},"oldId":{"type":"integer","nullable":true},"program":{"type":"string","format":"iri-reference","nullable":true},"layer":{"type":"string","format":"iri-reference","nullable":true},"documentId":{"description":"Get the value of documentId","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"}}},"Sector.SectorDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"Sector.SectorListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"Sector.SectorPostInput":{"type":"object","description":""},"Sector.SectorPutInput":{"type":"object","description":""},"SentenceType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SentenceType.","type":"integer"},"defaultVersion":{"type":"string"},"programVersion":{"default":"[]","example":"[]","type":"array","items":{"type":"string"}},"context":{"type":"string","nullable":true},"commentaryZone":{"type":"string"},"limitTypeDiag":{"default":"[]","example":"[]","type":"array","items":{"type":"string"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"SentenceType.SentenceTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"programVersion":{"type":"array","items":{"type":"string"}},"defaultVersion":{"type":"string"},"context":{"type":"string","nullable":true},"commentaryZone":{"type":"string"},"limitTypeDiag":{"type":"array","items":{"type":"string"},"nullable":true}}},"SentenceType.SentenceTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"programVersion":{"type":"array","items":{"type":"string"}},"defaultVersion":{"type":"string"},"context":{"type":"string","nullable":true},"commentaryZone":{"type":"string"},"limitTypeDiag":{"type":"array","items":{"type":"string"},"nullable":true}}},"SentenceType.SentenceTypePostInput":{"type":"object","description":""},"SentenceType.SentenceTypePutInput":{"type":"object","description":""},"SentenceTypeForProgramDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"sentence":{"type":"string"},"context":{"type":"string","nullable":true},"commentaryZone":{"type":"string"},"limitTypeDiag":{"type":"array","items":{"type":"string"},"nullable":true}}},"Serie":{"type":"object","description":"","properties":{"x":{"type":"string"},"y":{"type":"number"},"colorKey":{"type":"string"}}},"Sketch":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Sketch.","type":"integer"},"diagCase":{"type":"string","format":"iri-reference","nullable":true},"items":{"description":"Get the value of items","type":"array","items":{"$ref":"#\/components\/schemas\/SketchItem"}},"type":{"description":"Get the value of type","type":"string"},"backgroundExternalId":{"description":"Get the value of backgroundExternalId","type":"string"},"secondaryBackgroundExternalId":{"description":"Get the value of secondaryBackgroundExternalId","type":"string","nullable":true},"externalId":{"description":"Get the value of externalId","type":"string"},"name":{"description":"Get the value of name","type":"string"},"opacity":{"description":"Get the value of opacity","type":"number","nullable":true},"secondaryOpacity":{"description":"Get the value of secondaryOpacity","type":"number","nullable":true},"figureScale":{"description":"Get the value of figureScale","type":"number","nullable":true},"bbox":{"description":"Get the value of bbox","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"}}},"SketchDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"externalId":{"type":"string"},"type":{"type":"string"},"instance":{"type":"string"},"name":{"type":"string"},"backgroundExternalId":{"type":"string"},"opacity":{"type":"number","nullable":true},"secondaryBackgroundExternalId":{"type":"string","nullable":true},"secondaryOpacity":{"type":"number","nullable":true},"figureScale":{"type":"number","nullable":true},"items":{"description":"items","type":"array","items":{"$ref":"#\/components\/schemas\/SketchItemDetailsOutput"}},"bbox":{"anyOf":[{"$ref":"#\/components\/schemas\/Bbox"}],"nullable":true}}},"SketchInput":{"type":"object","description":"","properties":{"externalId":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"},"backgroundExternalId":{"type":"string"},"opacity":{"type":"number","nullable":true},"secondaryBackgroundExternalId":{"type":"string","nullable":true},"secondaryOpacity":{"type":"number","nullable":true},"figureScale":{"type":"number","nullable":true},"items":{"type":"array","items":{"$ref":"#\/components\/schemas\/SketchItemInput"}},"isDeleted":{"type":"boolean"},"bbox":{"anyOf":[{"$ref":"#\/components\/schemas\/Bbox"}],"nullable":true}}},"SketchItem":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SketchItem.","type":"integer"},"sketch":{"anyOf":[{"$ref":"#\/components\/schemas\/Sketch"}],"nullable":true},"stake":{"description":"Get the value of stake","anyOf":[{"$ref":"#\/components\/schemas\/Stake"}],"nullable":true},"externalId":{"type":"string"},"width":{"type":"integer"},"height":{"type":"integer"},"absolutePosition":{"description":"Get the value of absolutePosition","type":"array","items":{"type":"string"}},"rotation":{"type":"number"},"scaleX":{"type":"number"},"scaleY":{"type":"number"},"order":{"type":"number"},"absoluteLabelOffset":{"description":":","type":"array","items":{"type":"string"},"nullable":true},"absolutePoints":{"type":"array","items":{"type":"string"}},"stakeExternalId":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true},"textContent":{"type":"string","nullable":true},"textType":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"automaticLabel":{"description":"Get the value of automaticLabel","type":"string","nullable":true},"itemType":{"type":"string","nullable":true},"mediaExternalRefIds":{"type":"array","items":{"type":"string"},"nullable":true},"recordingExternalRefIds":{"description":"Get the value of recordingExternalRefIds","type":"array","items":{"type":"string"},"nullable":true},"color":{"description":"Get the value of color","type":"array","items":{"type":"string"},"nullable":true},"colorType":{"description":"Get the value of colorType","type":"string","nullable":true},"isLocked":{"type":"boolean","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"SketchItemDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"externalId":{"type":"string"},"width":{"type":"integer"},"height":{"type":"integer"},"absolutePosition":{"anyOf":[{"$ref":"#\/components\/schemas\/Offset"}],"nullable":true},"rotation":{"type":"number"},"scaleX":{"type":"number"},"scaleY":{"type":"number"},"order":{"type":"number"},"absoluteLabelOffset":{"anyOf":[{"$ref":"#\/components\/schemas\/Offset"}],"nullable":true},"absolutePoints":{"type":"array","items":{"$ref":"#\/components\/schemas\/Offset"}},"stakeExternalId":{"type":"string","nullable":true},"commentary":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"textContent":{"type":"string","nullable":true},"textType":{"type":"string","nullable":true},"automaticLabel":{"type":"string","nullable":true},"itemType":{"type":"string","nullable":true},"mediaExternalRefIds":{"type":"array","items":{"type":"string"}},"stake":{"anyOf":[{"$ref":"#\/components\/schemas\/StakeDetailsOutput"}],"nullable":true},"color":{"anyOf":[{"$ref":"#\/components\/schemas\/Color"}],"nullable":true},"colorType":{"anyOf":[{"$ref":"#\/components\/schemas\/ColorType"}],"nullable":true},"isLocked":{"type":"boolean","nullable":true}}},"SketchItemInput":{"type":"object","description":"","properties":{"externalId":{"type":"string"},"width":{"type":"integer"},"height":{"type":"integer"},"absolutePosition":{"$ref":"#\/components\/schemas\/Offset"},"rotation":{"type":"number"},"scaleX":{"type":"number"},"scaleY":{"type":"number"},"order":{"type":"number"},"absoluteLabelOffset":{"anyOf":[{"$ref":"#\/components\/schemas\/Offset"}],"nullable":true},"absolutePoints":{"type":"array","items":{"$ref":"#\/components\/schemas\/Offset"}},"stake":{"anyOf":[{"$ref":"#\/components\/schemas\/StakeInput"}],"nullable":true},"commentary":{"type":"string","nullable":true},"textContent":{"type":"string","nullable":true},"textType":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"automaticLabel":{"type":"string","nullable":true},"itemType":{"type":"string","nullable":true},"mediaExternalRefIds":{"type":"array","items":{"type":"string"}},"color":{"anyOf":[{"$ref":"#\/components\/schemas\/Color"}],"nullable":true},"isDeleted":{"type":"boolean"},"colorType":{"type":"string","nullable":true},"isReferenceFloor":{"type":"boolean"},"isLocked":{"type":"boolean","nullable":true}}},"Stake":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Stake.","type":"integer"},"sketchItem":{"description":"Get the value of sketchItem","anyOf":[{"$ref":"#\/components\/schemas\/SketchItem"}],"nullable":true},"diagCase":{"type":"string","format":"iri-reference","nullable":true},"type":{"description":"Get the value of type","type":"string"},"fields":{"description":"Get the value of fields","type":"array","items":{"type":"string"}},"fieldsMigrate":{"description":"Get the value of fieldsToMigrate","type":"array","items":{"type":"string"}},"fieldsTreatment":{"description":"Get the value of fieldsTreatment","type":"array","items":{"type":"string"},"nullable":true},"externalId":{"type":"string"},"height":{"description":"Get the value of height","type":"number","nullable":true},"referenceFloor":{"type":"string","format":"iri-reference","nullable":true},"isFlooded":{"type":"boolean","nullable":true},"isHeightToUpdate":{"type":"boolean","nullable":true},"selectedDocument":{"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"}}},"StakeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"externalId":{"type":"string"},"name":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/KeyValue"}},"height":{"type":"number","nullable":true}}},"StakeInput":{"type":"object","description":"","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/KeyValue"}}}},"StakeTreatmentInput":{"type":"object","description":"","properties":{"externalId":{"type":"string","nullable":true},"automaticLabel":{"type":"string","nullable":true},"itemType":{"type":"string","nullable":true},"absolutHeight":{"type":"number","nullable":true},"isFlooded":{"type":"boolean","nullable":true},"fieldsTreatment":{"type":"array","items":{"$ref":"#\/components\/schemas\/KeyValue"}},"selectedMediaId":{"type":"integer","nullable":true},"itemLocalization":{"type":"string","nullable":true}}},"StakeType":{"type":"object","description":"","properties":{"id":{"description":"Identifier of the TypeHousing.","type":"string"},"name":{"description":".","type":"string","nullable":true},"svg":{"type":"string","nullable":true},"description":{"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"}}},"StakeType.StakeTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"StakeType.StakeTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"StakeType.StakeTypePostInput":{"type":"object","description":""},"StakeType.StakeTypePutInput":{"type":"object","description":""},"StatisticBlock":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the StatisticBlock.","type":"string"},"category":{"description":"Get the value of category","type":"string"},"title":{"description":"Get the value of title","type":"string"},"headers":{"description":"Get the value of headers","type":"array","items":{"type":"string"}},"headerTitle":{"description":"Get the value of headerTitle","type":"string"},"withTotal":{"description":"Get the value of withTotal","type":"boolean"},"withTotalChart":{"description":"Get the value of withTotalChart","type":"boolean"},"percentage":{"description":"Get the value of percentage","type":"boolean"},"tooltip":{"description":"Get the value of tooltip","type":"string"},"chartType":{"description":"Get the value of chartType","type":"string"},"displayType":{"description":"Get the value of displayType","type":"string"},"xAxisLabel":{"description":"Get the value of xAxisLabel","type":"string"},"yAxisLabel":{"description":"Get the value of yAxisLabel","type":"string"},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramStatisticBlock"}},"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"}}},"StatisticBlock.StatisticBlockDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"}}},"StatisticBlock.StatisticBlockListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"category":{"type":"string"},"title":{"type":"string"},"headers":{"type":"array","items":{"type":"string"}},"headerTitle":{"type":"string"},"tooltip":{"type":"string"},"orderDisplay":{"type":"integer"}}},"StatisticBlock.StatisticBlockPostInput":{"type":"object","description":""},"StatisticBlock.StatisticBlockPutInput":{"type":"object","description":"","properties":{"category":{"type":"string"},"title":{"type":"string"},"headers":{"type":"array","items":{"type":"string"}},"headerTitle":{"type":"string"},"tooltip":{"type":"string"},"orderDisplay":{"type":"integer"}}},"Statistics.PlotDetailsStatistics":{"type":"object","description":"","properties":{"plotId":{"type":"string"},"zoning":{"type":"string","nullable":true},"inseeCode":{"type":"string"},"percentInAlea":{"type":"number","nullable":true},"synthesys":{"type":"integer","nullable":true},"geojson":{"$ref":"#\/components\/schemas\/GeoJson"},"diagCases":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiagCaseStatistics"}}}},"Statistics.PlotStatistics":{"type":"object","description":"","properties":{"legendSections":{"type":"array","items":{"$ref":"#\/components\/schemas\/LegendSection"}},"plots":{"type":"array","items":{"$ref":"#\/components\/schemas\/PlotCase"}},"mapMarkers":{"type":"array","items":{"$ref":"#\/components\/schemas\/MapMarker"}},"mapSections":{"type":"array","items":{"$ref":"#\/components\/schemas\/MapSection"}}}},"Statistics.TableStatistics":{"type":"object","description":"","properties":{"tableTitle":{"type":"string"},"tooltip":{"type":"string"},"displayTotalRow":{"type":"boolean"},"headers":{"$ref":"#\/components\/schemas\/Header"},"rows":{"type":"array","items":{"$ref":"#\/components\/schemas\/Row"}}}},"StatisticsGroup":{"type":"object","description":"","properties":{"label":{"type":"string"},"key":{"type":"string"},"order":{"type":"number"}}},"Step":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Step.","type":"string","nullable":true},"name":{"description":".","type":"string","nullable":true},"oldId":{"type":"string","nullable":true},"order":{"type":"number","nullable":true},"isRealized":{"type":"boolean"},"isProvided":{"type":"boolean"},"excludingFunding":{"type":"boolean"},"fundingAccess":{"type":"boolean"},"forDiagCase":{"type":"boolean"},"forFundingManagement":{"type":"boolean"},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramStep"}},"beneficiaryId":{"type":"string","nullable":true},"defaultBeneficiaryTextInfo":{"type":"string","nullable":true},"defaultBeneficiaryTextWarning":{"type":"string","nullable":true},"defaultBeneficiaryMeasureTextWarning":{"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"}}},"Step.StepDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"label":{"type":"string"},"forDiagCase":{"type":"boolean"},"forFundingManagement":{"type":"boolean"}}},"Step.StepListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"label":{"type":"string"}}},"Step.StepPostInput":{"type":"object","description":""},"Step.StepPutInput":{"type":"object","description":""},"StepDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"label":{"type":"string"},"forDiagCase":{"type":"boolean"},"forFundingManagement":{"type":"boolean"}}},"StepListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"label":{"type":"string"}}},"StepOutput":{"type":"object","description":"","properties":{"label":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/ConfigOutput"}}}},"StepPrivateAccessOutput":{"type":"object","description":"","properties":{"id":{"type":"string","nullable":true},"textInfo":{"type":"string","nullable":true},"textWarning":{"type":"string","nullable":true},"measureWarning":{"type":"string","nullable":true}}},"SubventionMeasure":{"type":"object","description":"","properties":{"type":{"type":"string"},"subvention":{"type":"integer"},"ceiling":{"type":"integer"}}},"Survey":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SurveyParticipation.","type":"integer"},"code":{"description":"Identifier of the Survey.","type":"string"},"path":{"description":".","type":"string","nullable":true},"description":{"description":".","type":"string","nullable":true},"quizId":{"type":"integer","nullable":true},"theme":{"type":"array","items":{"type":"string"},"nullable":true},"dictionnary":{"type":"array","items":{"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"},"deleted":{"readOnly":true,"type":"boolean"}}},"Survey.SurveyDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"code":{"type":"string"},"description":{"type":"string"}}},"Survey.SurveyListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"code":{"type":"string"},"description":{"type":"string"}}},"Survey.SurveyPostInput":{"type":"object","description":"","properties":{"code":{"type":"string"},"file":{"type":"string"},"theme":{"type":"array","items":{"type":"string"},"nullable":true},"dictionnary":{"type":"array","items":{"type":"string"},"nullable":true},"program":{"type":"string"}}},"Survey.SurveyPutInput":{"type":"object","description":""},"SurveyParticipation":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the SurveyParticipation.","type":"integer"},"survey":{"type":"string","format":"iri-reference"},"diagCase":{"type":"string","format":"iri-reference","nullable":true},"diagFundingManagement":{"type":"string","format":"iri-reference","nullable":true},"contact":{"type":"string","format":"iri-reference","nullable":true},"quizConnect":{"type":"string","nullable":true},"responses":{"type":"array","items":{"type":"string"}},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"SurveyParticipation.SurveyParticipationDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"SurveyParticipation.SurveyParticipationListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"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":""},"TableStatistics":{"type":"object","description":"","properties":{"tableTitle":{"type":"string"},"tooltip":{"type":"string"},"displayTotalRow":{"type":"boolean"},"headers":{"$ref":"#\/components\/schemas\/Header"},"rows":{"type":"array","items":{"$ref":"#\/components\/schemas\/Row"}}}},"Tag":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Tag.","type":"string"},"name":{"description":".","type":"string","nullable":true},"trigger":{"type":"array","items":{"type":"string"},"nullable":true},"oldId":{"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"}}},"Tag.TagDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Tag.TagListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Tag.TagPostInput":{"type":"object","description":""},"Tag.TagPutInput":{"type":"object","description":""},"Theme":{"type":"object","description":"","properties":{"colorScheme":{"type":"array","items":{"$ref":"#\/components\/schemas\/Color"}},"components":{"type":"array","items":{"$ref":"#\/components\/schemas\/Component"}}}},"Township":{"type":"object","description":"","properties":{"inseeCode":{"type":"string"},"postalCode":{"type":"string"},"department":{"type":"string","nullable":true},"name":{"type":"string"},"geom":{"description":"Get the value of geom","type":"string","nullable":true},"bbox":{"description":"Get the value of bbox","type":"string","nullable":true},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramTownship"}},"pprs":{"readOnly":true,"description":"Get the value of ppr","type":"array","items":{"$ref":"#\/components\/schemas\/XPprTownship"}},"epcis":{"readOnly":true,"description":"Get the value of epcis","type":"array","items":{"$ref":"#\/components\/schemas\/XEpciTownship"}},"totalPopulation":{"type":"integer","nullable":true},"municipalPopulation":{"type":"integer","nullable":true},"siren":{"type":"string","nullable":true},"latRef":{"type":"string","nullable":true},"lngRef":{"type":"string","nullable":true},"isClimatDiag":{"type":"boolean","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"id":{"readOnly":true,"description":"Get the value of inseeCode"},"deleted":{"readOnly":true,"type":"boolean"}}},"Township.TownshipDetailsOutput":{"type":"object","description":"","properties":{"inseeCode":{"type":"string"},"postalCode":{"type":"string"},"name":{"type":"string"},"geom":{"anyOf":[{"$ref":"#\/components\/schemas\/Polygon"}],"nullable":true},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"department":{"type":"string"},"totalPopulation":{"type":"integer","nullable":true},"municipalPopulation":{"type":"integer","nullable":true},"siren":{"type":"string","nullable":true},"epcis":{"type":"array","items":{"type":"string"}}}},"Township.TownshipListOutput":{"type":"object","description":"","properties":{"inseeCode":{"type":"string"},"postalCode":{"type":"string"},"name":{"type":"string"},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"department":{"type":"string"},"totalPopulation":{"type":"integer","nullable":true},"municipalPopulation":{"type":"integer","nullable":true},"siren":{"type":"string","nullable":true},"epcis":{"type":"array","items":{"type":"string"}},"bbox":{"anyOf":[{"$ref":"#\/components\/schemas\/Polygon"}],"nullable":true}}},"Township.TownshipPostInput":{"type":"object","description":""},"Township.TownshipPutInput":{"type":"object","description":""},"TownshipLightListOutput":{"type":"object","description":"","properties":{"inseeCode":{"type":"string"},"postalCode":{"type":"string"},"name":{"type":"string"}}},"TownshipListOutput":{"type":"object","description":"","properties":{"inseeCode":{"type":"string"},"postalCode":{"type":"string"},"name":{"type":"string"},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"department":{"type":"string"},"totalPopulation":{"type":"integer","nullable":true},"municipalPopulation":{"type":"integer","nullable":true},"siren":{"type":"string","nullable":true},"epcis":{"type":"array","items":{"type":"string"}},"bbox":{"anyOf":[{"$ref":"#\/components\/schemas\/Polygon"}],"nullable":true}}},"TreatmentInput":{"type":"object","description":"","properties":{"electricity":{"anyOf":[{"$ref":"#\/components\/schemas\/ElectricityInput"}],"nullable":true},"heating":{"anyOf":[{"$ref":"#\/components\/schemas\/HeatingInput"}],"nullable":true},"outsideStake":{"anyOf":[{"$ref":"#\/components\/schemas\/OutsideStakeInput"}],"nullable":true},"openings":{"anyOf":[{"$ref":"#\/components\/schemas\/OpeningInput"}],"nullable":true},"aeration":{"anyOf":[{"$ref":"#\/components\/schemas\/AerationInput"}],"nullable":true},"waterInlet":{"anyOf":[{"$ref":"#\/components\/schemas\/waterInletInput"}],"nullable":true},"annexObservations":{"type":"array","items":{"type":"string"},"nullable":true},"diagTreatment":{"type":"string","nullable":true},"aggregateIds":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaLocationInput"},"nullable":true},"otherPicturesIds":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaLocationInput"},"nullable":true}}},"TriggerOutput":{"type":"object","description":"","properties":{"targettedField":{"type":"string"},"targettedValue":{"type":"string"}}},"TypeDiagCase":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the TypeHousing.","type":"string"},"name":{"description":".","type":"string","nullable":true},"oldId":{"type":"integer","nullable":true},"description":{"description":".","type":"string","nullable":true},"programs":{"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramTypeDiagCase"}},"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"}}},"TypeDiagCase.TypeDiagCaseDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"TypeDiagCase.TypeDiagCaseListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"TypeDiagCase.TypeDiagCasePostInput":{"type":"object","description":""},"TypeDiagCase.TypeDiagCasePutInput":{"type":"object","description":""},"TypeHousing":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the TypeHousing.","type":"string"},"name":{"description":".","type":"string","nullable":true},"description":{"description":".","type":"string","nullable":true},"oldId":{"type":"integer","nullable":true},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramTypeHousing"}},"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"}}},"TypeHousing.TypeHousingDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"TypeHousing.TypeHousingListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"TypeHousing.TypeHousingPostInput":{"type":"object","description":""},"TypeHousing.TypeHousingPutInput":{"type":"object","description":""},"User":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the User.","type":"integer"},"email":{"description":"Email address of the user.","type":"string","nullable":true},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"login":{"description":"Login of the user.","type":"string"},"roles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"phoneNumber":{"type":"string","nullable":true},"notificationContactId":{"type":"string","nullable":true},"codeCheckTry":{"description":"Login of the user.","type":"integer"},"checkCode":{"type":"string","nullable":true},"password":{"description":"The hashed password.","type":"string"},"program":{"type":"string","format":"iri-reference","nullable":true},"reinitCheck":{"type":"boolean"},"emailCheck":{"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"},"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"},"phoneNumber":{"type":"string","nullable":true}}},"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"}},"defaultProfile":{"type":"string","format":"iri-reference","nullable":true},"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},"isOnlyTerritoryAccess":{"description":"isOnlyTerritoryAccess","type":"boolean"},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XUserBoProgram"}},"isLeftHandMode":{"description":"isLeftHandMode","type":"boolean"},"isGlobalUser":{"description":"isGlobalUser","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"},"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"},"shortName":{"readOnly":true,"type":"string"},"deleted":{"readOnly":true,"type":"boolean"}},"required":["email","codeCheckTry"]},"UserBo.PlanningListOutput":{"type":"object","description":"","properties":{"id":{},"address":{"type":"string","nullable":true},"typeId":{"type":"string","nullable":true},"step":{"type":"string","nullable":true},"programName":{"type":"string","nullable":true},"programId":{"type":"string","nullable":true},"refId":{"type":"string","nullable":true},"referent":{"type":"string","nullable":true},"visitDate":{"type":"string","format":"date-time","nullable":true},"diagnostician":{"type":"string"},"contactType":{"type":"string","nullable":true},"linkType":{"type":"string","nullable":true},"programColor":{"type":"string","nullable":true}}},"UserBo.TaskListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"externalRef":{"type":"string"},"type":{"type":"string"},"label":{"type":"string"},"program":{"type":"string"},"programId":{"type":"string"},"status":{"type":"string"},"date":{"type":"string","format":"date-time"}}},"UserBo.UserBoDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string","nullable":true},"defaultProfile":{"type":"string","nullable":true},"defaultProfileId":{"type":"string","nullable":true},"withPartnerManagement":{"type":"boolean"},"withArtisanManagement":{"type":"boolean"},"withAllProgramAccess":{"type":"boolean"},"isBeta":{"type":"boolean"},"tmpPwd":{"type":"string","nullable":true},"isActive":{"type":"boolean"},"roles":{"type":"array","items":{"type":"string"}},"programs":{"type":"array","items":{"type":"string"}}}},"UserBo.UserBoListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"defaultProfile":{"type":"string","nullable":true},"withPartnerManagement":{"type":"boolean"},"withArtisanManagement":{"type":"boolean"},"withAllProgramAccess":{"type":"boolean"},"isBeta":{"type":"boolean"},"isActive":{"type":"boolean"},"roles":{"type":"array","items":{"type":"string"}},"programs":{"type":"array","items":{"type":"string"}}}},"UserBo.UserBoNameListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"}}},"UserBo.UserBoPostInput":{"type":"object","description":"","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"password":{"type":"string","nullable":true},"roles":{"type":"array","items":{"type":"string"},"nullable":true},"programsRights":{"type":"array","items":{"type":"string"},"nullable":true},"defaultProfile":{"type":"string","nullable":true},"territoryMode":{"type":"boolean"},"isExisting":{"default":true,"example":true,"type":"boolean"},"withPartnerManagement":{"type":"boolean"},"withAllProgramAccess":{"type":"boolean"},"withArtisanManagement":{"type":"boolean"},"isBeta":{"type":"boolean"}}},"UserBo.UserBoProgramDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string","nullable":true},"tmpPwd":{"type":"string","nullable":true},"profile":{"type":"string","nullable":true},"isOnlyTerritoryAccess":{"type":"boolean"},"epciLimit":{"type":"string","nullable":true},"departmentLimit":{"type":"string","nullable":true},"townshipLimit":{"type":"string","nullable":true},"isActive":{"type":"boolean"}}},"UserBo.UserBoProgramPutInput":{"type":"object","description":"","properties":{"programCode":{"type":"string"},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"email":{"type":"string"},"profile":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"epciLimit":{"type":"string","nullable":true},"departmentLimit":{"type":"string","nullable":true},"townshipLimit":{"type":"string","nullable":true},"isExisting":{"type":"boolean"}}},"UserBo.UserBoPutInput":{"type":"object","description":"","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"phone":{"type":"string","nullable":true},"roles":{"type":"array","items":{"type":"string"},"nullable":true},"defaultProfile":{"type":"string","nullable":true},"withPartnerManagement":{"type":"boolean"},"withArtisanManagement":{"type":"boolean"},"withAllProgramAccess":{"type":"boolean"},"isBeta":{"type":"boolean"}}},"UserBoConnection":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the UserConnection.","type":"integer"},"userBo":{"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},"version":{"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"}}},"UserBoConnection.UserBoConnectionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"UserBoConnection.UserBoConnectionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"UserBoConnection.UserBoConnectionPostInput":{"type":"object","description":""},"UserBoConnection.UserBoConnectionPutInput":{"type":"object","description":""},"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},"version":{"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}}},"UserProfile":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the UserProfile.","type":"string"},"roles":{"description":"Access roles of the user.","default":"[]","example":"[]","type":"array","items":{"type":"string"}},"rolesProgram":{"description":"Access roles of the user.","default":"[]","example":"[]","type":"array","items":{"type":"string"}},"description":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"isEpciLimit":{"type":"boolean"},"isTownshipLimit":{"type":"boolean"},"isDepartmentLimit":{"type":"boolean"},"isDefaultProfile":{"type":"boolean"},"isTerritoryOnly":{"type":"boolean"},"programs":{"readOnly":true,"description":"Get the value of programs","type":"array","items":{"$ref":"#\/components\/schemas\/XProgramUserProfile"}},"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"}}},"UserProfile.UserProfileDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"isEpciLimit":{"type":"boolean","nullable":true},"isDepartmentLimit":{"type":"boolean","nullable":true},"isTownshipLimit":{"type":"boolean","nullable":true},"isTerritoryOnly":{"type":"boolean","nullable":true}}},"UserProfile.UserProfileListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string","nullable":true},"label":{"type":"string","nullable":true}}},"UserProfile.UserProfilePostInput":{"type":"object","description":""},"UserProfile.UserProfilePutInput":{"type":"object","description":""},"UserProfileDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"isEpciLimit":{"type":"boolean","nullable":true},"isDepartmentLimit":{"type":"boolean","nullable":true},"isTownshipLimit":{"type":"boolean","nullable":true},"isTerritoryOnly":{"type":"boolean","nullable":true}}},"VisitConfiguration":{"type":"object","description":"","properties":{"loadedFilePath":{"type":"string"}}},"VisitQuestionnary":{"type":"object","description":"","properties":{"type":{"type":"string"},"configuration":{"$ref":"#\/components\/schemas\/VisitConfiguration"},"visitQuestionnary":{"type":"array","items":{"$ref":"#\/components\/schemas\/StepOutput"}}}},"XEpciTownship":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XEpciTownship.","type":"integer"},"epci":{"type":"string","format":"iri-reference","nullable":true},"township":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XPprTownship":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XPprTownship.","type":"integer"},"ppr":{"type":"string","format":"iri-reference","nullable":true},"township":{"type":"string","format":"iri-reference","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"XPprZoneNaturalRisk":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XPprZoneNaturalRisk.","type":"integer"},"pprZone":{"type":"string","format":"iri-reference","nullable":true},"naturalRisk":{"type":"string","format":"iri-reference","nullable":true},"inTheFuture":{"description":"Get the value of inTheFuture","default":true,"example":true,"type":"boolean"},"onlyUrbanZone":{"description":"Get the value of onlyUrbanZone","default":true,"example":true,"type":"boolean"},"level":{"description":"Get the value of level","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"}}},"XProgramAbandonmentReason":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramAbandonmentReason.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"abandonmentReason":{"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"}}},"XProgramClosingReason":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramClosingReason.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"closingReason":{"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"}}},"XProgramFormatDiagCase":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramFormatDiagCase.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"formatDiagCase":{"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"}}},"XProgramFundingType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramFundingType.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"fundingType":{"type":"string","format":"iri-reference","nullable":true},"subventionConfigurations":{"type":"array","items":{"type":"string"}},"defaultConfiguration":{"type":"number","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"}}},"XProgramKnowledgeSource":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramKnowledgeSource.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"knowledgeSource":{"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"}}},"XProgramLayer":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramLayer.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"layer":{"type":"string","format":"iri-reference","nullable":true},"isActivateByDefault":{"type":"boolean"},"processus":{"type":"string","nullable":true},"style":{"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"}}},"XProgramMeasure":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramMeasure.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"measure":{"type":"string","format":"iri-reference","nullable":true},"ppr":{"type":"string","format":"iri-reference","nullable":true},"collectiveObligationLevel":{"type":"integer"},"economicObligationLevel":{"type":"integer"},"individualObligationLevel":{"type":"integer"},"indicativeCost":{"description":".","type":"string","nullable":true},"isPutPeopleInSafety":{"type":"boolean","nullable":true},"isReduceTimeToNormalState":{"type":"boolean","nullable":true},"isReduceDamage":{"type":"boolean","nullable":true},"decreeReference":{"description":".","type":"string","nullable":true},"subventionConfigurations":{"type":"array","items":{"type":"string"}},"document":{"type":"string","format":"iri-reference","nullable":true},"commentary":{"type":"string","nullable":true},"calculatedCost":{"type":"number","nullable":true},"unit":{"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"}}},"XProgramNaturalRisk":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramNaturalRisk.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"naturalRisk":{"type":"string","format":"iri-reference","nullable":true},"document":{"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"}}},"XProgramNotificationType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramNotificationType.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"notificationType":{"type":"string","format":"iri-reference","nullable":true},"notificationTemplate":{"type":"string","format":"iri-reference","nullable":true},"channel":{"description":".","default":"EMAIL","example":"EMAIL","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"}}},"XProgramOccupationType":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramOccupationType.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"occupationType":{"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"}}},"XProgramPheSource":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramPheSource .","type":"integer"},"pheSource":{"type":"string","format":"iri-reference","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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XProgramPpr":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramPpr.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"ppr":{"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"}}},"XProgramRegistrationSource":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramRegistrationSource.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"registrationSource":{"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"}}},"XProgramStatisticBlock":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramStatisticBlock.","type":"integer"},"statisticBlock":{"type":"string","format":"iri-reference","nullable":true},"program":{"type":"string","format":"iri-reference","nullable":true},"orderDisplay":{"type":"integer"},"category":{"description":"Get the value of category","type":"string","nullable":true},"title":{"description":"Get the value of title","type":"string","nullable":true},"headers":{"description":"Get the value of headers","type":"array","items":{"type":"string"},"nullable":true},"headerTitle":{"description":"Get the value of headerTitle","type":"string","nullable":true},"tooltip":{"description":"Get the value of tooltip","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"}}},"XProgramStep":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramStep.","type":"integer"},"step":{"type":"string","format":"iri-reference","nullable":true},"program":{"type":"string","format":"iri-reference","nullable":true},"beneficiaryTextInfo":{"type":"string","nullable":true},"beneficiaryTextWarning":{"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"}}},"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"},"nbPlotEligible":{"description":"Get the value of nbPlotEligible","type":"integer","nullable":true},"open":{"description":"Get the value of open","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"},"deleted":{"readOnly":true,"type":"boolean"}}},"XProgramTypeDiagCase":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramTypeDiagCase.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"typeDiagCase":{"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"}}},"XProgramTypeHousing":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramTypeHousing.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"typeHousing":{"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"}}},"XProgramUserProfile":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XProgramUserProfile.","type":"integer"},"program":{"type":"string","format":"iri-reference","nullable":true},"profile":{"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"}}},"XUserBoProgram":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the XUserBoProgram.","type":"integer"},"userBo":{"type":"string","format":"iri-reference","nullable":true},"program":{"type":"string","format":"iri-reference","nullable":true},"roles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"profile":{"type":"string","format":"iri-reference","nullable":true},"epciLimit":{"type":"string","format":"iri-reference","nullable":true},"departmentLimit":{"description":"departmentLimit","type":"string","nullable":true},"townshipLimit":{"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"}}},"waterInletInput":{"type":"object","description":"","properties":{"waterInlets":{"type":"array","items":{"$ref":"#\/components\/schemas\/StakeTreatmentInput"},"nullable":true}}},"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"},"type":{"type":"string","example":"admin or user"}}},"Credentials":{"type":"object","properties":{"login":{"type":"string","example":"admin"},"password":{"type":"string","example":"admin"},"type":{"type":"string","example":"admin or user"}}},"Credentials_MagicLink":{"type":"object","properties":{"email":{"type":"string","example":"text@text.fr"}}},"Credentials_ProgramUrl":{"type":"object","properties":{"programId":{"type":"string","example":"capl"}}},"Url":{"type":"object","properties":{"url":{"type":"string","readOnly":true}}},"reinitPasswordValidate":{"type":"object","properties":{"email":{"type":"string","example":"toto@titi.fr"},"code":{"type":"string","example":"123"},"password":{"type":"string","example":""},"type":{"type":"string","example":"admin"}}},"reinitPasswordRequest":{"type":"object","properties":{"email":{"type":"string","example":"toto@titi.fr"},"type":{"type":"string","example":"admin"}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"apiKey":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"apiKey":[]}],"tags":[]}