Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VelaTest
/
world_data_insights_api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dfc542c
world_data_insights_api
/
api
/
schema.py
Vela
added files
dfc542c
5 months ago
raw
Copy download link
history
blame
Safe
157 Bytes
from
pydantic
import
BaseModel,Field
class
CountryDetails
(
BaseModel
):
country_name:
str
continent:
str
population:
int
area:
int
capital:
str