Skip to content

Commit

Permalink
Added ref instead of full decription
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jomier <jjomier@nvidia.com>
  • Loading branch information
jjomier committed Nov 22, 2024
1 parent b7f11b7 commit 3316825
Showing 1 changed file with 2 additions and 92 deletions.
94 changes: 2 additions & 92 deletions applications/metadata.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,98 +55,8 @@
"dependencies"
]
},
"operator": {
"type": "object",
"properties": {
"name": {
"$ref": "holohub/project/v1#/$defs/name"
},
"description": {
"$ref": "holohub/project/v1#/$defs/description"
},
"authors": {
"$refs": "holohub/project/v1#/$defs/authors"
},
"version": {
"$ref": "holohub/project/v1#/$defs/version"
},
"changelog": {
"$ref": "holohub/project/v1#/$defs/changelog"
},
"platforms": {
"$ref": "holohub/project/v1#/$defs/platforms"
},
"tags": {
"$ref": "holohub/project/v1#/$defs/tags"
},
"holoscan_sdk": {
"$ref": "holohub/project/v1#/$defs/sdk_version"
},
"ranking": {
"$ref": "holohub/project/v1#/$defs/ranking"
},
"dependencies": {
"$ref": "holohub/project/v1#/$defs/dependencies"
}
},
"required": [
"name",
"authors",
"version",
"changelog",
"platforms",
"tags",
"holoscan_sdk",
"ranking",
"dependencies"
]
},
"gxf_extension": {
"type": "object",
"properties": {
"name": {
"$ref": "holohub/project/v1#/$defs/name"
},
"description": {
"$ref": "holohub/project/v1#/$defs/description"
},
"authors": {
"$refs": "holohub/project/v1#/$defs/authors"
},
"version": {
"$ref": "holohub/project/v1#/$defs/version"
},
"changelog": {
"$ref": "holohub/project/v1#/$defs/changelog"
},
"platforms": {
"$ref": "holohub/project/v1#/$defs/platforms"
},
"tags": {
"$ref": "holohub/project/v1#/$defs/tags"
},
"gxf_version": {
"$ref": "holohub/project/v1#/$defs/sdk_version"
},
"ranking": {
"$ref": "holohub/project/v1#/$defs/ranking"
},
"dependencies": {
"$ref": "holohub/project/v1#/$defs/dependencies"
}
},
"required": [
"name",
"authors",
"version",
"changelog",
"platforms",
"tags",
"gxf_version",
"ranking",
"dependencies"
]
}
"$ref": "holohub/operator/v1#/properties/operator",
"$ref": "holohub/gxf_extension/v1#/properties/gxf_extension"
},
"oneOf": [
{
Expand Down

0 comments on commit 3316825

Please sign in to comment.