changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of items returned.",
+ "type": "integer"
+ },
+ "items": {
+ "items": {
+ "properties": {
+ "attributionUrl": {
+ "description": "Attribution URL",
+ "type": "string"
+ },
+ "definition": {
+ "description": "Definition text",
+ "type": "string"
+ },
+ "exampleUses": {
+ "description": "Usage examples",
+ "items": {
+ "properties": {
+ "text": {
+ "description": "Example usage text",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "partOfSpeech": {
+ "description": "Part of speech",
+ "type": "string"
+ },
+ "relatedWords": {
+ "description": "Related words",
+ "items": {
+ "properties": {
+ "relationship": {
+ "description": "Relationship type",
+ "type": "string"
+ },
+ "word": {
+ "description": "Related word",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "source": {
+ "description": "Dictionary source",
+ "type": "string"
+ },
+ "sourceDictionary": {
+ "description": "Source dictionary name",
+ "type": "string"
+ },
+ "tags": {
+ "description": "Tags",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "word": {
+ "description": "The word being defined",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items",
+ "count"
+ ],
+ "type": "object"
+}