Add apiVersion to plugin models (#87510)
This commit is contained in:
committed by
GitHub
parent
2f11cf84e8
commit
d8904f3ca4
@@ -584,6 +584,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"apiVersion": {
|
||||
"type": "string",
|
||||
"description": "[internal only] The API version for the plugin. Used for Datasource API servers. This metadata is temporary and will be removed in the future.",
|
||||
"pattern": "^v([\\d]+)(?:(alpha|beta)([\\d]+))?$"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user