Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions well-known/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down Expand Up @@ -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 }
Expand Down Expand Up @@ -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
<key>AssetLinkManifest</key>
<string>
{JSON array of statements}
Expand Down