Skip to content

Commit

Permalink
Improve schema for icons and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswest committed Jul 24, 2023
1 parent 7781b7b commit 624efe9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/app-directory/specification/appd.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,11 @@
"type": "string",
"description": "Image media type. If not present the Desktop Agent may use the src file extension"
}
}
},
"required": [
"src"
],
"additionalProperties": false
},
"Screenshot": {
"description": "Images representing the app in common usage scenarios",
Expand All @@ -633,7 +637,11 @@
"type": "string",
"description": "Optional caption for the image"
}
}
},
"required": [
"src"
],
"additionalProperties": false
},
"Type": {
"type": "string",
Expand Down

0 comments on commit 624efe9

Please sign in to comment.