Sign in New API Help About

267 bytes of Python
Created 1 day, 20 hours ago — expires in 6 days
Viewed 66 times
https://dpaste.com/E5TAS2ZSK
COPY TO CLIPBOARD SOFT WRAP RAW TEXT DUPLICATE DIFF EDIT PROPERTIES DELETE
1
2
3
4
5
raise ValueError(values, "config_schema" in values)

# results in

({'type': 'type', 'id': 'id', 'children': [], 'config_schema': {'title': 'Person', 'type': 'object', 'properties': {'name': {'type': 'string', 'description': "The person's first name."}}}}, False)

Share: