Skip to content

Commit 54977e9

Browse files
committed
Fix schema
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 8e1c547 commit 54977e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎agent-schema.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://github.com/docker/docker-agent/blob/main/agent-schema.json",
4-
"title": "Cagent Configuration",
5-
"description": "Configuration schema for Cagent v5",
4+
"title": "Docker Agent Configuration",
5+
"description": "Configuration schema for Docker Agent v6",
66
"type": "object",
77
"properties": {
88
"version": {

0 commit comments

Comments
 (0)