fix(schema): remove nonexistent targets from URLs

This commit is contained in:
ivan-the-terrible 2024-05-01 12:15:23 -04:00 committed by Jan De Dobbeleer
parent b460faeda7
commit baf3adbed2

View file

@ -286,7 +286,7 @@
"type": { "type": {
"type": "string", "type": "string",
"title": "Segment Type", "title": "Segment Type",
"description": "https://ohmyposh.dev/docs/configuration/segment#type", "description": "https://ohmyposh.dev/docs/configuration/segment",
"enum": [ "enum": [
"az", "az",
"aws", "aws",
@ -414,12 +414,12 @@
}, },
"templates": { "templates": {
"$ref": "#/definitions/templates", "$ref": "#/definitions/templates",
"description": "https://ohmyposh.dev/docs/configuration/segment#templates" "description": "https://ohmyposh.dev/docs/configuration/segment"
}, },
"templates_logic": { "templates_logic": {
"type": "string", "type": "string",
"title": "Templates Logic", "title": "Templates Logic",
"description": "https://ohmyposh.dev/docs/configuration/segment#templates", "description": "https://ohmyposh.dev/docs/configuration/segment",
"enum": [ "enum": [
"first_match", "first_match",
"join" "join"
@ -476,13 +476,13 @@
"interactive": { "interactive": {
"type": "boolean", "type": "boolean",
"title": "Allow the use of interactive prompt escape sequences", "title": "Allow the use of interactive prompt escape sequences",
"description": "https://ohmyposh.dev/docs/configuration/segment#interactive", "description": "https://ohmyposh.dev/docs/configuration/segment",
"default": false "default": false
}, },
"alias": { "alias": {
"type": "string", "type": "string",
"title": "Give the segment an alias for use in templates", "title": "Give the segment an alias for use in templates",
"description": "https://ohmyposh.dev/docs/configuration/segment#alias", "description": "https://ohmyposh.dev/docs/configuration/segment",
"default": "" "default": ""
} }
}, },