@yottagraph-app/data-model-skill 0.0.31 → 0.0.32

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.31",
3
+ "version": "0.0.32",
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",
@@ -65,7 +65,7 @@ properties:
65
65
 
66
66
  - name: "serial_number"
67
67
  type: string
68
- description: "Complete aircraft serial number assigned by the manufacturer"
68
+ description: "Manufacturer serial number of the aircraft"
69
69
  display_name: "Serial Number"
70
70
  mergeability: not_mergeable
71
71
  domain_flavors: ["aircraft"]
@@ -376,6 +376,15 @@ relationships:
376
376
  examples: ["DELTA AIR LINES INC owns aircraft N12345"]
377
377
  passive: true
378
378
 
379
+ - name: "manufactures"
380
+ description: "An organization manufactures or produced an aircraft"
381
+ display_name: "Manufactures"
382
+ mergeability: not_mergeable
383
+ domain_flavors: ["organization"]
384
+ target_flavors: ["aircraft"]
385
+ examples: ["CESSNA manufactures CESSNA 172S (S/N 28-7990244)"]
386
+ passive: true
387
+
379
388
  - name: "is_located_at"
380
389
  description: "An entity is located at, operates in, resides in, is headquartered in, was born in, visits, or died in a location"
381
390
  display_name: "Located At"