ApiSchemas
MissingReference
One shape from the contract, as it appears on the wire.
Used by agents.promote
Referenced from PromotionUnresolvedEncoded
JSON Schema
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"renamedFrom": {
"type": "string"
}
},
"required": [
"name"
],
"additionalProperties": false
}