addedOutput schema / properties / role_readiness
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "authenticated_role": {
+ "type": "string"
+ },
+ "authentication": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "catalog": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "diagnostics": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "operational": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "operational_ready": {
+ "type": "boolean"
+ },
+ "profile_source": {
+ "type": "string"
+ },
+ "role": {
+ "type": "string"
+ },
+ "schema_version": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "degraded",
+ "not_ready"
+ ],
+ "type": "string"
+ },
+ "transport": {
+ "additionalProperties": true,
+ "type": "object"
+ }
+ },
+ "required": [
+ "schema_version",
+ "role",
+ "authenticated_role",
+ "profile_source",
+ "status",
+ "operational_ready",
+ "transport",
+ "authentication",
+ "catalog",
+ "operational",
+ "diagnostics"
+ ],
+ "type": "object"
+}
changedOutput schema / required
Previous value: -[
- "ok",
- "service",
- "schema_version",
- "generated_at",
- "canonical_url",
- "auth",
- "tools"
-]New value: +[
+ "ok",
+ "service",
+ "schema_version",
+ "generated_at",
+ "canonical_url",
+ "auth",
+ "role_readiness",
+ "tools"
+]