generated from coulomb/repo-seed
Separated open-cmis-tck and guide-board repositories
This commit is contained in:
26
docs/schemas/raw-artifact.schema.json
Normal file
26
docs/schemas/raw-artifact.schema.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "Guide Board Raw Artifact",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"id",
|
||||
"run_id",
|
||||
"path",
|
||||
"media_type",
|
||||
"producer",
|
||||
"checksum",
|
||||
"created_at",
|
||||
"retention_class"
|
||||
],
|
||||
"properties": {
|
||||
"id": { "type": "string" },
|
||||
"run_id": { "type": "string" },
|
||||
"path": { "type": "string" },
|
||||
"media_type": { "type": "string" },
|
||||
"producer": { "type": "string" },
|
||||
"checksum": { "type": "string" },
|
||||
"created_at": { "type": "string" },
|
||||
"retention_class": { "type": "string" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user