Skip to content

Commit

Permalink
Add metadata to calm #183 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgough-ms committed May 9, 2024
1 parent d366888 commit f22ad75
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions calm/draft/2024-04/meta/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"items": {
"$ref": "#/defs/relationship"
}
},
"metadata": {
"$ref": "#/defs/metadata"
}
},
"defs": {
Expand Down Expand Up @@ -49,6 +52,9 @@
"items": {
"$ref": "interface.json#/defs/interface-type"
}
},
"metadata": {
"$ref": "#/defs/metadata"
}
},
"required": [
Expand Down Expand Up @@ -112,6 +118,9 @@
},
"authentication": {
"$ref": "#/defs/authentication"
},
"metadata": {
"$ref": "#/defs/metadata"
}
},
"required": [
Expand Down Expand Up @@ -232,6 +241,12 @@
}
}
}
},
"metadata": {
"type": "array",
"items": {
"type": "object"
}
}
}
}

0 comments on commit f22ad75

Please sign in to comment.