From 193c75d845a19baec4d5ffdd2b8822d48e899fe9 Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Sun, 16 Apr 2023 16:55:48 +0100 Subject: [PATCH] Update details.md so less red shows up in syntax highlighting --- well-known/details.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/well-known/details.md b/well-known/details.md index be37103..043f408 100644 --- a/well-known/details.md +++ b/well-known/details.md @@ -50,7 +50,7 @@ model). **Web site descriptors** are as follows: -```json +```yaml // if no port given, default port for scheme is assumed { "namespace": "web", "site": "http[s]://{fully-qualified domain}{:optional port}" @@ -122,7 +122,7 @@ whose owner is making the statement is implicitly the first one (the "source") in the relation; we may in the future allow the source asset to be specified explicitly. The statement is a JSON string with the following structure: -```json +```yaml { "relation": ["{kind}/{detail}", ...], "target" : { AssetDescriptor } @@ -223,7 +223,7 @@ Google Maps app has the App ID 585027354. **Statement location:** As part of their signed bundle, iOS apps contain an `Info.plist` file. Asset Link statements are placed inside this file: -```json +```xml AssetLinkManifest {JSON array of statements}