{"openapi":"3.0.0","info":{"title":"Ep - Loire","description":"","version":"0.0.1"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/addresss":{"get":{"operationId":"getAddressCollection","tags":["Address"],"responses":{"200":{"description":"Address collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address.AddressListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address.AddressListOutput"}}}}}},"summary":"Retrieves the collection of Address resources.","description":"Retrieves the collection of Address resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postAddressCollection","tags":["Address"],"responses":{"201":{"description":"Address resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}}},"links":{"GetAddressItem":{"operationId":"getAddressItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/addresss\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Address resource.","description":"Creates a Address resource.","parameters":[],"requestBody":{"description":"The new Address resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/addresss\/{id}":{"get":{"operationId":"getAddressItem","tags":["Address"],"responses":{"200":{"description":"Address resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Address resource.","description":"Retrieves a Address resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putAddressItem","tags":["Address"],"responses":{"200":{"description":"Address resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}}},"links":{"GetAddressItem":{"operationId":"getAddressItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/addresss\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Address resource.","description":"Replaces the Address resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Address resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteAddressItem","tags":["Address"],"responses":{"204":{"description":"Address resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Address resource.","description":"Removes the Address resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/addresss\/{id}\/add\/buildings":{"put":{"operationId":"add_buildingsAddressItem","tags":["Address"],"responses":{"200":{"description":"Address resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressDetailsOutput"}}},"links":{"GetAddressItem":{"operationId":"getAddressItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/addresss\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Address resource.","description":"Replaces the Address resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Address resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressAddBuildingsInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressAddBuildingsInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/auth\/auth-internal-bo\/generate":{"ref":"JWT Token","post":{"operationId":"AuthBo","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Result"}}}}},"summary":"Get Magic Link Bo.","description":"Get Magic Link Bo.","parameters":[],"requestBody":{"description":"Generate Bo MagicLink","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials_MagicLink"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/magic-link\/generate":{"ref":"JWT Token","post":{"operationId":"magicLinkCredentials","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Result"}}}}},"summary":"Get JWT token to user login.","description":"Get JWT token to user login.","parameters":[],"requestBody":{"description":"Generate MagicLink","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials_MagicLink"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/refresh":{"ref":"Refresh JWT Token","post":{"operationId":"adminRefreshToken","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Refresh JWT token to admin login.","description":"Refresh JWT token to admin login.","parameters":[],"requestBody":{"description":"Refresh JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RefeshToken"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/auth\/token":{"ref":"JWT Token","post":{"operationId":"adminPostCredentialsItem","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token to admin login.","description":"Get JWT token to admin login.","parameters":[],"requestBody":{"description":"Generate new JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/buildings":{"get":{"operationId":"getBuildingCollection","tags":["Building"],"responses":{"200":{"description":"Building collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Building.BuildingListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Building.BuildingListOutput"}}}}}},"summary":"Retrieves the collection of Building resources.","description":"Retrieves the collection of Building resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postBuildingCollection","tags":["Building"],"responses":{"201":{"description":"Building resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}}},"links":{"GetBuildingItem":{"operationId":"getBuildingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/buildings\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Building resource.","description":"Creates a Building resource.","parameters":[],"requestBody":{"description":"The new Building resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/buildings\/{id}":{"get":{"operationId":"getBuildingItem","tags":["Building"],"responses":{"200":{"description":"Building resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Building resource.","description":"Retrieves a Building resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putBuildingItem","tags":["Building"],"responses":{"200":{"description":"Building resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}}},"links":{"GetBuildingItem":{"operationId":"getBuildingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/buildings\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Building resource.","description":"Replaces the Building resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Building resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteBuildingItem","tags":["Building"],"responses":{"204":{"description":"Building resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Building resource.","description":"Removes the Building resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/buildings\/{id}\/quiz":{"put":{"operationId":"put_quizBuildingItem","tags":["Building"],"responses":{"200":{"description":"Building resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingDetailsOutput"}}},"links":{"GetBuildingItem":{"operationId":"getBuildingItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/buildings\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Building resource.","description":"Replaces the Building resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Building resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingQuizPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Building.BuildingQuizPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/contacts":{"get":{"operationId":"getContactCollection","tags":["Contact"],"responses":{"200":{"description":"Contact collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Contact.ContactListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Contact.ContactListOutput"}}}}}},"summary":"Retrieves the collection of Contact resources.","description":"Retrieves the collection of Contact resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postContactCollection","tags":["Contact"],"responses":{"201":{"description":"Contact resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactDetailsOutput"}}},"links":{"GetContactItem":{"operationId":"getContactItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/contacts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Contact resource.","description":"Creates a Contact resource.","parameters":[],"requestBody":{"description":"The new Contact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/contacts\/{id}":{"get":{"operationId":"getContactItem","tags":["Contact"],"responses":{"200":{"description":"Contact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Contact resource.","description":"Retrieves a Contact resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putContactItem","tags":["Contact"],"responses":{"200":{"description":"Contact resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactDetailsOutput"}}},"links":{"GetContactItem":{"operationId":"getContactItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/contacts\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Contact resource.","description":"Replaces the Contact resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Contact resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Contact.ContactPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteContactItem","tags":["Contact"],"responses":{"204":{"description":"Contact resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Contact resource.","description":"Removes the Contact resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-jobs":{"get":{"operationId":"getCronJobCollection","tags":["CronJob"],"responses":{"200":{"description":"CronJob collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.list"}}}}}},"summary":"Retrieves the collection of CronJob resources.","description":"Retrieves the collection of CronJob resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-jobs\/{id}":{"get":{"operationId":"getCronJobItem","tags":["CronJob"],"responses":{"200":{"description":"CronJob resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.details"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CronJob-cronjob.read.details"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CronJob resource.","description":"Retrieves a CronJob resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-logs":{"get":{"operationId":"getCronLogCollection","tags":["CronLog"],"responses":{"200":{"description":"CronLog collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.list"}}}}}},"summary":"Retrieves the collection of CronLog resources.","description":"Retrieves the collection of CronLog resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/cron-logs\/{id}":{"get":{"operationId":"getCronLogItem","tags":["CronLog"],"responses":{"200":{"description":"CronLog resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.details"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/CronLog-cronlog.read.details"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a CronLog resource.","description":"Retrieves a CronLog resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/diagnostics":{"get":{"operationId":"getDiagnosticCollection","tags":["Diagnostic"],"responses":{"200":{"description":"Diagnostic collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticListOutput"}}}}}},"summary":"Retrieves the collection of Diagnostic resources.","description":"Retrieves the collection of Diagnostic resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postDiagnosticCollection","tags":["Diagnostic"],"responses":{"201":{"description":"Diagnostic resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticDetailsOutput"}}},"links":{"GetDiagnosticItem":{"operationId":"getDiagnosticItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diagnostics\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Diagnostic resource.","description":"Creates a Diagnostic resource.","parameters":[],"requestBody":{"description":"The new Diagnostic resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diagnostics\/{id}":{"get":{"operationId":"getDiagnosticItem","tags":["Diagnostic"],"responses":{"200":{"description":"Diagnostic resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Diagnostic resource.","description":"Retrieves a Diagnostic resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDiagnosticItem","tags":["Diagnostic"],"responses":{"200":{"description":"Diagnostic resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticDetailsOutput"}}},"links":{"GetDiagnosticItem":{"operationId":"getDiagnosticItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/diagnostics\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Diagnostic resource.","description":"Replaces the Diagnostic resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Diagnostic resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/diagnostics\/{id}\/measures":{"get":{"operationId":"get_measureDiagnosticCollection","tags":["Diagnostic"],"responses":{"200":{"description":"Diagnostic collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticMeasureOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Diagnostic.DiagnosticMeasureOutput"}}}}}},"summary":"Retrieves the collection of Diagnostic resources.","description":"Retrieves the collection of Diagnostic resources.","parameters":[{"name":"id","in":"path","description":"identifier.","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/document-types":{"get":{"operationId":"getDocumentTypeCollection","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeListOutput"}}}}}},"summary":"Retrieves the collection of DocumentType resources.","description":"Retrieves the collection of DocumentType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postDocumentTypeCollection","tags":["DocumentType"],"responses":{"201":{"description":"DocumentType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}},"links":{"GetDocumentTypeItem":{"operationId":"getDocumentTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/document-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DocumentType resource.","description":"Creates a DocumentType resource.","parameters":[],"requestBody":{"description":"The new DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/document-types\/{id}":{"get":{"operationId":"getDocumentTypeItem","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DocumentType resource.","description":"Retrieves a DocumentType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDocumentTypeItem","tags":["DocumentType"],"responses":{"200":{"description":"DocumentType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypeDetailsOutput"}}},"links":{"GetDocumentTypeItem":{"operationId":"getDocumentTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/document-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DocumentType resource.","description":"Replaces the DocumentType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated DocumentType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DocumentType.DocumentTypePutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/documents":{"get":{"operationId":"getDocumentCollection","tags":["Document"],"responses":{"200":{"description":"Document collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document.DocumentListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document.DocumentListOutput"}}}}}},"summary":"Retrieves the collection of Document resources.","description":"Retrieves the collection of Document resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postDocumentCollection","tags":["Document"],"responses":{"201":{"description":"Document resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Document resource.","description":"Creates a Document resource.","parameters":[],"requestBody":{"description":"The new Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/documents\/adresse":{"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 refpoint","description":"Creates a Document resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"eligibilityId":{"type":"int","required":true}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/documents\/{id}":{"get":{"operationId":"getDocumentItem","tags":["Document"],"responses":{"200":{"description":"Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Document resource.","description":"Retrieves a Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDocumentItem","tags":["Document"],"responses":{"200":{"description":"Document resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentDetailsOutput"}}},"links":{"GetDocumentItem":{"operationId":"getDocumentItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/documents\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Document resource.","description":"Replaces the Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Document resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document.DocumentPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDocumentItem","tags":["Document"],"responses":{"204":{"description":"Document resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Document resource.","description":"Removes the Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/educational-sheets":{"get":{"operationId":"getEducationalSheetCollection","tags":["EducationalSheet"],"responses":{"200":{"description":"EducationalSheet collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetListOutput"}}}}}},"summary":"Retrieves the collection of EducationalSheet resources.","description":"Retrieves the collection of EducationalSheet resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postEducationalSheetCollection","tags":["EducationalSheet"],"responses":{"201":{"description":"EducationalSheet resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetDetailsOutput"}}},"links":{"GetEducationalSheetItem":{"operationId":"getEducationalSheetItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/educational-sheets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a EducationalSheet resource.","description":"Creates a EducationalSheet resource.","parameters":[],"requestBody":{"description":"The new EducationalSheet resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/educational-sheets\/{id}":{"get":{"operationId":"getEducationalSheetItem","tags":["EducationalSheet"],"responses":{"200":{"description":"EducationalSheet resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a EducationalSheet resource.","description":"Retrieves a EducationalSheet resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putEducationalSheetItem","tags":["EducationalSheet"],"responses":{"200":{"description":"EducationalSheet resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetDetailsOutput"}}},"links":{"GetEducationalSheetItem":{"operationId":"getEducationalSheetItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/educational-sheets\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the EducationalSheet resource.","description":"Replaces the EducationalSheet resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated EducationalSheet resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/EducationalSheet.EducationalSheetPutInput"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteEducationalSheetItem","tags":["EducationalSheet"],"responses":{"204":{"description":"EducationalSheet resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the EducationalSheet resource.","description":"Removes the EducationalSheet resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/eligibilities":{"get":{"operationId":"getEligibilityCollection","tags":["Eligibility"],"responses":{"200":{"description":"Eligibility collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityListOutput"}}}}}},"summary":"Retrieves the collection of Eligibility resources.","description":"Retrieves the collection of Eligibility resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/eligibilities\/{id}":{"get":{"operationId":"getEligibilityItem","tags":["Eligibility"],"responses":{"200":{"description":"Eligibility resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Eligibility resource.","description":"Retrieves a Eligibility resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putEligibilityItem","tags":["Eligibility"],"responses":{"200":{"description":"Eligibility resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityDetailsOutput"}}},"links":{"GetEligibilityItem":{"operationId":"getEligibilityItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/eligibilities\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Eligibility resource.","description":"Replaces the Eligibility resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Eligibility resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityPutInput"}}},"required":true},"deprecated":false},"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\/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":"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\/measure-categories":{"get":{"operationId":"getMeasureCategoryCollection","tags":["MeasureCategory"],"responses":{"200":{"description":"MeasureCategory collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryListOutput"}}}}}},"summary":"Retrieves the collection of MeasureCategory resources.","description":"Retrieves the collection of MeasureCategory resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postMeasureCategoryCollection","tags":["MeasureCategory"],"responses":{"201":{"description":"MeasureCategory resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryDetailsOutput"}}},"links":{"GetMeasureCategoryItem":{"operationId":"getMeasureCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/measure-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a MeasureCategory resource.","description":"Creates a MeasureCategory resource.","parameters":[],"requestBody":{"description":"The new MeasureCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/measure-categories\/{id}":{"get":{"operationId":"getMeasureCategoryItem","tags":["MeasureCategory"],"responses":{"200":{"description":"MeasureCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a MeasureCategory resource.","description":"Retrieves a MeasureCategory resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putMeasureCategoryItem","tags":["MeasureCategory"],"responses":{"200":{"description":"MeasureCategory resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryDetailsOutput"}}},"links":{"GetMeasureCategoryItem":{"operationId":"getMeasureCategoryItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/measure-categories\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the MeasureCategory resource.","description":"Replaces the MeasureCategory resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated MeasureCategory resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureCategory.MeasureCategoryPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/measure-types":{"get":{"operationId":"getMeasureTypeCollection","tags":["MeasureType"],"responses":{"200":{"description":"MeasureType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeListOutput"}}}}}},"summary":"Retrieves the collection of MeasureType resources.","description":"Retrieves the collection of MeasureType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postMeasureTypeCollection","tags":["MeasureType"],"responses":{"201":{"description":"MeasureType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeDetailsOutput"}}},"links":{"GetMeasureTypeItem":{"operationId":"getMeasureTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/measure-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a MeasureType resource.","description":"Creates a MeasureType resource.","parameters":[],"requestBody":{"description":"The new MeasureType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/measure-types\/{id}":{"get":{"operationId":"getMeasureTypeItem","tags":["MeasureType"],"responses":{"200":{"description":"MeasureType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a MeasureType resource.","description":"Retrieves a MeasureType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putMeasureTypeItem","tags":["MeasureType"],"responses":{"200":{"description":"MeasureType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypeDetailsOutput"}}},"links":{"GetMeasureTypeItem":{"operationId":"getMeasureTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/measure-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the MeasureType resource.","description":"Replaces the MeasureType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated MeasureType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MeasureType.MeasureTypePutInput"}}},"required":true},"deprecated":false},"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},"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},"parameters":[]},"\/api\/notification-types":{"get":{"operationId":"getNotificationTypeCollection","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeListOutput"}}}}}},"summary":"Retrieves the collection of NotificationType resources.","description":"Retrieves the collection of NotificationType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postNotificationTypeCollection","tags":["NotificationType"],"responses":{"201":{"description":"NotificationType resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}}},"links":{"GetNotificationTypeItem":{"operationId":"getNotificationTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a NotificationType resource.","description":"Creates a NotificationType resource.","parameters":[],"requestBody":{"description":"The new NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/notification-types\/{id}":{"get":{"operationId":"getNotificationTypeItem","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a NotificationType resource.","description":"Retrieves a NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putNotificationTypeItem","tags":["NotificationType"],"responses":{"200":{"description":"NotificationType resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypeDetailsOutput"}}},"links":{"GetNotificationTypeItem":{"operationId":"getNotificationTypeItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/notification-types\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the NotificationType resource.","description":"Replaces the NotificationType resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated NotificationType resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/NotificationType.NotificationTypePutInput"}}},"required":true},"deprecated":false},"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},"parameters":[]},"\/api\/pdf-templates":{"get":{"operationId":"getPdfTemplateCollection","tags":["PdfTemplate"],"responses":{"200":{"description":"PdfTemplate collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateListOutput"}}}}}},"summary":"Retrieves the collection of PdfTemplate resources.","description":"Retrieves the collection of PdfTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPdfTemplateCollection","tags":["PdfTemplate"],"responses":{"201":{"description":"PdfTemplate resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}}},"links":{"GetPdfTemplateItem":{"operationId":"getPdfTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/pdf-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PdfTemplate resource.","description":"Creates a PdfTemplate resource.","parameters":[],"requestBody":{"description":"The new PdfTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/pdf-templates\/{id}":{"get":{"operationId":"getPdfTemplateItem","tags":["PdfTemplate"],"responses":{"200":{"description":"PdfTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PdfTemplate resource.","description":"Retrieves a PdfTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPdfTemplateItem","tags":["PdfTemplate"],"responses":{"200":{"description":"PdfTemplate resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplateDetailsOutput"}}},"links":{"GetPdfTemplateItem":{"operationId":"getPdfTemplateItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/pdf-templates\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PdfTemplate resource.","description":"Replaces the PdfTemplate resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PdfTemplate resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PdfTemplate.PdfTemplatePutInput"}}},"required":true},"deprecated":false},"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},"parameters":[]},"\/api\/public\/eligibilities":{"post":{"operationId":"postEligibilityCollection","tags":["Eligibility"],"responses":{"201":{"description":"Eligibility resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityDetailsOutput"}}},"links":{"GetEligibilityItem":{"operationId":"getEligibilityItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/eligibilities\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Eligibility resource.","description":"Creates a Eligibility resource.","parameters":[],"requestBody":{"description":"The new Eligibility resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Eligibility.EligibilityPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/public\/layers\/{bbox}":{"get":{"operationId":"get_publicLayerCollection","tags":["Layer"],"responses":{"200":{"description":"Layer collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Layer.LayerDetailsOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Layer.LayerDetailsOutput"}}}}}},"summary":"Retrieves the collection of Layer resources.","description":"Retrieves the collection of Layer resources.","parameters":[{"name":"bbox","in":"path","description":" ","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\/layers\/{id}":{"get":{"operationId":"getLayerItem","tags":["Layer"],"responses":{"200":{"description":"Layer resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Layer.LayerDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Layer.LayerDetailsOutput"}}}},"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\/public\/plots\/addressId\/{addressId}":{"get":{"operationId":"public_for_addressPlotCollection","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":"addressId","in":"path","description":"ban id","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\/plots\/list\/dep\/{dep}\/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.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":"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":"dep","in":"path","description":"department","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\/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\/system-configurations":{"get":{"operationId":"getSystemConfigurationCollection","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}}}}},"summary":"Retrieves the collection of SystemConfiguration resources.","description":"Retrieves the collection of SystemConfiguration resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postSystemConfigurationCollection","tags":["SystemConfiguration"],"responses":{"201":{"description":"SystemConfiguration resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}}},"links":{"GetSystemConfigurationItem":{"operationId":"getSystemConfigurationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/system-configurations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a SystemConfiguration resource.","description":"Creates a SystemConfiguration resource.","parameters":[],"requestBody":{"description":"The new SystemConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/system-configurations\/connexion":{"get":{"operationId":"get_connexionSystemConfigurationCollection","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationListOutput"}}}}}},"summary":"Retrieves the collection of SystemConfiguration resources.","description":"Retrieves the collection of SystemConfiguration resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/system-configurations\/{id}":{"get":{"operationId":"getSystemConfigurationItem","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a SystemConfiguration resource.","description":"Retrieves a SystemConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putSystemConfigurationItem","tags":["SystemConfiguration"],"responses":{"200":{"description":"SystemConfiguration resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationDetailsOutput"}}},"links":{"GetSystemConfigurationItem":{"operationId":"getSystemConfigurationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/system-configurations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the SystemConfiguration resource.","description":"Replaces the SystemConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated SystemConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/SystemConfiguration.SystemConfigurationPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/townships":{"get":{"operationId":"getTownshipCollection","tags":["Township"],"responses":{"200":{"description":"Township collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Township.TownshipListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Township.TownshipListOutput"}}}}}},"summary":"Retrieves the collection of Township resources.","description":"Retrieves the collection of Township resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postTownshipCollection","tags":["Township"],"responses":{"201":{"description":"Township resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipDetailsOutput"}}},"links":{"GetTownshipItem":{"operationId":"getTownshipItem","parameters":{"inseeCode":"$response.body#\/inseeCode"},"description":"The `inseeCode` value returned in the response can be used as the `inseeCode` parameter in `GET \/api\/townships\/{inseeCode}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Township resource.","description":"Creates a Township resource.","parameters":[],"requestBody":{"description":"The new Township resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipPostInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipPostInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/townships\/{inseeCode}":{"get":{"operationId":"getTownshipItem","tags":["Township"],"responses":{"200":{"description":"Township resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Township resource.","description":"Retrieves a Township resource.","parameters":[{"name":"inseeCode","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putTownshipItem","tags":["Township"],"responses":{"200":{"description":"Township resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipDetailsOutput"}}},"links":{"GetTownshipItem":{"operationId":"getTownshipItem","parameters":{"inseeCode":"$response.body#\/inseeCode"},"description":"The `inseeCode` value returned in the response can be used as the `inseeCode` parameter in `GET \/api\/townships\/{inseeCode}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Township resource.","description":"Replaces the Township resource.","parameters":[{"name":"inseeCode","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Township resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipPutInput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipPutInput"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/user-connections":{"get":{"operationId":"getUserConnectionCollection","tags":["UserConnection"],"responses":{"200":{"description":"UserConnection collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionListOutput"}}}}}},"summary":"Retrieves the collection of UserConnection resources.","description":"Retrieves the collection of UserConnection resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/user-connections\/{id}":{"get":{"operationId":"getUserConnectionItem","tags":["UserConnection"],"responses":{"200":{"description":"UserConnection resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionDetailsOutput"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/UserConnection.UserConnectionDetailsOutput"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a UserConnection resource.","description":"Retrieves a UserConnection resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"deleteUserConnectionItem","tags":["UserConnection"],"responses":{"204":{"description":"UserConnection resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the UserConnection resource.","description":"Removes the UserConnection resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users":{"get":{"operationId":"getUserCollection","tags":["User"],"responses":{"200":{"description":"User collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserListOutput"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.UserListOutput"}}}}}},"summary":"Retrieves the collection of User resources.","description":"Retrieves the collection of User resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/{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":{"Address":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Address.","type":"integer"},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"inseecode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"isEligible":{"description":"Get the value of isEligible","type":"boolean"},"buildings":{"readOnly":true,"description":"Get the value of buildings","type":"array","items":{"type":"string","format":"iri-reference"}},"plots":{"readOnly":true,"description":"Get the value of plots","type":"array","items":{"type":"string","format":"iri-reference"}},"plotsId":{"type":"array","items":{"type":"string"},"nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"eligibility":{"type":"string","format":"iri-reference","nullable":true},"zone":{"type":"string","nullable":true},"selfMesuredFloodDate":{"type":"string","nullable":true},"selfMesuredWaterHeight":{"type":"integer","nullable":true},"viewMap":{"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"},"fullAddress":{"readOnly":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Address.AddressAddBuildingsInput":{"type":"object","description":"","properties":{"buildings":{"type":"array","items":{"$ref":"#\/components\/schemas\/BuildingPostInput"}}}},"Address.AddressDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"inseecode":{"type":"string"},"mapId":{"type":"integer","nullable":true},"city":{"type":"string"},"country":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"isEligible":{"type":"boolean"},"plots":{"description":"plots","type":"array","items":{"$ref":"#\/components\/schemas\/PlotDetailsOutput"}},"buildings":{"description":"buildings","type":"array","items":{"$ref":"#\/components\/schemas\/BuildingListOutput"}}}},"Address.AddressListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"inseecode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"isEligible":{"type":"boolean"},"plots":{"description":"plots","type":"array","items":{"$ref":"#\/components\/schemas\/PlotListOutput"},"nullable":true},"buildings":{"description":"buildings","type":"array","items":{"$ref":"#\/components\/schemas\/BuildingListOutput"},"nullable":true}}},"Address.AddressPostInput":{"type":"object","description":"","properties":{"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"inseecode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"selfMesuredFloodDate":{"type":"string","nullable":true},"selfMesuredWaterHeight":{"type":"integer","nullable":true},"plots":{"description":"plots","type":"array","items":{"type":"string"},"nullable":true}}},"Address.AddressPutInput":{"type":"object","description":""},"AddressPostInput":{"type":"object","description":"","properties":{"streetNumber":{"type":"string"},"street":{"type":"string"},"zipcode":{"type":"string"},"inseecode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"lat":{"type":"string"},"lng":{"type":"string"},"selfMesuredFloodDate":{"type":"string","nullable":true},"selfMesuredWaterHeight":{"type":"integer","nullable":true},"plots":{"description":"plots","type":"array","items":{"type":"string"},"nullable":true}}},"BoundingBox":{"type":"object","description":"","properties":{"bounds":{"type":"array","items":{"type":"number"}}}},"Building":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Building.","type":"integer"},"user":{"type":"string","format":"iri-reference","nullable":true},"lastDiagnostic":{"type":"string","format":"iri-reference","nullable":true},"address":{"type":"string","format":"iri-reference","nullable":true},"contact":{"type":"string","format":"iri-reference","nullable":true},"name":{"type":"string","nullable":true},"status":{"default":"toDiag","example":"toDiag","type":"string"},"step":{"type":"string","nullable":true},"type":{"default":"COMPANY","example":"COMPANY","type":"string"},"isUserOwner":{"default":true,"example":true,"type":"boolean"},"quizResponse":{"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"},"typeLabel":{"readOnly":true,"description":"Get the value of type"},"deleted":{"readOnly":true,"type":"boolean"}}},"Building.BuildingDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"status":{"type":"string","nullable":true},"step":{"type":"string","nullable":true},"type":{"type":"string"},"diagnostic":{"type":"string","nullable":true},"isUserOwner":{"type":"boolean"},"quizResponse":{"type":"array","items":{"type":"string"},"nullable":true},"diagnosticId":{"type":"integer","nullable":true},"contact":{"$ref":"#\/components\/schemas\/ContactDetailsOutput"}}},"Building.BuildingListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"status":{"type":"string"},"type":{"type":"string"},"diagnosticId":{"type":"integer","nullable":true},"diagnostic":{"type":"string","nullable":true}}},"Building.BuildingPostInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"buildingType":{"type":"string"},"isUserOwner":{"default":true,"example":true,"type":"boolean"},"owner":{"anyOf":[{"$ref":"#\/components\/schemas\/ContactPublicPostInput"}],"nullable":true}}},"Building.BuildingPutInput":{"type":"object","description":"","properties":{"name":{"type":"string"}}},"Building.BuildingQuizPutInput":{"type":"object","description":"","properties":{"status":{"type":"string"},"step":{"type":"string"},"quizResponse":{"type":"array","items":{"type":"string"}}}},"BuildingListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"status":{"type":"string"},"type":{"type":"string"},"diagnosticId":{"type":"integer","nullable":true},"diagnostic":{"type":"string","nullable":true}}},"BuildingPostInput":{"type":"object","description":"","properties":{"name":{"type":"string"},"buildingType":{"type":"string"},"isUserOwner":{"default":true,"example":true,"type":"boolean"},"owner":{"anyOf":[{"$ref":"#\/components\/schemas\/ContactPublicPostInput"}],"nullable":true}}},"Contact":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Contact.","type":"integer"},"email":{"description":"Email address of the user.","type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"notificationContactId":{"type":"string","nullable":true},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"mobilePhone":{"description":"Get the value of phoneNumber","type":"string","nullable":true},"deleted":{"readOnly":true,"type":"boolean"}}},"Contact.ContactDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}}},"Contact.ContactListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}}},"Contact.ContactPostInput":{"type":"object","description":"","properties":{"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"notificationContactId":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}}},"Contact.ContactPutInput":{"type":"object","description":""},"ContactDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}}},"ContactPublicPostInput":{"type":"object","description":"","properties":{"email":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}}},"CoordinateReferenceSystem":{"type":"object","description":"","properties":{"properties":{"readOnly":true,"description":"Return the properties for this CRS object.","type":"array","items":{"type":"string"}},"type":{"readOnly":true,"description":"Return the type for this CRS object.","type":"string"}}},"CronJob-cronjob.read.details":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the cron job.","type":"integer"},"command":{"description":"The command concerning the cron job.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"cronSchedule":{"description":"The cron time schedule.","type":"string"}}},"CronJob-cronjob.read.list":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the cron job.","type":"integer"},"command":{"description":"The command concerning the cron job.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"cronSchedule":{"description":"The cron time schedule.","type":"string"}}},"CronLog-cronlog.read.details":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the log.","type":"integer"},"command":{"description":"The command concerning the log.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"exitStatus":{"description":"The command exit status.","type":"integer","nullable":true},"exitMessage":{"description":"The command exit message.","type":"string","nullable":true},"startedAt":{"description":"Starting date of the log.","type":"string","format":"date-time"},"finishedAt":{"description":"Finishing date of the log.","type":"string","format":"date-time","nullable":true}}},"CronLog-cronlog.read.list":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the log.","type":"integer"},"command":{"description":"The command concerning the log.","type":"string"},"commandAgrs":{"description":"The command arguments for the cron job.","type":"string"},"exitStatus":{"description":"The command exit status.","type":"integer","nullable":true},"startedAt":{"description":"Starting date of the log.","type":"string","format":"date-time"},"finishedAt":{"description":"Finishing date of the log.","type":"string","format":"date-time","nullable":true}}},"Diagnostic.DiagnosticDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Diagnostic.DiagnosticListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Diagnostic.DiagnosticMeasureOutput":{"type":"object","description":"","properties":{"name":{"type":"string"},"description":{"type":"string"},"documentUrl":{"type":"string","nullable":true},"cost":{"type":"string","nullable":true}}},"Diagnostic.DiagnosticPostInput":{"type":"object","description":""},"Diagnostic.DiagnosticPutInput":{"type":"object","description":""},"Document":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the Document.","type":"integer"},"user":{"type":"string","format":"iri-reference","nullable":true},"entityType":{"description":".","type":"string","nullable":true},"entityId":{"description":".","type":"integer","nullable":true},"path":{"description":".","type":"string","nullable":true},"url":{"description":".","type":"string","nullable":true},"originName":{"description":".","type":"string"},"name":{"description":".","type":"string"},"size":{"description":".","type":"integer"},"width":{"description":".","type":"integer"},"height":{"description":".","type":"integer"},"duration":{"description":".","type":"integer"},"extension":{"description":".","type":"string","nullable":true},"description":{"description":".","type":"string","nullable":true},"orientation":{"description":".","type":"string","nullable":true},"mimeType":{"description":".","type":"string","nullable":true},"type":{"description":".","type":"string"},"toMig":{"type":"boolean"},"isCompress":{"type":"boolean"},"displayFormat":{"description":".","type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"Document.DocumentDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Document.DocumentListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"Document.DocumentPostInput":{"type":"object","description":""},"Document.DocumentPutInput":{"type":"object","description":""},"DocumentType.DocumentTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"DocumentType.DocumentTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"DocumentType.DocumentTypePostInput":{"type":"object","description":""},"DocumentType.DocumentTypePutInput":{"type":"object","description":""},"EducationalSheet":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the EducationalSheet.","type":"integer"},"attributId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"EducationalSheet.EducationalSheetDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"attributId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"}}},"EducationalSheet.EducationalSheetListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"attributId":{"type":"string"},"title":{"type":"string"}}},"EducationalSheet.EducationalSheetPostInput":{"type":"object","description":"","properties":{"attributId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"}}},"EducationalSheet.EducationalSheetPutInput":{"type":"object","description":"","properties":{"title":{"type":"string"},"description":{"type":"string"}}},"Eligibility.EligibilityDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"infos":{"$ref":"#\/components\/schemas\/KeyValue"},"watermark":{"type":"integer","nullable":true},"speed":{"type":"string","nullable":true},"isEligible":{"type":"boolean"},"bboxTownship":{"anyOf":[{"$ref":"#\/components\/schemas\/Polygon"}],"nullable":true},"bboxEpci":{"anyOf":[{"$ref":"#\/components\/schemas\/Polygon"}],"nullable":true},"pointRef":{"anyOf":[{"$ref":"#\/components\/schemas\/Point"}],"nullable":true}}},"Eligibility.EligibilityListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"watermark":{"type":"integer","nullable":true},"speed":{"type":"string","nullable":true},"isEligible":{"type":"boolean"}}},"Eligibility.EligibilityPostInput":{"type":"object","description":"","properties":{"plots":{"description":"plots","type":"array","items":{"type":"string"}}}},"Eligibility.EligibilityPutInput":{"type":"object","description":""},"Epci.EpciDetailsOutput":{"type":"object","description":"","properties":{"siren":{"type":"string"},"name":{"type":"string"},"juridicalNature":{"type":"string","nullable":true},"financingMode":{"type":"string","nullable":true},"totalPopulation":{"type":"integer","nullable":true},"municipalPopulation":{"type":"integer","nullable":true},"numberMember":{"type":"integer","nullable":true},"townships":{"type":"array","items":{"type":"string"}}}},"Epci.EpciListOutput":{"type":"object","description":"","properties":{"siren":{"type":"string"},"name":{"type":"string"},"juridicalNature":{"type":"string","nullable":true},"financingMode":{"type":"string","nullable":true},"totalPopulation":{"type":"integer","nullable":true},"municipalPopulation":{"type":"integer","nullable":true},"numberMember":{"type":"integer","nullable":true}}},"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":""},"GeoJson":{"type":"object","description":"","properties":{"boundingBox":{"readOnly":true,"description":"Return the BoundingBox for this GeoJson object.","anyOf":[{"$ref":"#\/components\/schemas\/BoundingBox"}],"nullable":true},"crs":{"readOnly":true,"description":"Return the CoordinateReferenceSystem for this GeoJson object.","anyOf":[{"$ref":"#\/components\/schemas\/CoordinateReferenceSystem"}],"nullable":true},"type":{"readOnly":true,"description":"Return the type for this GeoJson object.","type":"string"},"optionalConstructorArgs":{"writeOnly":true,"description":"Set optional CRS and BoundingBox arguments passed to a constructor.","type":"array","items":{"type":"string"}}}},"KeyValue":{"type":"object","description":"","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Layer.LayerDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"properties":{"type":"array","items":{"$ref":"#\/components\/schemas\/KeyValue"}},"geom":{"anyOf":[{"$ref":"#\/components\/schemas\/GeoJson"}],"nullable":true},"logo":{"type":"string","nullable":true},"name":{"type":"string"},"description":{"type":"string"},"source":{"type":"string","nullable":true},"style":{"$ref":"#\/components\/schemas\/LayerStyleOutput"}}},"Layer.LayerListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"logo":{"type":"string","nullable":true},"name":{"type":"string"},"description":{"type":"string"},"source":{"type":"string","nullable":true},"type":{"type":"string"},"style":{"$ref":"#\/components\/schemas\/LayerStyleOutput"}}},"LayerStyleOutput":{"type":"object","description":"","properties":{"fillColor":{"type":"string"},"borderColor":{"type":"string"},"polylineRadius":{"type":"number","nullable":true},"borderStrokeWidth":{"type":"number","nullable":true},"strokePattern":{"type":"string","nullable":true},"isPoint":{"type":"boolean"}}},"MeasureCategory.MeasureCategoryDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"MeasureCategory.MeasureCategoryListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"MeasureCategory.MeasureCategoryPostInput":{"type":"object","description":""},"MeasureCategory.MeasureCategoryPutInput":{"type":"object","description":""},"MeasureType.MeasureTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"MeasureType.MeasureTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"MeasureType.MeasureTypePostInput":{"type":"object","description":""},"MeasureType.MeasureTypePutInput":{"type":"object","description":""},"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.NotificationLogDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"status":{"type":"string"},"details":{"type":"string"}}},"NotificationLog.NotificationLogListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"status":{"type":"string"},"details":{"type":"string"}}},"NotificationLog.NotificationLogPostInput":{"type":"object","description":""},"NotificationLog.NotificationLogPutInput":{"type":"object","description":""},"NotificationLogListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"channel":{"type":"string"},"createdDate":{"type":"string","format":"date-time"},"status":{"type":"string"},"details":{"type":"string"}}},"NotificationTemplate.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.NotificationTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"},"parameters":{"type":"array","items":{"type":"string"},"nullable":true},"titleParameters":{"type":"array","items":{"type":"string"},"nullable":true}}},"NotificationType.NotificationTypeListOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"}}},"NotificationType.NotificationTypePostInput":{"type":"object","description":""},"NotificationType.NotificationTypePutInput":{"type":"object","description":""},"NotificationTypeDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"string"},"description":{"type":"string"},"isSms":{"type":"boolean"},"isEmail":{"type":"boolean"},"isLetter":{"type":"boolean"},"isPush":{"type":"boolean"},"parameters":{"type":"array","items":{"type":"string"},"nullable":true},"titleParameters":{"type":"array","items":{"type":"string"},"nullable":true}}},"PdfTemplate.PdfTemplateDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PdfTemplate.PdfTemplateListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"PdfTemplate.PdfTemplatePostInput":{"type":"object","description":""},"PdfTemplate.PdfTemplatePutInput":{"type":"object","description":""},"Plot.PlotDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"number":{"type":"string"},"sheet":{"type":"integer"},"branch":{"type":"string"},"comAbs":{"type":"string"},"codeArr":{"type":"string"},"insee":{"type":"string","nullable":true},"geom":{"anyOf":[{"$ref":"#\/components\/schemas\/GeoJson"}],"nullable":true},"capacity":{"type":"integer","nullable":true}}},"Plot.PlotListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"idu":{"type":"string"},"geom":{"anyOf":[{"$ref":"#\/components\/schemas\/GeoJson"}],"nullable":true}}},"Plot.PlotPostInput":{"type":"object","description":"","properties":{"number":{"type":"string"},"sheet":{"type":"integer"},"branch":{"type":"string"},"comAbs":{"type":"string"},"codeArr":{"type":"string"},"insee":{"type":"string","nullable":true}}},"Plot.PlotPutInput":{"type":"object","description":""},"PlotDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"number":{"type":"string"},"sheet":{"type":"integer"},"branch":{"type":"string"},"comAbs":{"type":"string"},"codeArr":{"type":"string"},"insee":{"type":"string","nullable":true},"geom":{"anyOf":[{"$ref":"#\/components\/schemas\/GeoJson"}],"nullable":true},"capacity":{"type":"integer","nullable":true}}},"PlotListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer","nullable":true},"idu":{"type":"string"},"geom":{"anyOf":[{"$ref":"#\/components\/schemas\/GeoJson"}],"nullable":true}}},"Point":{"type":"object","description":"","properties":{"type":{"readOnly":true,"description":"Return the type for this GeoJson object.","default":"Point","example":"Point","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"}}}},"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"}}}},"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":""},"Township.TownshipDetailsOutput":{"type":"object","description":"","properties":{"inseeCode":{"type":"string"},"postalCode":{"type":"string"},"name":{"type":"string"},"places":{"type":"array","items":{"type":"string"}}}},"Township.TownshipListOutput":{"type":"object","description":"","properties":{"inseeCode":{"type":"string"},"postalCode":{"type":"string"},"name":{"type":"string"}}},"Township.TownshipPostInput":{"type":"object","description":""},"Township.TownshipPutInput":{"type":"object","description":""},"User":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the User.","type":"integer"},"email":{"description":"Email address of the user.","type":"string","nullable":true},"firstName":{"description":"First name of the user.","type":"string","nullable":true},"lastName":{"description":"Last name of the user.","type":"string","nullable":true},"login":{"description":"Login of the user.","type":"string"},"roles":{"description":"Access roles of the user.","type":"array","items":{"type":"string"}},"phoneNumber":{"type":"string","nullable":true},"notificationContactId":{"type":"string","nullable":true},"codeCheckTry":{"description":"Login of the user.","type":"integer"},"checkCode":{"type":"string","nullable":true},"password":{"description":"The hashed password.","type":"string"},"diagPersonId":{"type":"string","nullable":true},"diagPersonKey":{"type":"string","nullable":true},"contact":{"type":"string","format":"iri-reference","nullable":true},"siren":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"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},"siren":{"type":"string","nullable":true},"eligibilityId":{"type":"integer","nullable":true},"personalWatermark":{"type":"string","nullable":true},"address":{"$ref":"#\/components\/schemas\/AddressPostInput"}}},"User.UserPutInput":{"type":"object","description":"","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phoneNumber":{"type":"string","nullable":true}}},"UserConnection":{"type":"object","description":"","properties":{"id":{"readOnly":true,"description":"Identifier of the UserConnection.","type":"integer"},"user":{"type":"string","format":"iri-reference","nullable":true},"ip":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"acceptHeaders":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"layout":{"type":"string","nullable":true},"size":{"type":"string","nullable":true},"magicLink":{"type":"string","nullable":true},"createdDate":{"default":"CURRENT_TIMESTAMP","example":"CURRENT_TIMESTAMP","type":"string","format":"date-time"},"createdBy":{"type":"array","items":{"type":"string"},"nullable":true},"updatedDate":{"type":"string","format":"date-time","nullable":true},"updatedBy":{"type":"array","items":{"type":"string"},"nullable":true},"deletedDate":{"type":"string","format":"date-time","nullable":true},"deletedBy":{"type":"array","items":{"type":"string"},"nullable":true},"isDeleted":{"type":"boolean"},"deleted":{"readOnly":true,"type":"boolean"}}},"UserConnection.UserConnectionDetailsOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"}}},"UserConnection.UserConnectionListOutput":{"type":"object","description":"","properties":{"id":{"type":"integer"},"userName":{"type":"string"},"date":{"type":"string","format":"date-time"},"ip":{"type":"string","nullable":true},"userAgent":{"type":"string","nullable":true},"acceptHeaders":{"type":"string","nullable":true},"os":{"type":"string","nullable":true},"layout":{"type":"string","nullable":true},"size":{"type":"string","nullable":true}}},"Token":{"type":"object","properties":{"token":{"type":"string","readOnly":true},"refresh_token":{"type":"string","readOnly":true}}},"Result":{"type":"object","properties":{"result":{"type":"bool","readOnly":true}}},"RefeshToken":{"type":"object","properties":{"refresh_token":{"type":"string"}}},"Credentials":{"type":"object","properties":{"login":{"type":"string","example":"admin"},"password":{"type":"string","example":"admin"}}},"Credentials_MagicLink":{"type":"object","properties":{"email":{"type":"string","example":"text@text.fr"}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"apiKey":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"apiKey":[]}],"tags":[]}