You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.2 KiB
47 lines
1.2 KiB
{ |
|
"openapi": "3.1.0", |
|
"info": { |
|
"title": "comments", |
|
"version": "0.0.1", |
|
"description": "Files app plugin to add comments to files", |
|
"license": { |
|
"name": "agpl", |
|
"identifier": "AGPL-3.0-only" |
|
} |
|
}, |
|
"components": { |
|
"securitySchemes": { |
|
"basic_auth": { |
|
"type": "http", |
|
"scheme": "basic" |
|
}, |
|
"bearer_auth": { |
|
"type": "http", |
|
"scheme": "bearer" |
|
} |
|
}, |
|
"schemas": { |
|
"Capabilities": { |
|
"type": "object", |
|
"required": [ |
|
"files" |
|
], |
|
"properties": { |
|
"files": { |
|
"type": "object", |
|
"required": [ |
|
"comments" |
|
], |
|
"properties": { |
|
"comments": { |
|
"type": "boolean" |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} |
|
}, |
|
"paths": {}, |
|
"tags": [] |
|
} |