Skip to content

Commit

Permalink
bugfix: archive spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sasgit-hub committed Feb 19, 2025
1 parent 00f219e commit d5c6d0c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion psconfig/perfsonar-psconfig/doc/psconfig-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,16 @@
"ttl": { "$ref": "#/pSConfig/Duration" },
"_meta": { "$ref": "#/pSConfig/AnyJSON" },
"label": { "type": "string" },
"schema": { "$ref": "#/pSConfig/Cardinal" }
"runs": {
"type": "string",
"enum": [
"all",
"succeeded",
"failed"
]
},
"schema": { "$ref": "#/pSConfig/Cardinal" },
"uri-host": { "$ref": "#/pSConfig/URLHostPort" }
},
"additionalProperties": false,
"required": [ "archiver", "data"]
Expand Down

0 comments on commit d5c6d0c

Please sign in to comment.