addedOutput schema / properties
Added value: +{
+ "result": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "description": "Response for data GET and data_query returns.",
+ "properties": {
+ "advisory": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "file": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "format": {
+ "default": "",
+ "type": "string"
+ },
+ "nextCursor": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "paginated": {
+ "default": false,
+ "type": "boolean"
+ },
+ "result": {
+ "default": null,
+ "title": "Result"
+ },
+ "schema_info": {
+ "anyOf": [
+ {
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "url",
+ "source"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "structure_summary": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "success": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "success"
+ ],
+ "type": "object"
+ },
+ {
+ "description": "Response format for schema retrieval.\n\nMoved from server.py -- preserves the alias for 'schema' field\nto match the existing API contract.",
+ "properties": {
+ "file": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "schema": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "schema_file": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "schema_info": {
+ "anyOf": [
+ {
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "url",
+ "source"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "success": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "success",
+ "file",
+ "message"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": true,
+ "description": "Response for data SET/DELETE operations.",
+ "properties": {
+ "file": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "message": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "optimized": {
+ "default": false,
+ "type": "boolean"
+ },
+ "result": {
+ "default": "",
+ "type": "string"
+ },
+ "schema_info": {
+ "anyOf": [
+ {
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "url",
+ "source"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "success": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "success"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": true,
+ "description": "Response for data_type='meta' server info requests.",
+ "properties": {
+ "file": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "start_time_epoch": {
+ "default": 0,
+ "type": "number"
+ },
+ "success": {
+ "type": "boolean"
+ },
+ "uptime_seconds": {
+ "default": 0,
+ "type": "number"
+ },
+ "version": {
+ "default": "",
+ "type": "string"
+ }
+ },
+ "required": [
+ "success"
+ ],
+ "type": "object"
+ }
+ ]
+ }
+}