@communecter/cocolight-api-client 1.0.24 → 1.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/api/EndpointApi.js
CHANGED
|
@@ -1348,6 +1348,21 @@ class EndpointApi {
|
|
|
1348
1348
|
return this.callIsConnected("FOLLOW", data);
|
|
1349
1349
|
}
|
|
1350
1350
|
|
|
1351
|
+
/**
|
|
1352
|
+
* Récuperer les data d'un JSON d'un costum : Récuperer les data d'un JSON d'un costum
|
|
1353
|
+
* Constant : GET_COSTUM_JSON
|
|
1354
|
+
* @param {import("./EndpointApi.types").GetCostumJsonData} data - Données envoyées à l'API
|
|
1355
|
+
* @returns {Promise<Object>} - Les données de réponse.
|
|
1356
|
+
* @throws {ApiResponseError} - En cas d'erreur détectée dans la réponse.
|
|
1357
|
+
* @throws {Error} - En cas d'erreur inattendue.
|
|
1358
|
+
*/
|
|
1359
|
+
async getCostumJson(data) {
|
|
1360
|
+
if (!data || typeof data !== "object") {
|
|
1361
|
+
throw new TypeError("Le paramètre data doit être un objet.");
|
|
1362
|
+
}
|
|
1363
|
+
return this.call("GET_COSTUM_JSON", data);
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1351
1366
|
}
|
|
1352
1367
|
|
|
1353
1368
|
export default EndpointApi;
|
package/src/endpoints.module.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
const common = {"common1":{"type":"string"},"common2":{"format":"email","type":"string"},"common3":{"type":"boolean"},"common4":{"format":"uri","type":"string"},"common5":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$","type":"string"},"common6":{"additionalProperties":false,"properties":{"id":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$","type":"string"}},"required":["id"],"type":"object"},"common7":{"id":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$","type":"string"}},"common8":{"additionalProperties":false,"properties":{"reason":{"default":"","type":"string"}},"required":["reason"],"type":"object"},"common9":{"reason":{"default":"","type":"string"}},"common10":{"default":"","type":"string"},"common11":{"pattern":"^[a-f0-9]{24}$","type":"string"},"common12":{"const":"citoyens"},"common13":{"properties":{"value":{"type":"boolean"}}},"common14":{"value":{"type":"boolean"}},"common15":{"default":"citoyens","enum":["citoyens","projects","organizations"],"type":"string"},"common16":{},"common17":{"else":{"properties":{"id":{"pattern":"^[a-f0-9]{24}$","type":"string"}}},"if":{"properties":{"typeElement":{"const":"citoyens"}}},"then":{"properties":{"id":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$","type":"string"}}}},"common18":{"properties":{"id":{"pattern":"^[a-f0-9]{24}$","type":"string"}}},"common19":{"id":{"pattern":"^[a-f0-9]{24}$","type":"string"}},"common20":{"properties":{"typeElement":{"const":"citoyens"}}},"common21":{"typeElement":{"const":"citoyens"}},"common22":{"properties":{"id":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$","type":"string"}}},"common23":{"not":{"type":"null"}},"common24":{"type":"null"},"common25":{"default":"citoyens","enum":["citoyens","projects","organizations","poi"],"type":"string"},"common26":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"enum":[""],"type":"string"}]},"common27":{"items":{"type":"string"},"type":"array"},"common28":{"enum":[""],"type":"string"},"common29":{"properties":{"name":{"not":{"type":"null"}}},"required":["name"]},"common30":{"name":{"not":{"type":"null"}}},"common31":{"properties":{"url":{"not":{"type":"null"}}},"required":["url"]},"common32":{"url":{"not":{"type":"null"}}},"common33":{"properties":{"tags":{"not":{"type":"null"}}},"required":["tags"]},"common34":{"tags":{"not":{"type":"null"}}},"common35":{"properties":{"email":{"not":{"type":"null"}}},"required":["email"]},"common36":{"email":{"not":{"type":"null"}}},"common37":{"const":"info","default":"info","type":"string"},"common38":{"$ref":"#/$defs/sharedFields/email"},"common39":{"$ref":"#/$defs/sharedFields/name"},"common40":{"$ref":"#/$defs/sharedFields/tags"},"common41":{"default":"citoyens","enum":["citoyens"],"type":"string"},"common42":{"$ref":"#/$defs/sharedFields/url"},"common43":{"const":"projects"},"common44":{"additionalProperties":false,"properties":{"name":{"type":"string"},"type":{"type":"string"}},"required":["type","name"],"type":"object"},"common45":{"name":{"type":"string"},"type":{"type":"string"}},"common46":{"const":"organizations"},"common47":{"properties":{"type":{"not":{"type":"null"}}},"required":["type"]},"common48":{"type":{"not":{"type":"null"}}},"common49":{"enum":["link","tool","machine","software","rh","Resource material","Financial Ressource","ficheBlanche","geoJson","compostPickup","video","sharedLibrary","recoveryCenter","trash","history","something2See","funPlace","place","artPiece","streetArts","openScene","stand","parking","other"],"type":"string"},"common50":{"enum":["poi"],"type":"string"},"common51":{"$ref":"#/$defs/socialField"},"common52":{"properties":{"id":{"pattern":"^[a-f0-9]{24}$"}}},"common53":{"id":{"pattern":"^[a-f0-9]{24}$"}},"common54":{"pattern":"^[a-f0-9]{24}$"},"common55":{"additionalProperties":false,"properties":{"@type":{"const":"PostalAddress","type":"string"},"addressCountry":{"type":"string"},"addressLocality":{"type":"string"},"codeInsee":{"type":"string"},"level1":{"type":"string"},"level1Name":{"type":"string"},"level3":{"minLength":0,"type":"string"},"level3Name":{"minLength":0,"type":"string"},"level4":{"minLength":0,"type":"string"},"level4Name":{"minLength":0,"type":"string"},"localityId":{"type":"string"},"postalCode":{"type":"string"},"streetAddress":{"type":"string"}},"required":["@type","addressCountry","codeInsee","addressLocality","localityId","level1","level1Name"],"type":"object"},"common56":{"@type":{"const":"PostalAddress","type":"string"},"addressCountry":{"type":"string"},"addressLocality":{"type":"string"},"codeInsee":{"type":"string"},"level1":{"type":"string"},"level1Name":{"type":"string"},"level3":{"minLength":0,"type":"string"},"level3Name":{"minLength":0,"type":"string"},"level4":{"minLength":0,"type":"string"},"level4Name":{"minLength":0,"type":"string"},"localityId":{"type":"string"},"postalCode":{"type":"string"},"streetAddress":{"type":"string"}},"common57":{"const":"PostalAddress","type":"string"},"common58":{"minLength":0,"type":"string"},"common59":{"additionalProperties":false,"properties":{"@type":{"const":"GeoCoordinates","type":"string"},"latitude":{"type":["string","number"]},"longitude":{"type":["string","number"]}},"required":["latitude","longitude"],"type":"object"},"common60":{"@type":{"const":"GeoCoordinates","type":"string"},"latitude":{"type":["string","number"]},"longitude":{"type":["string","number"]}},"common61":{"const":"GeoCoordinates","type":"string"},"common62":{"type":["string","number"]},"common63":{"additionalProperties":true,"properties":{"coordinates":{"items":{"type":"number"},"maxItems":2,"minItems":2,"type":"array"},"float":{"const":true,"default":true,"type":"boolean"},"type":{"const":"Point","type":"string"}},"required":["type","coordinates","float"],"type":"object"},"common64":{"coordinates":{"items":{"type":"number"},"maxItems":2,"minItems":2,"type":"array"},"float":{"const":true,"default":true,"type":"boolean"},"type":{"const":"Point","type":"string"}},"common65":{"items":{"type":"number"},"maxItems":2,"minItems":2,"type":"array"},"common66":{"type":"number"},"common67":{"const":true,"default":true,"type":"boolean"},"common68":{"const":"Point","type":"string"},"common69":{"properties":{"id":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$"}}},"common70":{"id":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$"}},"common71":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$"},"common72":{"maxLength":100,"minLength":3,"pattern":"^[a-zA-Z0-9]+$","type":"string"},"common73":{"properties":{"type":{"const":"citoyens"}}},"common74":{"type":{"const":"citoyens"}},"common75":{"properties":{"ownerId":{"pattern":"^[a-f0-9]{24}$"}}},"common76":{"ownerId":{"pattern":"^[a-f0-9]{24}$"}},"common77":{"properties":{"folder":{"const":"citoyens"}}},"common78":{"folder":{"const":"citoyens"}},"common79":{"properties":{"ownerId":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$"}}},"common80":{"ownerId":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$"}},"common81":{"properties":{"parentId":{"pattern":"^[a-f0-9]{24}$"}}},"common82":{"parentId":{"pattern":"^[a-f0-9]{24}$"}},"common83":{"properties":{"parentType":{"const":"citoyens"}}},"common84":{"parentType":{"const":"citoyens"}},"common85":{"properties":{"parentId":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$"}}},"common86":{"parentId":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$"}},"common87":{"default":true,"type":"boolean"},"common88":{"default":0,"type":"integer"},"common89":{"required":["text"]},"common90":{"required":["mediaImg"]},"common91":{"required":["mediaFile"]},"common92":{"additionalProperties":false,"properties":{"countFiles":{"type":"number"},"files":{"items":{"type":"string"},"type":"array"}},"required":["countFiles","files"],"type":"object"},"common93":{"countFiles":{"type":"number"},"files":{"items":{"type":"string"},"type":"array"}},"common94":{"additionalProperties":false,"properties":{"countImages":{"type":"number"},"images":{"items":{"type":"string"},"type":"array"}},"required":["countImages","images"],"type":"object"},"common95":{"countImages":{"type":"number"},"images":{"items":{"type":"string"},"type":"array"}},"common96":{"items":{"properties":{"count":{"minimum":1,"type":"integer"},"id":{"pattern":"^[a-f0-9]{24}$","type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"required":["id","name","slug","type","value","count"],"type":"object"},"type":"array"},"common97":{"properties":{"count":{"minimum":1,"type":"integer"},"id":{"pattern":"^[a-f0-9]{24}$","type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"required":["id","name","slug","type","value","count"],"type":"object"},"common98":{"count":{"minimum":1,"type":"integer"},"id":{"pattern":"^[a-f0-9]{24}$","type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"common99":{"minimum":1,"type":"integer"},"common100":{"default":"public","enum":["public","private","restricted"],"type":"string"},"common101":{"const":"news","default":"news","type":"string"},"common102":{"additionalProperties":false,"else":{"properties":{"ownerId":{"pattern":"^[a-f0-9]{24}$"}}},"if":{"properties":{"folder":{"const":"citoyens"}}},"properties":{"folder":{"default":"citoyens","enum":["citoyens","projects","organizations"],"type":"string"},"ownerId":{"type":"string"}},"required":["folder","ownerId"],"then":{"properties":{"ownerId":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$"}}},"type":"object"},"common103":{"folder":{"default":"citoyens","enum":["citoyens","projects","organizations"],"type":"string"},"ownerId":{"type":"string"}},"common104":{"additionalProperties":false,"properties":{"id":{"pattern":"^[a-f0-9]{24}$","type":"string"}},"required":["id"],"type":"object"},"common105":{"default":false,"type":"boolean"},"common106":{"properties":{"childId":{"pattern":"^[a-f0-9]{24}$"}}},"common107":{"childId":{"pattern":"^[a-f0-9]{24}$"}},"common108":{"properties":{"childType":{"const":"citoyens"}}},"common109":{"childType":{"const":"citoyens"}},"common110":{"const":"share","default":"share","type":"string"},"common111":{"properties":{"childId":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$"}}},"common112":{"childId":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$"}},"common113":{"additionalProperties":false,"properties":{"id":{"pattern":"^[a-f0-9]{24}$","type":"string"},"type":{"default":"news","enum":["news"],"type":"string"}},"required":["type","id"],"type":"object"},"common114":{"id":{"pattern":"^[a-f0-9]{24}$","type":"string"},"type":{"default":"news","enum":["news"],"type":"string"}},"common115":{"default":"news","enum":["news"],"type":"string"},"common116":{"items":{"additionalProperties":false,"properties":{"count":{"type":"number"},"id":{"pattern":"^[a-f0-9]{24}$","type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"required":["id","name","slug","type","value","count"],"type":"object"},"type":"array"},"common117":{"additionalProperties":false,"properties":{"count":{"type":"number"},"id":{"pattern":"^[a-f0-9]{24}$","type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"required":["id","name","slug","type","value","count"],"type":"object"},"common118":{"count":{"type":"number"},"id":{"pattern":"^[a-f0-9]{24}$","type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"common119":{"enum":["NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative","projects","citoyens","poi"],"type":"string"},"common120":{"const":false,"default":false,"type":"boolean"},"common121":{"const":"","default":"","type":"string"},"common122":{"additionalProperties":false,"properties":{"indexMax":{"type":"number"},"indexMin":{"type":"number"}},"required":["indexMin","indexMax"],"type":"object"},"common123":{"indexMax":{"type":"number"},"indexMin":{"type":"number"}},"common124":{"default":0,"minimum":0,"type":"integer"},"common125":{"const":["projects"],"default":["projects"],"items":{"enum":["projects"],"type":"string"},"type":"array"},"common126":{"enum":["projects"],"type":"string"},"common127":{"$exists":true},"common128":{"additionalProperties":false,"properties":{"$exists":{"const":true}},"required":["$exists"],"type":"object"},"common129":{"$exists":{"const":true}},"common130":{"const":true},"common131":{"default":30,"type":"integer"},"common132":{"additionalProperties":false,"else":{"properties":{"id":{"pattern":"^[a-f0-9]{24}$"}}},"if":{"properties":{"type":{"const":"citoyens"}}},"properties":{"id":{"type":"string"},"type":{"default":"citoyens","enum":["citoyens","projects","organizations"],"type":"string"}},"required":["type","id"],"then":{"properties":{"id":{"default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$"}}},"type":"object"},"common133":{"id":{"type":"string"},"type":{"default":"citoyens","enum":["citoyens","projects","organizations"],"type":"string"}},"common134":{"const":["poi"],"default":["poi"],"items":{"enum":["poi"],"type":"string"},"type":"array"},"common135":{"const":["NGO","Cooperative","LocalBusiness","Group","GovernmentOrganization"],"default":["NGO","Cooperative","LocalBusiness","Group","GovernmentOrganization"],"items":{"enum":["NGO","Cooperative","LocalBusiness","Group","GovernmentOrganization"],"type":"string"},"type":"array"},"common136":{"enum":["NGO","Cooperative","LocalBusiness","Group","GovernmentOrganization"],"type":"string"},"common137":{"$exists":false},"common138":{"additionalProperties":false,"properties":{"$exists":{"const":false}},"required":["$exists"],"type":"object"},"common139":{"$exists":{"const":false}},"common140":{"const":false},"common141":{"const":["citoyens","NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative"],"default":["citoyens","NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative"],"items":{"enum":["citoyens","NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative"],"type":"string"},"type":"array"},"common142":{"enum":["citoyens","NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative"],"type":"string"},"common143":{"additionalProperties":false,"properties":{"$exists":{"default":false,"type":"boolean"}},"required":["$exists"],"type":"object"},"common144":{"$exists":{"default":false,"type":"boolean"}},"common145":{"additionalProperties":false,"properties":{"$in":{"items":{"type":"string"},"minItems":1,"type":"array"}},"required":["$in"],"type":"object"},"common146":{"$in":{"items":{"type":"string"},"minItems":1,"type":"array"}},"common147":{"items":{"type":"string"},"minItems":1,"type":"array"},"common148":{"const":["citoyens"],"default":["citoyens"],"items":{"enum":["citoyens"],"type":"string"},"type":"array"},"common149":{"enum":["citoyens"],"type":"string"},"common150":{"const":["citoyens","NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative","projects"],"default":["citoyens","NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative","projects"],"items":{"enum":["citoyens","NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative","projects"],"type":"string"},"type":"array"},"common151":{"enum":["citoyens","NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative","projects"],"type":"string"},"common152":{"not":{"propertyNames":{"pattern":"^(?!links\\.followers\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$)"}}},"common153":{"propertyNames":{"pattern":"^(?!links\\.followers\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$)"}},"common154":{"pattern":"^(?!links\\.followers\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$)"},"common155":{"^links\\.followers\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":{"additionalProperties":false,"properties":{"$exists":{"const":true}},"required":["$exists"],"type":"object"},"^links\\.followers\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$":{"additionalProperties":false,"properties":{"$exists":{"const":false}},"required":["$exists"],"type":"object"},"^links\\.followers\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$":{"additionalProperties":false,"properties":{"$exists":{"const":false}},"required":["$exists"],"type":"object"}},"common156":{"not":{"propertyNames":{"pattern":"^(?!links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$)"}}},"common157":{"propertyNames":{"pattern":"^(?!links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$)"}},"common158":{"pattern":"^(?!links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$)"},"common159":{"const":["badges"],"default":["badges"],"items":{"enum":["badges"],"type":"string"},"type":"array"},"common160":{"enum":["badges"],"type":"string"},"common161":{"const":["citoyens","projects","NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative"],"default":["citoyens","projects","NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative"],"items":{"enum":["citoyens","projects","NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative"],"type":"string"},"type":"array"},"common162":{"enum":["citoyens","projects","NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative"],"type":"string"},"common163":{"additionalProperties":false,"properties":{"$exists":{"const":true,"type":"boolean"}},"required":["$exists"],"type":"object"},"common164":{"$exists":{"const":true,"type":"boolean"}},"common165":{"const":true,"type":"boolean"},"common166":{"additionalProperties":false,"properties":{"$exists":{"const":false,"type":"boolean"}},"required":["$exists"],"type":"object"},"common167":{"$exists":{"const":false,"type":"boolean"}},"common168":{"const":false,"type":"boolean"},"common169":{"badges\\.(?:[a-f0-9]{24}|@\\w+)\\.attenteEmetteur$":{"additionalProperties":false,"properties":{"$exists":{"const":false,"type":"boolean"}},"required":["$exists"],"type":"object"},"badges\\.(?:[a-f0-9]{24}|@\\w+)\\.attenteRecepteur$":{"additionalProperties":false,"properties":{"$exists":{"const":true,"type":"boolean"}},"required":["$exists"],"type":"object"}},"common170":{"indexMax":30,"indexMin":0},"common171":{"properties":{"parentType":{"const":"organizations"}}},"common172":{"parentType":{"const":"organizations"}},"common173":{"properties":{"parentType":{"const":"projects"}}},"common174":{"parentType":{"const":"projects"}},"common175":{"properties":{"parentType":{"const":"events"}}},"common176":{"parentType":{"const":"events"}},"common177":{"const":"events"},"common178":{"default":"@userId","pattern":"^([a-f0-9]{24}|@\\w+)$","type":"string"},"common179":{"const":"citoyens","default":"citoyens","enum":["citoyens"],"type":"string"},"common180":{"enum":["citoyens","organizations","projects","events"],"type":"string"},"common181":{"const":"citoyens","default":"citoyens","type":"string"},"common182":{"const":"@userId","default":"@userId","pattern":"^(?:[a-f0-9]{24}|@userId)$","type":"string"},"common183":{"default":{"isOpenData":true,"isOpenEdition":true},"properties":{"isOpenData":{"default":true,"type":"boolean"},"isOpenEdition":{"default":true,"type":"boolean"}},"required":["isOpenData","isOpenEdition"],"type":"object"},"common184":{"isOpenData":true,"isOpenEdition":true},"common185":{"isOpenData":{"default":true,"type":"boolean"},"isOpenEdition":{"default":true,"type":"boolean"}},"common186":{"additionalProperties":false,"default":{"@userId":{"type":"citoyens"}},"patternProperties":{"^(?:[a-f0-9]{24}|@userId)$":{"additionalProperties":false,"properties":{"name":{"type":"string"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"type":"object"},"common187":{"@userId":{"type":"citoyens"}},"common188":{"type":"citoyens"},"common189":{"^(?:[a-f0-9]{24}|@userId)$":{"additionalProperties":false,"properties":{"name":{"type":"string"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"common190":{"additionalProperties":false,"properties":{"name":{"type":"string"},"type":{"type":"string"}},"required":["type"],"type":"object"},"common191":{"const":"poi","default":"poi","type":"string"},"common192":{"const":"events","default":"events","type":"string"},"common193":{"format":"date-time","type":"string"},"common194":{"pattern":"^([01]\\d|2[0-3]):[0-5]\\d$","type":"string"},"common195":{"enum":["workshop","competition","concert","contest","conference","debate","exhibition","festival","crowdfunding","fair","course","protest","market","film","getTogether","meeting","spectacle","internship","stand","others"],"type":"string"},"common196":{"type":"integer"},"common197":{"additionalProperties":false,"properties":{"id":{"default":"@userId","pattern":"^[a-f0-9]{24}$","type":"string"},"type":{"const":"citoyens","default":"citoyens","type":"string"}},"required":["type","id"],"type":"object"},"common198":{"id":{"default":"@userId","pattern":"^[a-f0-9]{24}$","type":"string"},"type":{"const":"citoyens","default":"citoyens","type":"string"}},"common199":{"default":"@userId","pattern":"^[a-f0-9]{24}$","type":"string"},"common200":{"const":"badges","default":"badges","type":"string"},"common201":{"const":"badge","default":"badge","type":"string"},"common202":{"patternProperties":{"^[0-9a-f]{24}$":{"additionalProperties":false,"properties":{"isAdmin":{"default":"","enum":["","admin"],"type":"string"},"name":{"type":"string"},"roles":{"items":{"type":"string"},"type":"array"}},"required":["name"],"type":"object"}},"type":"object"},"common203":{"^[0-9a-f]{24}$":{"additionalProperties":false,"properties":{"isAdmin":{"default":"","enum":["","admin"],"type":"string"},"name":{"type":"string"},"roles":{"items":{"type":"string"},"type":"array"}},"required":["name"],"type":"object"}},"common204":{"additionalProperties":false,"properties":{"isAdmin":{"default":"","enum":["","admin"],"type":"string"},"name":{"type":"string"},"roles":{"items":{"type":"string"},"type":"array"}},"required":["name"],"type":"object"},"common205":{"isAdmin":{"default":"","enum":["","admin"],"type":"string"},"name":{"type":"string"},"roles":{"items":{"type":"string"},"type":"array"}},"common206":{"default":"","enum":["","admin"],"type":"string"}};
|
|
3
3
|
|
|
4
4
|
// Endpoints avec intégration des définitions communes
|
|
5
|
-
export default {"endpoints":[{"auth":"none","constant":"PERSON_REGISTER","contentType":"application/x-www-form-urlencoded","generateModule":"UserNoAuth","method":"POST","onlyAuthNone":true,"path":"/co2/person/register","request":{"additionalProperties":false,"properties":{"app":common.common1,"email":common.common2,"isInvitation":common.common3,"mode":common.common1,"name":common.common1,"pendingUserId":common.common1,"pwd":common.common1,"username":common.common1},"required":["name","username","email","pwd"],"type":"object"}},{"auth":"none","constant":"AUTHENTICATE_URL","contentType":"application/json","generateModule":"UserNoAuth","method":"POST","onlyAuthNone":true,"path":"/api/cocolight/authenticate","postActions":[{"path":"accessToken","type":"setToken"},{"path":"refreshToken","type":"setRefreshToken"},{"event":"userLoggedIn","path":"user","type":"emitEvent"}],"request":{"additionalProperties":false,"properties":{"email":common.common2,"password":common.common1},"required":["email","password"],"type":"object"}},{"auth":"none","constant":"REFRESH_TOKEN_URL","contentType":"application/json","method":"POST","path":"/api/cocolight/refreshtoken","request":{"additionalProperties":false,"properties":{"refreshToken":common.common1},"required":["refreshToken"],"type":"object"}},{"auth":"bearer","constant":"ME_INFO_URL","contentType":"application/json","method":"POST","path":"/api/cocolight/me"},{"auth":"none","constant":"PASSWORD_RECOVERY","contentType":"application/x-www-form-urlencoded","generateModule":"UserNoAuth","method":"POST","onlyAuthNone":true,"path":"/co2/person/sendemail","request":{"additionalProperties":false,"properties":{"email":common.common2,"type":{"const":"password","default":"password","type":"string"}},"required":["email","type"],"type":"object"}},{"auth":"bearer","constant":"SERVER_EXCHANGE_TOKEN","contentType":"application/json","method":"POST","path":"/api/cocolight/exchangetoken","request":{"additionalProperties":false,"properties":{"serverUrl":common.common4},"required":["serverUrl"],"type":"object"}},{"auth":"bearer","constant":"CHANGE_PASSWORD","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/person/changepassword","request":{"additionalProperties":false,"properties":{"mode":{"const":"changePassword","default":"changePassword","type":"string"},"newPassword":common.common1,"newPassword2":common.common1,"oldPassword":common.common1,"scope":{"default":"","type":["string"]},"userId":common.common5},"required":["mode","userId","oldPassword","newPassword","newPassword2"],"type":"object"}},{"auth":"bearer","constant":"DELETE_ACCOUNT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/delete/id/{id}/type/citoyens","pathParams":common.common6,"postActions":[{"type":"resetSession"},{"event":"accountDeleted","path":null,"type":"emitEvent"}],"request":common.common8},{"auth":"bearer","constant":"UPDATE_SETTINGS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updatesettings","request":{"additionalProperties":false,"allOf":[{"else":{"properties":{"idEntity":common.common11}},"if":{"properties":{"typeEntity":common.common12}},"then":{"properties":{"idEntity":common.common5}}},{"if":{"properties":{"type":{"enum":["birthDate","email","locality","phone","directory"]},"typeEntity":common.common12}},"then":{"properties":{"value":{"enum":["private","public","mask"],"type":"string"}}}},{"if":{"properties":{"type":{"enum":["activitypub","isOpenData"]},"typeEntity":common.common12}},"then":common.common13},{"if":{"properties":{"type":{"enum":["isOpenData","isOpenEdition","private","feedback"]},"typeEntity":{"not":common.common12}}},"then":common.common13}],"properties":{"idEntity":common.common1,"type":common.common1,"typeEntity":common.common15,"value":common.common16},"required":["type","value","typeEntity","idEntity"],"type":"object"}},{"auth":"bearer","constant":"UPDATE_BLOCK_DESCRIPTION","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updateblock/","request":{"additionalProperties":false,"allOf":[common.common17,{"anyOf":[{"properties":{"description":common.common23},"required":["description"]},{"properties":{"shortDescription":common.common23},"required":["shortDescription"]}]}],"properties":{"block":{"const":"descriptions","default":"descriptions","type":"string"},"descMentions":common.common10,"description":common.common1,"id":common.common1,"scope":{"default":"","type":["string","null"]},"shortDescription":common.common1,"typeElement":common.common25},"required":["block","typeElement","id"],"type":"object"}},{"auth":"bearer","constant":"UPDATE_BLOCK_INFO","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updateblock/","request":{"$defs":{"sharedFields":{"email":common.common2,"name":common.common1,"tags":common.common26,"url":common.common4}},"allOf":[{"if":common.common20,"then":{"additionalProperties":false,"anyOf":[common.common29,{"properties":{"birthDate":common.common23},"required":["birthDate"]},{"properties":{"fixe":common.common23},"required":["fixe"]},{"properties":{"mobile":common.common23},"required":["mobile"]},common.common31,common.common33,common.common35],"properties":{"birthDate":{"format":"date","type":"string"},"block":common.common37,"email":common.common38,"fixe":common.common1,"id":common.common5,"mobile":common.common1,"name":common.common39,"scope":common.common10,"tags":common.common40,"typeElement":common.common41,"url":common.common42}}},{"if":{"properties":{"typeElement":common.common43}},"then":{"additionalProperties":false,"anyOf":[common.common29,common.common31,common.common33,common.common35,{"properties":{"avancement":common.common23},"required":["avancement"]},{"properties":{"parent":common.common23},"required":["parent"]}],"properties":{"avancement":{"enum":["abandoned","concept","development","production","started","testing","idea","mature","qa","finished"],"type":"string"},"block":common.common37,"email":common.common38,"id":common.common1,"name":common.common39,"parent":{"additionalProperties":false,"patternProperties":{"^[a-fA-F0-9]{24}$":common.common44},"type":"object"},"scope":common.common10,"tags":common.common40,"typeElement":{"default":"citoyens","enum":["projects"],"type":"string"},"url":common.common42}}},{"if":{"properties":{"typeElement":common.common46}},"then":{"additionalProperties":false,"anyOf":[common.common29,common.common31,common.common33,common.common35,common.common47],"properties":{"block":common.common37,"email":common.common38,"id":common.common1,"name":common.common39,"scope":common.common10,"tags":common.common40,"type":{"enum":["NGO","Cooperative","LocalBusiness","GovernmentOrganizationautre"],"type":"string"},"typeElement":{"enum":["organizations"],"type":"string"},"url":common.common42}}},{"if":{"properties":{"typeElement":{"const":"poi"}}},"then":{"additionalProperties":false,"anyOf":[common.common29,common.common31,common.common33,common.common35,common.common47,{"properties":{"urls":common.common23},"required":["urls"]}],"properties":{"block":common.common37,"email":common.common38,"id":common.common1,"name":common.common39,"scope":common.common10,"tags":common.common40,"type":common.common49,"typeElement":common.common50,"url":common.common42,"urls":common.common27}}}],"properties":{"block":common.common37,"id":common.common1,"scope":common.common10,"typeElement":common.common25},"required":["block","typeElement","id"],"type":"object"}},{"auth":"bearer","constant":"UPDATE_BLOCK_SOCIAL","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updateblock/","request":{"$defs":{"socialField":{"anyOf":[common.common28,common.common4]}},"allOf":[common.common17,{"anyOf":[{"properties":{"gitlab":common.common23},"required":["gitlab"]},{"properties":{"github":common.common23},"required":["github"]},{"properties":{"twitter":common.common23},"required":["twitter"]},{"properties":{"facebook":common.common23},"required":["facebook"]},{"properties":{"instagram":common.common23},"required":["instagram"]},{"properties":{"diaspora":common.common23},"required":["diaspora"]},{"properties":{"mastodon":common.common23},"required":["mastodon"]},{"properties":{"telegram":common.common23},"required":["telegram"]},{"properties":{"signal":common.common23},"required":["signal"]}]}],"properties":{"block":{"const":"network","default":"network","type":"string"},"diaspora":common.common51,"facebook":common.common51,"github":common.common51,"gitlab":common.common51,"id":common.common1,"instagram":common.common51,"mastodon":common.common51,"scope":common.common10,"signal":common.common51,"telegram":common.common51,"twitter":common.common51,"typeElement":common.common15},"required":["block","typeElement","id"],"type":"object"}},{"auth":"bearer","constant":"UPDATE_BLOCK_LOCALITY","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updateblock/","request":{"else":common.common52,"if":common.common20,"properties":{"address":common.common55,"block":{"const":"localities","default":"localities","type":"string"},"geo":common.common59,"geoPosition":common.common63,"id":common.common1,"scope":common.common10,"typeElement":common.common25},"required":["block","typeElement","id","address"],"then":common.common69,"type":"object"}},{"auth":"bearer","constant":"UPDATE_BLOCK_SLUG","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updateblock/","request":{"else":common.common52,"if":common.common20,"properties":{"block":common.common37,"id":common.common1,"scope":common.common10,"slug":common.common72,"typeElement":common.common25},"required":["block","typeElement","id","slug"],"then":common.common69,"type":"object"}},{"auth":"bearer","constant":"CHECK","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/slug/check","request":{"additionalProperties":false,"else":common.common52,"if":common.common73,"properties":{"block":common.common37,"id":common.common1,"slug":common.common72,"type":common.common15},"required":["block","type","id","slug"],"then":common.common69,"type":"object"}},{"auth":"bearer","constant":"PROFIL_IMAGE","contentType":"multipart/form-data","method":"POST","path":"/co2/document/upload-save/dir/communecter/folder/{folder}/ownerId/{ownerId}/input/profil_avatar/contentKey/profil/docType/image","pathParams":{"additionalProperties":false,"else":common.common75,"if":common.common77,"properties":{"folder":{"default":"citoyens","enum":["citoyens","projects","organizations","events","poi"],"type":"string"},"ownerId":common.common1},"required":["folder","ownerId"],"then":common.common79,"type":"object"},"request":{"additionalProperties":false,"properties":{"profil_avatar":common.common16},"required":["profil_avatar"],"type":"object"}},{"auth":"none","constant":"GET_ELEMENTS_ABOUT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/about/type/{type}/id/{id}/json/true","pathParams":{"additionalProperties":false,"else":common.common52,"if":common.common73,"properties":{"id":common.common1,"type":{"default":"citoyens","enum":["citoyens","projects","organizations","events","poi","badges"],"type":"string"}},"required":["type","id"],"then":common.common69,"type":"object"},"request":{"additionalProperties":false,"properties":{"tpl":{"const":"ficheInfoElement","default":"ficheInfoElement","type":"string"}},"required":["tpl"],"type":"object"}},{"auth":"bearer","constant":"MULTICONNECT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/link/multiconnect","request":{"additionalProperties":false,"else":common.common81,"if":common.common83,"properties":{"listInvite":{"additionalProperties":false,"patternProperties":{"^(citoyens|projects|organizations)$":{"additionalProperties":false,"patternProperties":{"^[0-9a-fA-F]{24}$":{"additionalProperties":false,"properties":{"name":common.common1},"required":["name"],"type":"object"}},"type":"object"}},"type":"object"},"parentId":common.common1,"parentType":common.common15},"required":["parentId","parentType","listInvite"],"then":common.common85,"type":"object"}},{"auth":"none","constant":"GET_NEWS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/news/co/get/type/{type}/id/{id}/isLive/{isLive}/json/true","pathParams":{"additionalProperties":false,"else":common.common52,"if":common.common73,"properties":{"id":common.common1,"isLive":common.common87,"type":common.common15},"required":["isLive","type","id"],"then":common.common69,"type":"object"},"request":{"additionalProperties":false,"properties":{"dateLimit":common.common88,"indexStep":{"default":12,"type":"integer"},"search":{"additionalProperties":false,"properties":{"name":common.common10},"required":["name"],"type":"object"}},"required":["dateLimit","indexStep"],"type":"object"}},{"auth":"none","constant":"GET_NEWS_BY_ID","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/news/co/getbyids","request":{"additionalProperties":false,"properties":{"ids":{"items":common.common11,"type":"array"}},"required":["ids"],"type":"object"}},{"auth":"bearer","constant":"ADD_NEWS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/news/co/save","request":{"additionalProperties":false,"anyOf":[common.common89,common.common90,common.common91],"else":common.common81,"if":common.common83,"properties":{"json":common.common67,"markdownActive":common.common87,"mediaFile":common.common92,"mediaImg":common.common94,"mentions":common.common96,"parentId":common.common1,"parentType":common.common15,"scope":common.common100,"tags":common.common26,"text":common.common1,"type":common.common101},"required":["scope","markdownActive","parentId","parentType","type","json"],"then":common.common85,"type":"object"}},{"auth":"bearer","constant":"ADD_IMAGE_NEWS","contentType":"multipart/form-data","method":"POST","path":"/co2/document/uploadSave/dir/communecter/folder/{folder}/ownerId/{ownerId}/input/newsImage/docType/image/contentKey/slider","pathParams":common.common102,"request":{"additionalProperties":false,"properties":{"newsImage":common.common16},"required":["newsImage"],"type":"object"}},{"auth":"bearer","constant":"ADD_FILE_NEWS","contentType":"multipart/form-data","method":"POST","path":"/co2/document/uploadSave/dir/communecter/folder/{folder}/ownerId/{ownerId}}/input/newsFile/docType/file","pathParams":common.common102,"request":{"additionalProperties":false,"properties":{"newsFile":common.common16},"required":["newsFile"],"type":"object"}},{"auth":"bearer","constant":"DELETE_NEWS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/news/co/delete/id/{id}","pathParams":common.common104,"request":{"additionalProperties":false,"properties":{"isLive":common.common105},"required":["isLive"],"type":"object"}},{"auth":"bearer","constant":"UPDATE_NEWS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/news/co/update","request":{"additionalProperties":false,"anyOf":[common.common89,common.common90,common.common91],"else":common.common81,"if":common.common83,"properties":{"idNews":common.common11,"markdownActive":common.common87,"mediaFile":common.common92,"mediaImg":common.common94,"mentions":common.common96,"parentId":common.common1,"parentType":common.common15,"scope":common.common100,"tags":common.common26,"text":common.common1,"type":common.common101},"required":["idNews","scope","markdownActive","parentId","parentType","type"],"then":common.common85,"type":"object"}},{"auth":"bearer","constant":"SHARE_NEWS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/news/co/share","request":{"additionalProperties":false,"else":common.common106,"if":common.common108,"properties":{"childId":common.common11,"childType":common.common15,"comment":common.common1,"connectType":common.common110,"parentId":common.common11,"parentType":common.common101},"required":["parentId","parentType","childId","childType","connectType"],"then":common.common111,"type":"object"}},{"auth":"none","constant":"GET_COMMENTS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/comment/index/type/{type}/id/{id}/json/true","pathParams":common.common113},{"auth":"bearer","constant":"ADD_COMMENTS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/comment/save","request":{"additionalProperties":false,"properties":{"argval":common.common10,"contextId":common.common11,"contextType":common.common115,"mentions":common.common116,"parentCommentId":common.common11,"path":common.common10,"text":common.common1},"required":["text","contextId","contextType"],"type":"object"}},{"auth":"bearer","constant":"DELETE_COMMENTS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/comment/delete/id/{id}","pathParams":common.common104},{"auth":"bearer","constant":"UPDATE_COMMENTS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/comment/update","request":{"additionalProperties":false,"properties":{"id":common.common11,"params":{"properties":{"mentions":common.common116,"text":common.common1},"required":["text"],"type":"object"}},"required":["id","params"],"type":"object"}},{"auth":"none","constant":"SEARCH_TAGS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/api/tags/search?q={q}","pathParams":{"additionalProperties":false,"properties":{"q":common.common1},"required":["q"],"type":"object"}},{"auth":"none","constant":"SHOW_VOTE","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/action/list/type/{type}/id/{id}/actionType/vote/json/true","pathParams":common.common113},{"auth":"none","constant":"GLOBAL_AUTOCOMPLETE","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":{"const":["NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative","projects","citoyens","poi"],"default":["NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative","projects","citoyens","poi"],"items":common.common119,"type":"array"},"fediverse":common.common120,"filters":common.common121,"indexMin":{"const":0,"default":0,"type":"number"},"indexStep":common.common66,"initType":common.common121,"locality":{"additionalProperties":false,"patternProperties":{"^[^\\s]+$":{"additionalProperties":false,"properties":{"id":common.common1,"type":{"enum":["cities","level1"],"type":"string"}},"required":["id","type"],"type":"object"}},"type":"object"},"name":common.common1,"notSourceKey":common.common67,"ranges":{"additionalProperties":false,"patternProperties":{"^[^\\s]+$":common.common122},"type":"object"},"searchTags":common.common27,"searchType":{"items":common.common119,"type":"array"}},"required":["name","searchType","countType","indexMin","indexStep","initType","count","notSourceKey","filters","fediverse"],"type":"object"}},{"auth":"none","constant":"CITY_AUTOCOMPLETE","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"indexMax":{"minimum":5,"type":"integer"},"indexMin":{"minimum":0,"type":"integer"},"locality":common.common121,"name":common.common1,"searchBy":{"const":"ALL","default":"ALL","type":"string"},"searchType":{"const":["cities"],"default":["cities"],"items":{"enum":["cities"],"type":"string"},"type":"array"}},"required":["name","locality","searchType"],"type":"object"}},{"auth":"none","constant":"SUGGESTION_INPUT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"indexMax":{"default":20,"minimum":20,"type":"integer"},"indexMin":common.common124,"name":common.common1,"searchType":{"items":{"enum":["organizations","projects","poi"],"type":"string"},"type":"array"}},"required":["name","searchType","indexMin","indexMax"],"type":"object"}},{"auth":"none","constant":"GET_PROJECTS_NO_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common125,"fediverse":common.common120,"filters":{"additionalProperties":false,"default":{"$or":{"links.contributors.@userId":common.common127,"parent.@userId":common.common127},"links.contributors.@userId":common.common127},"patternProperties":{"^links\\.contributors\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128},"properties":{"$or":{"additionalProperties":false,"maxProperties":2,"minProperties":2,"patternProperties":{"^links\\.contributors\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128,"^parent\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128},"type":"object"}},"required":["$or"],"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common125},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_PROJECTS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/{type}/id/{id}/canSee/true","pathParams":common.common132,"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common125,"fediverse":common.common120,"filters":{"additionalProperties":false,"default":{"$or":{"links.contributors.@{pathParams.id}":common.common127,"parent.@{pathParams.id}":common.common127},"links.contributors.@{pathParams.id}":common.common127},"patternProperties":{"^links\\.contributors\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128},"properties":{"$or":{"additionalProperties":false,"maxProperties":2,"minProperties":2,"patternProperties":{"^links\\.contributors\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128,"^parent\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128},"type":"object"}},"required":["$or"],"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common125},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_POIS_NO_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common134,"fediverse":common.common120,"filters":{"additionalProperties":false,"default":{"parent.@userId":common.common127},"patternProperties":{"^parent\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common134},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_POIS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/{type}/id/{id}/canSee/true","pathParams":common.common132,"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common134,"fediverse":common.common120,"filters":{"additionalProperties":false,"default":{"parent.@{pathParams.id}":common.common127},"patternProperties":{"^parent\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common134},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_ORGANIZATIONS_NO_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common135,"fediverse":common.common120,"filters":{"additionalProperties":false,"default":{"links.members.@userId":common.common127,"links.members.@userId.isInviting":common.common137,"links.members.@userId.toBeValidated":common.common137},"patternProperties":{"^links\\.members\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128,"^links\\.members\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$":common.common138,"^links\\.members\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$":common.common138},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common135},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_ORGANIZATIONS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/{type}/id/{id}/canSee/true","pathParams":{"additionalProperties":false,"else":common.common52,"if":common.common73,"properties":{"id":common.common1,"type":{"default":"citoyens","enum":["citoyens","organizations"],"type":"string"}},"required":["type","id"],"then":common.common69,"type":"object"},"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common135,"fediverse":common.common120,"filters":{"additionalProperties":false,"default":{"links.members.@{pathParams.id}":common.common127,"links.members.@{pathParams.id}.isInviting":common.common137,"links.members.@{pathParams.id}.toBeValidated":common.common137},"patternProperties":{"^links\\.members\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128,"^links\\.members\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$":common.common138,"^links\\.members\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$":common.common138},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common135},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_MEMBERS_NO_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common141,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[{"not":{"propertyNames":{"pattern":"^(?!links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)$)"}}},{"not":{"propertyNames":{"pattern":"^(?!links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$)"}}}],"patternProperties":{"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$":common.common128,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$":common.common128,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$":common.common143,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$":common.common145,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$":common.common138},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common141},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_MEMBERS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/organizations/id/{id}/canSee/true","pathParams":common.common104,"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common141,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[{"not":{"propertyNames":{"pattern":"^(?!links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$)"}}}],"default":{"links.memberOf.@{pathParams.id}":common.common127,"links.memberOf.@{pathParams.id}.isInviting":common.common137,"links.memberOf.@{pathParams.id}.toBeValidated":common.common137},"patternProperties":{"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$":common.common128,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$":common.common128,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$":common.common143,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$":common.common145,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$":common.common143},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common141},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_FRIENDS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/citoyens/id/{id}/canSee/true","pathParams":common.common6,"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common148,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[{"not":{"propertyNames":{"pattern":"^(?!links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$)"}}}],"default":{"links.friends.@{pathParams.id}":common.common127,"links.friends.@{pathParams.id}.isInviting":common.common137,"links.friends.@{pathParams.id}.toBeValidated":common.common137},"patternProperties":{"^links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128,"^links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$":common.common143,"^links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$":common.common143},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common148},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_SUBSCRIPTIONS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common150,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[common.common152],"default":{"links.followers.@userId":common.common127,"links.followers.@{userId}.isInviting":common.common137,"links.followers.@{userId}.toBeValidated":common.common137},"patternProperties":common.common155,"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common150},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_SUBSCRIPTIONS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/citoyens/id/{id}/canSee/true","pathParams":common.common6,"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common150,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[common.common152],"default":{"links.followers.@{pathParams.id}":common.common127,"links.followers.@{pathParams.id}.isInviting":common.common137,"links.followers.@{pathParams.id}.toBeValidated":common.common137},"patternProperties":common.common155,"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common150},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_SUBSCRIBERS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common148,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[common.common156],"default":{"links.follows.@userId":common.common127,"links.follows.@{userId}.isInviting":common.common137,"links.follows.@{userId}.toBeValidated":common.common137},"patternProperties":{"^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128,"^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$":common.common138,"^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$":common.common138},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common148},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_SUBSCRIBERS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/{type}/id/{id}/canSee/true","pathParams":{"additionalProperties":false,"allOf":[{"else":common.common52,"if":common.common73,"then":common.common69}],"properties":{"id":common.common1,"type":{"default":"citoyens","enum":["citoyens","organizations","projects"],"type":"string"}},"required":["type","id"],"type":"object"},"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common148,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[common.common156],"default":{"links.follows.@{pathParams.id}":common.common127},"maxProperties":1,"minProperties":1,"patternProperties":{"^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common148},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_CONTRIBUTORS_NO_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common141,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[{"not":{"propertyNames":{"pattern":"^(?!links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)$)"}}},{"not":{"propertyNames":{"pattern":"^(?!links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$)"}}}],"patternProperties":{"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128,"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$":common.common128,"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$":common.common128,"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$":common.common143,"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$":common.common145,"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$":common.common138},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common141},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_CONTRIBUTORS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/projects/id/{id}/canSee/true","pathParams":common.common104,"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common141,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[{"not":{"propertyNames":{"pattern":"^(?!links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$)"}}}],"default":{"links.projects.@{pathParams.id}":common.common127,"links.projects.@{pathParams.id}.isInviting":common.common137,"links.projects.@{pathParams.id}.toBeValidated":common.common137},"patternProperties":{"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128,"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$":common.common128,"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$":common.common128,"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$":common.common143,"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$":common.common145,"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$":common.common143},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common141},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_BADGES","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common159,"fediverse":common.common120,"filters":{"properties":{"$or":{"additionalProperties":false,"minProperties":1,"patternProperties":{"^issuer\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128},"type":"object"},"isParcours":common.common3,"preferences.private":common.common120},"required":["preferences.private"],"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common159},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_BADGES_FILTERS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common161,"fediverse":common.common120,"fields":common.common159,"filters":{"oneOf":[{"additionalProperties":false,"maxProperties":1,"minProperties":1,"patternProperties":{"badges\\.(?:[a-f0-9]{24}|@\\w+)$":common.common163}},{"additionalProperties":false,"maxProperties":3,"minProperties":3,"patternProperties":{"badges\\.(?:[a-f0-9]{24}|@\\w+)$":common.common163,"badges\\.(?:[a-f0-9]{24}|@\\w+)\\.attenteEmetteur$":common.common166,"badges\\.(?:[a-f0-9]{24}|@\\w+)\\.attenteRecepteur$":common.common166}},{"additionalProperties":false,"maxProperties":2,"minProperties":2,"patternProperties":common.common169},{"additionalProperties":false,"maxProperties":1,"minProperties":1,"properties":{"$or":{"additionalProperties":false,"maxProperties":2,"minProperties":2,"patternProperties":common.common169,"type":"object"}},"required":["$or"]},{"additionalProperties":false,"maxProperties":1,"minProperties":1,"patternProperties":{"badges\\.(?:[a-f0-9]{24}|@\\w+)\\.revoke$":common.common165}},{"additionalProperties":false,"maxProperties":1,"minProperties":1,"patternProperties":{"badges\\.(?:[a-f0-9]{24}|@\\w+)\\.attenteEmetteur$":common.common163}}],"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"ranges":{"additionalProperties":false,"default":{"Cooperative":common.common170,"GovernmentOrganization":common.common170,"Group":common.common170,"LocalBusiness":common.common170,"NGO":common.common170,"citoyens":common.common170,"projects":common.common170},"maxProperties":7,"minProperties":7,"patternProperties":{"^[a-zA-Z][a-zA-Z0-9]*$":common.common122},"type":"object"},"searchType":common.common161},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"CONNECT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/link/connect","request":{"additionalProperties":false,"allOf":[{"if":common.common83,"then":{"properties":{"connectType":{"const":"friend","default":"friend"}}}},{"if":common.common171,"then":{"properties":{"connectType":{"enum":["admin","member"]}}}},{"if":common.common173,"then":{"properties":{"connectType":{"enum":["admin","contributor"]}}}},{"if":common.common175,"then":{"properties":{"connectType":{"default":"attendee","enum":["attendee","connect"]}}}}],"properties":{"childId":common.common178,"childType":common.common179,"connectType":{"enum":["admin","member","contributor","attendee","friend","connect"],"type":"string"},"parentId":common.common11,"parentType":common.common180},"required":["childId","childType","parentType","parentId","connectType"],"type":"object"}},{"auth":"bearer","constant":"DISCONNECT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/link/disconnect","request":{"additionalProperties":false,"allOf":[{"if":common.common83,"then":{"properties":{"connectType":{"default":"friends","enum":["friends","followers"]}}}},{"if":common.common171,"then":{"properties":{"connectType":{"default":"members","enum":["members","followers"]}}}},{"if":common.common173,"then":{"properties":{"connectType":{"default":"contributors","enum":["contributors","followers"]}}}},{"if":common.common175,"then":{"properties":{"connectType":{"default":"attendees","enum":["attendees","followers"]}}}}],"properties":{"childId":common.common178,"childType":common.common179,"connectType":{"enum":["members","contributors","attendees","friends","followers"],"type":"string"},"parentId":common.common11,"parentType":common.common180},"required":["childId","childType","parentType","parentId","connectType"],"type":"object"}},{"auth":"none","constant":"GET_ELEMENTS_KEY","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/slug/getinfo/key/{slug}","pathParams":{"additionalProperties":false,"properties":{"slug":{"pattern":"^([a-zA-Z0-9-_]+)$","type":"string"}},"required":["slug"],"type":"object"}},{"auth":"bearer","constant":"GET_FAVORIS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/app/config/type/citoyens/id/{id}/json/true","pathParams":common.common6},{"auth":"bearer","constant":"DELETE_FAVORIS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updatepathvalue?index={index}","pathParams":{"properties":{"index":common.common66},"type":"object"},"request":{"additionalProperties":false,"properties":{"collection":common.common181,"id":common.common182,"path":{"const":"preferences.search.@{pathParams.index}","default":"preferences.search.@{pathParams.index}","type":"string"},"pull":{"const":"preferences.search","type":"string"},"value":common.common121},"required":["id","collection","path","pull","value"],"type":"object"}},{"auth":"bearer","constant":"ADD_FAVORIS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updatepathvalue","request":{"additionalProperties":false,"properties":{"arrayForm":common.common165,"collection":common.common181,"id":common.common182,"path":{"const":"preferences.search","default":"preferences.search","type":"string"},"value":{"additionalProperties":false,"properties":{"description":common.common1,"locality":{"patternProperties":{"^[a-f0-9]{24}$":{"additionalProperties":false,"properties":common.common45,"required":["name","type"]}},"type":"object"},"name":common.common1,"tags":common.common27,"url":common.common1},"required":["url","name"],"type":"object"}},"required":["id","collection","path","arrayForm","value"],"type":"object"}},{"auth":"bearer","constant":"ADD_ORGANIZATION","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/save","request":{"additionalProperties":false,"properties":{"address":common.common55,"collection":{"const":"organizations","default":"organizations","type":"string"},"email":common.common2,"geo":common.common59,"geoPosition":common.common63,"id":common.common11,"key":{"const":"organization","default":"organization","type":"string"},"name":{"minLength":3,"type":"string"},"preferences":common.common183,"role":{"enum":["admin","member"],"type":"string"},"scope":common.common121,"shortDescription":common.common1,"tags":common.common27,"type":{"enum":["NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative"],"type":"string"},"url":common.common4},"required":["id","collection","key","name","type","role","scope"],"type":"object"}},{"auth":"bearer","constant":"ADD_PROJECT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/save","request":{"additionalProperties":false,"properties":{"address":common.common55,"collection":{"const":"projects","default":"projects","type":"string"},"geo":common.common59,"geoPosition":common.common63,"id":common.common11,"key":{"const":"project","default":"project","type":"string"},"name":common.common1,"parent":common.common186,"preferences":{"default":{"crowdfunding":true,"isOpenData":false,"isOpenEdition":false},"properties":{"crowdfunding":common.common87,"isOpenData":common.common105,"isOpenEdition":common.common105},"required":["isOpenData","isOpenEdition"],"type":"object"},"public":common.common87,"scope":common.common121,"shortDescription":common.common1,"tags":common.common27,"url":common.common4},"required":["id","collection","key","parent","name","public","scope"],"type":"object"}},{"auth":"bearer","constant":"ADD_POI","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/save","request":{"additionalProperties":false,"properties":{"address":common.common55,"collection":common.common191,"description":common.common1,"geo":common.common59,"geoPosition":common.common63,"id":common.common11,"key":common.common191,"name":common.common1,"parent":common.common186,"scope":common.common121,"tags":common.common27,"type":common.common49,"urls":common.common27},"required":["id","collection","key","parent","type","name"],"type":"object"}},{"auth":"bearer","constant":"ADD_EVENT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/save","request":{"additionalProperties":false,"else":{"required":["openingHours"]},"if":{"properties":{"recurrency":common.common140}},"properties":{"address":common.common55,"collection":common.common192,"email":common.common2,"endDate":common.common193,"geo":common.common59,"geoPosition":common.common63,"id":common.common11,"key":{"const":"event","default":"event","type":"string"},"name":common.common1,"openingHours":{"default":["","","","","","",""],"items":{"anyOf":[{"const":"","type":"string"},{"additionalProperties":false,"properties":{"dayOfWeek":{"enum":["Mo","Tu","We","Th","Fr","Sa","Su"],"type":"string"},"hours":{"default":[],"items":{"additionalProperties":false,"properties":{"closes":common.common194,"opens":common.common194},"required":["opens","closes"],"type":"object"},"type":"array"}},"required":["dayOfWeek","hours"],"type":"object"}]},"maxItems":7,"minItems":7,"type":"array"},"organizer":common.common186,"parent":{"additionalProperties":false,"patternProperties":common.common189,"type":"object"},"preferences":{"default":{"isOpenData":false,"isOpenEdition":false},"properties":{"isOpenData":common.common105,"isOpenEdition":common.common105},"required":["isOpenData","isOpenEdition"],"type":"object"},"public":common.common87,"recurrency":common.common105,"scope":common.common121,"shortDescription":common.common1,"startDate":common.common193,"tags":common.common27,"timeZone":common.common1,"type":common.common195,"url":common.common4},"required":["id","collection","key","organizer","type","name","scope"],"startBeforeEnd":true,"then":{"required":["startDate","endDate"]},"type":"object"}},{"auth":"bearer","constant":"DELETE_POI","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/delete/type/poi/id/{id}","pathParams":common.common104,"request":common.common8},{"auth":"bearer","constant":"DELETE_EVENT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/delete/type/events/id/{id}/","pathParams":common.common104,"request":common.common8},{"auth":"bearer","constant":"DELETE_ELEMENT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/delete/type/{type}/id/{id}","pathParams":{"additionalProperties":false,"properties":{"id":common.common11,"type":common.common1},"required":["type","id"],"type":"object"},"request":common.common8},{"auth":"bearer","constant":"ADD_IMAGE_ELEMENT","contentType":"multipart/form-data","method":"POST","path":"/co2/document/upload-save/dir/communecter/folder/{folder}/ownerId/{ownerId}/input/qqfile/docType/image/contentKey/profil","pathParams":{"additionalProperties":false,"properties":{"folder":{"enum":["badges","events"],"type":"string"},"ownerId":common.common11},"required":["folder","ownerId"],"type":"object"},"request":{"additionalProperties":false,"properties":{"qqfile":common.common16,"qqfilename":common.common1,"qqtotalfilesize":common.common196,"qquuid":common.common11},"required":["qquuid","qqfilename","qqtotalfilesize","qqfile"],"type":"object"}},{"auth":"bearer","constant":"LINK_VALIDATE","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/link/validate","request":{"additionalProperties":false,"properties":{"childId":common.common5,"childType":common.common41,"linkOption":{"enum":["isInviting","toBeValidated","isAdminPending"],"type":"string"},"parentId":common.common11,"parentType":common.common180},"required":["childId","childType","parentType","parentId"],"type":"object"}},{"auth":"none","constant":"SEARCH_MEMBER_AUTOCOMPLETE","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/searchmemberautocomplete","request":{"additionalProperties":false,"properties":{"search":common.common1,"searchMode":{"default":"personOnly","enum":["personOnly","organizationOnly","mixte"],"type":"string"}},"required":["search","searchMode"],"type":"object"}},{"auth":"bearer","constant":"GET_NOTIFICATIONS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/notification/getnotifications/type/{type}/id/{id}","pathParams":common.common197,"request":{"additionalProperties":false,"properties":{"indexMin":common.common88},"type":"object"}},{"auth":"bearer","constant":"GET_NOTIFICATIONS_COUNT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/notification/getnotifications/type/{type}/id/{id}","pathParams":common.common197,"request":{"additionalProperties":false,"properties":{"refreshTimestamp":common.common196},"type":"object"}},{"auth":"bearer","constant":"NOTIFICATION_UPDATE","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/notification/update","request":{"additionalProperties":false,"properties":{"action":{"enum":["seen","read"],"type":"string"},"all":common.common67},"required":["action","all"],"type":"object"}},{"auth":"bearer","constant":"REMOVE_ALL_NOTIFICATIONS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/notification/removeall"},{"auth":"bearer","constant":"MARK_NOTIFICATION_AS_READ","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/notification/marknotificationasread","request":common.common104},{"auth":"none","constant":"ACTIVITYPUB_SEARCH","contentType":"application/x-www-form-urlencoded","method":"GET","params":[common.common16],"path":"/api/activitypub/search?address={address}","pathParams":{"additionalProperties":false,"properties":{"address":common.common1},"required":["address"],"type":"object"}},{"auth":"bearer","constant":"ACTIVITYPUB_LINK","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/api/activitypub/link","request":{"additionalProperties":false,"properties":{"action":{"enum":["undo_follow","accept_invitation","reject_invitation","undo_accept","undo_request_follow","follow","remove_follow","accept_follower","reject_follower","remove_follower","remove_invitation"],"type":"string"},"actor":{"additionalProperties":false,"properties":{"id":common.common1,"name":common.common1,"type":{"enum":["person"],"type":"string"}},"required":["id","type","name"],"type":"object"},"payload":common.common4},"required":["action","payload","actor"],"type":"object"}},{"auth":"none","constant":"ACTIVITYPUB_GET_COMMUNITY","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/api/activitypub/getcommunity/userId/${userId}/type/${type}/actor/person","pathParams":{"additionalProperties":false,"properties":{"type":{"enum":["follows","followers"],"type":"string"},"userId":common.common11},"required":["userId","type"],"type":"object"}},{"auth":"none","constant":"GET_BADGE","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/app/page/type/badges/id/{id}/json/true","pathParams":common.common104},{"auth":"none","constant":"GET_EMETTEUR_BADGES","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/app/badge/json/true"},{"auth":"bearer","constant":"ADD_BADGES","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/save","request":{"additionalProperties":false,"properties":{"collection":common.common200,"criteria":{"additionalProperties":false,"properties":{"narrative":common.common1},"required":["narrative"],"type":"object"},"description":common.common1,"id":common.common11,"isParcours":common.common105,"issuer":{"additionalProperties":false,"patternProperties":{"^(?:[a-f0-9]{24}|@userId)$":{"additionalProperties":false,"properties":{"name":common.common1,"type":{"enum":["citoyens","organizations","projects"],"type":"string"}},"required":["type"],"type":"object"}},"type":"object"},"key":common.common201,"name":common.common1,"parent":{"additionalProperties":false,"patternProperties":{"^[a-f0-9]{24}$":{"additionalProperties":false,"properties":{"name":common.common1,"type":common.common200},"required":["type"],"type":"object"}},"type":"object"},"preferences":common.common183,"public":common.common87,"scope":common.common121,"tags":common.common27},"required":["id","collection","key","name","public","scope","issuer","criteria"],"type":"object"}},{"auth":"bearer","constant":"ASSIGN_BADGES","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/badges/assign","request":{"additionalProperties":false,"properties":{"award":{"patternProperties":{"^[0-9a-f]{24}$":common.common44},"type":"object"},"badgeId":common.common11,"collection":common.common200,"evidences":{"items":{"additionalProperties":false,"properties":{"narative":common.common1,"url":common.common4},"required":["narative"],"type":"object"},"type":"array"},"key":common.common201,"narative":common.common1,"scope":common.common121},"required":["key","collection","badgeId","award"],"type":"object"}},{"auth":"none","constant":"GET_EVENTS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/agenda","request":{"additionalProperties":false,"properties":{"count":common.common105,"countType":{"const":["events"],"default":["events"],"type":"array"},"endDateUTC":common.common193,"fediverse":common.common105,"indexMin":common.common88,"indexStep":{"default":100,"type":"integer"},"locality":{"patternProperties":{"^[^\\s]+$":{"type":"object"}},"type":"object"},"name":common.common1,"searchType":{"const":["events"],"default":["events"],"items":common.common1,"type":"array"},"startDate":common.common66,"startDateUTC":common.common193,"type":common.common195},"required":["searchType","indexMin","indexStep","startDate","startDateUTC","fediverse"],"type":"object"}},{"auth":"bearer","constant":"SHARE_EVENTS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/news/co/share","request":{"additionalProperties":false,"else":common.common106,"if":common.common108,"properties":{"childId":common.common11,"childType":common.common15,"comment":common.common1,"connectType":common.common110,"parentId":common.common11,"parentType":common.common192},"required":["parentId","childId","childType","connectType","parentType"],"then":common.common111,"type":"object"}},{"auth":"bearer","constant":"INVITE_EVENT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/link/multiconnect","request":{"additionalProperties":false,"else":common.common81,"if":common.common83,"properties":{"listInvite":{"additionalProperties":false,"minProperties":1,"properties":{"citoyens":common.common202,"invites":{"patternProperties":{"^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$":{"additionalProperties":false,"properties":{"email":common.common2,"isAdmin":common.common206,"msg":common.common1,"name":common.common1,"roles":common.common27},"required":["name","email"],"type":"object"}},"type":"object"},"organizations":common.common202,"projects":common.common202},"type":"object"},"parentId":common.common1,"parentType":common.common15},"required":["parentId","parentType","listInvite"],"then":common.common85,"type":"object"}},{"auth":"bearer","constant":"FOLLOW","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/link/follow","request":{"additionalProperties":false,"properties":{"childId":common.common178,"childType":common.common179,"parentId":common.common11,"parentType":common.common180},"required":["childId","childType","parentType","parentId"],"type":"object"}}]};
|
|
5
|
+
export default {"endpoints":[{"auth":"none","constant":"PERSON_REGISTER","contentType":"application/x-www-form-urlencoded","generateModule":"UserNoAuth","method":"POST","onlyAuthNone":true,"path":"/co2/person/register","request":{"additionalProperties":false,"properties":{"app":common.common1,"email":common.common2,"isInvitation":common.common3,"mode":common.common1,"name":common.common1,"pendingUserId":common.common1,"pwd":common.common1,"username":common.common1},"required":["name","username","email","pwd"],"type":"object"}},{"auth":"none","constant":"AUTHENTICATE_URL","contentType":"application/json","generateModule":"UserNoAuth","method":"POST","onlyAuthNone":true,"path":"/api/cocolight/authenticate","postActions":[{"path":"accessToken","type":"setToken"},{"path":"refreshToken","type":"setRefreshToken"},{"event":"userLoggedIn","path":"user","type":"emitEvent"}],"request":{"additionalProperties":false,"properties":{"email":common.common2,"password":common.common1},"required":["email","password"],"type":"object"}},{"auth":"none","constant":"REFRESH_TOKEN_URL","contentType":"application/json","method":"POST","path":"/api/cocolight/refreshtoken","request":{"additionalProperties":false,"properties":{"refreshToken":common.common1},"required":["refreshToken"],"type":"object"}},{"auth":"bearer","constant":"ME_INFO_URL","contentType":"application/json","method":"POST","path":"/api/cocolight/me"},{"auth":"none","constant":"PASSWORD_RECOVERY","contentType":"application/x-www-form-urlencoded","generateModule":"UserNoAuth","method":"POST","onlyAuthNone":true,"path":"/co2/person/sendemail","request":{"additionalProperties":false,"properties":{"email":common.common2,"type":{"const":"password","default":"password","type":"string"}},"required":["email","type"],"type":"object"}},{"auth":"bearer","constant":"SERVER_EXCHANGE_TOKEN","contentType":"application/json","method":"POST","path":"/api/cocolight/exchangetoken","request":{"additionalProperties":false,"properties":{"serverUrl":common.common4},"required":["serverUrl"],"type":"object"}},{"auth":"bearer","constant":"CHANGE_PASSWORD","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/person/changepassword","request":{"additionalProperties":false,"properties":{"mode":{"const":"changePassword","default":"changePassword","type":"string"},"newPassword":common.common1,"newPassword2":common.common1,"oldPassword":common.common1,"scope":{"default":"","type":["string"]},"userId":common.common5},"required":["mode","userId","oldPassword","newPassword","newPassword2"],"type":"object"}},{"auth":"bearer","constant":"DELETE_ACCOUNT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/delete/id/{id}/type/citoyens","pathParams":common.common6,"postActions":[{"type":"resetSession"},{"event":"accountDeleted","path":null,"type":"emitEvent"}],"request":common.common8},{"auth":"bearer","constant":"UPDATE_SETTINGS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updatesettings","request":{"additionalProperties":false,"allOf":[{"else":{"properties":{"idEntity":common.common11}},"if":{"properties":{"typeEntity":common.common12}},"then":{"properties":{"idEntity":common.common5}}},{"if":{"properties":{"type":{"enum":["birthDate","email","locality","phone","directory"]},"typeEntity":common.common12}},"then":{"properties":{"value":{"enum":["private","public","mask"],"type":"string"}}}},{"if":{"properties":{"type":{"enum":["activitypub","isOpenData"]},"typeEntity":common.common12}},"then":common.common13},{"if":{"properties":{"type":{"enum":["isOpenData","isOpenEdition","private","feedback"]},"typeEntity":{"not":common.common12}}},"then":common.common13}],"properties":{"idEntity":common.common1,"type":common.common1,"typeEntity":common.common15,"value":common.common16},"required":["type","value","typeEntity","idEntity"],"type":"object"}},{"auth":"bearer","constant":"UPDATE_BLOCK_DESCRIPTION","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updateblock/","request":{"additionalProperties":false,"allOf":[common.common17,{"anyOf":[{"properties":{"description":common.common23},"required":["description"]},{"properties":{"shortDescription":common.common23},"required":["shortDescription"]}]}],"properties":{"block":{"const":"descriptions","default":"descriptions","type":"string"},"descMentions":common.common10,"description":common.common1,"id":common.common1,"scope":{"default":"","type":["string","null"]},"shortDescription":common.common1,"typeElement":common.common25},"required":["block","typeElement","id"],"type":"object"}},{"auth":"bearer","constant":"UPDATE_BLOCK_INFO","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updateblock/","request":{"$defs":{"sharedFields":{"email":common.common2,"name":common.common1,"tags":common.common26,"url":common.common4}},"allOf":[{"if":common.common20,"then":{"additionalProperties":false,"anyOf":[common.common29,{"properties":{"birthDate":common.common23},"required":["birthDate"]},{"properties":{"fixe":common.common23},"required":["fixe"]},{"properties":{"mobile":common.common23},"required":["mobile"]},common.common31,common.common33,common.common35],"properties":{"birthDate":{"format":"date","type":"string"},"block":common.common37,"email":common.common38,"fixe":common.common1,"id":common.common5,"mobile":common.common1,"name":common.common39,"scope":common.common10,"tags":common.common40,"typeElement":common.common41,"url":common.common42}}},{"if":{"properties":{"typeElement":common.common43}},"then":{"additionalProperties":false,"anyOf":[common.common29,common.common31,common.common33,common.common35,{"properties":{"avancement":common.common23},"required":["avancement"]},{"properties":{"parent":common.common23},"required":["parent"]}],"properties":{"avancement":{"enum":["abandoned","concept","development","production","started","testing","idea","mature","qa","finished"],"type":"string"},"block":common.common37,"email":common.common38,"id":common.common1,"name":common.common39,"parent":{"additionalProperties":false,"patternProperties":{"^[a-fA-F0-9]{24}$":common.common44},"type":"object"},"scope":common.common10,"tags":common.common40,"typeElement":{"default":"citoyens","enum":["projects"],"type":"string"},"url":common.common42}}},{"if":{"properties":{"typeElement":common.common46}},"then":{"additionalProperties":false,"anyOf":[common.common29,common.common31,common.common33,common.common35,common.common47],"properties":{"block":common.common37,"email":common.common38,"id":common.common1,"name":common.common39,"scope":common.common10,"tags":common.common40,"type":{"enum":["NGO","Cooperative","LocalBusiness","GovernmentOrganizationautre"],"type":"string"},"typeElement":{"enum":["organizations"],"type":"string"},"url":common.common42}}},{"if":{"properties":{"typeElement":{"const":"poi"}}},"then":{"additionalProperties":false,"anyOf":[common.common29,common.common31,common.common33,common.common35,common.common47,{"properties":{"urls":common.common23},"required":["urls"]}],"properties":{"block":common.common37,"email":common.common38,"id":common.common1,"name":common.common39,"scope":common.common10,"tags":common.common40,"type":common.common49,"typeElement":common.common50,"url":common.common42,"urls":common.common27}}}],"properties":{"block":common.common37,"id":common.common1,"scope":common.common10,"typeElement":common.common25},"required":["block","typeElement","id"],"type":"object"}},{"auth":"bearer","constant":"UPDATE_BLOCK_SOCIAL","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updateblock/","request":{"$defs":{"socialField":{"anyOf":[common.common28,common.common4]}},"allOf":[common.common17,{"anyOf":[{"properties":{"gitlab":common.common23},"required":["gitlab"]},{"properties":{"github":common.common23},"required":["github"]},{"properties":{"twitter":common.common23},"required":["twitter"]},{"properties":{"facebook":common.common23},"required":["facebook"]},{"properties":{"instagram":common.common23},"required":["instagram"]},{"properties":{"diaspora":common.common23},"required":["diaspora"]},{"properties":{"mastodon":common.common23},"required":["mastodon"]},{"properties":{"telegram":common.common23},"required":["telegram"]},{"properties":{"signal":common.common23},"required":["signal"]}]}],"properties":{"block":{"const":"network","default":"network","type":"string"},"diaspora":common.common51,"facebook":common.common51,"github":common.common51,"gitlab":common.common51,"id":common.common1,"instagram":common.common51,"mastodon":common.common51,"scope":common.common10,"signal":common.common51,"telegram":common.common51,"twitter":common.common51,"typeElement":common.common15},"required":["block","typeElement","id"],"type":"object"}},{"auth":"bearer","constant":"UPDATE_BLOCK_LOCALITY","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updateblock/","request":{"else":common.common52,"if":common.common20,"properties":{"address":common.common55,"block":{"const":"localities","default":"localities","type":"string"},"geo":common.common59,"geoPosition":common.common63,"id":common.common1,"scope":common.common10,"typeElement":common.common25},"required":["block","typeElement","id","address"],"then":common.common69,"type":"object"}},{"auth":"bearer","constant":"UPDATE_BLOCK_SLUG","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updateblock/","request":{"else":common.common52,"if":common.common20,"properties":{"block":common.common37,"id":common.common1,"scope":common.common10,"slug":common.common72,"typeElement":common.common25},"required":["block","typeElement","id","slug"],"then":common.common69,"type":"object"}},{"auth":"bearer","constant":"CHECK","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/slug/check","request":{"additionalProperties":false,"else":common.common52,"if":common.common73,"properties":{"block":common.common37,"id":common.common1,"slug":common.common72,"type":common.common15},"required":["block","type","id","slug"],"then":common.common69,"type":"object"}},{"auth":"bearer","constant":"PROFIL_IMAGE","contentType":"multipart/form-data","method":"POST","path":"/co2/document/upload-save/dir/communecter/folder/{folder}/ownerId/{ownerId}/input/profil_avatar/contentKey/profil/docType/image","pathParams":{"additionalProperties":false,"else":common.common75,"if":common.common77,"properties":{"folder":{"default":"citoyens","enum":["citoyens","projects","organizations","events","poi"],"type":"string"},"ownerId":common.common1},"required":["folder","ownerId"],"then":common.common79,"type":"object"},"request":{"additionalProperties":false,"properties":{"profil_avatar":common.common16},"required":["profil_avatar"],"type":"object"}},{"auth":"none","constant":"GET_ELEMENTS_ABOUT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/about/type/{type}/id/{id}/json/true","pathParams":{"additionalProperties":false,"else":common.common52,"if":common.common73,"properties":{"id":common.common1,"type":{"default":"citoyens","enum":["citoyens","projects","organizations","events","poi","badges"],"type":"string"}},"required":["type","id"],"then":common.common69,"type":"object"},"request":{"additionalProperties":false,"properties":{"tpl":{"const":"ficheInfoElement","default":"ficheInfoElement","type":"string"}},"required":["tpl"],"type":"object"}},{"auth":"bearer","constant":"MULTICONNECT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/link/multiconnect","request":{"additionalProperties":false,"else":common.common81,"if":common.common83,"properties":{"listInvite":{"additionalProperties":false,"patternProperties":{"^(citoyens|projects|organizations)$":{"additionalProperties":false,"patternProperties":{"^[0-9a-fA-F]{24}$":{"additionalProperties":false,"properties":{"name":common.common1},"required":["name"],"type":"object"}},"type":"object"}},"type":"object"},"parentId":common.common1,"parentType":common.common15},"required":["parentId","parentType","listInvite"],"then":common.common85,"type":"object"}},{"auth":"none","constant":"GET_NEWS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/news/co/get/type/{type}/id/{id}/isLive/{isLive}/json/true","pathParams":{"additionalProperties":false,"else":common.common52,"if":common.common73,"properties":{"id":common.common1,"isLive":common.common87,"type":common.common15},"required":["isLive","type","id"],"then":common.common69,"type":"object"},"request":{"additionalProperties":false,"properties":{"dateLimit":common.common88,"indexStep":{"default":12,"type":"integer"},"search":{"additionalProperties":false,"properties":{"name":common.common10},"required":["name"],"type":"object"}},"required":["dateLimit","indexStep"],"type":"object"}},{"auth":"none","constant":"GET_NEWS_BY_ID","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/news/co/getbyids","request":{"additionalProperties":false,"properties":{"ids":{"items":common.common11,"type":"array"}},"required":["ids"],"type":"object"}},{"auth":"bearer","constant":"ADD_NEWS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/news/co/save","request":{"additionalProperties":false,"anyOf":[common.common89,common.common90,common.common91],"else":common.common81,"if":common.common83,"properties":{"json":common.common67,"markdownActive":common.common87,"mediaFile":common.common92,"mediaImg":common.common94,"mentions":common.common96,"parentId":common.common1,"parentType":common.common15,"scope":common.common100,"tags":common.common26,"text":common.common1,"type":common.common101},"required":["scope","markdownActive","parentId","parentType","type","json"],"then":common.common85,"type":"object"}},{"auth":"bearer","constant":"ADD_IMAGE_NEWS","contentType":"multipart/form-data","method":"POST","path":"/co2/document/uploadSave/dir/communecter/folder/{folder}/ownerId/{ownerId}/input/newsImage/docType/image/contentKey/slider","pathParams":common.common102,"request":{"additionalProperties":false,"properties":{"newsImage":common.common16},"required":["newsImage"],"type":"object"}},{"auth":"bearer","constant":"ADD_FILE_NEWS","contentType":"multipart/form-data","method":"POST","path":"/co2/document/uploadSave/dir/communecter/folder/{folder}/ownerId/{ownerId}}/input/newsFile/docType/file","pathParams":common.common102,"request":{"additionalProperties":false,"properties":{"newsFile":common.common16},"required":["newsFile"],"type":"object"}},{"auth":"bearer","constant":"DELETE_NEWS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/news/co/delete/id/{id}","pathParams":common.common104,"request":{"additionalProperties":false,"properties":{"isLive":common.common105},"required":["isLive"],"type":"object"}},{"auth":"bearer","constant":"UPDATE_NEWS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/news/co/update","request":{"additionalProperties":false,"anyOf":[common.common89,common.common90,common.common91],"else":common.common81,"if":common.common83,"properties":{"idNews":common.common11,"markdownActive":common.common87,"mediaFile":common.common92,"mediaImg":common.common94,"mentions":common.common96,"parentId":common.common1,"parentType":common.common15,"scope":common.common100,"tags":common.common26,"text":common.common1,"type":common.common101},"required":["idNews","scope","markdownActive","parentId","parentType","type"],"then":common.common85,"type":"object"}},{"auth":"bearer","constant":"SHARE_NEWS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/news/co/share","request":{"additionalProperties":false,"else":common.common106,"if":common.common108,"properties":{"childId":common.common11,"childType":common.common15,"comment":common.common1,"connectType":common.common110,"parentId":common.common11,"parentType":common.common101},"required":["parentId","parentType","childId","childType","connectType"],"then":common.common111,"type":"object"}},{"auth":"none","constant":"GET_COMMENTS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/comment/index/type/{type}/id/{id}/json/true","pathParams":common.common113},{"auth":"bearer","constant":"ADD_COMMENTS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/comment/save","request":{"additionalProperties":false,"properties":{"argval":common.common10,"contextId":common.common11,"contextType":common.common115,"mentions":common.common116,"parentCommentId":common.common11,"path":common.common10,"text":common.common1},"required":["text","contextId","contextType"],"type":"object"}},{"auth":"bearer","constant":"DELETE_COMMENTS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/comment/delete/id/{id}","pathParams":common.common104},{"auth":"bearer","constant":"UPDATE_COMMENTS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/comment/update","request":{"additionalProperties":false,"properties":{"id":common.common11,"params":{"properties":{"mentions":common.common116,"text":common.common1},"required":["text"],"type":"object"}},"required":["id","params"],"type":"object"}},{"auth":"none","constant":"SEARCH_TAGS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/api/tags/search?q={q}","pathParams":{"additionalProperties":false,"properties":{"q":common.common1},"required":["q"],"type":"object"}},{"auth":"none","constant":"SHOW_VOTE","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/action/list/type/{type}/id/{id}/actionType/vote/json/true","pathParams":common.common113},{"auth":"none","constant":"GLOBAL_AUTOCOMPLETE","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":{"const":["NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative","projects","citoyens","poi"],"default":["NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative","projects","citoyens","poi"],"items":common.common119,"type":"array"},"fediverse":common.common120,"filters":common.common121,"indexMin":{"const":0,"default":0,"type":"number"},"indexStep":common.common66,"initType":common.common121,"locality":{"additionalProperties":false,"patternProperties":{"^[^\\s]+$":{"additionalProperties":false,"properties":{"id":common.common1,"type":{"enum":["cities","level1"],"type":"string"}},"required":["id","type"],"type":"object"}},"type":"object"},"name":common.common1,"notSourceKey":common.common67,"ranges":{"additionalProperties":false,"patternProperties":{"^[^\\s]+$":common.common122},"type":"object"},"searchTags":common.common27,"searchType":{"items":common.common119,"type":"array"}},"required":["name","searchType","countType","indexMin","indexStep","initType","count","notSourceKey","filters","fediverse"],"type":"object"}},{"auth":"none","constant":"CITY_AUTOCOMPLETE","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"indexMax":{"minimum":5,"type":"integer"},"indexMin":{"minimum":0,"type":"integer"},"locality":common.common121,"name":common.common1,"searchBy":{"const":"ALL","default":"ALL","type":"string"},"searchType":{"const":["cities"],"default":["cities"],"items":{"enum":["cities"],"type":"string"},"type":"array"}},"required":["name","locality","searchType"],"type":"object"}},{"auth":"none","constant":"SUGGESTION_INPUT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"indexMax":{"default":20,"minimum":20,"type":"integer"},"indexMin":common.common124,"name":common.common1,"searchType":{"items":{"enum":["organizations","projects","poi"],"type":"string"},"type":"array"}},"required":["name","searchType","indexMin","indexMax"],"type":"object"}},{"auth":"none","constant":"GET_PROJECTS_NO_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common125,"fediverse":common.common120,"filters":{"additionalProperties":false,"default":{"$or":{"links.contributors.@userId":common.common127,"parent.@userId":common.common127},"links.contributors.@userId":common.common127},"patternProperties":{"^links\\.contributors\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128},"properties":{"$or":{"additionalProperties":false,"maxProperties":2,"minProperties":2,"patternProperties":{"^links\\.contributors\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128,"^parent\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128},"type":"object"}},"required":["$or"],"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common125},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_PROJECTS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/{type}/id/{id}/canSee/true","pathParams":common.common132,"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common125,"fediverse":common.common120,"filters":{"additionalProperties":false,"default":{"$or":{"links.contributors.@{pathParams.id}":common.common127,"parent.@{pathParams.id}":common.common127},"links.contributors.@{pathParams.id}":common.common127},"patternProperties":{"^links\\.contributors\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128},"properties":{"$or":{"additionalProperties":false,"maxProperties":2,"minProperties":2,"patternProperties":{"^links\\.contributors\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128,"^parent\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128},"type":"object"}},"required":["$or"],"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common125},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_POIS_NO_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common134,"fediverse":common.common120,"filters":{"additionalProperties":false,"default":{"parent.@userId":common.common127},"patternProperties":{"^parent\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common134},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_POIS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/{type}/id/{id}/canSee/true","pathParams":common.common132,"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common134,"fediverse":common.common120,"filters":{"additionalProperties":false,"default":{"parent.@{pathParams.id}":common.common127},"patternProperties":{"^parent\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common134},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_ORGANIZATIONS_NO_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common135,"fediverse":common.common120,"filters":{"additionalProperties":false,"default":{"links.members.@userId":common.common127,"links.members.@userId.isInviting":common.common137,"links.members.@userId.toBeValidated":common.common137},"patternProperties":{"^links\\.members\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128,"^links\\.members\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$":common.common138,"^links\\.members\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$":common.common138},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common135},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_ORGANIZATIONS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/{type}/id/{id}/canSee/true","pathParams":{"additionalProperties":false,"else":common.common52,"if":common.common73,"properties":{"id":common.common1,"type":{"default":"citoyens","enum":["citoyens","organizations"],"type":"string"}},"required":["type","id"],"then":common.common69,"type":"object"},"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common135,"fediverse":common.common120,"filters":{"additionalProperties":false,"default":{"links.members.@{pathParams.id}":common.common127,"links.members.@{pathParams.id}.isInviting":common.common137,"links.members.@{pathParams.id}.toBeValidated":common.common137},"patternProperties":{"^links\\.members\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128,"^links\\.members\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$":common.common138,"^links\\.members\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$":common.common138},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common135},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_MEMBERS_NO_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common141,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[{"not":{"propertyNames":{"pattern":"^(?!links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)$)"}}},{"not":{"propertyNames":{"pattern":"^(?!links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$)"}}}],"patternProperties":{"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$":common.common128,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$":common.common128,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$":common.common143,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$":common.common145,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$":common.common138},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common141},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_MEMBERS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/organizations/id/{id}/canSee/true","pathParams":common.common104,"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common141,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[{"not":{"propertyNames":{"pattern":"^(?!links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$)"}}}],"default":{"links.memberOf.@{pathParams.id}":common.common127,"links.memberOf.@{pathParams.id}.isInviting":common.common137,"links.memberOf.@{pathParams.id}.toBeValidated":common.common137},"patternProperties":{"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$":common.common128,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$":common.common128,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$":common.common143,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$":common.common145,"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$":common.common143},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common141},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_FRIENDS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/citoyens/id/{id}/canSee/true","pathParams":common.common6,"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common148,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[{"not":{"propertyNames":{"pattern":"^(?!links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$)"}}}],"default":{"links.friends.@{pathParams.id}":common.common127,"links.friends.@{pathParams.id}.isInviting":common.common137,"links.friends.@{pathParams.id}.toBeValidated":common.common137},"patternProperties":{"^links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128,"^links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$":common.common143,"^links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$":common.common143},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common148},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_SUBSCRIPTIONS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common150,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[common.common152],"default":{"links.followers.@userId":common.common127,"links.followers.@{userId}.isInviting":common.common137,"links.followers.@{userId}.toBeValidated":common.common137},"patternProperties":common.common155,"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common150},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_SUBSCRIPTIONS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/citoyens/id/{id}/canSee/true","pathParams":common.common6,"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common150,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[common.common152],"default":{"links.followers.@{pathParams.id}":common.common127,"links.followers.@{pathParams.id}.isInviting":common.common137,"links.followers.@{pathParams.id}.toBeValidated":common.common137},"patternProperties":common.common155,"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common150},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_SUBSCRIBERS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common148,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[common.common156],"default":{"links.follows.@userId":common.common127,"links.follows.@{userId}.isInviting":common.common137,"links.follows.@{userId}.toBeValidated":common.common137},"patternProperties":{"^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128,"^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$":common.common138,"^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$":common.common138},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common148},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_SUBSCRIBERS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/{type}/id/{id}/canSee/true","pathParams":{"additionalProperties":false,"allOf":[{"else":common.common52,"if":common.common73,"then":common.common69}],"properties":{"id":common.common1,"type":{"default":"citoyens","enum":["citoyens","organizations","projects"],"type":"string"}},"required":["type","id"],"type":"object"},"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common148,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[common.common156],"default":{"links.follows.@{pathParams.id}":common.common127},"maxProperties":1,"minProperties":1,"patternProperties":{"^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common148},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_CONTRIBUTORS_NO_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common141,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[{"not":{"propertyNames":{"pattern":"^(?!links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)$)"}}},{"not":{"propertyNames":{"pattern":"^(?!links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$)"}}}],"patternProperties":{"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128,"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$":common.common128,"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$":common.common128,"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$":common.common143,"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$":common.common145,"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$":common.common138},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common141},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"GET_CONTRIBUTORS_ADMIN","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocompleteadmin/type/projects/id/{id}/canSee/true","pathParams":common.common104,"request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common141,"fediverse":common.common120,"filters":{"additionalProperties":false,"allOf":[{"not":{"propertyNames":{"pattern":"^(?!links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$)"}}}],"default":{"links.projects.@{pathParams.id}":common.common127,"links.projects.@{pathParams.id}.isInviting":common.common137,"links.projects.@{pathParams.id}.toBeValidated":common.common137},"patternProperties":{"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$":common.common128,"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$":common.common128,"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$":common.common128,"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$":common.common143,"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$":common.common145,"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$":common.common143},"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common141},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_BADGES","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common159,"fediverse":common.common120,"filters":{"properties":{"$or":{"additionalProperties":false,"minProperties":1,"patternProperties":{"^issuer\\.(?:[a-f0-9]{24}|@\\w+)$":common.common128},"type":"object"},"isParcours":common.common3,"preferences.private":common.common120},"required":["preferences.private"],"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"searchType":common.common159},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","filters","locality","fediverse"],"type":"object"}},{"auth":"none","constant":"GET_BADGES_FILTERS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/globalautocomplete","request":{"additionalProperties":false,"properties":{"count":common.common67,"countType":common.common161,"fediverse":common.common120,"fields":common.common159,"filters":{"oneOf":[{"additionalProperties":false,"maxProperties":1,"minProperties":1,"patternProperties":{"badges\\.(?:[a-f0-9]{24}|@\\w+)$":common.common163}},{"additionalProperties":false,"maxProperties":3,"minProperties":3,"patternProperties":{"badges\\.(?:[a-f0-9]{24}|@\\w+)$":common.common163,"badges\\.(?:[a-f0-9]{24}|@\\w+)\\.attenteEmetteur$":common.common166,"badges\\.(?:[a-f0-9]{24}|@\\w+)\\.attenteRecepteur$":common.common166}},{"additionalProperties":false,"maxProperties":2,"minProperties":2,"patternProperties":common.common169},{"additionalProperties":false,"maxProperties":1,"minProperties":1,"properties":{"$or":{"additionalProperties":false,"maxProperties":2,"minProperties":2,"patternProperties":common.common169,"type":"object"}},"required":["$or"]},{"additionalProperties":false,"maxProperties":1,"minProperties":1,"patternProperties":{"badges\\.(?:[a-f0-9]{24}|@\\w+)\\.revoke$":common.common165}},{"additionalProperties":false,"maxProperties":1,"minProperties":1,"patternProperties":{"badges\\.(?:[a-f0-9]{24}|@\\w+)\\.attenteEmetteur$":common.common163}}],"type":"object"},"indexMin":common.common124,"indexStep":common.common131,"initType":common.common121,"locality":common.common121,"name":common.common1,"notSourceKey":common.common67,"ranges":{"additionalProperties":false,"default":{"Cooperative":common.common170,"GovernmentOrganization":common.common170,"Group":common.common170,"LocalBusiness":common.common170,"NGO":common.common170,"citoyens":common.common170,"projects":common.common170},"maxProperties":7,"minProperties":7,"patternProperties":{"^[a-zA-Z][a-zA-Z0-9]*$":common.common122},"type":"object"},"searchType":common.common161},"required":["searchType","indexMin","initType","count","countType","indexStep","notSourceKey","locality","fediverse"],"type":"object"}},{"auth":"bearer","constant":"CONNECT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/link/connect","request":{"additionalProperties":false,"allOf":[{"if":common.common83,"then":{"properties":{"connectType":{"const":"friend","default":"friend"}}}},{"if":common.common171,"then":{"properties":{"connectType":{"enum":["admin","member"]}}}},{"if":common.common173,"then":{"properties":{"connectType":{"enum":["admin","contributor"]}}}},{"if":common.common175,"then":{"properties":{"connectType":{"default":"attendee","enum":["attendee","connect"]}}}}],"properties":{"childId":common.common178,"childType":common.common179,"connectType":{"enum":["admin","member","contributor","attendee","friend","connect"],"type":"string"},"parentId":common.common11,"parentType":common.common180},"required":["childId","childType","parentType","parentId","connectType"],"type":"object"}},{"auth":"bearer","constant":"DISCONNECT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/link/disconnect","request":{"additionalProperties":false,"allOf":[{"if":common.common83,"then":{"properties":{"connectType":{"default":"friends","enum":["friends","followers"]}}}},{"if":common.common171,"then":{"properties":{"connectType":{"default":"members","enum":["members","followers"]}}}},{"if":common.common173,"then":{"properties":{"connectType":{"default":"contributors","enum":["contributors","followers"]}}}},{"if":common.common175,"then":{"properties":{"connectType":{"default":"attendees","enum":["attendees","followers"]}}}}],"properties":{"childId":common.common178,"childType":common.common179,"connectType":{"enum":["members","contributors","attendees","friends","followers"],"type":"string"},"parentId":common.common11,"parentType":common.common180},"required":["childId","childType","parentType","parentId","connectType"],"type":"object"}},{"auth":"none","constant":"GET_ELEMENTS_KEY","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/slug/getinfo/key/{slug}","pathParams":{"additionalProperties":false,"properties":{"slug":{"pattern":"^([a-zA-Z0-9-_]+)$","type":"string"}},"required":["slug"],"type":"object"}},{"auth":"bearer","constant":"GET_FAVORIS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/app/config/type/citoyens/id/{id}/json/true","pathParams":common.common6},{"auth":"bearer","constant":"DELETE_FAVORIS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updatepathvalue?index={index}","pathParams":{"properties":{"index":common.common66},"type":"object"},"request":{"additionalProperties":false,"properties":{"collection":common.common181,"id":common.common182,"path":{"const":"preferences.search.@{pathParams.index}","default":"preferences.search.@{pathParams.index}","type":"string"},"pull":{"const":"preferences.search","type":"string"},"value":common.common121},"required":["id","collection","path","pull","value"],"type":"object"}},{"auth":"bearer","constant":"ADD_FAVORIS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/updatepathvalue","request":{"additionalProperties":false,"properties":{"arrayForm":common.common165,"collection":common.common181,"id":common.common182,"path":{"const":"preferences.search","default":"preferences.search","type":"string"},"value":{"additionalProperties":false,"properties":{"description":common.common1,"locality":{"patternProperties":{"^[a-f0-9]{24}$":{"additionalProperties":false,"properties":common.common45,"required":["name","type"]}},"type":"object"},"name":common.common1,"tags":common.common27,"url":common.common1},"required":["url","name"],"type":"object"}},"required":["id","collection","path","arrayForm","value"],"type":"object"}},{"auth":"bearer","constant":"ADD_ORGANIZATION","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/save","request":{"additionalProperties":false,"properties":{"address":common.common55,"collection":{"const":"organizations","default":"organizations","type":"string"},"email":common.common2,"geo":common.common59,"geoPosition":common.common63,"id":common.common11,"key":{"const":"organization","default":"organization","type":"string"},"name":{"minLength":3,"type":"string"},"preferences":common.common183,"role":{"enum":["admin","member"],"type":"string"},"scope":common.common121,"shortDescription":common.common1,"tags":common.common27,"type":{"enum":["NGO","LocalBusiness","Group","GovernmentOrganization","Cooperative"],"type":"string"},"url":common.common4},"required":["id","collection","key","name","type","role","scope"],"type":"object"}},{"auth":"bearer","constant":"ADD_PROJECT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/save","request":{"additionalProperties":false,"properties":{"address":common.common55,"collection":{"const":"projects","default":"projects","type":"string"},"geo":common.common59,"geoPosition":common.common63,"id":common.common11,"key":{"const":"project","default":"project","type":"string"},"name":common.common1,"parent":common.common186,"preferences":{"default":{"crowdfunding":true,"isOpenData":false,"isOpenEdition":false},"properties":{"crowdfunding":common.common87,"isOpenData":common.common105,"isOpenEdition":common.common105},"required":["isOpenData","isOpenEdition"],"type":"object"},"public":common.common87,"scope":common.common121,"shortDescription":common.common1,"tags":common.common27,"url":common.common4},"required":["id","collection","key","parent","name","public","scope"],"type":"object"}},{"auth":"bearer","constant":"ADD_POI","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/save","request":{"additionalProperties":false,"properties":{"address":common.common55,"collection":common.common191,"description":common.common1,"geo":common.common59,"geoPosition":common.common63,"id":common.common11,"key":common.common191,"name":common.common1,"parent":common.common186,"scope":common.common121,"tags":common.common27,"type":common.common49,"urls":common.common27},"required":["id","collection","key","parent","type","name"],"type":"object"}},{"auth":"bearer","constant":"ADD_EVENT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/save","request":{"additionalProperties":false,"else":{"required":["openingHours"]},"if":{"properties":{"recurrency":common.common140}},"properties":{"address":common.common55,"collection":common.common192,"email":common.common2,"endDate":common.common193,"geo":common.common59,"geoPosition":common.common63,"id":common.common11,"key":{"const":"event","default":"event","type":"string"},"name":common.common1,"openingHours":{"default":["","","","","","",""],"items":{"anyOf":[{"const":"","type":"string"},{"additionalProperties":false,"properties":{"dayOfWeek":{"enum":["Mo","Tu","We","Th","Fr","Sa","Su"],"type":"string"},"hours":{"default":[],"items":{"additionalProperties":false,"properties":{"closes":common.common194,"opens":common.common194},"required":["opens","closes"],"type":"object"},"type":"array"}},"required":["dayOfWeek","hours"],"type":"object"}]},"maxItems":7,"minItems":7,"type":"array"},"organizer":common.common186,"parent":{"additionalProperties":false,"patternProperties":common.common189,"type":"object"},"preferences":{"default":{"isOpenData":false,"isOpenEdition":false},"properties":{"isOpenData":common.common105,"isOpenEdition":common.common105},"required":["isOpenData","isOpenEdition"],"type":"object"},"public":common.common87,"recurrency":common.common105,"scope":common.common121,"shortDescription":common.common1,"startDate":common.common193,"tags":common.common27,"timeZone":common.common1,"type":common.common195,"url":common.common4},"required":["id","collection","key","organizer","type","name","scope"],"startBeforeEnd":true,"then":{"required":["startDate","endDate"]},"type":"object"}},{"auth":"bearer","constant":"DELETE_POI","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/delete/type/poi/id/{id}","pathParams":common.common104,"request":common.common8},{"auth":"bearer","constant":"DELETE_EVENT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/delete/type/events/id/{id}/","pathParams":common.common104,"request":common.common8},{"auth":"bearer","constant":"DELETE_ELEMENT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/delete/type/{type}/id/{id}","pathParams":{"additionalProperties":false,"properties":{"id":common.common11,"type":common.common1},"required":["type","id"],"type":"object"},"request":common.common8},{"auth":"bearer","constant":"ADD_IMAGE_ELEMENT","contentType":"multipart/form-data","method":"POST","path":"/co2/document/upload-save/dir/communecter/folder/{folder}/ownerId/{ownerId}/input/qqfile/docType/image/contentKey/profil","pathParams":{"additionalProperties":false,"properties":{"folder":{"enum":["badges","events"],"type":"string"},"ownerId":common.common11},"required":["folder","ownerId"],"type":"object"},"request":{"additionalProperties":false,"properties":{"qqfile":common.common16,"qqfilename":common.common1,"qqtotalfilesize":common.common196,"qquuid":common.common11},"required":["qquuid","qqfilename","qqtotalfilesize","qqfile"],"type":"object"}},{"auth":"bearer","constant":"LINK_VALIDATE","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/link/validate","request":{"additionalProperties":false,"properties":{"childId":common.common5,"childType":common.common41,"linkOption":{"enum":["isInviting","toBeValidated","isAdminPending"],"type":"string"},"parentId":common.common11,"parentType":common.common180},"required":["childId","childType","parentType","parentId"],"type":"object"}},{"auth":"none","constant":"SEARCH_MEMBER_AUTOCOMPLETE","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/searchmemberautocomplete","request":{"additionalProperties":false,"properties":{"search":common.common1,"searchMode":{"default":"personOnly","enum":["personOnly","organizationOnly","mixte"],"type":"string"}},"required":["search","searchMode"],"type":"object"}},{"auth":"bearer","constant":"GET_NOTIFICATIONS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/notification/getnotifications/type/{type}/id/{id}","pathParams":common.common197,"request":{"additionalProperties":false,"properties":{"indexMin":common.common88},"type":"object"}},{"auth":"bearer","constant":"GET_NOTIFICATIONS_COUNT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/notification/getnotifications/type/{type}/id/{id}","pathParams":common.common197,"request":{"additionalProperties":false,"properties":{"refreshTimestamp":common.common196},"type":"object"}},{"auth":"bearer","constant":"NOTIFICATION_UPDATE","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/notification/update","request":{"additionalProperties":false,"properties":{"action":{"enum":["seen","read"],"type":"string"},"all":common.common67},"required":["action","all"],"type":"object"}},{"auth":"bearer","constant":"REMOVE_ALL_NOTIFICATIONS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/notification/removeall"},{"auth":"bearer","constant":"MARK_NOTIFICATION_AS_READ","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/notification/marknotificationasread","request":common.common104},{"auth":"none","constant":"ACTIVITYPUB_SEARCH","contentType":"application/x-www-form-urlencoded","method":"GET","params":[common.common16],"path":"/api/activitypub/search?address={address}","pathParams":{"additionalProperties":false,"properties":{"address":common.common1},"required":["address"],"type":"object"}},{"auth":"bearer","constant":"ACTIVITYPUB_LINK","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/api/activitypub/link","request":{"additionalProperties":false,"properties":{"action":{"enum":["undo_follow","accept_invitation","reject_invitation","undo_accept","undo_request_follow","follow","remove_follow","accept_follower","reject_follower","remove_follower","remove_invitation"],"type":"string"},"actor":{"additionalProperties":false,"properties":{"id":common.common1,"name":common.common1,"type":{"enum":["person"],"type":"string"}},"required":["id","type","name"],"type":"object"},"payload":common.common4},"required":["action","payload","actor"],"type":"object"}},{"auth":"none","constant":"ACTIVITYPUB_GET_COMMUNITY","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/api/activitypub/getcommunity/userId/${userId}/type/${type}/actor/person","pathParams":{"additionalProperties":false,"properties":{"type":{"enum":["follows","followers"],"type":"string"},"userId":common.common11},"required":["userId","type"],"type":"object"}},{"auth":"none","constant":"GET_BADGE","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/app/page/type/badges/id/{id}/json/true","pathParams":common.common104},{"auth":"none","constant":"GET_EMETTEUR_BADGES","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/app/badge/json/true"},{"auth":"bearer","constant":"ADD_BADGES","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/element/save","request":{"additionalProperties":false,"properties":{"collection":common.common200,"criteria":{"additionalProperties":false,"properties":{"narrative":common.common1},"required":["narrative"],"type":"object"},"description":common.common1,"id":common.common11,"isParcours":common.common105,"issuer":{"additionalProperties":false,"patternProperties":{"^(?:[a-f0-9]{24}|@userId)$":{"additionalProperties":false,"properties":{"name":common.common1,"type":{"enum":["citoyens","organizations","projects"],"type":"string"}},"required":["type"],"type":"object"}},"type":"object"},"key":common.common201,"name":common.common1,"parent":{"additionalProperties":false,"patternProperties":{"^[a-f0-9]{24}$":{"additionalProperties":false,"properties":{"name":common.common1,"type":common.common200},"required":["type"],"type":"object"}},"type":"object"},"preferences":common.common183,"public":common.common87,"scope":common.common121,"tags":common.common27},"required":["id","collection","key","name","public","scope","issuer","criteria"],"type":"object"}},{"auth":"bearer","constant":"ASSIGN_BADGES","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/badges/assign","request":{"additionalProperties":false,"properties":{"award":{"patternProperties":{"^[0-9a-f]{24}$":common.common44},"type":"object"},"badgeId":common.common11,"collection":common.common200,"evidences":{"items":{"additionalProperties":false,"properties":{"narative":common.common1,"url":common.common4},"required":["narative"],"type":"object"},"type":"array"},"key":common.common201,"narative":common.common1,"scope":common.common121},"required":["key","collection","badgeId","award"],"type":"object"}},{"auth":"none","constant":"GET_EVENTS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/search/agenda","request":{"additionalProperties":false,"properties":{"count":common.common105,"countType":{"const":["events"],"default":["events"],"type":"array"},"endDateUTC":common.common193,"fediverse":common.common105,"indexMin":common.common88,"indexStep":{"default":100,"type":"integer"},"locality":{"patternProperties":{"^[^\\s]+$":{"type":"object"}},"type":"object"},"name":common.common1,"searchType":{"const":["events"],"default":["events"],"items":common.common1,"type":"array"},"startDate":common.common66,"startDateUTC":common.common193,"type":common.common195},"required":["searchType","indexMin","indexStep","startDate","startDateUTC","fediverse"],"type":"object"}},{"auth":"bearer","constant":"SHARE_EVENTS","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/news/co/share","request":{"additionalProperties":false,"else":common.common106,"if":common.common108,"properties":{"childId":common.common11,"childType":common.common15,"comment":common.common1,"connectType":common.common110,"parentId":common.common11,"parentType":common.common192},"required":["parentId","childId","childType","connectType","parentType"],"then":common.common111,"type":"object"}},{"auth":"bearer","constant":"INVITE_EVENT","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/link/multiconnect","request":{"additionalProperties":false,"else":common.common81,"if":common.common83,"properties":{"listInvite":{"additionalProperties":false,"minProperties":1,"properties":{"citoyens":common.common202,"invites":{"patternProperties":{"^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$":{"additionalProperties":false,"properties":{"email":common.common2,"isAdmin":common.common206,"msg":common.common1,"name":common.common1,"roles":common.common27},"required":["name","email"],"type":"object"}},"type":"object"},"organizations":common.common202,"projects":common.common202},"type":"object"},"parentId":common.common1,"parentType":common.common15},"required":["parentId","parentType","listInvite"],"then":common.common85,"type":"object"}},{"auth":"bearer","constant":"FOLLOW","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/link/follow","request":{"additionalProperties":false,"properties":{"childId":common.common178,"childType":common.common179,"parentId":common.common11,"parentType":common.common180},"required":["childId","childType","parentType","parentId"],"type":"object"}},{"auth":"none","constant":"GET_COSTUM_JSON","contentType":"application/x-www-form-urlencoded","method":"POST","path":"/co2/cms/getcostumjson?slug={slug}","pathParams":{"slug":common.common1}}]};
|