avatar.json 207 B

1234567891011121314
  1. {
  2. "Avatar": {
  3. "type": "object",
  4. "properties": {
  5. "avatarType": {
  6. "type": "string"
  7. },
  8. "avatarUuid": {
  9. "type": "string",
  10. "nullable": true
  11. }
  12. }
  13. }
  14. }