Skip to content

Commit

Permalink
Add some missing periods.
Browse files Browse the repository at this point in the history
  • Loading branch information
crandmck authored Oct 31, 2024
1 parent a205cfc commit d508323
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _data/ManifestStore_schema_edited.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ManifestStore",
"description": "A Container for a set of Manifests and a ValidationStatus list",
"description": "A Container for a set of Manifests and a ValidationStatus list.",
"type": "object",
"required": [
"manifests"
],
"properties": {
"active_manifest": {
"description": "A label for the active (most recent) manifest in the store",
"description": "A label for the active (most recent) manifest in the store.",
"type": [
"string",
"null"
]
},
"manifests": {
"description": "A HashMap of Manifests",
"description": "A HashMap of Manifests.",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/Manifest"
}
},
"validation_status": {
"description": "ValidationStatus generated when loading the ManifestStore from an asset",
"description": "ValidationStatus generated when loading the ManifestStore from an asset.",
"type": [
"array",
"null"
Expand Down

0 comments on commit d508323

Please sign in to comment.