pub fn validate_schema(schema: &Value) -> Result<(), String>
Validate that a JSON value is a valid JSON Schema.
Returns Ok(()) if the schema is valid, or an error string describing why it is not.
Ok(())