267 bytes of Python
Created 1 day, 20 hours ago
— expires in 6 days
Viewed
66 times
https://dpaste.com/E5TAS2ZSK
| 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)
|
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)