Skip to content

inference.faceswap.v1

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"inference.faceswap.v1"
]
}
}
}