changedOutput schema / properties / result / anyOf
Previous value: -[
- {
- "items": {
- "properties": {
- "age": {
- "type": "string"
- },
- "card_url": {
- "type": "string"
- },
- "source": {
- "type": "string"
- },
- "source_url": {
- "type": "string"
- },
- "summary": {
- "type": "string"
- },
- "title": {
- "type": "string"
- }
- },
- "required": [
- "title",
- "source",
- "card_url",
- "summary",
- "age",
- "source_url"
- ],
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "properties": {
+ "age": {
+ "type": "string"
+ },
+ "card_url": {
+ "type": "string"
+ },
+ "news_id": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ },
+ "source_url": {
+ "type": "string"
+ },
+ "summary": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "news_id",
+ "title",
+ "source",
+ "card_url",
+ "summary",
+ "age",
+ "source_url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]