Last active
December 14, 2021 21:27
-
-
Save paliarush/e34b3db40753c0f1cb288a60eb212d09 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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