We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9dda14 commit 27b5d35Copy full SHA for 27b5d35
pokemon_v2/serializers.py
@@ -5732,17 +5732,23 @@ class Meta:
5732
"required": ["name", "url"],
5733
"properties": {
5734
"name": {"type": "string"},
5735
- "url": {"type": "string", "format": "uri"}
5736
- }
+ "url": {
+ "type": "string",
5737
+ "format": "uri",
5738
+ },
5739
5740
},
5741
"base_form_required": {
5742
"type": "object",
5743
"nullable": True,
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
0 commit comments