|
3 | 3 | "description": "Declaration of authorized sales agents for advertising inventory. Hosted at /.well-known/adagents.json on publisher domains. Can either contain the full structure inline or reference an authoritative URL.", |
4 | 4 | "examples": [ |
5 | 5 | { |
6 | | - "$schema": "https://adcontextprotocol.org/schemas/adagents.json", |
| 6 | + "$schema": "/schemas/latest/adagents.json", |
7 | 7 | "authoritative_location": "https://cdn.example.com/adagents/v2/adagents.json", |
8 | 8 | "last_updated": "2025-01-15T10:00:00Z" |
9 | 9 | }, |
10 | 10 | { |
11 | | - "$schema": "https://adcontextprotocol.org/schemas/adagents.json", |
| 11 | + "$schema": "/schemas/latest/adagents.json", |
12 | 12 | "authorized_agents": [ |
13 | 13 | { |
14 | 14 | "authorization_type": "property_tags", |
|
41 | 41 | } |
42 | 42 | }, |
43 | 43 | { |
44 | | - "$schema": "https://adcontextprotocol.org/schemas/adagents.json", |
| 44 | + "$schema": "/schemas/latest/adagents.json", |
45 | 45 | "authorized_agents": [ |
46 | 46 | { |
47 | 47 | "authorization_type": "property_tags", |
|
135 | 135 | } |
136 | 136 | }, |
137 | 137 | { |
138 | | - "$schema": "https://adcontextprotocol.org/schemas/adagents.json", |
| 138 | + "$schema": "/schemas/latest/adagents.json", |
139 | 139 | "authorized_agents": [ |
140 | 140 | { |
141 | 141 | "authorization_type": "property_tags", |
|
174 | 174 | } |
175 | 175 | }, |
176 | 176 | { |
177 | | - "$schema": "https://adcontextprotocol.org/schemas/adagents.json", |
| 177 | + "$schema": "/schemas/latest/adagents.json", |
178 | 178 | "authorized_agents": [ |
179 | 179 | { |
180 | 180 | "authorization_type": "publisher_properties", |
|
226 | 226 | "description": "URL reference variant - points to the authoritative location of the adagents.json file", |
227 | 227 | "properties": { |
228 | 228 | "$schema": { |
229 | | - "default": "https://adcontextprotocol.org/schemas/adagents.json", |
230 | 229 | "description": "JSON Schema identifier for this adagents.json file", |
231 | 230 | "type": "string" |
232 | 231 | }, |
|
252 | 251 | "description": "Inline structure variant - contains full agent authorization data", |
253 | 252 | "properties": { |
254 | 253 | "$schema": { |
255 | | - "default": "https://adcontextprotocol.org/schemas/adagents.json", |
256 | 254 | "description": "JSON Schema identifier for this adagents.json file", |
257 | 255 | "type": "string" |
258 | 256 | }, |
|
0 commit comments