
Wardley Map Syntax Expert
0
0
About Wardley Map Syntax Expert
Expert in analyzing and fixing Wardley Map syntax
April 05,2024
Information
- GPTs Creator firstliot.app
- Categories Programming
- GPT Updated April 05,2024
- Updated June 03,2024
Knowledge File
- Portable Network Graphics (PNG) (png)2
- Totals2
Capabilities
Share recipient
- OpenAI‘s GPT Store Public
Timeline

Wardley Map Syntax Expert
By firstliot.app
Wardley Map Syntax Expert is inactive right now!
No Rating
Programming
Category
20+
Conversations
Try Alternatives
What's wrong with the structure of my Wardley Map?
Please correct the syntax of my Wardley Map.
Message ChatGPT
What Can Wardley Map Syntax Expert Do with ChatGPT?
This Gpts for Wardley Map Syntax Expert can do analyzing and fixing Wardley Map syntax.
# | File Id | Type |
---|---|---|
1 | gzm_cnf_JKO9o1ZQsoJ0EawyPbSUFRER~gzm_file_qpkxtVJAWV7AEsMj5pEVvJ9B | image/png |
2 | gzm_cnf_JKO9o1ZQsoJ0EawyPbSUFRER~gzm_file_OqGrVOL1ORERytxhrXjfFogq | image/png |
1. Function Calls
Field | Value |
---|---|
action_id | g-593db0fb67b0df87aa488f305fe14a06a2806dbd |
domain | syntaxwardley.replit.app |
json_schema | {"openapi"=>"3.0.0", "info"=>{"title"=>"WardleyMaps API", "description"=>"API for interacting with Wardley Maps, allowing access to various map components like warnings, components, anchors, pipelines, notes, and annotations.", "version"=>"2.0.1"}, "servers"=>[{"url"=>"https://syntaxwardley.replit.app"}], "paths"=>{"/v2/get-wm-warnings"=>{"post"=>{"summary"=>"Retrieve warnings for a specific Wardley Map", "operationId"=>"getWardleyMapWarnings", "x-openai-isConsequential"=>false, "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"map_id"=>{"type"=>"string", "description"=>"The ID of the Wardley Map to retrieve warnings for."}}}}}}, "responses"=>{"200"=>{"description"=>"Successful response with warnings and original map text", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"warnings"=>{"type"=>"array", "items"=>{"type"=>"string"}, "description"=>"List of warnings found in the map"}, "text"=>{"type"=>"string", "description"=>"The original Wardley Map text"}}}}}}, "400"=>{"$ref"=>"#/components/responses/BadRequest"}, "500"=>{"$ref"=>"#/components/responses/ServerError"}}}}, "/v2/get-wm-components"=>{"post"=>{"summary"=>"Retrieve components of a specific Wardley Map", "operationId"=>"getWardleyMapComponents", "x-openai-isConsequential"=>false, "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/MapIDRequest"}}}}, "responses"=>{"200"=>{"description"=>"List of components", "content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"$ref"=>"#/components/schemas/Components"}}}}}, "400"=>{"$ref"=>"#/components/responses/BadRequest"}, "500"=>{"$ref"=>"#/components/responses/ServerError"}}}}, "/v2/get-wm-component"=>{"post"=>{"summary"=>"Retrieve details of a specific component of a Wardley Map", "operationId"=>"getWardleyMapComponent", "x-openai-isConsequential"=>false, "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/Name"}}}}, "responses"=>{"200"=>{"description"=>"Details of a specific component", "content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"$ref"=>"#/components/schemas/Components"}}}}}, "400"=>{"$ref"=>"#/components/responses/BadRequest"}, "500"=>{"$ref"=>"#/components/responses/ServerError"}}}}, "/v2/get-wm-anchors"=>{"post"=>{"summary"=>"Retrieve anchors of a specific Wardley Map", "operationId"=>"getWardleyMapAnchors", "x-openai-isConsequential"=>false, "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/MapIDRequest"}}}}, "responses"=>{"200"=>{"description"=>"List of anchors", "content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"$ref"=>"#/components/schemas/Anchors"}}}}}, "400"=>{"$ref"=>"#/components/responses/BadRequest"}, "500"=>{"$ref"=>"#/components/responses/ServerError"}}}}, "/v2/get-wm-pipelines"=>{"post"=>{"summary"=>"Retrieve pipelines of a specific Wardley Map", "operationId"=>"getWardleyMapPipelines", "x-openai-isConsequential"=>false, "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/MapIDRequest"}}}}, "responses"=>{"200"=>{"description"=>"List of pipelines", "content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"$ref"=>"#/components/schemas/Pipelines"}}}}}, "400"=>{"$ref"=>"#/components/responses/BadRequest"}, "500"=>{"$ref"=>"#/components/responses/ServerError"}}}}, "/v2/get-wm-notes"=>{"post"=>{"summary"=>"Retrieve notes of a specific Wardley Map", "operationId"=>"getWardleyMapNotes", "x-openai-isConsequential"=>false, "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/MapIDRequest"}}}}, "responses"=>{"200"=>{"description"=>"List of notes", "content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"$ref"=>"#/components/schemas/Notes"}}}}}, "400"=>{"$ref"=>"#/components/responses/BadRequest"}, "500"=>{"$ref"=>"#/components/responses/ServerError"}}}}, "/v2/get-wm-annotations"=>{"post"=>{"summary"=>"Retrieve annotations of a specific Wardley Map", "operationId"=>"getWardleyMapAnnotations", "x-openai-isConsequential"=>false, "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/MapIDRequest"}}}}, "responses"=>{"200"=>{"description"=>"List of notes", "content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"$ref"=>"#/components/schemas/Annotations"}}}}}, "400"=>{"$ref"=>"#/components/responses/BadRequest"}, "500"=>{"$ref"=>"#/components/responses/ServerError"}}}}, "/v2/get-wm-text"=>{"post"=>{"summary"=>"Retrieve map text in OWM foramt of a specific Wardley Map", "operationId"=>"getWardleyMapText", "x-openai-isConsequential"=>false, "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/MapIDRequest"}}}}, "responses"=>{"200"=>{"description"=>"Wardley Map in OWM text format", "content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"$ref"=>"#/components/schemas/MapText"}}}}}, "400"=>{"$ref"=>"#/components/responses/BadRequest"}, "500"=>{"$ref"=>"#/components/responses/ServerError"}}}}, "/v2/search-wm-components"=>{"post"=>{"summary"=>"Search for components in a Wardley Map", "operationId"=>"SearchWardleyMapComponents", "x-openai-isConsequential"=>false, "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/Search"}}}}, "responses"=>{"200"=>{"description"=>"Components found via search", "content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"$ref"=>"#/components/schemas/Components"}}}}}, "400"=>{"$ref"=>"#/components/responses/BadRequest"}, "500"=>{"$ref"=>"#/components/responses/ServerError"}}}}, "/v2/generate-mapfromid"=>{"post"=>{"operationId"=>"generateWardleyMapFromID", "x-openai-isConsequential"=>false, "summary"=>"Generate a Wardley Map from a Map ID", "description"=>"Returns a URL of an image of a Wardley Map, passed as string.", "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"map_id"=>{"type"=>"string", "description"=>"The Online Wardley Map (OWM) Map ID."}}, "required"=>["map_id"]}}}}, "responses"=>{"200"=>{"description"=>"Successful response", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/WardleyMapImageResponse"}}}}}}}, "/v2/generate-mapfromtext"=>{"post"=>{"operationId"=>"generateWardleyMapFromText", "x-openai-isConsequential"=>false, "summary"=>"Generate a Wardley Map from Map Text", "description"=>"Returns a URL of an image of a Wardley Map, passed as string.", "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"text"=>{"type"=>"string", "description"=>"The Online Wardley Map ID text format."}}, "required"=>["text"]}}}}, "responses"=>{"200"=>{"description"=>"Successful response", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/WardleyMapImageResponse"}}}}}}}, "/v2/maps/save"=>{"post"=>{"operationId"=>"saveWardleyMap", "x-openai-isConsequential"=>false, "summary"=>"Save a Wardley Map", "description"=>"Saves the provided Wardley Map data to the server and returns a unique id for the map.", "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"text"=>{"type"=>"string", "description"=>"The Online Wardley Map (OWM) in text format."}}, "required"=>["text"]}}}}, "responses"=>{"200"=>{"description"=>"Map saved successfully", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/WardleyMapSaveResponse"}}}}, "default"=>{"description"=>"Unexpected error", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"error"=>{"type"=>"string"}}}}}}}}}, "/v2/image/{filename}"=>{"get"=>{"operationId"=>"getWardleyImage", "x-openai-isConsequential"=>false, "summary"=>"Retrieve a generated Wardley Map image", "description"=>"Returns the image file generated by the /generate-map endpoint.", "parameters"=>[{"name"=>"filename", "in"=>"path", "required"=>true, "description"=>"The name of the image file to retrieve.", "schema"=>{"type"=>"string"}}], "responses"=>{"200"=>{"description"=>"Image file", "content"=>{"image/png"=>{}}}}}}, "/v2/maps/fetch"=>{"get"=>{"operationId"=>"fetchWardleyMap", "x-openai-isConsequential"=>false, "summary"=>"Get the Wardley Map", "description"=>"Get the Wardley Map specified by the ID.", "parameters"=>[{"name"=>"id", "in"=>"query", "required"=>true, "description"=>"The ID of the map to retrieve.", "schema"=>{"type"=>"string"}}], "responses"=>{"200"=>{"description"=>"Fetch Wardley Map successful", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/WardleyMapFetchResponse"}}}}}}}, "/v2/privacy"=>{"get"=>{"operationId"=>"getPrivacyStatement", "summary"=>"Privacy Statement", "description"=>"Returns the privacy statement for the API.", "responses"=>{"200"=>{"description"=>"Privacy statement text", "content"=>{"text/plain"=>{}}}}}}}, "components"=>{"schemas"=>{"MapIDRequest"=>{"type"=>"object", "required"=>["map_id"], "properties"=>{"map_id"=>{"type"=>"string", "description"=>"The ID of the Wardley Map"}}}, "Components"=>{"type"=>"object", "properties"=>{"name"=>{"type"=>"string"}, "evolution"=>{"type"=>"string"}, "visibility"=>{"type"=>"string"}}}, "Name"=>{"type"=>"object", "required"=>["map_id", "name"], "properties"=>{"name"=>{"type"=>"string"}, "description"=>{"type"=>"string"}, "evolution"=>{"type"=>"string"}, "map_id"=>{"type"=>"string", "description"=>"The ID of the Wardley Map"}}}, "Search"=>{"type"=>"object", "required"=>["map_id", "search_term"], "properties"=>{"search_term"=>{"type"=>"string"}, "map_id"=>{"type"=>"string", "description"=>"The ID of the Wardley Map"}}}, "Anchors"=>{"type"=>"object", "properties"=>{"name"=>{"type"=>"string"}, "evolution"=>{"type"=>"string"}, "visibility"=>{"type"=>"string"}}}, "Pipelines"=>{"type"=>"object", "properties"=>{"name"=>{"type"=>"string"}, "evolution"=>{"type"=>"string"}, "visibility"=>{"type"=>"string"}}}, "Notes"=>{"type"=>"object", "properties"=>{"name"=>{"type"=>"string"}, "evolution"=>{"type"=>"string"}, "visibility"=>{"type"=>"string"}}}, "Annotations"=>{"type"=>"object", "properties"=>{"name"=>{"type"=>"string"}, "evolution"=>{"type"=>"string"}, "visibility"=>{"type"=>"string"}}}, "MapText"=>{"type"=>"object", "properties"=>{"text"=>{"type"=>"string"}}}, "Error"=>{"type"=>"object", "properties"=>{"error"=>{"type"=>"string", "description"=>"Error message explaining what went wrong"}}}, "WardleyMapFetchResponse"=>{"type"=>"object", "properties"=>{"id"=>{"type"=>"string", "description"=>"A unique identifier for the map, generated by the server."}, "text"=>{"type"=>"string"}}, "required"=>["id", "text"]}, "WardleyMapImageResponse"=>{"type"=>"object", "properties"=>{"imageurl"=>{"type"=>"string"}, "warnings"=>{"type"=>"array", "items"=>{"type"=>"string"}}}}, "WardleyMapSaveResponse"=>{"type"=>"object", "properties"=>{"id"=>{"type"=>"string", "description"=>"A unique identifier for the map, generated by the server."}, "edit_url"=>{"type"=>"string", "description"=>"URL for editing the Wardley Map."}}, "required"=>["id", "edit_url"]}}, "responses"=>{"BadRequest"=>{"description"=>"Bad request - missing or invalid parameters", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/Error"}}}}, "ServerError"=>{"description"=>"Internal server error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/Error"}}}}}}} |
auth | {"type":"none"} |
privacy_policy_url | https://api.wardleymaps.ai/v1/privacy |
Wardley Map Syntax Expert reviews
Similar GPTs

Wardley Mapping Mentor
by lifvergren.euAccurate guide for Wardley Map syntax on onlinewardleymaps.com
30

Wardley Map Wizard
by Dominik SpitzAssists in creating and refining Wardley Maps, guiding users in strategic mapping.
30