@yottagraph-app/data-model-skill 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yottagraph-app/data-model-skill",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Data model skill documentation for AI agents - entity types, properties, and schemas from Lovelace fetch sources",
5
5
  "repository": {
6
6
  "type": "git",
@@ -62,12 +62,14 @@ flavors:
62
62
  description: "A news article or press release being processed"
63
63
  display_name: "Article"
64
64
  mergeability: not_mergeable
65
+ strong_id_properties: ["newsdata_id"]
65
66
  passive: true
66
67
 
67
68
  - name: "publication"
68
69
  description: "A news publication or media outlet identified by its home URL"
69
70
  display_name: "Publication"
70
71
  mergeability: not_mergeable
72
+ strong_id_properties: ["homeUrl"]
71
73
  passive: true
72
74
 
73
75
  # =============================================================================
@@ -389,6 +391,14 @@ properties:
389
391
  domain_flavors: ["article"]
390
392
  passive: true
391
393
 
394
+ - name: "newsdata_id"
395
+ type: string
396
+ description: "Unique article identifier from the NewsData API"
397
+ display_name: "NewsData ID"
398
+ mergeability: not_mergeable
399
+ domain_flavors: ["article"]
400
+ passive: true
401
+
392
402
  - name: "title"
393
403
  type: string
394
404
  description: "Title of the entity"