Skip to content

Instantly share code, notes, and snippets.

View nishantharcot's full-sized avatar

Nishanth Arcot nishantharcot

View GitHub Profile
@nishantharcot
nishantharcot / 003-marketplace-unified-v1.0.17-part2-aieditor.patch
Created July 3, 2026 18:45
yantra-webbuilder v1.0.17 marketplace patch part 2: aieditor-metadata-schema.json
diff -urN before/dist/aieditor-metadata-schema.json after/dist/aieditor-metadata-schema.json
--- before/dist/aieditor-metadata-schema.json 1970-01-01 05:30:00
+++ after/dist/aieditor-metadata-schema.json 2026-06-29 20:47:22
@@ -0,0 +1,3289 @@
+[
+ {
+ "schemaId": "aieditor-code-extractor",
+ "formId": "PLACEHOLDER_FORM_ID",
+ "type": "Multi Form",
+ "contributes": {},
type Query {
cakes: [Cake!]!
cake(id: ID!): Cake
}
type Mutation {
createCake(input: CreateCakeInput!): Cake!
}
type Cake {
name email phone company
John Doe john.doe@example.com +1-555-0123 Acme Corporation
Jane Smith jane.smith@example.com +1-555-0124 Tech Solutions Inc
Bob Johnson bob.johnson@example.com +1-555-0125 Global Enterprises
Alice Brown alice.brown@example.com +1-555-0126 Startup Co
Charlie Wilson charlie.wilson@example.com +1-555-0127 Enterprise Ltd
David Lee david.lee@example.com +1-555-0128 Innovation Labs
Emma Davis emma.davis@example.com +1-555-0129 Digital Agency
Frank Miller frank.miller@example.com +1-555-0130 Marketing Pro
Grace Taylor grace.taylor@example.com +1-555-0131 Consulting Group