changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "model_releases": {
+ "description": "Number of model releases found",
+ "type": "number"
+ },
+ "models": {
+ "description": "Model release developments",
+ "items": {
+ "properties": {
+ "importance": {
+ "description": "Importance level",
+ "type": "string"
+ },
+ "published_at": {
+ "description": "Publication timestamp",
+ "type": "string"
+ },
+ "source": {
+ "description": "Source identifier",
+ "type": "string"
+ },
+ "summary": {
+ "description": "Model description and capabilities",
+ "type": "string"
+ },
+ "tags": {
+ "description": "Associated tags",
+ "type": "array"
+ },
+ "title": {
+ "description": "Model name or release title",
+ "type": "string"
+ },
+ "url": {
+ "description": "Source URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "period": {
+ "description": "Time period description",
+ "type": "string"
+ }
+ },
+ "required": [
+ "period",
+ "model_releases",
+ "models"
+ ],
+ "type": "object"
+}