Skip to content

Commit

Permalink
Add covalent to metadata schema (#1102)
Browse files Browse the repository at this point in the history
Updates the hardware section of the demo metadata schema to include
`covalent` as a valid entry.

See XanaduAI/pennylane.ai-react#1400 for
reference.
  • Loading branch information
doctorperceptron authored May 16, 2024
1 parent 44191b2 commit 3309266
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion metadata_schemas/objects/hardware.schema.0.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"properties": {
"id": {
"description": "The ID of the hardware vendor",
"enum": ["aws"]
"enum": [
"aws",
"covalent"
]
},
"link": {
"description": "Link to run the demo on the vendor's hardware",
Expand Down

0 comments on commit 3309266

Please sign in to comment.