Add decorated OpenAPI schema files
This commit is contained in:
@@ -259228,10 +259228,8 @@
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"description": "<p>A collection of package manifests</p>",
|
||||
"description": "<p>A collection of package manifests, which are a collection of related dependencies declared in a file or representing a logical group of dependencies.</p>",
|
||||
"additionalProperties": {
|
||||
"title": "manifest",
|
||||
"description": "A collection of related dependencies declared in a file or representing a logical group of dependencies.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
@@ -259320,9 +259318,9 @@
|
||||
"childParamsGroups": []
|
||||
},
|
||||
"resolved": {
|
||||
"type": "object",
|
||||
"description": "<p>A collection of resolved package dependencies.</p>",
|
||||
"additionalProperties": {
|
||||
"title": "Dependency",
|
||||
"description": "A single package dependency.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"package_url": {
|
||||
@@ -259422,14 +259420,14 @@
|
||||
},
|
||||
"name": "resolved",
|
||||
"in": "body",
|
||||
"type": "",
|
||||
"description": "",
|
||||
"rawType": "object",
|
||||
"rawDescription": "A collection of resolved package dependencies.",
|
||||
"isRequired": false,
|
||||
"childParamsGroups": [
|
||||
{
|
||||
"parentName": "resolved",
|
||||
"parentType": "",
|
||||
"id": "resolved-",
|
||||
"parentType": "object",
|
||||
"id": "resolved-object",
|
||||
"params": [
|
||||
{
|
||||
"description": "<p>A user-defined key to represent an item in <code>resolved</code>.</p>",
|
||||
@@ -259532,7 +259530,6 @@
|
||||
},
|
||||
"name": "manifests",
|
||||
"in": "body",
|
||||
"description": "<p>A collection of package manifests, which are a collection of related dependencies declared in a file or representing a logical group of dependencies.</p>",
|
||||
"isRequired": false,
|
||||
"childParamsGroups": [
|
||||
{
|
||||
@@ -259634,9 +259631,9 @@
|
||||
"isRequired": false
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"description": "<p>A collection of resolved package dependencies.</p>",
|
||||
"additionalProperties": {
|
||||
"title": "Dependency",
|
||||
"description": "A single package dependency.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"package_url": {
|
||||
@@ -259736,14 +259733,12 @@
|
||||
},
|
||||
"name": "resolved",
|
||||
"in": "body",
|
||||
"type": "",
|
||||
"description": "",
|
||||
"isRequired": false,
|
||||
"childParamsGroups": [
|
||||
{
|
||||
"parentName": "resolved",
|
||||
"parentType": "",
|
||||
"id": "resolved-",
|
||||
"parentType": "object",
|
||||
"id": "resolved-object",
|
||||
"params": [
|
||||
{
|
||||
"description": "<p>A user-defined key to represent an item in <code>resolved</code>.</p>",
|
||||
@@ -259856,8 +259851,8 @@
|
||||
},
|
||||
{
|
||||
"parentName": "resolved",
|
||||
"parentType": "",
|
||||
"id": "resolved-",
|
||||
"parentType": "object",
|
||||
"id": "resolved-object",
|
||||
"params": [
|
||||
{
|
||||
"description": "<p>A user-defined key to represent an item in <code>resolved</code>.</p>",
|
||||
|
||||
Reference in New Issue
Block a user