Skip to content

Instantly share code, notes, and snippets.

@paliarush
Last active December 14, 2021 21:27
Show Gist options
  • Save paliarush/e34b3db40753c0f1cb288a60eb212d09 to your computer and use it in GitHub Desktop.
Save paliarush/e34b3db40753c0f1cb288a60eb212d09 to your computer and use it in GitHub Desktop.
{
"$ref": "#/definitions/IoRuntimeComplexProductExtension",
"definitions": {
"IoRuntimeComplexProductExtension": {
"type": "object",
"title": "Complex product extension",
"description": "Complex product extension field",
"properties": {
"image": {
"type": "string"
},
"text": {
"type": "string"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment