Minimal Organization markup
Input: Type: Organization | name: Acme Tools | url: https://acme.example | logo: https://acme.example/logo.png
Output: A script block containing {"@context":"https://schema.org","@type":"Organization","name":"Acme Tools","url":"https://acme.example","logo":"https://acme.example/logo.png"}.
The @context and @type are added automatically so the object is valid.
