pub const CORE_ACTION_DOCS_JSON: &str = r#"{
"version": "1.0.0",
"actions": []
}"#;
pub const ALL_ACTION_DOCS_JSON: &str = r#"{
"version": "1.0.0",
"actions": []
}"#;
pub const CORE_PROVIDER_DOCS_JSON: &str = r#"{
"version": "1.0.0",
"providers": []
}"#;
pub const ALL_PROVIDER_DOCS_JSON: &str = r#"{
"version": "1.0.0",
"providers": []
}"#;
pub const CORE_EVALUATOR_DOCS_JSON: &str = r#"{
"version": "1.0.0",
"evaluators": []
}"#;
pub const ALL_EVALUATOR_DOCS_JSON: &str = r#"{
"version": "1.0.0",
"evaluators": []
}"#;