Guest User

Untitled

a guest
Jan 21st, 2023
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. "User14": {
  2. "properties": {
  3. "username": {
  4. "type": "string"
  5. },
  6. "sex": {
  7. "type": "string"
  8. },
  9. "avatar": {
  10. "$ref": "#\/components\/schemas\/Upload20"
  11. },
  12. "background": {
  13. "$ref": "#\/components\/schemas\/Upload20"
  14. },
  15. "status": {
  16. "type": "string"
  17. },
  18. "current_rank": {
  19. "type": "string"
  20. },
  21. "current_color": {
  22. "type": "string"
  23. },
  24. "verified": {
  25. "type": "boolean"
  26. },
  27. "sponsor": {
  28. "type": "boolean"
  29. },
  30. "created_at": {
  31. "type": "string",
  32. "format": "date-time"
  33. },
  34. "_links": {
  35. "properties": {
  36. "self": {
  37. "properties": {
  38. "href": {
  39. "type": "string"
  40. }
  41. },
  42. "type": "object"
  43. },
  44. "follows": {
  45. "properties": {
  46. "href": {
  47. "type": "string"
  48. }
  49. },
  50. "type": "object"
  51. }
  52. },
  53. "readOnly": true
  54. }
  55. },
  56. "type": "object"
  57. }
Add Comment
Please, Sign In to add comment