Skip to content

Commit db3b0f9

Browse files
authored
Fix json5 code block not syntax highlighting (#71)
1 parent 6588ef7 commit db3b0f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/spec-v1/concepts/ai-agents-and-protocols.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ From a technical perspective, an Agent is simply a specialized type of applicati
4141

4242
The following example shows how an Agent is described in an ORD Document:
4343

44-
```json5
44+
```json
4545
{
4646
"agents": [
4747
{
@@ -130,7 +130,7 @@ In ORD, this is modeled by linking the Agent to an **[API Resource](../interface
130130

131131
Here's an example of an A2A API Resource linked to an agent:
132132

133-
```json5
133+
```json
134134
{
135135
"apiResources": [
136136
{
@@ -172,7 +172,7 @@ This is modeled using **[Integration Dependencies](../interfaces/Document#integr
172172

173173
Here's an example of an Integration Dependency for an agent:
174174

175-
```json5
175+
```json
176176
{
177177
"integrationDependencies": [
178178
{

0 commit comments

Comments
 (0)