Created
February 20, 2015 19:02
-
-
Save andreabalducci/921c3eb1a8d450049acd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| swagger: "2.0", | |
| info: { | |
| version: "v1", | |
| title: "Documenstore api", | |
| description: null, | |
| termsOfService: null, | |
| contact: null, | |
| license: null, | |
| vendorExtensions: {} | |
| }, | |
| host: "localhost:5123", | |
| basePath: null, | |
| schemes: [ | |
| "http" | |
| ], | |
| consumes: null, | |
| produces: null, | |
| paths: { | |
| /config/tenants: { | |
| $ref: null, | |
| get: { | |
| tags: [ | |
| "Config" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Config_GetTenants", | |
| consumes: [], | |
| produces: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml" | |
| ], | |
| parameters: null, | |
| responses: { | |
| 200: { | |
| description: "OK", | |
| schema: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "array", | |
| items: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "string", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| put: null, | |
| post: null, | |
| delete: null, | |
| options: null, | |
| head: null, | |
| patch: null, | |
| parameters: null, | |
| vendorExtensions: {} | |
| }, | |
| /{tenantId}/dashboard: { | |
| $ref: null, | |
| get: { | |
| tags: [ | |
| "Dashboard" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Dashboard_GetStats", | |
| consumes: [], | |
| produces: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml" | |
| ], | |
| parameters: [{ | |
| name: "tenantId", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }], | |
| responses: { | |
| 200: { | |
| description: "OK", | |
| schema: { | |
| $ref: "#/definitions/Object", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| put: null, | |
| post: null, | |
| delete: null, | |
| options: null, | |
| head: null, | |
| patch: null, | |
| parameters: null, | |
| vendorExtensions: {} | |
| }, | |
| /{tenantId}/documents / { | |
| handle | |
| }: { | |
| $ref: null, | |
| get: { | |
| tags: [ | |
| "Documents" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Documents_GetFormatList", | |
| consumes: [], | |
| produces: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml" | |
| ], | |
| parameters: [{ | |
| name: "tenantId", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }, { | |
| name: "handle", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }], | |
| responses: { | |
| 200: { | |
| description: "OK", | |
| schema: { | |
| $ref: "#/definitions/Object", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| put: null, | |
| post: { | |
| tags: [ | |
| "Documents" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Documents_Upload", | |
| consumes: [], | |
| produces: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml" | |
| ], | |
| parameters: [{ | |
| name: "tenantId", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }, { | |
| name: "handle", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }], | |
| responses: { | |
| 200: { | |
| description: "OK", | |
| schema: { | |
| $ref: "#/definitions/Object", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| delete: { | |
| tags: [ | |
| "Documents" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Documents_DeleteFile", | |
| consumes: [], | |
| produces: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml" | |
| ], | |
| parameters: [{ | |
| name: "tenantId", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }, { | |
| name: "handle", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }], | |
| responses: { | |
| 200: { | |
| description: "OK", | |
| schema: { | |
| $ref: "#/definitions/Object", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| options: null, | |
| head: null, | |
| patch: null, | |
| parameters: null, | |
| vendorExtensions: {} | |
| }, | |
| /{tenantId}/documents / addformat / { | |
| format | |
| }: { | |
| $ref: null, | |
| get: null, | |
| put: null, | |
| post: { | |
| tags: [ | |
| "Documents" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Documents_AddFormatToDocument", | |
| consumes: [], | |
| produces: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml" | |
| ], | |
| parameters: [{ | |
| name: "tenantId", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }, { | |
| name: "format", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }], | |
| responses: { | |
| 200: { | |
| description: "OK", | |
| schema: { | |
| $ref: "#/definitions/Object", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| delete: null, | |
| options: null, | |
| head: null, | |
| patch: null, | |
| parameters: null, | |
| vendorExtensions: {} | |
| }, | |
| /{tenantId}/documents / { | |
| handle | |
| } | |
| /@customdata: { | |
| $ref: null, | |
| get: { | |
| tags: [ | |
| "Documents" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Documents_GetCustomData", | |
| consumes: [], | |
| produces: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml" | |
| ], | |
| parameters: [{ | |
| name: "tenantId", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }, { | |
| name: "handle", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }], | |
| responses: { | |
| 200: { | |
| description: "OK", | |
| schema: { | |
| $ref: "#/definitions/Object", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| put: null, | |
| post: null, | |
| delete: null, | |
| options: null, | |
| head: null, | |
| patch: null, | |
| parameters: null, | |
| vendorExtensions: {} | |
| }, | |
| /{tenantId}/documents / { | |
| handle | |
| } | |
| /{format}: { | |
| $ref: null, | |
| get: { | |
| tags: [ | |
| "Documents" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Documents_GetFormat", | |
| consumes: [], | |
| produces: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml" | |
| ], | |
| parameters: [{ | |
| name: "tenantId", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }, { | |
| name: "handle", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }, { | |
| name: "format", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }], | |
| responses: { | |
| 200: { | |
| description: "OK", | |
| schema: { | |
| $ref: "#/definitions/Object", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| put: null, | |
| post: null, | |
| delete: null, | |
| options: null, | |
| head: null, | |
| patch: null, | |
| parameters: null, | |
| vendorExtensions: {} | |
| }, | |
| /{tenantId}/documents / jobs / blob / { | |
| queueName | |
| } | |
| /{jobId}: { | |
| $ref: null, | |
| get: { | |
| tags: [ | |
| "Documents" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Documents_GetBlobForJob", | |
| consumes: [], | |
| produces: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml" | |
| ], | |
| parameters: [{ | |
| name: "tenantId", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }, { | |
| name: "queueName", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }, { | |
| name: "jobId", | |
| in : "path", | |
| description: null, | |
| required: true, | |
| schema: null, | |
| vendorExtensions: {}, | |
| type: "string", | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }], | |
| responses: { | |
| 200: { | |
| description: "OK", | |
| schema: { | |
| $ref: "#/definitions/Object", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| put: null, | |
| post: null, | |
| delete: null, | |
| options: null, | |
| head: null, | |
| patch: null, | |
| parameters: null, | |
| vendorExtensions: {} | |
| }, | |
| /diagnostic/log: { | |
| $ref: null, | |
| get: null, | |
| put: null, | |
| post: { | |
| tags: [ | |
| "Log" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Log_Get", | |
| consumes: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml", | |
| "application/x-www-form-urlencoded" | |
| ], | |
| produces: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml" | |
| ], | |
| parameters: [{ | |
| name: "request", | |
| in : "body", | |
| description: null, | |
| required: true, | |
| schema: { | |
| $ref: "#/definitions/LogSearchRequest", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| vendorExtensions: {}, | |
| type: null, | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }], | |
| responses: { | |
| 200: { | |
| description: "OK", | |
| schema: { | |
| $ref: "#/definitions/LogSearchResponse", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| delete: null, | |
| options: null, | |
| head: null, | |
| patch: null, | |
| parameters: null, | |
| vendorExtensions: {} | |
| }, | |
| /queue/getnextjob: { | |
| $ref: null, | |
| get: null, | |
| put: null, | |
| post: { | |
| tags: [ | |
| "Queue" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Queue_GetNextJob", | |
| consumes: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml", | |
| "application/x-www-form-urlencoded" | |
| ], | |
| produces: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml" | |
| ], | |
| parameters: [{ | |
| name: "parameter", | |
| in : "body", | |
| description: null, | |
| required: true, | |
| schema: { | |
| $ref: "#/definitions/GetNextJobParameter", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| vendorExtensions: {}, | |
| type: null, | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }], | |
| responses: { | |
| 200: { | |
| description: "OK", | |
| schema: { | |
| $ref: "#/definitions/QueuedJobDto", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| delete: null, | |
| options: null, | |
| head: null, | |
| patch: null, | |
| parameters: null, | |
| vendorExtensions: {} | |
| }, | |
| /queue/setjobcomplete: { | |
| $ref: null, | |
| get: null, | |
| put: null, | |
| post: { | |
| tags: [ | |
| "Queue" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Queue_SetComplete", | |
| consumes: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml", | |
| "application/x-www-form-urlencoded" | |
| ], | |
| produces: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml" | |
| ], | |
| parameters: [{ | |
| name: "parameter", | |
| in : "body", | |
| description: null, | |
| required: true, | |
| schema: { | |
| $ref: "#/definitions/FinishedJobParameter", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| vendorExtensions: {}, | |
| type: null, | |
| format: null, | |
| items: null, | |
| collectionFormat: null, | |
| default: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| enum: null, | |
| multipleOf: null | |
| }], | |
| responses: { | |
| 200: { | |
| description: "OK", | |
| schema: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "boolean", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| delete: null, | |
| options: null, | |
| head: null, | |
| patch: null, | |
| parameters: null, | |
| vendorExtensions: {} | |
| }, | |
| /scheduler/start: { | |
| $ref: null, | |
| get: null, | |
| put: null, | |
| post: { | |
| tags: [ | |
| "Scheduler" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Scheduler_Start", | |
| consumes: [], | |
| produces: [], | |
| parameters: null, | |
| responses: { | |
| 204: { | |
| description: "No Content", | |
| schema: null, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| delete: null, | |
| options: null, | |
| head: null, | |
| patch: null, | |
| parameters: null, | |
| vendorExtensions: {} | |
| }, | |
| /scheduler/stop: { | |
| $ref: null, | |
| get: null, | |
| put: null, | |
| post: { | |
| tags: [ | |
| "Scheduler" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Scheduler_Stop", | |
| consumes: [], | |
| produces: [], | |
| parameters: null, | |
| responses: { | |
| 204: { | |
| description: "No Content", | |
| schema: null, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| delete: null, | |
| options: null, | |
| head: null, | |
| patch: null, | |
| parameters: null, | |
| vendorExtensions: {} | |
| }, | |
| /scheduler/running: { | |
| $ref: null, | |
| get: { | |
| tags: [ | |
| "Scheduler" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Scheduler_IsRunning", | |
| consumes: [], | |
| produces: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml" | |
| ], | |
| parameters: null, | |
| responses: { | |
| 200: { | |
| description: "OK", | |
| schema: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "boolean", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| put: null, | |
| post: null, | |
| delete: null, | |
| options: null, | |
| head: null, | |
| patch: null, | |
| parameters: null, | |
| vendorExtensions: {} | |
| }, | |
| /scheduler/stats: { | |
| $ref: null, | |
| get: { | |
| tags: [ | |
| "Scheduler" | |
| ], | |
| summary: null, | |
| description: null, | |
| externalDocs: null, | |
| operationId: "Scheduler_Stats", | |
| consumes: [], | |
| produces: [ | |
| "application/json", | |
| "text/json", | |
| "application/xml", | |
| "text/xml" | |
| ], | |
| parameters: null, | |
| responses: { | |
| 200: { | |
| description: "OK", | |
| schema: { | |
| $ref: "#/definitions/Object", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| headers: null, | |
| examples: null | |
| } | |
| }, | |
| schemes: null, | |
| deprecated: false, | |
| security: null, | |
| vendorExtensions: {} | |
| }, | |
| put: null, | |
| post: null, | |
| delete: null, | |
| options: null, | |
| head: null, | |
| patch: null, | |
| parameters: null, | |
| vendorExtensions: {} | |
| } | |
| }, | |
| definitions: { | |
| object: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "object", | |
| items: null, | |
| allOf: null, | |
| properties: {}, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| logSearchRequest: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "object", | |
| items: null, | |
| allOf: null, | |
| properties: { | |
| level: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "string", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| query: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "string", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| page: { | |
| $ref: null, | |
| format: "int32", | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "integer", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| logsPerPage: { | |
| $ref: null, | |
| format: "int32", | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "integer", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| isEmpty: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "boolean", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: true, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| } | |
| }, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| logSearchResponse: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "object", | |
| items: null, | |
| allOf: null, | |
| properties: { | |
| items: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "array", | |
| items: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "object", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: { | |
| $ref: "Object", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| count: { | |
| $ref: null, | |
| format: "int64", | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "integer", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| } | |
| }, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| getNextJobParameter: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "object", | |
| items: null, | |
| allOf: null, | |
| properties: { | |
| queueName: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "string", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| identity: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "string", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| handle: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "string", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| tenantId: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "string", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| customData: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "object", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: { | |
| $ref: "Object", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| } | |
| }, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| queuedJobDto: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "object", | |
| items: null, | |
| allOf: null, | |
| properties: { | |
| id: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "string", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| parameters: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "object", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "string", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| handleCustomData: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "object", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: { | |
| $ref: "Object", | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: null, | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| } | |
| }, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| finishedJobParameter: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "object", | |
| items: null, | |
| allOf: null, | |
| properties: { | |
| queueName: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "string", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| errorMessage: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "string", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| }, | |
| jobId: { | |
| $ref: null, | |
| format: null, | |
| title: null, | |
| description: null, | |
| default: null, | |
| multipleOf: null, | |
| maximum: null, | |
| exclusiveMaximum: null, | |
| minimum: null, | |
| exclusiveMinimum: null, | |
| maxLength: null, | |
| minLength: null, | |
| pattern: null, | |
| maxItems: null, | |
| minItems: null, | |
| uniqueItems: null, | |
| maxProperties: null, | |
| minProperties: null, | |
| required: null, | |
| enum: null, | |
| type: "string", | |
| items: null, | |
| allOf: null, | |
| properties: null, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| } | |
| }, | |
| additionalProperties: null, | |
| discriminator: null, | |
| readOnly: null, | |
| xml: null, | |
| externalDocs: null, | |
| example: null, | |
| vendorExtensions: {} | |
| } | |
| }, | |
| parameters: null, | |
| responses: null, | |
| securityDefinitions: null, | |
| security: null, | |
| tags: null, | |
| externalDocs: null, | |
| vendorExtensions: {} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment