{ "opencollection": "1.0.0", "info": { "name": "Fence OpenAPI Specification admin/user privacy-policy API", "version": "0.1.0" }, "items": [ { "info": { "name": "privacy-policy", "type": "folder" }, "items": [ { "info": { "name": "Return the full text of the privacy policy for Gen3", "type": "http" }, "http": { "method": "GET", "url": "https://example.domain/privacy-policy" }, "docs": "The privacy policy should contain details about what information our technology collects from users and how it is used. According to the `Accept` header in the request it returns either markdown or raw HTML." } ] } ], "bundled": true }