Skip to content

Commit 938b3fb

Browse files
authored
Updated type in ai-catalog to ai-registry
1 parent 4a8a6b8 commit 938b3fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎spec/ard.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,13 +638,13 @@ This gives the client full control over the federation topology without requirin
638638
{
639639
"identifier": "urn:air:nlweb.ai:registry:public",
640640
"displayName": "Public Agent Finder",
641-
"type": "application/ai-registry+json",
641+
"type": "application/ai-registry",
642642
"url": "https://finder.nlweb.ai/search"
643643
},
644644
{
645645
"identifier": "urn:air:example.com:registry:travel",
646646
"displayName": "Travel Agent Finder",
647-
"type": "application/ai-registry+json",
647+
"type": "application/ai-registry",
648648
"url": "https://travel.finder.example/search"
649649
}
650650
]

0 commit comments

Comments
 (0)